summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2011-12-02Resolve a stack set-up race condition (if the list of compressionBodo Möller
2011-10-27PR: 2628Dr. Stephen Henson
2011-10-27PR: 2628Dr. Stephen Henson
2011-10-13In ssl3_clear, preserve s3->init_extra along with s3->rbuf.Bodo Möller
2011-09-26fix signed/unsigned warningDr. Stephen Henson
2011-09-23PR: 2602Dr. Stephen Henson
2011-09-05(EC)DH memory handling fixes.Bodo Möller
2011-09-01PR: 2573Dr. Stephen Henson
2011-08-14Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSADr. Stephen Henson
2011-07-20PR: 2555Dr. Stephen Henson
2011-07-20PR: 2550Dr. Stephen Henson
2011-06-22PR: 2543Dr. Stephen Henson
2011-06-08fix memory leakDr. Stephen Henson
2011-05-25PR: 2533Dr. Stephen Henson
2011-05-25PR: 2529Dr. Stephen Henson
2011-05-25Oops use up to date patch for PR#2506Dr. Stephen Henson
2011-05-25PR: 2506Dr. Stephen Henson
2011-05-25PR: 2505Dr. Stephen Henson
2011-05-19set encodedPoint to NULL after freeing itDr. Stephen Henson
2011-04-03PR: 2462Dr. Stephen Henson
2011-04-03PR: 2458Dr. Stephen Henson
2011-04-03PR: 2457Dr. Stephen Henson
2011-03-25Corrections to the VMS build system.Richard Levitte
2011-03-25For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte
2011-03-19Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte
2011-02-08OCSP stapling fix (OpenSSL 0.9.8r/1.0.0d)OpenSSL_1_0_0dBodo Möller
2011-02-03Assorted bugfixes:Bodo Möller
2011-01-04Since DTLS 1.0 is based on TLS 1.1 we should never return a decryption_failedDr. Stephen Henson
2010-12-14First attempt at adding the possibility to set the pointer size for the build...Richard Levitte
2010-12-02make updateDr. Stephen Henson
2010-12-02fix for CVE-2010-4180Dr. Stephen Henson
2010-11-25PR: 2240Dr. Stephen Henson
2010-11-24J-PAKE was not correctly checking values, which could lead to attacks.Ben Laurie
2010-11-16Don't assume a decode error if session tlsext_ecpointformatlist is not NULL:Dr. Stephen Henson
2010-11-16fix CVE-2010-3864Dr. Stephen Henson
2010-11-14Get correct GOST private key instead of just assuming the last one isDr. Stephen Henson
2010-10-10PR: 2314Dr. Stephen Henson
2010-09-05Oops. Make depend on a standard configuration.Ben Laurie
2010-09-05Make depend.Ben Laurie
2010-06-15Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson
2010-05-17PR: 2259Dr. Stephen Henson
2010-05-03PR: 2230Dr. Stephen Henson
2010-04-14fix signed/unsigned comparison warningsDr. Stephen Henson
2010-04-14PR: 2230Dr. Stephen Henson
2010-04-14PR: 2229Dr. Stephen Henson
2010-04-14PR: 2228Dr. Stephen Henson
2010-04-13SpellingRichard Levitte
2010-04-13Undo the previous change, it was incorrect in this branch.Richard Levitte
2010-04-13Third argument to dtls1_buffer_record is by referenceRichard Levitte
2010-04-07Add SHA2 algorithms to SSL_library_init(). Although these aren't usedDr. Stephen Henson