aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Simplify ASN.1 for point format listBodo Möller2006-03-261-27/+5
* fix for OPENSSL_NO_ECNils Larsch2006-03-151-3/+2
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-1/+0
* tlsext_ecpointformatlist_length is unsigned, so check if it's lessRichard Levitte2006-03-151-1/+1
* signed vs. unsignedNils Larsch2006-03-131-1/+1
* Oh, now I noticed Bodo's change that made tlsext_ecpointformatlistRichard Levitte2006-03-131-1/+1
* Resolve signed vs. unsigned issuesRichard Levitte2006-03-133-7/+7
* fix sign problemsBodo Möller2006-03-133-4/+18
* remove unused variablesNils Larsch2006-03-131-3/+0
* udpate Supported Point Formats Extension codeBodo Möller2006-03-135-39/+19
* fix commentNils Larsch2006-03-121-8/+10
* use BIO_snprintf() instead of snprintf + use BIO_FP_TEXT for text outputNils Larsch2006-03-121-3/+3
* Implement the Supported Point Formats Extension for ECC ciphersuitesBodo Möller2006-03-1110-21/+412
* add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch2006-03-1016-19/+1101
* fix no-dh configure option; patch supplied by Peter MeerwaldNils Larsch2006-02-242-2/+2
* move new member of SSL_SESSION to the endBodo Möller2006-02-071-3/+3
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* add additional checks + cleanupNils Larsch2006-01-293-4/+18
* recent changes from 0.9.8: fix cipher list order in s3_lib.c,Nils Larsch2006-01-153-101/+112
* signed vs. unsigned clash.Richard Levitte2006-01-141-1/+1
* Further TLS extension improvementsBodo Möller2006-01-134-58/+42
* improvements for alert handlingBodo Möller2006-01-112-51/+65
* More TLS extension related changes.Bodo Möller2006-01-115-24/+38
* Further TLS extension updatesBodo Möller2006-01-097-42/+93
* Avoid contradictive error code assignments.Bodo Möller2006-01-081-1/+1
* Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller2006-01-083-83/+82
* There's no such things as DTLS1_AD_MISSING_HANDSHAKE_MESSAGE.Bodo Möller2006-01-074-5/+11
* prepare for additional RFC3546 alertsBodo Möller2006-01-072-0/+8
* make sure that the unrecognized_name alert actually gets sentBodo Möller2006-01-072-0/+2
* complete and correct RFC3546 error codesBodo Möller2006-01-072-1/+10
* Fixes for TLS server_name extensionBodo Möller2006-01-065-45/+31
* Fix signed/unsigned char clashes.Richard Levitte2006-01-041-2/+2
* Various changes in the new TLS extension code, including the following:Bodo Möller2006-01-0311-196/+443
* Support TLS extensions (specifically, HostName)Bodo Möller2006-01-0213-11/+474
* Rewrite timeout computation in a way that is less prone to overflow.Bodo Möller2005-12-301-1/+1
* Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov2005-12-181-6/+0
* update TLS-ECC codeBodo Möller2005-12-134-263/+204
* Avoid warnings on VC++ 2005.Dr. Stephen Henson2005-12-0511-16/+16
* disable some invalid ciphersuitesBodo Möller2005-11-153-6/+9
* Add fixes for CAN-2005-2969.Bodo Möller2005-10-262-7/+2
* Avoid warning on Win32.Dr. Stephen Henson2005-10-081-2/+2
* New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson2005-10-088-21/+112
* Make OPENSSL_NO_COMP work under Win32.Dr. Stephen Henson2005-10-021-1/+1
* Fix compilation without OPENSSL_NO_COMP :-)Dr. Stephen Henson2005-10-011-2/+0
* Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson2005-09-3012-3/+114
* 128 bit AES ciphersuites should be classified as HIGH.Dr. Stephen Henson2005-09-211-10/+10
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-1/+8
* Fix warnings.Ben Laurie2005-08-272-2/+0
* Keep cipher lists sorted in the source instead of sorting them atNils Larsch2005-08-253-430/+454
* initialize cipher/digest methods table in SSL_library_init() and hence remove...Nils Larsch2005-08-213-11/+4