| Commit message (Expand) | Author | Age | Files | Lines |
* | Add RAND_priv_bytes() for private keys | Rich Salz | 2017-08-03 | 1 | -2/+2 |
* | Change to check last return value of BN_CTX_get | Paul Yang | 2017-06-26 | 2 | -5/+3 |
* | make error tables const and separate header file | Rich Salz | 2017-06-07 | 1 | -44/+41 |
* | ASN.1: adapt our use of INTxx et al by making them explicitely embedded | Richard Levitte | 2017-04-13 | 1 | -1/+1 |
* | Act on deprecation of LONG and ZLONG, step 2 | Richard Levitte | 2017-04-10 | 2 | -2/+2 |
* | Make default_method mostly compile-time | Rich Salz | 2017-04-07 | 2 | -14/+12 |
* | Better check of DH parameters in TLS data | Richard Levitte | 2017-01-26 | 1 | -0/+40 |
* | Style | FdaSilvaYY | 2017-01-25 | 1 | -1/+1 |
* | Fix error handling in compute_key, BN_CTX_get can return NULL | Bernd Edlinger | 2017-01-24 | 1 | -0/+2 |
* | Add support for reference counting using C11 atomics | Kurt Roeckx | 2016-11-17 | 2 | -3/+4 |
* | Raise an error on memory alloc failure. | FdaSilvaYY | 2016-11-17 | 1 | -19/+18 |
* | Constify private key decode. | Dr. Stephen Henson | 2016-08-17 | 1 | -2/+2 |
* | constify X509_ALGOR_get0() | Dr. Stephen Henson | 2016-08-17 | 1 | -7/+7 |
* | Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data(). | Dr. Stephen Henson | 2016-08-16 | 1 | -3/+3 |
* | Change callers to use the new constants. | Rich Salz | 2016-08-10 | 1 | -1/+1 |
* | Check for errors allocating the error strings. | Kurt Roeckx | 2016-07-20 | 1 | -1/+2 |
* | check return values for EVP_Digest*() APIs | Dr. Stephen Henson | 2016-07-15 | 1 | -2/+2 |
* | Handle BN_mod_word failures. | David Benjamin | 2016-06-25 | 1 | -0/+4 |
* | Fix BN_is_prime* calls. | David Benjamin | 2016-06-25 | 1 | -4/+13 |
* | Useless header include of openssl/rand.h | FdaSilvaYY | 2016-06-18 | 1 | -1/+0 |
* | Fix the build and tests following constification of DH, DSA, RSA | Matt Caswell | 2016-06-16 | 1 | -2/+2 |
* | Constify the parameter getters for RSA, DSA and DH | Richard Levitte | 2016-06-15 | 1 | -12/+7 |
* | Deprecate the flags that switch off constant time | Matt Caswell | 2016-06-06 | 1 | -26/+9 |
* | Remove/rename some old files. | Rich Salz | 2016-06-01 | 2 | -115/+0 |
* | Fix printing of DH Parameters | Matt Caswell | 2016-06-01 | 1 | -1/+2 |
* | Raise an Err when CRYPTO_THREAD_lock_new fails | FdaSilvaYY | 2016-06-01 | 1 | -0/+1 |
* | Parameter copy sanity checks. | Dr. Stephen Henson | 2016-05-31 | 1 | -1/+1 |
* | Remove unused error/function codes. | Rich Salz | 2016-05-23 | 1 | -8/+1 |
* | Remove useless NULL checks | FdaSilvaYY | 2016-05-23 | 1 | -2/+1 |
* | Add some error messages for malloc fails | Matt Caswell | 2016-05-18 | 2 | -1/+9 |
* | Better checks for malloc failure in various METHOD functions | Matt Caswell | 2016-05-18 | 1 | -2/+16 |
* | Manual fixes after copyright consolidation | Rich Salz | 2016-05-17 | 1 | -51/+6 |
* | Copyright consolidation 05/10 | Rich Salz | 2016-05-17 | 13 | -594/+67 |
* | Fix OpenSSL_memdup error handling | Insu Yun | 2016-05-13 | 1 | -12/+15 |
* | Add checks on CRYPTO_new_ex_data return value... | FdaSilvaYY | 2016-04-28 | 1 | -17/+14 |
* | Fix set0 reuse test | Viktor Dukhovni | 2016-04-27 | 1 | -1/+1 |
* | RSA, DSA, DH: Allow some given input to be NULL on already initialised keys | Richard Levitte | 2016-04-27 | 1 | -14/+37 |
* | Remove --classic build entirely | Richard Levitte | 2016-04-20 | 1 | -45/+0 |
* | Add documentation for following DH and DH_METHOD opacity | Matt Caswell | 2016-04-09 | 1 | -0/+1 |
* | Make DH_METHOD opaque | Matt Caswell | 2016-04-09 | 4 | -3/+179 |
* | Make DH opaque | Matt Caswell | 2016-04-09 | 9 | -8/+129 |
* | Remove the remainder of util/mk1mf.pl and companion scripts | Richard Levitte | 2016-03-21 | 1 | -3/+0 |
* | Remove #error from include files. | Rich Salz | 2016-03-21 | 3 | -9/+3 |
* | RT3676 add: Export ASN.1 DHparams | Rich Salz | 2016-03-10 | 1 | -1/+1 |
* | Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API | Alessandro Ghedini | 2016-03-08 | 2 | -7/+22 |
* | GH715: ENGINE_finish can take NULL | Rich Salz | 2016-02-25 | 1 | -9/+5 |
* | Remove unused parameters from internal functions | Rich Salz | 2016-02-22 | 1 | -44/+13 |
* | Always build library object files with shared library cflags | Richard Levitte | 2016-02-20 | 1 | -1/+1 |
* | Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND | Richard Levitte | 2016-02-18 | 1 | -1/+1 |
* | Move to REF_DEBUG, for consistency. | Rich Salz | 2016-02-11 | 1 | -18/+5 |