| Commit message (Expand) | Author | Age | Files | Lines |
* | Add SRP support. | Ben Laurie | 2011-03-12 | 1 | -0/+99 |
* | New option to disable characteristic two fields in EC code. | Dr. Stephen Henson | 2011-02-12 | 1 | -0/+4 |
* | FIPS_allow_md5() no longer exists and is no longer required | Dr. Stephen Henson | 2011-01-26 | 1 | -8/+0 |
* | NPN tests. | Ben Laurie | 2010-09-05 | 1 | -0/+128 |
* | Fix warnings. | Ben Laurie | 2010-06-12 | 1 | -3/+0 |
* | PR: 2220 | Dr. Stephen Henson | 2010-04-06 | 1 | -1/+1 |
* | PR: 2153, 2125 | Dr. Stephen Henson | 2010-01-24 | 1 | -3/+5 |
* | PR: 2125 | Dr. Stephen Henson | 2010-01-14 | 1 | -2/+3 |
* | Updatde from stable branch. | Dr. Stephen Henson | 2009-01-08 | 1 | -1/+1 |
* | Type-checked (and modern C compliant) OBJ_bsearch. | Ben Laurie | 2008-10-12 | 1 | -2/+2 |
* | Remove the dual-callback scheme for numeric and pointer thread IDs, | Geoff Thorpe | 2008-08-06 | 1 | -1/+1 |
* | Revert my earlier CRYPTO_THREADID commit, I will commit a reworked | Geoff Thorpe | 2008-07-03 | 1 | -1/+1 |
* | There was a need to support thread ID types that couldn't be reliably cast | Geoff Thorpe | 2008-03-28 | 1 | -1/+1 |
* | Implement the Opaque PRF Input TLS extension | Bodo Möller | 2007-09-21 | 1 | -0/+26 |
* | use BIO_snprintf() instead of snprintf + use BIO_FP_TEXT for text output | Nils Larsch | 2006-03-12 | 1 | -3/+3 |
* | add initial support for RFC 4279 PSK SSL ciphersuites | Nils Larsch | 2006-03-11 | 1 | -0/+142 |
* | fix no-dh configure option; patch supplied by Peter Meerwald | Nils Larsch | 2006-02-24 | 1 | -1/+1 |
* | recent changes from 0.9.8: fix cipher list order in s3_lib.c, | Nils Larsch | 2006-01-15 | 1 | -2/+6 |
* | Make OPENSSL_NO_COMP work under Win32. | Dr. Stephen Henson | 2005-10-02 | 1 | -1/+1 |
* | Make OPENSSL_NO_COMP compile again. | Dr. Stephen Henson | 2005-10-01 | 1 | -0/+4 |
* | Keep cipher lists sorted in the source instead of sorting them at | Nils Larsch | 2005-08-25 | 1 | -0/+70 |
* | Let the TLSv1_method() etc. functions return a const SSL_METHOD | Nils Larsch | 2005-08-14 | 1 | -1/+1 |
* | WCE update, mostly typos. | Andy Polyakov | 2005-08-03 | 1 | -0/+1 |
* | make | Nils Larsch | 2005-07-16 | 1 | -0/+8 |
* | Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes. | Ben Laurie | 2005-06-29 | 1 | -8/+8 |
* | When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required in | Richard Levitte | 2005-05-21 | 1 | -1/+1 |
* | ecc api cleanup; summary: | Nils Larsch | 2005-05-16 | 1 | -26/+20 |
* | Fix from stable branch. | Dr. Stephen Henson | 2005-05-13 | 1 | -1/+1 |
* | use 'p' as conversion specifier for printf to avoid truncation of | Nils Larsch | 2005-05-10 | 1 | -2/+2 |
* | give EC_GROUP_new_by_nid a more meanigful name: | Nils Larsch | 2005-05-10 | 1 | -2/+2 |
* | Added restrictions on the use of proxy certificates, as they may pose | Richard Levitte | 2005-04-09 | 1 | -1/+16 |
* | Apparently, at least with my VMS C environment, defining _XOPEN_SOURCE | Richard Levitte | 2005-01-19 | 1 | -3/+4 |
* | Small thing. It seems like we have to defined _XOPEN_SOURCE to get | Richard Levitte | 2005-01-18 | 1 | -0/+2 |
* | Changes concering RFC 3820 (proxy certificates) integration: | Richard Levitte | 2005-01-17 | 1 | -21/+468 |
* | Deprecate quite a few recursive includes from the ssl.h API header and | Geoff Thorpe | 2004-05-17 | 1 | -0/+1 |
* | Allow RSA key-generation to specify an arbitrary public exponent. Jelte | Geoff Thorpe | 2004-04-26 | 1 | -2/+5 |
* | (oops) Apologies all, that last header-cleanup commit was from the wrong | Geoff Thorpe | 2004-04-19 | 1 | -0/+3 |
* | unintptr_t and <inttypes.h> are not strictly portable with respect to | Lutz Jänicke | 2004-01-04 | 1 | -2/+1 |
* | Avoid including cryptlib.h, it's not really needed. | Richard Levitte | 2003-12-27 | 1 | -1/+2 |
* | Netware-specific changes, | Richard Levitte | 2003-11-28 | 1 | -0/+3 |
* | A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. | Geoff Thorpe | 2003-10-29 | 1 | -4/+4 |
* | Avoid warnings: add missing prototype, don't shadow. | Dr. Stephen Henson | 2003-10-11 | 1 | -3/+3 |
* | Make sure int SSL_COMP_add_compression_method() checks if a certain | Richard Levitte | 2003-10-06 | 1 | -3/+17 |
* | Check for errors from SSL_COMP_add_compression_method(). | Richard Levitte | 2003-10-02 | 1 | -1/+8 |
* | fix out-of-bounds check in lock_dbg_cb (was too lose to detect all | Bodo Möller | 2003-08-14 | 1 | -1/+1 |
* | Correct a lot of printing calls. Remove extra arguments... | Richard Levitte | 2003-04-04 | 1 | -1/+1 |
* | more mingw related cleanups. | Ulf Möller | 2003-02-22 | 1 | -1/+0 |
* | Add the possibility to build without the ENGINE framework. | Richard Levitte | 2003-01-30 | 1 | -0/+4 |
* | If _XOPEN_SOURCE_EXTENDED or _XOPEN_SOURCE are defined, _POSIX_C_SOURCE gets | Richard Levitte | 2002-12-19 | 1 | -3/+7 |
* | This is a first-cut at improving the callback mechanisms used in | Geoff Thorpe | 2002-12-08 | 1 | -1/+13 |