summaryrefslogtreecommitdiffstats
path: root/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix buffer overflow in SSL_get_shared_ciphers() function.Mark J. Cox2006-09-283-3/+4
* Fixes for the following claims:Richard Levitte2006-09-282-6/+28
* Submitted by: Brad Spencer <spencer@jacknife.org>Dr. Stephen Henson2006-09-231-2/+8
* ensure that ciphersuite strings such as "RC4-MD5" match the SSL 2.0Bodo Möller2006-09-111-12/+16
* Make things static that should be. Declare stuff in headers that should be.Ben Laurie2006-08-281-1/+1
* Error messages for client ECC cert verification.Bodo Möller2006-06-156-9/+24
* Fix algorithm handling for ECC ciphersuites: Adapt to recent changes,Bodo Möller2006-06-152-16/+25
* Fix another new bug in the cipherstring logic.Bodo Möller2006-06-151-14/+27
* Fix another bug introduced yesterday when deleting Fortezza stuff:Bodo Möller2006-06-151-13/+10
* Oops ... deleted too much in the previous commit when I deletedBodo Möller2006-06-151-0/+1
* Disable invalid ciphersuitesBodo Möller2006-06-141-1/+1
* Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller2006-06-1410-182/+219
* Make sure that AES ciphersuites get priority over CamelliaBodo Möller2006-06-141-2/+2
* 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-131-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-1210-21/+412
* add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch2006-03-1116-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-303-4/+18