summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2007-01-21Constify version strings is ssl lib.Dr. Stephen Henson
2007-01-03remove undefined constantNils Larsch
2006-12-21fix typosNils Larsch
2006-11-30Win32 fixes from stable branch.Dr. Stephen Henson
2006-11-29replace macros with functionsNils Larsch
2006-11-29fix support for receiving fragmented handshake messagesBodo Möller
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-11-06remove SSLEAY_MACROS codeNils Larsch
2006-10-20Align data payload for better performance.Andy Polyakov
2006-09-28Fix buffer overflow in SSL_get_shared_ciphers() function.Mark J. Cox
2006-09-28Fixes for the following claims:Richard Levitte
2006-09-23Submitted by: Brad Spencer <spencer@jacknife.org>Dr. Stephen Henson
2006-09-11ensure that ciphersuite strings such as "RC4-MD5" match the SSL 2.0Bodo Möller
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie
2006-06-15Error messages for client ECC cert verification.Bodo Möller
2006-06-15Fix algorithm handling for ECC ciphersuites: Adapt to recent changes,Bodo Möller
2006-06-15Fix another new bug in the cipherstring logic.Bodo Möller
2006-06-15Fix another bug introduced yesterday when deleting Fortezza stuff:Bodo Möller
2006-06-15Oops ... deleted too much in the previous commit when I deletedBodo Möller
2006-06-14Disable invalid ciphersuitesBodo Möller
2006-06-14Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller
2006-06-14Make sure that AES ciphersuites get priority over CamelliaBodo Möller
2006-06-14Thread-safety fixesBodo Möller
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2006-05-28Use a new signed int ii instead of j (which is unsigned) to handle theRichard Levitte
2006-05-26Fix warnings.Dr. Stephen Henson
2006-05-12Someone made a mistake, and some function and reason codes gotRichard Levitte
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
2006-04-08Update dependencies.Dr. Stephen Henson
2006-04-05Remove ECC extension information from external representationBodo Möller
2006-04-04Stop warning.Dr. Stephen Henson
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