Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1 | { |
| 2 | "BaseDirectory": "..", |
| 3 | "Sections": [{ |
| 4 | "Name": "Low-level infrastructure", |
| 5 | "Headers": [ |
David Benjamin | f852599 | 2014-08-31 11:21:36 -0400 | [diff] [blame] | 6 | "include/openssl/base64.h", |
| 7 | "include/openssl/bio.h", |
| 8 | "include/openssl/buf.h", |
David Benjamin | 5b082e8 | 2014-12-26 00:54:52 -0500 | [diff] [blame] | 9 | "include/openssl/bytestring.h", |
David Benjamin | f852599 | 2014-08-31 11:21:36 -0400 | [diff] [blame] | 10 | "include/openssl/err.h", |
| 11 | "include/openssl/cpu.h", |
| 12 | "include/openssl/ex_data.h", |
| 13 | "include/openssl/lhash.h", |
| 14 | "include/openssl/mem.h", |
| 15 | "include/openssl/obj.h", |
| 16 | "include/openssl/stack.h", |
| 17 | "include/openssl/thread.h", |
| 18 | "include/openssl/time_support.h" |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 19 | ] |
| 20 | },{ |
| 21 | "Name": "Low-level crypto primitives", |
| 22 | "Headers": [ |
David Benjamin | f852599 | 2014-08-31 11:21:36 -0400 | [diff] [blame] | 23 | "include/openssl/aes.h", |
| 24 | "include/openssl/bn.h", |
| 25 | "include/openssl/des.h", |
| 26 | "include/openssl/dh.h", |
| 27 | "include/openssl/dsa.h", |
| 28 | "include/openssl/ec.h", |
| 29 | "include/openssl/ec_key.h", |
| 30 | "include/openssl/ecdh.h", |
| 31 | "include/openssl/ecdsa.h", |
| 32 | "include/openssl/engine.h", |
| 33 | "include/openssl/hmac.h", |
| 34 | "include/openssl/md5.h", |
| 35 | "include/openssl/modes.h", |
| 36 | "include/openssl/rc4.h", |
| 37 | "include/openssl/rsa.h", |
| 38 | "include/openssl/sha.h" |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 39 | ] |
| 40 | },{ |
| 41 | "Name": "Crypto interfaces", |
| 42 | "Headers": [ |
David Benjamin | f852599 | 2014-08-31 11:21:36 -0400 | [diff] [blame] | 43 | "include/openssl/digest.h", |
| 44 | "include/openssl/cipher.h", |
David Benjamin | 5b082e8 | 2014-12-26 00:54:52 -0500 | [diff] [blame] | 45 | "include/openssl/aead.h", |
David Benjamin | f852599 | 2014-08-31 11:21:36 -0400 | [diff] [blame] | 46 | "include/openssl/evp.h" |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 47 | ] |
| 48 | }] |
| 49 | } |