boringssl/crypto
Adam Langley 5127db3b4d Provide compatibility functions for PKCS#12 parsing.
In order to minimise the upstream diffs needed for bits of Android to
build with BoringSSL, this change implements the old style PKCS#12
functions as wrappers around the modern parser.

The function to read all the contents of a BIO could almost be a utility
function but I'll wait until there are two uses for it first.

The important change from the original functions is that these will
always read the complete buffer/BIO/FILE passed in. Based on a survey of
uses of d2i_PKCS12 that I found, this appears to be universally what
callers want anyway.

Change-Id: I3f5b84e710b161d975f91f4d16c83d44371368d1
Reviewed-on: https://boringssl-review.googlesource.com/1791
Reviewed-by: Adam Langley <agl@google.com>
2014-09-20 00:10:03 +00:00
..
aes Windows build fixes. 2014-08-11 22:10:02 +00:00
asn1 Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
base64 Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
bio Add misc functions for easier porting. 2014-09-18 22:38:11 +00:00
bn Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
buf Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
bytestring Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
chacha Fix ARM build with OPENSSL_NO_ASM. 2014-09-03 19:23:25 +00:00
cipher Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
conf Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
des A bunch of dead assignments. 2014-07-30 00:44:03 +00:00
dh Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
digest Add misc functions for easier porting. 2014-09-18 22:38:11 +00:00
dsa Add misc functions for easier porting. 2014-09-18 22:38:11 +00:00
ec Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
ecdh Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
ecdsa Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
engine Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
err Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
evp Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
hmac Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
lhash Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
md4 Readd MD4. 2014-08-26 21:51:48 +00:00
md5 Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
modes Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
obj Don't export obj_dat.h. 2014-09-02 22:41:28 +00:00
pem unifdef a bunch of OPENSSL_NO_* ifdefs. 2014-08-28 00:41:34 +00:00
perlasm Ensure x86_64 perlasm output ends with a newline. 2014-09-10 23:02:58 +00:00
pkcs8 Provide compatibility functions for PKCS#12 parsing. 2014-09-20 00:10:03 +00:00
poly1305 Fix ARM build with OPENSSL_NO_ASM. 2014-09-03 19:23:25 +00:00
rand Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
rc4 Windows build fixes. 2014-08-11 22:10:02 +00:00
rsa Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
sha Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
stack Mark all SSL_CIPHERs as const. 2014-08-18 17:55:05 +00:00
x509 Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
x509v3 Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
arm_arch.h Add a control to disable the Poly1305 NEON code. 2014-07-31 22:42:15 +00:00
CMakeLists.txt Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
cpu-arm.c Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
cpu-intel.c Don't try to setup CPUID if NO_ASM. 2014-09-20 00:09:57 +00:00
cpu-x86_64-asm.pl Inital import. 2014-06-20 13:17:32 -07:00
cpu-x86-asm.pl Use asm directives to protect OPENSSL_cleanse. 2014-07-31 18:49:22 +00:00
crypto_error.c Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
crypto_error.h Add ISC header to a handful of files. 2014-06-26 10:26:42 -07:00
crypto.c Don't try to setup CPUID if NO_ASM. 2014-09-20 00:09:57 +00:00
directory_posix.c Support building with PNaCl. 2014-07-11 19:04:04 +00:00
directory_win.c Inital import. 2014-06-20 13:17:32 -07:00
directory.h Add visibility rules. 2014-07-31 22:03:11 +00:00
ex_data_impl.c Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
ex_data.c Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
header_removed.h Add ISC header to a handful of files. 2014-06-26 10:26:42 -07:00
internal.h Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
mem.c Windows build fixes. 2014-08-11 22:10:02 +00:00
thread.c Include Windows.h in some source files. 2014-08-18 11:39:09 -07:00
time_support.c Windows build fixes. 2014-08-11 22:10:02 +00:00