blob: f7e8baa115d779571fc4bbe14ad6c0bd47cf36fa [file] [log] [blame]
Adam Langley95c29f32014-06-20 12:00:00 -07001{
2 "BaseDirectory": "..",
3 "Sections": [{
4 "Name": "Low-level infrastructure",
5 "Headers": [
David Benjaminf8525992014-08-31 11:21:36 -04006 "include/openssl/base64.h",
7 "include/openssl/bio.h",
8 "include/openssl/buf.h",
David Benjamin5b082e82014-12-26 00:54:52 -05009 "include/openssl/bytestring.h",
David Benjaminf8525992014-08-31 11:21:36 -040010 "include/openssl/err.h",
11 "include/openssl/cpu.h",
David Benjamin8f647782015-04-09 11:37:10 -040012 "include/openssl/crypto.h",
David Benjaminf8525992014-08-31 11:21:36 -040013 "include/openssl/ex_data.h",
14 "include/openssl/lhash.h",
15 "include/openssl/mem.h",
16 "include/openssl/obj.h",
Adam Langley9ef99d52016-10-25 17:33:49 -070017 "include/openssl/pool.h",
David Benjamin8f647782015-04-09 11:37:10 -040018 "include/openssl/rand.h",
David Benjamin699e55b2017-02-16 12:31:01 -050019 "include/openssl/stack.h"
Adam Langley95c29f32014-06-20 12:00:00 -070020 ]
21 },{
22 "Name": "Low-level crypto primitives",
23 "Headers": [
David Benjaminf8525992014-08-31 11:21:36 -040024 "include/openssl/aes.h",
25 "include/openssl/bn.h",
Adam Langley0d107e12015-05-05 16:36:32 -070026 "include/openssl/cmac.h",
Adam Langley4fb0dc42015-11-13 13:09:47 -080027 "include/openssl/curve25519.h",
David Benjaminf8525992014-08-31 11:21:36 -040028 "include/openssl/des.h",
29 "include/openssl/dh.h",
30 "include/openssl/dsa.h",
31 "include/openssl/ec.h",
32 "include/openssl/ec_key.h",
33 "include/openssl/ecdh.h",
34 "include/openssl/ecdsa.h",
35 "include/openssl/engine.h",
David Benjamin325664e2016-04-21 16:07:49 -040036 "include/openssl/hkdf.h",
David Benjaminf8525992014-08-31 11:21:36 -040037 "include/openssl/hmac.h",
38 "include/openssl/md5.h",
David Benjaminf8525992014-08-31 11:21:36 -040039 "include/openssl/rc4.h",
40 "include/openssl/rsa.h",
41 "include/openssl/sha.h"
Adam Langley95c29f32014-06-20 12:00:00 -070042 ]
43 },{
44 "Name": "Crypto interfaces",
45 "Headers": [
David Benjaminf8525992014-08-31 11:21:36 -040046 "include/openssl/digest.h",
47 "include/openssl/cipher.h",
David Benjamin5b082e82014-12-26 00:54:52 -050048 "include/openssl/aead.h",
David Benjaminf8525992014-08-31 11:21:36 -040049 "include/openssl/evp.h"
Adam Langley95c29f32014-06-20 12:00:00 -070050 ]
David Benjamin0d8a7582015-04-08 23:55:15 -040051 },{
52 "Name": "SSL implementation",
53 "Headers": [
54 "include/openssl/ssl.h"
55 ]
Adam Langley95c29f32014-06-20 12:00:00 -070056 }]
57}