Age | Commit message (Expand) | Author |
2024-03-02 | Garbage collect TLS1_FLAGS_SKIP_CERT_VERIFY | Theo Buehler |
2024-03-02 | Make {SSL3,TLS}_CT_* internal | Theo Buehler |
2024-02-03 | Remove GOST and STREEBOG support from libssl. | Bob Beck |
2021-09-10 | Remove SSL3_RECORD and SSL3_BUFFER | Theo Buehler |
2021-09-10 | Remove TLS1_RT_HEARTBEAT | Theo Buehler |
2021-06-30 | Move some structs from public to private headers. | Joel Sing |
2021-06-13 | Define SSL_AD_* as actual values. | Joel Sing |
2021-05-10 | Make SSL_CIPHER, SSL_CTX, SSL_SESSION, {DTLS1,SSL3}_STATE | Theo Buehler |
2021-05-02 | Prevent future internal use of some #defines | Theo Buehler |
2020-06-05 | Use IANA allocated GOST ClientCertificateTypes. | Joel Sing |
2020-03-12 | Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA. | Joel Sing |
2018-11-08 | Clean up and simplify the handshake transcript code. | Joel Sing |
2018-10-24 | Make more of libssl's record layer state internal. | Joel Sing |
2018-04-07 | Nuke SSL3_FLAGS_DELAY_CLIENT_FINISHED and SSL3_FLAGS_POP_BUFFER. | Joel Sing |
2017-08-28 | Completely remove NPN remnants. | Joel Sing |
2017-01-22 | Move most of the SSL3_STATE fields to internal - the ones that remain are | Joel Sing |
2017-01-22 | Convert publically visible structs to translucent structs. | Joel Sing |
2016-12-30 | Explicitly include openssl/opensslconf.h in headers that use OPENSSL_NO_* | Joel Sing |
2016-12-21 | Add support for ECDHE with X25519. | Joel Sing |
2015-07-19 | Crank major and remove legacy variables. | Doug Hogan |
2015-07-18 | Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround. | Doug Hogan |
2015-07-17 | Remove compat hack that disabled ECDHE-ECDSA on OS X. | Doug Hogan |
2015-07-17 | Remove workaround for TLS padding bug from SSLeay days. | Doug Hogan |
2015-06-18 | Remove Microsoft Server Gated Crypto. | Doug Hogan |
2015-02-22 | Reluctantly add server-side support for TLS_FALLBACK_SCSV. | Joel Sing |
2015-02-12 | unifdef -m -UOPENSSL_NO_NEXTPROTONEG - NPN is being replaced with ALPN, | Joel Sing |
2015-02-09 | Jettison DTLS over SCTP. | Joel Sing |
2014-12-14 | unconditionally align SSL payloads | Brent Cook |
2014-12-14 | Provide functions for starting, finishing and writing SSL handshake | Joel Sing |
2014-12-14 | Remove trailing whitespace. | Joel Sing |
2014-12-10 | Add support for ALPN. | Joel Sing |
2014-11-18 | Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov. | Miod Vallat |
2014-10-31 | Remove now unused remnants from public structs. | Joel Sing |
2014-10-31 | Remove support for ephemeral/temporary RSA private keys. | Joel Sing |
2014-08-11 | Currently, ssl3_put_char_by_bytes(NULL, NULL) is just a long handed way | Joel Sing |
2014-07-10 | Put back some parts of the public SSL API that should not have been | Joel Sing |
2014-07-10 | decompress libssl. ok beck jsing | Ted Unangst |
2014-06-13 | Add support for handling SSL_CIPHER_ALGORITHM2_AEAD ciphers, which are | Joel Sing |
2014-06-13 | Remove support for the `opaque PRF input' extension, which draft has expired | Miod Vallat |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-08 | Add a define for the SSLv3 sequence size and use it, rather than sprinkling | Joel Sing |
2014-06-05 | Be selective as to when ChangeCipherSpec messages will be accepted. | Joel Sing |
2014-05-31 | ECDH and ECDSA will not work overly well if there is no EC, so unifdef | Joel Sing |
2014-05-31 | TLS would not be entirely functional without extensions, so unifdef | 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-29 | unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. | Ted Unangst |
2014-05-25 | Whitespace fixes to align define values. | Joel Sing |
2014-04-15 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-13 | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | Miod Vallat |
2012-10-13 | resolve conflicts | Damien Miller |