blob: e7cfa82d62c8ab289eca3a03d8ded0a9da9ab467 [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",
David Benjamin8f647782015-04-09 11:37:10 -040017 "include/openssl/rand.h",
David Benjaminf8525992014-08-31 11:21:36 -040018 "include/openssl/stack.h",
David Benjaminf8525992014-08-31 11:21:36 -040019 "include/openssl/time_support.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",
Matt Braithwaite045a0ff2016-04-18 11:30:19 -070039 "include/openssl/newhope.h",
David Benjaminf8525992014-08-31 11:21:36 -040040 "include/openssl/rc4.h",
41 "include/openssl/rsa.h",
42 "include/openssl/sha.h"
Adam Langley95c29f32014-06-20 12:00:00 -070043 ]
44 },{
45 "Name": "Crypto interfaces",
46 "Headers": [
David Benjaminf8525992014-08-31 11:21:36 -040047 "include/openssl/digest.h",
48 "include/openssl/cipher.h",
David Benjamin5b082e82014-12-26 00:54:52 -050049 "include/openssl/aead.h",
David Benjaminf8525992014-08-31 11:21:36 -040050 "include/openssl/evp.h"
Adam Langley95c29f32014-06-20 12:00:00 -070051 ]
David Benjamin0d8a7582015-04-08 23:55:15 -040052 },{
53 "Name": "SSL implementation",
54 "Headers": [
55 "include/openssl/ssl.h"
56 ]
Adam Langley95c29f32014-06-20 12:00:00 -070057 }]
58}