Age | Commit message (Expand) | Author |
2016-11-17 | Use defines instead of magic numbers and comments. | Joel Sing |
2016-11-03 | In ssl3_read_bytes(), do not process more than three consecutive TLS | Joel Sing |
2016-07-10 | zero the read buffer after copying data to user so it doesn't linger. | Ted Unangst |
2015-09-12 | Remove most of the SSLv3 version checks and a few TLS v1.0. | Doug Hogan |
2015-07-24 | Convert ssl3_get_record to CBS. | Doug Hogan |
2015-07-18 | Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround. | Doug Hogan |
2014-12-14 | unconditionally align SSL payloads | Brent Cook |
2014-12-14 | Remove trailing whitespace. | Joel Sing |
2014-11-16 | Sort and group includes. | Joel Sing |
2014-10-18 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | Joel Sing |
2014-07-12 | Remove remnants from PSK, KRB5 and SRP. | Joel Sing |
2014-07-10 | decompress libssl. ok beck jsing | Ted Unangst |
2014-06-19 | convert CRYPTO_memcmp to timingsafe_memcmp based on current policy favoring | Ted Unangst |
2014-06-13 | Add an SSL_AEAD_CTX to enable the use of EVP_AEAD with an SSL cipher. | Joel Sing |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-11 | Disable TLS support... | Joel Sing |
2014-06-11 | More KNF. | Joel Sing |
2014-06-05 | Ensure that we do not process a ChangeCipherSpec with an empty master | Joel Sing |
2014-06-05 | Be selective as to when ChangeCipherSpec messages will be accepted. | Joel Sing |
2014-05-30 | remove some #if 0 code. we don't need any more reminders that we're using | Ted Unangst |
2014-05-30 | Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and | Joel Sing |
2014-05-27 | Remove redundant test introduced in s3_pkt.c on 20001225, which got cargo-culted | Miod Vallat |
2014-05-25 | Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much of | Joel Sing |
2014-04-29 | Constrain bytes read/written to positive values. | Bob Beck |
2014-04-26 | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | Bob Beck |
2014-04-24 | rearrange a bit of code/comments | Ted Unangst |
2014-04-24 | A fantastic way to make a large unsigned number is to assign | Bob Beck |
2014-04-24 | on today's episode of things you didn't want to learn: | Ted Unangst |
2014-04-19 | release buffers fix was lost in merge. put it back. | Ted Unangst |
2014-04-19 | More KNF and style consistency tweaks | Philip Guenther |
2014-04-18 | Finish zapping SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION usage; only keep | Philip Guenther |
2014-04-17 | whack a bunch of disabled code. ok beck lteo | Ted Unangst |
2014-04-17 | Mostly gut e_os.h: | Theo de Raadt |
2014-04-15 | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | Bob Beck |
2014-04-14 | make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod | Ted Unangst |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-13 | Do not include "e_os.h" anymore. Simply pull in the necessary headers. | Martin Pieuchot |
2014-04-13 | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | Miod Vallat |
2014-04-10 | Piotr Sikora pointed me at a more refined diff for the buffer release | Ted Unangst |
2014-04-10 | don't release the read buffer if we're not done reading from it. | Ted Unangst |
2014-02-27 | SECURITY fixes backported from openssl-1.0.1f. ok mikeb@ | Jeremie Courreges-Anglas |
2013-02-14 | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt | Markus Friedl |
2012-10-13 | resolve conflicts | Damien Miller |
2011-11-03 | openssl-1.0.0e: resolve conflicts | Damien Miller |
2010-10-01 | resolve conflicts, fix local changes | Damien Miller |
2010-04-14 | Security fix for CVE-2010-0740 | Jasper Lievisse Adriaanse |
2009-11-10 | pull Ben Lauries blind prefix injection fix for CVE-2009-3555 from | Markus Friedl |
2009-01-09 | resolve conflicts | Damien Miller |
2009-01-05 | update to openssl-0.9.8i; tested by several, especially krw@ | Damien Miller |
2008-09-06 | resolve conflicts | Damien Miller |