summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl3.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up and simplify the handshake transcript code.jsing2018-11-081-2/+2
* Make more of libssl's record layer state internal.jsing2018-10-241-13/+1
* Nuke SSL3_FLAGS_DELAY_CLIENT_FINISHED and SSL3_FLAGS_POP_BUFFER.jsing2018-04-071-5/+1
* Completely remove NPN remnants.jsing2017-08-281-7/+1
* Move most of the SSL3_STATE fields to internal - the ones that remain arejsing2017-01-221-115/+2
* Convert publically visible structs to translucent structs.jsing2017-01-221-1/+5
* Explicitly include openssl/opensslconf.h in headers that use OPENSSL_NO_*jsing2016-12-301-1/+2
* Add support for ECDHE with X25519.jsing2016-12-211-1/+3
* Crank major and remove legacy variables.doug2015-07-191-10/+1
* Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround.doug2015-07-181-2/+2
* Remove compat hack that disabled ECDHE-ECDSA on OS X.doug2015-07-171-4/+5
* Remove workaround for TLS padding bug from SSLeay days.doug2015-07-171-2/+2
* Remove Microsoft Server Gated Crypto.doug2015-06-181-12/+1
* Reluctantly add server-side support for TLS_FALLBACK_SCSV.jsing2015-02-221-2/+5
* unifdef -m -UOPENSSL_NO_NEXTPROTONEG - NPN is being replaced with ALPN,jsing2015-02-121-9/+1
* Jettison DTLS over SCTP.jsing2015-02-091-9/+1
* unconditionally align SSL payloadsbcook2014-12-141-15/+2
* Provide functions for starting, finishing and writing SSL handshakejsing2014-12-141-2/+4
* Remove trailing whitespace.jsing2014-12-141-14/+14
* Add support for ALPN.jsing2014-12-101-1/+15
* Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov.miod2014-11-181-2/+2
* Remove now unused remnants from public structs.jsing2014-10-311-3/+1
* Remove support for ephemeral/temporary RSA private keys.jsing2014-10-311-2/+2
* Currently, ssl3_put_char_by_bytes(NULL, NULL) is just a long handed wayjsing2014-08-111-1/+2
* Put back some parts of the public SSL API that should not have beenjsing2014-07-101-2/+1
* decompress libssl. ok beck jsingtedu2014-07-101-15/+1
* Add support for handling SSL_CIPHER_ALGORITHM2_AEAD ciphers, which arejsing2014-06-131-1/+2
* Remove support for the `opaque PRF input' extension, which draft has expiredmiod2014-06-131-10/+1
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Add a define for the SSLv3 sequence size and use it, rather than sprinklingjsing2014-06-081-2/+3
* Be selective as to when ChangeCipherSpec messages will be accepted.jsing2014-06-051-0/+1
* ECDH and ECDSA will not work overly well if there is no EC, so unifdefjsing2014-05-311-2/+0
* TLS would not be entirely functional without extensions, so unifdefjsing2014-05-311-2/+0
* remove some #if 0 code. we don't need any more reminders that we're usingtedu2014-05-301-16/+0
* unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them.tedu2014-05-291-4/+0
* Whitespace fixes to align define values.jsing2014-05-251-85/+86
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-36/+34
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-0/+15
* resolve conflictsdjm2012-10-131-1/+31
* OpenSSL 1.0.0f: mergedjm2012-01-051-0/+11
* resolve conflicts, fix local changesdjm2010-10-011-31/+102
* pull Ben Lauries blind prefix injection fix for CVE-2009-3555 frommarkus2009-11-101-4/+5
* resolve conflictsdjm2008-09-061-1/+40
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-13/+35
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-8/+83
* openssl-engine-0.9.6 mergebeck2000-12-151-1/+4
* OpenSSL 0.9.5 mergebeck2000-03-191-64/+31
* OpenSSL 0.9.4 mergebeck1999-09-291-14/+18
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+455