Age | Commit message (Expand) | Author |
2016-11-02 | Expand LHASH_OF, IMPLEMENT_LHASH_DOALL_ARG_FN and LHASH_DOALL_ARG_FN | Joel Sing |
2016-11-02 | Expand another LHASH_OF macro. | Joel Sing |
2016-11-02 | Expand DECLARE_LHASH_OF and LHASH_OF macros. | Joel Sing |
2016-11-02 | Expand DECLARE_PEM_rw macro. | Joel Sing |
2016-11-02 | Expand IMPLEMENT_LHASH_COMP_FN/IMPLEMENT_LHASH_HASH_FN macros - the only | Joel Sing |
2016-11-02 | Wrap some >80 char lines. | Joel Sing |
2016-10-19 | Remove support for fixed ECDH cipher suites - these is not widely supported | Joel Sing |
2016-10-02 | Check for and handle failure of HMAC_{Update,Final} or EVP_DecryptUpdate() | Philip Guenther |
2016-10-02 | Detect zero-length encrypted session data early, instead of when malloc(0) | Philip Guenther |
2016-09-22 | Improve on code from the previous commit. | Joel Sing |
2016-09-22 | Avoid unbounded memory growth, which can be triggered by a client | Joel Sing |
2016-09-22 | Check for packet with truncated DTLS cookie. | Philip Guenther |
2016-09-22 | Improve ticket validity checking when tlsext_ticket_key_cb() callback | Philip Guenther |
2016-09-20 | Avoid selecting weak digests for (EC)DH when using SNI. | Brent Cook |
2016-09-19 | Update ld search path for libssl/libcrypto, fixes cross-build after source mo... | Brent Cook |
2016-09-14 | Generate pkg-config files at build time like everything else. This | Martin Natano |
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 |