summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
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
2015-12-12decipher comment. ok bcook@Michael McConville
2015-12-09bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI changeBrent Cook
2015-11-15fix references to lhash(3);Jason McIntyre
2015-11-11add missing functions to NAME, or otherwise correct the mlinkJason McIntyre
2015-11-02bump minors after adding EVP_aead_chacha20_poly1305_ietf()Reyk Floeter
2015-10-25Sort the obsolete flags.Doug Hogan
2015-10-25Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete.Doug Hogan
2015-10-25Remove last vestige of SSL_OP_NO_SSLv3 support.Doug Hogan
2015-10-25Simplify ssl23_get_client_hello error handling.Doug Hogan
2015-10-19free rbio before wbioBob Beck
2015-10-16Fix use of pointer value after BIO_free, and remove senseless NULL checks.Bob Beck
2015-10-07include <sys/time.h> for gettimeofday(2)Brent Cook
2015-10-03SSL_new(): fix ref counting and memory leak in error path.Doug Hogan
2015-10-02s/ssl3_client_kex/ssl3_send_client_kex/ for consistency with the caller.Joel Sing
2015-09-29convert "last_time" to a time_t, to handle beyond Y2038Theo de Raadt
2015-09-14delete bogus trailing .Ns from SYNOPSIS .Ft macrosIngo Schwarze