aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Thread-safety fixesBodo Möller2006-06-142-28/+103
* Camellia cipher, contributed by NTTBodo Möller2006-06-096-5/+239
* Use a new signed int ii instead of j (which is unsigned) to handle theRichard Levitte2006-05-281-4/+4
* Fix warnings.Dr. Stephen Henson2006-05-261-1/+1
* Someone made a mistake, and some function and reason codes gotRichard Levitte2006-05-121-1/+1
* Fix from stable branch.Dr. Stephen Henson2006-05-071-1/+9
* Fix (most) WIN32 warnings and errors.Dr. Stephen Henson2006-04-171-1/+2
* If cipher list contains a match for an explicit ciphersuite only match thatDr. Stephen Henson2006-04-151-4/+21
* Update dependencies.Dr. Stephen Henson2006-04-081-1/+2
* Remove ECC extension information from external representationBodo Möller2006-04-051-64/+5
* Stop warning.Dr. Stephen Henson2006-04-041-1/+0
* clarificationBodo Möller2006-04-031-1/+7
* check length properlyBodo Möller2006-04-031-1/+1
* simplify: use s2n macroBodo Möller2006-04-031-4/+2
* Avoid hard-coded table length where we can use sizeof.Bodo Möller2006-04-031-105/+105
* fix memory leakBodo Möller2006-04-031-0/+4
* fix for hostname extensionBodo Möller2006-03-301-18/+51
* Implement Supported Elliptic Curves Extension.Bodo Möller2006-03-308-157/+329
* Implement cipher-suite selection logic given Supported Point Formats Extension.Bodo Möller2006-03-301-0/+67
* 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