boringssl/crypto/evp
David Benjamin a70c75cfc0 Add a CRYPTO_library_init and static-initializer-less build option.
Chromium does not like static initializers, and the CPU logic uses one to
initialize CPU bits. However, the crypto library lacks an explicit
initialization function, which could complicate (no compile-time errors)
porting existing code which uses crypto/, but not ssl/.

Add an explicit CRYPTO_library_init function, but make it a no-op by default.
It only does anything (and is required) if building with
BORINGSSL_NO_STATIC_INITIALIZER.

Change-Id: I6933bdc3447fb382b1f87c788e5b8142d6f3fe39
Reviewed-on: https://boringssl-review.googlesource.com/1770
Reviewed-by: Adam Langley <agl@google.com>
2014-09-12 00:10:53 +00:00
..
asn1.c Inital import. 2014-06-20 13:17:32 -07:00
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
digestsign.c Inital import. 2014-06-20 13:17:32 -07:00
evp_ctx.c Use EVP_PKEY_dup instead of manually incrementing the refcount. 2014-08-07 00:03:56 +00:00
evp_error.c Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
evp.c Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
example_sign.c Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
internal.h Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK. 2014-07-18 23:35:04 +00:00
p_ec_asn1.c Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK. 2014-07-18 23:35:04 +00:00
p_ec.c Align EVP return values with BoringSSL convention. 2014-07-29 21:47:51 +00:00
p_hmac_asn1.c Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK. 2014-07-18 23:35:04 +00:00
p_hmac.c Perform bounds checks in hmac_signctx. 2014-07-10 20:59:10 +00:00
p_rsa_asn1.c Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK. 2014-07-18 23:35:04 +00:00
p_rsa.c Align EVP return values with BoringSSL convention. 2014-07-29 21:47:51 +00:00
pbkdf.c Inital import. 2014-06-20 13:17:32 -07:00
sign.c Inital import. 2014-06-20 13:17:32 -07:00