Age | Commit message (Expand) | Author |
2016-09-04 | Sort and group functions. | Joel Sing |
2016-09-04 | Expand IMPLEMENT_PEM macros. | Joel Sing |
2016-09-04 | only regen pkg-config files when required; ok jasper | Martin Natano |
2016-09-02 | Fix Makefile for file location moves | Bob Beck |
2016-09-02 | Remove the libssl/ssl directory | Bob Beck |
2016-09-02 | Remove the libssl/src directory | Bob Beck |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2005-04-29 | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | Damien Miller |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl |
1998-10-05 | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker |
2016-09-02 | warn on use of deprecated EVP functions | Brent Cook |
2016-09-02 | missing space after comma | Theo Buehler |
2016-09-02 | BN_mod_exp_mont_consttime: check for zero modulus. | Brent Cook |
2016-09-02 | Remove old pod docs that are not used or installed | Bob Beck |
2016-08-31 | Crank minor due to API addition | Bob Beck |
2016-08-27 | Be more strict when parsing TLS extensions. | Joel Sing |
2016-07-16 | Limit the support of the "backward compatible" ssl2 handshake to only be | Bob Beck |
2016-07-10 | zero the read buffer after copying data to user so it doesn't linger. | Ted Unangst |
2016-05-30 | deprecate internal use of EVP_[Cipher|Encrypt|Decrypt]_Final. | Bob Beck |
2016-04-28 | Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbol | Joel Sing |
2016-04-28 | Implement the IETF ChaCha20-Poly1305 cipher suites. | Joel Sing |
2016-04-28 | Rename EVP_aead_chacha20_poly1305() to EVP_aead_chacha20_poly1305_old() | Joel Sing |
2016-03-27 | Merge a memleak fix from BoringSSL 6b6e0b2: | Michael McConville |
2016-03-20 | " the the " -> " the ", or in a couple of cases replace the superfluous | Kenneth R Westerback |
2016-03-11 | X509_free(3) is NULL-safe, so remove NULL checks before its calls. | Michael McConville |
2016-03-10 | http -> https for a few more IETF URLs in comments or man pages | Michael McConville |
2016-03-07 | http -> https for IETF/IANA URLs in comments | Michael McConville |
2016-03-06 | Make sure stdio functions don't end up in the library, from miod@ | Bob Beck |
2016-02-29 | remove NULL checks for pqueue_free() | Michael McConville |
2016-01-27 | deprecate SSL_OP_SINGLE_DH_USE | Bob Beck |
2015-12-30 | Document that the ssl free() functions are NULL safe. OK mmcc@ | Todd C. Miller |
2015-12-12 | decipher comment. ok bcook@ | Michael McConville |
2015-12-09 | bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI change | Brent Cook |
2015-11-15 | fix references to lhash(3); | Jason McIntyre |
2015-11-11 | add missing functions to NAME, or otherwise correct the mlink | Jason McIntyre |
2015-11-02 | bump minors after adding EVP_aead_chacha20_poly1305_ietf() | Reyk Floeter |
2015-10-25 | Sort the obsolete flags. | Doug Hogan |
2015-10-25 | Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete. | Doug Hogan |
2015-10-25 | Remove last vestige of SSL_OP_NO_SSLv3 support. | Doug Hogan |
2015-10-25 | Simplify ssl23_get_client_hello error handling. | Doug Hogan |
2015-10-19 | free rbio before wbio | Bob Beck |
2015-10-16 | Fix use of pointer value after BIO_free, and remove senseless NULL checks. | Bob Beck |
2015-10-07 | include <sys/time.h> for gettimeofday(2) | Brent Cook |
2015-10-03 | SSL_new(): fix ref counting and memory leak in error path. | Doug Hogan |
2015-10-02 | s/ssl3_client_kex/ssl3_send_client_kex/ for consistency with the caller. | Joel Sing |
2015-09-29 | convert "last_time" to a time_t, to handle beyond Y2038 | Theo de Raadt |
2015-09-14 | delete bogus trailing .Ns from SYNOPSIS .Ft macros | Ingo Schwarze |