boringssl/crypto/cipher
Brian Smith 83a82981dc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it.
A previous change in BoringSSL renamed ERR_print_errors_fp to
BIO_print_errors_fp as part of refactoring the code to improve the
layering of modules within BoringSSL. Rename it back for better
compatibility with code that was using the function under the original
name. Move its definition back to crypto/err using an implementation
that avoids depending on crypto/bio.

Change-Id: Iee7703bb1eb4a3d640aff6485712bea71d7c1052
Reviewed-on: https://boringssl-review.googlesource.com/4310
Reviewed-by: Adam Langley <agl@google.com>
2015-04-13 20:23:29 +00:00
..
test Support several flavours of AES-192. 2015-04-06 16:58:46 -07:00
aead_test.c Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 2015-04-13 20:23:29 +00:00
aead.c Add SSL_get_rc4_state. 2015-03-18 19:54:34 +00:00
cipher_test.c Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 2015-04-13 20:23:29 +00:00
cipher.c Add OFB mode. 2015-04-06 16:58:45 -07:00
CMakeLists.txt Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
derive_key.c Inital import. 2014-06-20 13:17:32 -07:00
e_aes.c Support several flavours of AES-192. 2015-04-06 16:58:46 -07:00
e_chacha20poly1305.c Add SSL_get_rc4_state. 2015-03-18 19:54:34 +00:00
e_des.c Remove EVP_MAXCHUNK from DES EVP code. 2015-03-13 19:46:49 +00:00
e_null.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
e_rc2.c Enable more warnings & treat warnings as errors on Windows. 2015-01-31 00:18:55 +00:00
e_rc4.c Add SSL_get_rc4_state. 2015-03-18 19:54:34 +00:00
e_ssl3.c Add SSL_get_rc4_state. 2015-03-18 19:54:34 +00:00
e_tls.c Add SSL_get_rc4_state. 2015-03-18 19:54:34 +00:00
internal.h Replace RC4 in examples with AES-128-GCM. 2015-04-10 22:39:23 +00:00
tls_cbc.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00