boringssl/include/openssl
Adam Langley 8e16b6e658 Add PKCS#12 parser.
This is cleaner than the OpenSSL code was, at least, but it's hardly
beautiful due to the "standard" that it's trying to implement. (See
[1].)

The references from the PKCS#8 code to various ciphers have digests have
been made into function pointer references rather than NIDs so that the
linker will be able to drop RC2 code for binaries that don't call PKCS#8
or #12 functions.

A bug that crashed OpenSSL/BoringSSL when parsing a malformed PKCS#8
structure has been fixed too.

See https://www.cs.auckland.ac.nz/~pgut001/pubs/pfx.html

Change-Id: Iaa1039e04ed7877b90792835e8ce3ebc3b29f89e
Reviewed-on: https://boringssl-review.googlesource.com/1592
Reviewed-by: Adam Langley <agl@google.com>
2014-08-25 21:47:02 +00:00
..
aead.h Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
aes.h Add visibility rules. 2014-07-31 22:03:11 +00:00
asn1_mac.h Add visibility rules. 2014-07-31 22:03:11 +00:00
asn1.h Remove some dead code. 2014-08-19 19:00:49 +00:00
asn1t.h Export some extra functions and values. 2014-08-19 19:01:50 +00:00
base64.h Export some extra functions and values. 2014-08-19 19:01:50 +00:00
base.h Windows build fixes. 2014-08-11 22:10:02 +00:00
bio.h Recover BIO_number_{read|written}. 2014-08-14 16:37:05 +00:00
bn.h Export BN_num_bits_word. 2014-08-19 18:20:09 +00:00
buf.h Add visibility rules. 2014-07-31 22:03:11 +00:00
bytestring.h Rework support for ASN.1 BER. 2014-08-25 21:38:08 +00:00
chacha.h Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
cipher.h Add 40-bit RC2 support. 2014-08-25 21:37:20 +00:00
conf.h Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
cpu.h Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
crypto.h Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
des.h Add visibility rules. 2014-07-31 22:03:11 +00:00
dh.h Windows build fixes. 2014-08-11 22:10:02 +00:00
digest.h Add visibility rules. 2014-07-31 22:03:11 +00:00
dsa.h Add visibility rules. 2014-07-31 22:03:11 +00:00
dtls1.h Simplify HelloVerifyRequest processing. 2014-08-18 18:05:10 +00:00
ec_key.h Add visibility rules. 2014-07-31 22:03:11 +00:00
ec.h Add visibility rules. 2014-07-31 22:03:11 +00:00
ecdh.h Add visibility rules. 2014-07-31 22:03:11 +00:00
ecdsa.h Add visibility rules. 2014-07-31 22:03:11 +00:00
engine.h Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
err.h Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
evp.h Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
ex_data.h Add visibility rules. 2014-07-31 22:03:11 +00:00
hmac.h Add visibility rules. 2014-07-31 22:03:11 +00:00
lhash_macros.h Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
lhash.h Add visibility rules. 2014-07-31 22:03:11 +00:00
md5.h Add visibility rules. 2014-07-31 22:03:11 +00:00
mem.h Add visibility rules. 2014-07-31 22:03:11 +00:00
modes.h Add visibility rules. 2014-07-31 22:03:11 +00:00
obj_dat.h Fix OID encoding for one component. 2014-07-28 17:05:12 -07:00
obj_mac.h Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
obj.h Clarify a comment. 2014-08-14 09:42:46 -07:00
objects.h Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
opensslfeatures.h Set OPENSSL_NO_BUF_FREELISTS 2014-08-04 20:14:33 +00:00
opensslv.h Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
ossl_typ.h Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
pem.h Remove commented x509_chain declaration 2014-08-04 19:22:09 +00:00
pkcs7.h Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
pkcs8.h Add PKCS#12 parser. 2014-08-25 21:47:02 +00:00
pkcs12.h Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
poly1305.h Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
pqueue.h Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
rand.h Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
rc4.h Add visibility rules. 2014-07-31 22:03:11 +00:00
rsa.h Fix minor comment typos. 2014-08-19 19:01:03 +00:00
safe_stack.h Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
sha.h Add visibility rules. 2014-07-31 22:03:11 +00:00
srtp.h Add visibility rules. 2014-07-31 22:03:11 +00:00
ssl2.h Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
ssl3.h Remove MS SGC support on the the server. 2014-08-20 19:06:01 +00:00
ssl23.h Clean up s23_srvr.c. 2014-08-12 21:10:56 +00:00
ssl.h Implement client side of TLS signed certificate stamps extension. 2014-08-21 16:21:46 +00:00
stack_macros.h Mark all SSL_CIPHERs as const. 2014-08-18 17:55:05 +00:00
stack.h Mark all SSL_CIPHERs as const. 2014-08-18 17:55:05 +00:00
thread.h Also export some deprecated functions. 2014-08-01 10:33:29 -07:00
time_support.h Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
tls1.h Implement client side of TLS signed certificate stamps extension. 2014-08-21 16:21:46 +00:00
type_check.h Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
x509_vfy.h Add visibility rules. 2014-07-31 22:03:11 +00:00
x509.h Windows build fixes. 2014-08-11 22:10:02 +00:00
x509v3.h Add visibility rules. 2014-07-31 22:03:11 +00:00