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