summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls1.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add ChaCha20-Poly1305 based ciphersuites.jsing2014-06-131-2/+11
| | | | | | Based on Adam Langley's chromium patches. Tested by and ok sthen@
* Remove support for the `opaque PRF input' extension, which draft has expiredmiod2014-06-131-8/+1
| | | | | | | | 7 years ago and never made it into an RFC. That code wasn't compiled in anyway unless one would define the actual on-the-wire extension id bytes; crank libssl major. With help and enlightenment from Brendan MacDonell.
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* TLS would not be entirely functional without extensions, so unifdefjsing2014-05-311-2/+0
| | | | | | OPENSSL_NO_TLSEXT. ok tedu@
* remove some #if 0 code. we don't need any more reminders that we're usingtedu2014-05-301-7/+0
| | | | a not quite appropriate data structure. ok jsing
* More KNF.jsing2014-04-191-10/+10
|
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-19/+0
| | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit.
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-8/+7
| | | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. There is still a huge amount of inconsistency within these headers.
* make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miodtedu2014-04-141-10/+0
|
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-0/+6
|
* resolve conflictsdjm2012-10-131-3/+206
|
* resolve conflicts, fix local changesdjm2010-10-011-11/+136
|
* resolve conflictsdjm2008-09-061-2/+214
|
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-15/+16
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+30
|
* openssl-engine-0.9.6 mergebeck2000-12-151-0/+11
|
* OpenSSL 0.9.5 mergebeck2000-03-191-3/+3
| | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
* OpenSSL 0.9.4 mergebeck1999-09-291-1/+39
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+115
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.