| Commit message (Expand) | Author | Age | Files | Lines |
* | Use IANA allocated GOST ClientCertificateTypes. |  jsing | 2020-06-05 | 1 | -2/+2 |
* | Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA. |  jsing | 2020-03-12 | 1 | -1/+3 |
* | Clean up and simplify the handshake transcript code. |  jsing | 2018-11-08 | 1 | -2/+2 |
* | Make more of libssl's record layer state internal. |  jsing | 2018-10-24 | 1 | -13/+1 |
* | Nuke SSL3_FLAGS_DELAY_CLIENT_FINISHED and SSL3_FLAGS_POP_BUFFER. |  jsing | 2018-04-07 | 1 | -5/+1 |
* | Completely remove NPN remnants. |  jsing | 2017-08-28 | 1 | -7/+1 |
* | Move most of the SSL3_STATE fields to internal - the ones that remain are |  jsing | 2017-01-22 | 1 | -115/+2 |
* | Convert publically visible structs to translucent structs. |  jsing | 2017-01-22 | 1 | -1/+5 |
* | Explicitly include openssl/opensslconf.h in headers that use OPENSSL_NO_* |  jsing | 2016-12-30 | 1 | -1/+2 |
* | Add support for ECDHE with X25519. |  jsing | 2016-12-21 | 1 | -1/+3 |
* | Crank major and remove legacy variables. |  doug | 2015-07-19 | 1 | -10/+1 |
* | Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround. |  doug | 2015-07-18 | 1 | -2/+2 |
* | Remove compat hack that disabled ECDHE-ECDSA on OS X. |  doug | 2015-07-17 | 1 | -4/+5 |
* | Remove workaround for TLS padding bug from SSLeay days. |  doug | 2015-07-17 | 1 | -2/+2 |
* | Remove Microsoft Server Gated Crypto. |  doug | 2015-06-18 | 1 | -12/+1 |
* | Reluctantly add server-side support for TLS_FALLBACK_SCSV. |  jsing | 2015-02-22 | 1 | -2/+5 |
* | unifdef -m -UOPENSSL_NO_NEXTPROTONEG - NPN is being replaced with ALPN, |  jsing | 2015-02-12 | 1 | -9/+1 |
* | Jettison DTLS over SCTP. |  jsing | 2015-02-09 | 1 | -9/+1 |
* | unconditionally align SSL payloads |  bcook | 2014-12-14 | 1 | -15/+2 |
* | Provide functions for starting, finishing and writing SSL handshake |  jsing | 2014-12-14 | 1 | -2/+4 |
* | Remove trailing whitespace. |  jsing | 2014-12-14 | 1 | -14/+14 |
* | Add support for ALPN. |  jsing | 2014-12-10 | 1 | -1/+15 |
* | Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov. |  miod | 2014-11-18 | 1 | -2/+2 |
* | Remove now unused remnants from public structs. |  jsing | 2014-10-31 | 1 | -3/+1 |
* | Remove support for ephemeral/temporary RSA private keys. |  jsing | 2014-10-31 | 1 | -2/+2 |
* | Currently, ssl3_put_char_by_bytes(NULL, NULL) is just a long handed way |  jsing | 2014-08-11 | 1 | -1/+2 |
* | Put back some parts of the public SSL API that should not have been |  jsing | 2014-07-10 | 1 | -2/+1 |
* | decompress libssl. ok beck jsing |  tedu | 2014-07-10 | 1 | -15/+1 |
* | Add support for handling SSL_CIPHER_ALGORITHM2_AEAD ciphers, which are |  jsing | 2014-06-13 | 1 | -1/+2 |
* | Remove support for the `opaque PRF input' extension, which draft has expired |  miod | 2014-06-13 | 1 | -10/+1 |
* | tags as requested by miod and tedu |  deraadt | 2014-06-12 | 1 | -1/+1 |
* | Add a define for the SSLv3 sequence size and use it, rather than sprinkling |  jsing | 2014-06-08 | 1 | -2/+3 |
* | Be selective as to when ChangeCipherSpec messages will be accepted. |  jsing | 2014-06-05 | 1 | -0/+1 |
* | ECDH and ECDSA will not work overly well if there is no EC, so unifdef |  jsing | 2014-05-31 | 1 | -2/+0 |
* | TLS would not be entirely functional without extensions, so unifdef |  jsing | 2014-05-31 | 1 | -2/+0 |
* | remove some #if 0 code. we don't need any more reminders that we're using |  tedu | 2014-05-30 | 1 | -16/+0 |
* | unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. |  tedu | 2014-05-29 | 1 | -4/+0 |
* | Whitespace fixes to align define values. |  jsing | 2014-05-25 | 1 | -85/+86 |
* | First pass at applying KNF to the OpenSSL code, which almost makes it |  jsing | 2014-04-15 | 1 | -36/+34 |
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. |  miod | 2014-04-13 | 1 | -0/+15 |
* | resolve conflicts |  djm | 2012-10-13 | 1 | -1/+31 |
* | OpenSSL 1.0.0f: merge |  djm | 2012-01-05 | 1 | -0/+11 |
* | resolve conflicts, fix local changes |  djm | 2010-10-01 | 1 | -31/+102 |
* | pull Ben Lauries blind prefix injection fix for CVE-2009-3555 from |  markus | 2009-11-10 | 1 | -4/+5 |
* | resolve conflicts |  djm | 2008-09-06 | 1 | -1/+40 |
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto |  markus | 2003-05-12 | 1 | -13/+35 |
* | OpenSSL 0.9.7 stable 2002 05 08 merge |  beck | 2002-05-15 | 1 | -8/+83 |
* | openssl-engine-0.9.6 merge |  beck | 2000-12-15 | 1 | -1/+4 |
* | OpenSSL 0.9.5 merge |  beck | 2000-03-19 | 1 | -64/+31 |
* | OpenSSL 0.9.4 merge |  beck | 1999-09-29 | 1 | -14/+18 |