Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-06Add |EVP_rc2_cbc| and implement |EVP_CTRL_SET_RC2_KEY_BITS|.Matt Braithwaite
2015-07-31EVP_get_cipherbyname: recognize "des-ede3-cbc", not "3des-cbc".Matt Braithwaite
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-05-21Fix some malloc test crashs.David Benjamin
2015-04-13Remove crypto/obj dependencies from low-level crypto tests.Brian Smith
2015-04-07Add OFB mode.Adam Langley
2015-02-23EVP_CIPHER_CTX_cleanup cannot fail.David Benjamin
2014-09-30Don't include strings.h because of Windows.Adam Langley
2014-09-29Use OPENSSL_strcasecmp.Adam Langley
2014-09-27Add deprecated functions for tcpdump.Adam Langley
2014-08-27Readd EVP_CIPHER_CTX_set_key_length.Adam Langley
2014-07-29Make EVP_CIPHER_CTX_copy work in GCM mode.Adam Langley
2014-06-21Inital import.Adam Langley