cc8fcf45bb
As useless as it might seem, the certificates in PKCS#12 files appear to always be encrypted with 40-bit RC2. OpenSSL, NSS and Windows are all the same on this point. Thus, in order to be able to import PKCS#12 files we need RC2 support. RC2 has deliberately not been added to EVP_get_cipherbynid so that the linker can drop the RC2 code unless the PKCS#12 functions are actually called. Change-Id: I5b2062fdf78cb622a8038c326da01aac8fb58962 Reviewed-on: https://boringssl-review.googlesource.com/1590 Reviewed-by: Adam Langley <agl@google.com> |
||
---|---|---|
.. | ||
aead_test.c | ||
aead.c | ||
aes_128_gcm_tests.txt | ||
aes_128_key_wrap_tests.txt | ||
aes_256_gcm_tests.txt | ||
aes_256_key_wrap_tests.txt | ||
chacha20_poly1305_tests.txt | ||
cipher_error.c | ||
cipher_test.c | ||
cipher_test.txt | ||
cipher.c | ||
CMakeLists.txt | ||
derive_key.c | ||
e_aes.c | ||
e_chacha20poly1305.c | ||
e_des.c | ||
e_null.c | ||
e_rc2.c | ||
e_rc4.c | ||
internal.h | ||
rc4_md5_tests.txt |