..
test
Add a GCM test with non-standard nonce length.
2015-06-18 17:35:59 -07:00
aead_test.cc
Call ERR_clear_error after functions that are expected to fail.
2015-07-01 21:47:44 +00:00
aead.c
Remove the func parameter to OPENSSL_PUT_ERROR.
2015-07-16 02:02:37 +00:00
cipher_test.cc
Test both streaming and single-shot EVP_CIPHER operations.
2015-07-01 21:36:43 +00:00
cipher.c
Add |EVP_rc2_cbc| and implement |EVP_CTRL_SET_RC2_KEY_BITS|.
2015-08-05 21:23:56 +00:00
CMakeLists.txt
Port cipher_test to file_test.
2015-05-13 17:00:55 +00:00
derive_key.c
e_aes.c
Remove superfluous “!= 0” in if.
2015-08-17 19:12:07 +00:00
e_chacha20poly1305.c
Remove the func parameter to OPENSSL_PUT_ERROR.
2015-07-16 02:02:37 +00:00
e_des.c
Fix NID of |EVP_CIPHER des3_cbc|.
2015-07-29 21:22:59 +00:00
e_null.c
Remove string.h from base.h.
2015-02-02 19:14:15 +00:00
e_rc2.c
Add |EVP_rc2_cbc| and implement |EVP_CTRL_SET_RC2_KEY_BITS|.
2015-08-05 21:23:56 +00:00
e_rc4.c
Remove the func parameter to OPENSSL_PUT_ERROR.
2015-07-16 02:02:37 +00:00
e_ssl3.c
Remove the func parameter to OPENSSL_PUT_ERROR.
2015-07-16 02:02:37 +00:00
e_tls.c
Remove the func parameter to OPENSSL_PUT_ERROR.
2015-07-16 02:02:37 +00:00
internal.h
Use EVP_AEAD_CTX in crypto/cipher/internal.h.
2015-05-11 23:37:21 +00:00
tls_cbc.c
Remove string.h from base.h.
2015-02-02 19:14:15 +00:00