summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2016-11-02Expand LHASH_OF, IMPLEMENT_LHASH_DOALL_ARG_FN and LHASH_DOALL_ARG_FNJoel Sing
2016-11-02Expand another LHASH_OF macro.Joel Sing
2016-11-02Expand DECLARE_LHASH_OF and LHASH_OF macros.Joel Sing
2016-11-02Expand DECLARE_PEM_rw macro.Joel Sing
2016-11-02Expand IMPLEMENT_LHASH_COMP_FN/IMPLEMENT_LHASH_HASH_FN macros - the onlyJoel Sing
2016-11-02Wrap some >80 char lines.Joel Sing
2016-10-19Remove support for fixed ECDH cipher suites - these is not widely supportedJoel Sing
2016-10-02Check for and handle failure of HMAC_{Update,Final} or EVP_DecryptUpdate()Philip Guenther
2016-10-02Detect zero-length encrypted session data early, instead of when malloc(0)Philip Guenther
2016-09-22Improve on code from the previous commit.Joel Sing
2016-09-22Avoid unbounded memory growth, which can be triggered by a clientJoel Sing
2016-09-22Check for packet with truncated DTLS cookie.Philip Guenther
2016-09-22Improve ticket validity checking when tlsext_ticket_key_cb() callbackPhilip Guenther
2016-09-20Avoid selecting weak digests for (EC)DH when using SNI.Brent Cook
2016-09-19Update ld search path for libssl/libcrypto, fixes cross-build after source mo...Brent Cook
2016-09-14Generate pkg-config files at build time like everything else. ThisMartin Natano
2016-09-04Sort and group functions.Joel Sing
2016-09-04Expand IMPLEMENT_PEM macros.Joel Sing
2016-09-04only regen pkg-config files when required; ok jasperMartin Natano
2016-09-02Fix Makefile for file location movesBob Beck
2016-09-02Remove the libssl/ssl directoryBob Beck
2016-09-02Remove the libssl/src directoryBob Beck
2012-10-13import OpenSSL-1.0.1cDamien Miller
2010-10-01import OpenSSL-1.0.0aDamien Miller
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2005-04-29import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@Damien Miller
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker
2016-09-02warn on use of deprecated EVP functionsBrent Cook
2016-09-02missing space after commaTheo Buehler
2016-09-02BN_mod_exp_mont_consttime: check for zero modulus.Brent Cook
2016-09-02Remove old pod docs that are not used or installedBob Beck
2016-08-31Crank minor due to API additionBob Beck
2016-08-27Be more strict when parsing TLS extensions.Joel Sing
2016-07-16Limit the support of the "backward compatible" ssl2 handshake to only beBob Beck
2016-07-10zero the read buffer after copying data to user so it doesn't linger.Ted Unangst
2016-05-30deprecate internal use of EVP_[Cipher|Encrypt|Decrypt]_Final.Bob Beck
2016-04-28Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbolJoel Sing
2016-04-28Implement the IETF ChaCha20-Poly1305 cipher suites.Joel Sing
2016-04-28Rename EVP_aead_chacha20_poly1305() to EVP_aead_chacha20_poly1305_old()Joel Sing
2016-03-27Merge a memleak fix from BoringSSL 6b6e0b2:Michael McConville
2016-03-20" the the " -> " the ", or in a couple of cases replace the superfluousKenneth R Westerback
2016-03-11X509_free(3) is NULL-safe, so remove NULL checks before its calls.Michael McConville
2016-03-10http -> https for a few more IETF URLs in comments or man pagesMichael McConville
2016-03-07http -> https for IETF/IANA URLs in commentsMichael McConville
2016-03-06Make sure stdio functions don't end up in the library, from miod@Bob Beck
2016-02-29remove NULL checks for pqueue_free()Michael McConville
2016-01-27deprecate SSL_OP_SINGLE_DH_USEBob Beck
2015-12-30Document that the ssl free() functions are NULL safe. OK mmcc@Todd C. Miller