aboutsummaryrefslogtreecommitdiff
path: root/build.json
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2024-03-18 23:36:59 +1000
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-03-23 15:04:01 +0000
commit49b92bc1ffb5fde787b5e4cc53ceec0ab3b1b7a4 (patch)
tree2b9981de3099428162c40599e13f919da20fec1d /build.json
parent3ae23976862fa9036ab52e47c8a22025f5d76ca0 (diff)
downloadboringssl-49b92bc1ffb5fde787b5e4cc53ceec0ab3b1b7a4.zip
boringssl-49b92bc1ffb5fde787b5e4cc53ceec0ab3b1b7a4.tar.gz
boringssl-49b92bc1ffb5fde787b5e4cc53ceec0ab3b1b7a4.tar.bz2
Specify public headers in build.json
The CMake build doesn't use it, but this will be needed for the other builds to be driven by util/pregenerate. Bug: 542 Change-Id: If95cbcef1803e30ffc5ab7c9227fdcc6c53adf34 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/67296 Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: Bob Beck <bbe@google.com>
Diffstat (limited to 'build.json')
-rw-r--r--build.json97
1 files changed, 97 insertions, 0 deletions
diff --git a/build.json b/build.json
index 0463e88..8003b58 100644
--- a/build.json
+++ b/build.json
@@ -69,6 +69,92 @@
]
},
"crypto": {
+ "hdrs": [
+ "include/openssl/aead.h",
+ "include/openssl/aes.h",
+ "include/openssl/arm_arch.h",
+ "include/openssl/asm_base.h",
+ "include/openssl/asn1.h",
+ "include/openssl/asn1_mac.h",
+ "include/openssl/asn1t.h",
+ "include/openssl/base.h",
+ "include/openssl/base64.h",
+ "include/openssl/bio.h",
+ "include/openssl/blake2.h",
+ "include/openssl/blowfish.h",
+ "include/openssl/bn.h",
+ "include/openssl/buf.h",
+ "include/openssl/buffer.h",
+ "include/openssl/bytestring.h",
+ "include/openssl/cast.h",
+ "include/openssl/chacha.h",
+ "include/openssl/cipher.h",
+ "include/openssl/cmac.h",
+ "include/openssl/conf.h",
+ "include/openssl/cpu.h",
+ "include/openssl/crypto.h",
+ "include/openssl/ctrdrbg.h",
+ "include/openssl/curve25519.h",
+ "include/openssl/des.h",
+ "include/openssl/dh.h",
+ "include/openssl/digest.h",
+ "include/openssl/dsa.h",
+ "include/openssl/e_os2.h",
+ "include/openssl/ec.h",
+ "include/openssl/ec_key.h",
+ "include/openssl/ecdh.h",
+ "include/openssl/ecdsa.h",
+ "include/openssl/engine.h",
+ "include/openssl/err.h",
+ "include/openssl/evp.h",
+ "include/openssl/evp_errors.h",
+ "include/openssl/ex_data.h",
+ "include/openssl/experimental/kyber.h",
+ "include/openssl/experimental/spx.h",
+ "include/openssl/hkdf.h",
+ "include/openssl/hmac.h",
+ "include/openssl/hpke.h",
+ "include/openssl/hrss.h",
+ "include/openssl/is_boringssl.h",
+ "include/openssl/kdf.h",
+ "include/openssl/lhash.h",
+ "include/openssl/md4.h",
+ "include/openssl/md5.h",
+ "include/openssl/mem.h",
+ "include/openssl/nid.h",
+ "include/openssl/obj.h",
+ "include/openssl/obj_mac.h",
+ "include/openssl/objects.h",
+ "include/openssl/opensslconf.h",
+ "include/openssl/opensslv.h",
+ "include/openssl/ossl_typ.h",
+ "include/openssl/pem.h",
+ "include/openssl/pkcs12.h",
+ "include/openssl/pkcs7.h",
+ "include/openssl/pkcs8.h",
+ "include/openssl/poly1305.h",
+ "include/openssl/pool.h",
+ "include/openssl/posix_time.h",
+ "include/openssl/rand.h",
+ "include/openssl/rc4.h",
+ "include/openssl/ripemd.h",
+ "include/openssl/rsa.h",
+ "include/openssl/safestack.h",
+ "include/openssl/service_indicator.h",
+ "include/openssl/sha.h",
+ "include/openssl/siphash.h",
+ "include/openssl/span.h",
+ "include/openssl/stack.h",
+ "include/openssl/target.h",
+ "include/openssl/thread.h",
+ "include/openssl/time.h",
+ "include/openssl/trust_token.h",
+ "include/openssl/type_check.h",
+ "include/openssl/x509.h",
+ "include/openssl/x509_vfy.h",
+ "include/openssl/x509v3.h",
+ "include/openssl/x509v3_errors.h"
+ ],
"err_data": [
"crypto/err/*.errordata"
],
@@ -133,6 +219,10 @@
"pki/verify_error.cc",
"pki/verify_name_match.cc",
"pki/verify_signed_data.cc"
+ ],
+ "hdrs": [
+ "include/openssl/pki/certificate.h",
+ "include/openssl/pki/signature_verify_cache.h"
]
},
"ssl": {
@@ -175,6 +265,13 @@
"ssl/tls13_client.cc",
"ssl/tls13_enc.cc",
"ssl/tls13_server.cc"
+ ],
+ "hdrs": [
+ "include/openssl/dtls1.h",
+ "include/openssl/srtp.h",
+ "include/openssl/ssl.h",
+ "include/openssl/ssl3.h",
+ "include/openssl/tls1.h"
]
},
"decrepit": {