aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2006-09-28Fix buffer overflow in SSL_get_shared_ciphers() function.Mark J. Cox3-3/+4
2006-09-28Fixes for the following claims:Richard Levitte2-6/+28
2006-09-23Submitted by: Brad Spencer <spencer@jacknife.org>Dr. Stephen Henson1-2/+8
2006-09-11ensure that ciphersuite strings such as "RC4-MD5" match the SSL 2.0Bodo Möller1-12/+16
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie1-1/+1
2006-06-15Error messages for client ECC cert verification.Bodo Möller6-9/+24
2006-06-15Fix algorithm handling for ECC ciphersuites: Adapt to recent changes,Bodo Möller2-16/+25
2006-06-15Fix another new bug in the cipherstring logic.Bodo Möller1-14/+27
2006-06-15Fix another bug introduced yesterday when deleting Fortezza stuff:Bodo Möller1-13/+10
2006-06-15Oops ... deleted too much in the previous commit when I deletedBodo Möller1-0/+1
2006-06-14Disable invalid ciphersuitesBodo Möller1-1/+1
2006-06-14Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller10-182/+219
2006-06-14Make sure that AES ciphersuites get priority over CamelliaBodo Möller1-2/+2
2006-06-14Thread-safety fixesBodo Möller2-28/+103
2006-06-09Camellia cipher, contributed by NTTBodo Möller6-5/+239
2006-05-28Use a new signed int ii instead of j (which is unsigned) to handle theRichard Levitte1-4/+4
2006-05-26Fix warnings.Dr. Stephen Henson1-1/+1
2006-05-12Someone made a mistake, and some function and reason codes gotRichard Levitte1-1/+1
2006-05-07Fix from stable branch.Dr. Stephen Henson1-1/+9
2006-04-17Fix (most) WIN32 warnings and errors.Dr. Stephen Henson1-1/+2
2006-04-15If cipher list contains a match for an explicit ciphersuite only match thatDr. Stephen Henson1-4/+21
2006-04-08Update dependencies.Dr. Stephen Henson1-1/+2
2006-04-05Remove ECC extension information from external representationBodo Möller1-64/+5
2006-04-04Stop warning.Dr. Stephen Henson1-1/+0
2006-04-03clarificationBodo Möller1-1/+7
2006-04-03check length properlyBodo Möller1-1/+1
2006-04-03simplify: use s2n macroBodo Möller1-4/+2
2006-04-03Avoid hard-coded table length where we can use sizeof.Bodo Möller1-105/+105
2006-04-03fix memory leakBodo Möller1-0/+4
2006-03-30fix for hostname extensionBodo Möller1-18/+51
2006-03-30Implement Supported Elliptic Curves Extension.Bodo Möller8-157/+329
2006-03-30Implement cipher-suite selection logic given Supported Point Formats Extension.Bodo Möller1-0/+67
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