summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2006-04-03clarificationBodo Möller
2006-04-03check length properlyBodo Möller
2006-04-03simplify: use s2n macroBodo Möller
2006-04-03Avoid hard-coded table length where we can use sizeof.Bodo Möller
2006-04-03fix memory leakBodo Möller
2006-03-30fix for hostname extensionBodo Möller
2006-03-30Implement Supported Elliptic Curves Extension.Bodo Möller
2006-03-30Implement cipher-suite selection logic given Supported Point Formats Extension.Bodo Möller
2006-03-26Simplify ASN.1 for point format listBodo Möller
2006-03-15fix for OPENSSL_NO_ECNils Larsch
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
2006-03-13signed vs. unsignedNils Larsch
2006-03-13Oh, now I noticed Bodo's change that made tlsext_ecpointformatlistRichard Levitte
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
2006-03-12fix commentNils Larsch
2006-03-12use BIO_snprintf() instead of snprintf + use BIO_FP_TEXT for text outputNils Larsch
2006-03-11Implement the Supported Point Formats Extension for ECC ciphersuitesBodo Möller
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils 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
2006-02-04Update filenames in makefiles.Dr. Stephen Henson
2006-01-29add additional checks + cleanupNils Larsch
2006-01-15recent changes from 0.9.8: fix cipher list order in s3_lib.c,Nils Larsch
2006-01-14signed vs. unsigned clash.Richard Levitte
2006-01-13Further TLS extension improvementsBodo Möller
2006-01-11improvements for alert handlingBodo Möller
2006-01-11More TLS extension related changes.Bodo Möller
2006-01-09Further TLS extension updatesBodo Möller
2006-01-08Avoid contradictive error code assignments.Bodo Möller
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
2006-01-07prepare for additional RFC3546 alertsBodo Möller
2006-01-07make sure that the unrecognized_name alert actually gets sentBodo Möller
2006-01-07complete and correct RFC3546 error codesBodo Möller
2006-01-06Fixes for TLS server_name extensionBodo Möller
2006-01-04Fix signed/unsigned char clashes.Richard Levitte
2006-01-03Various changes in the new TLS extension code, including the following:Bodo Möller
2006-01-02Support TLS extensions (specifically, HostName)Bodo Möller
2005-12-30Rewrite timeout computation in a way that is less prone to overflow.Bodo Möller
2005-12-18Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov
2005-12-13update TLS-ECC codeBodo Möller
2005-12-05Avoid warnings on VC++ 2005.Dr. Stephen Henson
2005-11-15disable some invalid ciphersuitesBodo Möller
2005-10-26Add fixes for CAN-2005-2969.Bodo Möller
2005-10-08Avoid warning on Win32.Dr. Stephen Henson
2005-10-08New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson