| Commit message (Expand) | Author | Age | Files | Lines |
* | Continuing TLS v1.2 support: add support for server parsing of | Dr. Stephen Henson | 2011-05-06 | 7 | -36/+275 |
* | Disable SHA256 if not supported. | Dr. Stephen Henson | 2011-05-01 | 1 | -0/+1 |
* | Initial incomplete TLS v1.2 support. New ciphersuites added, new version | Dr. Stephen Henson | 2011-04-30 | 18 | -29/+393 |
* | Initial "opaque SSL" framework. If an application defines | Dr. Stephen Henson | 2011-04-30 | 8 | -12/+109 |
* | Reorder headers to get definitions before they are used. | Dr. Stephen Henson | 2011-04-11 | 1 | -2/+4 |
* | PR: 2462 | Dr. Stephen Henson | 2011-04-03 | 2 | -14/+2 |
* | PR: 2458 | Dr. Stephen Henson | 2011-04-03 | 2 | -7/+16 |
* | PR: 2457 | Dr. Stephen Henson | 2011-04-03 | 1 | -1/+1 |
* | Corrections to the VMS build system. | Richard Levitte | 2011-03-25 | 1 | -15/+18 |
* | For VMS, implement the possibility to choose 64-bit pointers with | Richard Levitte | 2011-03-25 | 2 | -16/+40 |
* | make update (1.1.0-dev) | Richard Levitte | 2011-03-23 | 1 | -14/+15 |
* | After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS | Richard Levitte | 2011-03-19 | 3 | -197/+308 |
* | Fix broken SRP error/function code assignment. | Dr. Stephen Henson | 2011-03-16 | 4 | -20/+18 |
* | Fix warnings: signed/unisgned comparison, shadowing (in some cases global | Dr. Stephen Henson | 2011-03-12 | 1 | -4/+4 |
* | Remove redundant check to stop compiler warning. | Dr. Stephen Henson | 2011-03-12 | 1 | -1/+1 |
* | Add SRP support. | Ben Laurie | 2011-03-12 | 20 | -22/+1402 |
* | Include openssl/crypto.h first in several other files so FIPS renaming | Dr. Stephen Henson | 2011-02-16 | 5 | -0/+5 |
* | New option to disable characteristic two fields in EC code. | Dr. Stephen Henson | 2011-02-12 | 1 | -0/+4 |
* | OCSP stapling fix (OpenSSL 0.9.8r/1.0.0d) | Bodo Möller | 2011-02-08 | 1 | -1/+7 |
* | Assorted bugfixes: | Bodo Möller | 2011-02-03 | 1 | -2/+3 |
* | CVE-2010-4180 fix (from OpenSSL_1_0_0-stable) | Bodo Möller | 2011-02-03 | 2 | -0/+8 |
* | make update | Bodo Möller | 2011-02-03 | 1 | -60/+62 |
* | FIPS_allow_md5() no longer exists and is no longer required | Dr. Stephen Henson | 2011-01-26 | 2 | -70/+60 |
* | Don't use decryption_failed alert for TLS v1.1 or later. | Dr. Stephen Henson | 2011-01-04 | 1 | -0/+2 |
* | Since DTLS 1.0 is based on TLS 1.1 we should never return a decryption_failed | Dr. Stephen Henson | 2011-01-04 | 2 | -6/+3 |
* | First attempt at adding the possibility to set the pointer size for the build... | Richard Levitte | 2010-12-14 | 2 | -5/+64 |
* | PR: 2240 | Dr. Stephen Henson | 2010-11-25 | 1 | -7/+4 |
* | using_ecc doesn't just apply to TLSv1 | Dr. Stephen Henson | 2010-11-25 | 1 | -1/+1 |
* | oops, revert invalid change | Dr. Stephen Henson | 2010-11-24 | 1 | -2/+8 |
* | use generalise mac API for SSL key generation | Dr. Stephen Henson | 2010-11-24 | 2 | -36/+36 |
* | Taken from OpenSSL_1_0_0-stable: | Richard Levitte | 2010-11-22 | 2 | -1/+5 |
* | remove duplicate statement | Dr. Stephen Henson | 2010-11-18 | 1 | -2/+0 |
* | oops, reinstate TLSv1 string | Dr. Stephen Henson | 2010-11-17 | 1 | -0/+2 |
* | Don't assume a decode error if session tlsext_ecpointformatlist is not NULL: ... | Dr. Stephen Henson | 2010-11-17 | 1 | -2/+2 |
* | bring HEAD up to date, add CVE-2010-3864 fix, update NEWS files | Dr. Stephen Henson | 2010-11-16 | 1 | -18/+42 |
* | Only use explicit IV if cipher is in CBC mode. | Dr. Stephen Henson | 2010-11-14 | 2 | -3/+6 |
* | Get correct GOST private key instead of just assuming the last one is | Dr. Stephen Henson | 2010-11-14 | 1 | -3/+10 |
* | PR: 2314 | Dr. Stephen Henson | 2010-10-10 | 1 | -0/+1 |
* | Fixes to NPN from Adam Langley. | Ben Laurie | 2010-09-05 | 11 | -36/+36 |
* | NPN tests. | Ben Laurie | 2010-09-05 | 1 | -0/+128 |
* | Fix warnings. | Ben Laurie | 2010-09-05 | 1 | -1/+1 |
* | PR: 1833 | Dr. Stephen Henson | 2010-08-27 | 2 | -4/+4 |
* | For better forward-security support, add functions | Bodo Möller | 2010-08-26 | 3 | -2/+42 |
* | Patch from PR #1833 was broken: there's no s->s3->new_session | Bodo Möller | 2010-08-26 | 1 | -2/+10 |
* | PR: 1833 | Dr. Stephen Henson | 2010-08-26 | 9 | -21/+44 |
* | Add Next Protocol Negotiation. | Ben Laurie | 2010-07-28 | 12 | -1/+524 |
* | PR: 1830 | Dr. Stephen Henson | 2010-07-18 | 2 | -0/+27 |
* | oops, revert wrong patch.. | Dr. Stephen Henson | 2010-07-18 | 2 | -27/+0 |
* | Fix warnings (From HEAD, original patch by Ben). | Dr. Stephen Henson | 2010-07-18 | 2 | -0/+27 |
* | no need for empty fragments with TLS 1.1 and later due to explicit IV | Dr. Stephen Henson | 2010-06-27 | 1 | -1/+2 |