summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Collapse)Author
2006-06-09Camellia cipher, contributed by NTTBodo Möller
Submitted by: Masashi Fujita Reviewed by: Bodo Moeller
2006-05-28Use a new signed int ii instead of j (which is unsigned) to handle theRichard Levitte
return value from sk_SSL_CIPHER_find().
2006-05-26Fix warnings.Dr. Stephen Henson
2006-05-12Someone made a mistake, and some function and reason codes gotRichard Levitte
duplicate numbers. Renumbering.
2006-05-07Fix from stable branch.Dr. Stephen Henson
2006-04-17Fix (most) WIN32 warnings and errors.Dr. Stephen Henson
2006-04-15If cipher list contains a match for an explicit ciphersuite only match thatDr. Stephen Henson
one suite.
2006-04-08Update dependencies.Dr. Stephen Henson
2006-04-05Remove ECC extension information from external representationBodo Möller
of the session -- we don't really need it once the handshake has completed.
2006-04-04Stop warning.Dr. Stephen Henson
2006-04-03clarificationBodo Möller
2006-04-03check length properlyBodo Möller
Submitted by: Peter Sylvester
2006-04-03simplify: use s2n macroBodo Möller
2006-04-03Avoid hard-coded table length where we can use sizeof.Bodo Möller
Submitted by: Peter Sylvester Reviewed by: Bodo Moeller
2006-04-03fix memory leakBodo Möller
Submitted by: Peter Sylvester
2006-03-30fix for hostname extensionBodo Möller
Submitted by: Kaspar Brand, Peter Sylvester
2006-03-30Implement Supported Elliptic Curves Extension.Bodo Möller
Submitted by: Douglas Stebila
2006-03-30Implement cipher-suite selection logic given Supported Point Formats Extension.Bodo Möller
Submitted by: Douglas Stebila
2006-03-26Simplify ASN.1 for point format listBodo Möller
Submitted by: Douglas Stebila
2006-03-15fix for OPENSSL_NO_ECNils Larsch
PR: 1293
2006-03-15fix problems found by coverity: remove useless codeNils Larsch
2006-03-15tlsext_ecpointformatlist_length is unsigned, so check if it's lessRichard Levitte
than zero will only result in pissing of some compilers...
2006-03-13signed vs. unsignedNils Larsch
2006-03-13Oh, now I noticed Bodo's change that made tlsext_ecpointformatlistRichard Levitte
unsigned...
2006-03-13Resolve signed vs. unsigned issuesRichard Levitte
2006-03-13fix sign problemsBodo Möller
2006-03-13remove unused variablesNils Larsch
2006-03-13udpate Supported Point Formats Extension codeBodo Möller
Submitted by: Douglas Stebila
2006-03-12fix commentNils Larsch
Submitted by: Peter Sylvester
2006-03-12use BIO_snprintf() instead of snprintf + use BIO_FP_TEXT for text outputNils Larsch
Submitted by: Gisle Vanem
2006-03-11Implement the Supported Point Formats Extension for ECC ciphersuitesBodo Möller
Submitted by: Douglas Stebila
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch
PR: 1191 Submitted by: Mika Kousa and Pasi Eronen of Nokia Corporation Reviewed by: Nils Larsch
2006-02-24fix no-dh configure option; patch supplied by Peter MeerwaldNils Larsch
2006-02-07move new member of SSL_SESSION to the endBodo Möller
(minimize changes to binary format) Submitted by: Peter Sylvester
2006-02-04Update filenames in makefiles.Dr. Stephen Henson
2006-01-29add additional checks + cleanupNils Larsch
Submitted by: David Hartman <david_hartman@symantec.com>
2006-01-15recent changes from 0.9.8: fix cipher list order in s3_lib.c,Nils Larsch
make "no-ssl2" work again PR: 1217
2006-01-14signed vs. unsigned clash.Richard Levitte
2006-01-13Further TLS extension improvementsBodo Möller
Submitted by: Peter Sylvester
2006-01-11improvements for alert handlingBodo Möller
2006-01-11More TLS extension related changes.Bodo Möller
Submitted by: Peter Sylvester
2006-01-09Further TLS extension updatesBodo Möller
Submitted by: Peter Sylvester
2006-01-08Avoid contradictive error code assignments.Bodo Möller
"make errors".
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller
2006-01-07There's no such things as DTLS1_AD_MISSING_HANDSHAKE_MESSAGE.Bodo Möller
For now, anyway.
2006-01-07prepare for additional RFC3546 alertsBodo Möller
2006-01-07make sure that the unrecognized_name alert actually gets sentBodo Möller
Submitted by: Peter Sylvester
2006-01-07complete and correct RFC3546 error codesBodo Möller
2006-01-06Fixes for TLS server_name extensionBodo Möller
Submitted by: Peter Sylvester
2006-01-04Fix signed/unsigned char clashes.Richard Levitte