aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2006-03-26Simplify ASN.1 for point format listBodo Möller1-27/+5
2006-03-15fix for OPENSSL_NO_ECNils Larsch1-3/+2
2006-03-15fix problems found by coverity: remove useless codeNils Larsch1-1/+0
2006-03-15tlsext_ecpointformatlist_length is unsigned, so check if it's lessRichard Levitte1-1/+1
2006-03-13signed vs. unsignedNils Larsch1-1/+1
2006-03-13Oh, now I noticed Bodo's change that made tlsext_ecpointformatlistRichard Levitte1-1/+1
2006-03-13Resolve signed vs. unsigned issuesRichard Levitte3-7/+7
2006-03-13fix sign problemsBodo Möller3-4/+18
2006-03-13remove unused variablesNils Larsch1-3/+0
2006-03-13udpate Supported Point Formats Extension codeBodo Möller5-39/+19
2006-03-12fix commentNils Larsch1-8/+10
2006-03-12use BIO_snprintf() instead of snprintf + use BIO_FP_TEXT for text outputNils Larsch1-3/+3
2006-03-11Implement the Supported Point Formats Extension for ECC ciphersuitesBodo Möller10-21/+412
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch16-19/+1101
2006-02-24fix no-dh configure option; patch supplied by Peter MeerwaldNils Larsch2-2/+2
2006-02-07move new member of SSL_SESSION to the endBodo Möller1-3/+3
2006-02-04Update filenames in makefiles.Dr. Stephen Henson1-1/+1
2006-01-29add additional checks + cleanupNils Larsch3-4/+18
2006-01-15recent changes from 0.9.8: fix cipher list order in s3_lib.c,Nils Larsch3-101/+112
2006-01-14signed vs. unsigned clash.Richard Levitte1-1/+1
2006-01-13Further TLS extension improvementsBodo Möller4-58/+42
2006-01-11improvements for alert handlingBodo Möller2-51/+65
2006-01-11More TLS extension related changes.Bodo Möller5-24/+38
2006-01-09Further TLS extension updatesBodo Möller7-42/+93
2006-01-08Avoid contradictive error code assignments.Bodo Möller1-1/+1
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller3-83/+82
2006-01-07There's no such things as DTLS1_AD_MISSING_HANDSHAKE_MESSAGE.Bodo Möller4-5/+11
2006-01-07prepare for additional RFC3546 alertsBodo Möller2-0/+8
2006-01-07make sure that the unrecognized_name alert actually gets sentBodo Möller2-0/+2
2006-01-07complete and correct RFC3546 error codesBodo Möller2-1/+10
2006-01-06Fixes for TLS server_name extensionBodo Möller5-45/+31
2006-01-04Fix signed/unsigned char clashes.Richard Levitte1-2/+2
2006-01-03Various changes in the new TLS extension code, including the following:Bodo Möller11-196/+443
2006-01-02Support TLS extensions (specifically, HostName)Bodo Möller13-11/+474
2005-12-30Rewrite timeout computation in a way that is less prone to overflow.Bodo Möller1-1/+1
2005-12-18Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov1-6/+0
2005-12-13update TLS-ECC codeBodo Möller4-263/+204
2005-12-05Avoid warnings on VC++ 2005.Dr. Stephen Henson11-16/+16
2005-11-15disable some invalid ciphersuitesBodo Möller3-6/+9
2005-10-26Add fixes for CAN-2005-2969.Bodo Möller2-7/+2
2005-10-08Avoid warning on Win32.Dr. Stephen Henson1-2/+2
2005-10-08New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson8-21/+112
2005-10-02Make OPENSSL_NO_COMP work under Win32.Dr. Stephen Henson1-1/+1
2005-10-01Fix compilation without OPENSSL_NO_COMP :-)Dr. Stephen Henson1-2/+0
2005-09-30Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson12-3/+114
2005-09-21128 bit AES ciphersuites should be classified as HIGH.Dr. Stephen Henson1-10/+10
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch1-1/+8
2005-08-27Fix warnings.Ben Laurie2-2/+0
2005-08-25Keep cipher lists sorted in the source instead of sorting them atNils Larsch3-430/+454
2005-08-21initialize cipher/digest methods table in SSL_library_init() and hence remove...Nils Larsch3-11/+4