| Commit message (Expand) | Author | Age | Files | Lines |
| * | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | tb | 2019-01-19 | 1 | -3/+3 |
| * | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | tb | 2019-01-19 | 3 | -30/+64 |
| * | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | tb | 2019-01-19 | 4 | -25/+84 |
| * | Factor out a bit of ugly code that truncates the digest to the order_bits | tb | 2018-07-10 | 1 | -32/+32 |
| * | Tiny tweak to the blinding comment. | tb | 2018-06-16 | 1 | -2/+4 |
| * | Basic cleanup. Handle the possibly NULL ctx_in in ecdsa_sign_setup() with | tb | 2018-06-15 | 1 | -67/+62 |
| * | Clean up some whitespace and polish a few comments. Reduces noise in | tb | 2018-06-15 | 1 | -24/+21 |
| * | Use a blinding value when generating an ECDSA signature, in order to | tb | 2018-06-14 | 1 | -14/+65 |
| * | Avoid a timing side-channel leak when generating DSA and ECDSA signatures. | jsing | 2018-06-13 | 1 | -2/+2 |
| * | Fix a small timing side channel in ecdsa_sign_setup(). Up to whitespace | tb | 2018-04-28 | 1 | -8/+25 |
| * | make ENGINE_finish() succeed on NULL and simplify callers as in | tb | 2018-04-14 | 1 | -8/+5 |
| * | Provide ECDSA_SIG_{g,s}et0(). | tb | 2018-03-17 | 2 | -2/+38 |
| * | use freezero() instead of memset/explicit_bzero + free. Substantially | deraadt | 2017-05-02 | 2 | -9/+4 |
| * | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 3 | -56/+44 |
| * | Add ct and nonct versions of BN_mod_inverse for internal use | beck | 2017-01-21 | 1 | -4/+6 |
| * | Avoid a side-channel cache-timing attack that can leak the ECDSA private | jsing | 2017-01-05 | 1 | -1/+3 |
| * | Explicitly export a list of symbols from libcrypto. | jsing | 2016-12-21 | 1 | -7/+3 |
| * | Remove pointless externs - the structs are declared in the same files a | jsing | 2015-10-16 | 1 | -2/+1 |
| * | Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_const | jsing | 2015-10-16 | 1 | -2/+6 |
| * | Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const. | jsing | 2015-10-16 | 1 | -2/+1 |
| * | Correct spelling of OPENSSL_cleanse. | jsing | 2015-09-10 | 1 | -2/+2 |
| * | Expand ASN.1 template macros - no change in generated assembly. | jsing | 2015-07-24 | 1 | -5/+27 |
| * | Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that the | jsing | 2015-02-10 | 1 | -2/+26 |
| * | Lob a KNF grenade into the ecdsa code. | jsing | 2015-02-08 | 8 | -312/+288 |
| * | Delete a lot of #if 0 code in libressl. | doug | 2015-02-07 | 1 | -9/+1 |
| * | Fix a number of issues relating to algorithms in signatures, Mostly | beck | 2015-01-28 | 1 | -2/+14 |
| * | Make the ECDSA_SIG bowels public. This matches RSA_SIG and DSA_SIG, and we | miod | 2014-11-17 | 2 | -30/+30 |
| * | None of these need to include <openssl/rand.h> | jsing | 2014-10-18 | 1 | -2/+1 |
| * | if (x) FOO_free(x) -> FOO_free(x). | miod | 2014-07-12 | 1 | -27/+15 |
| * | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 5 | -5/+17 |
| * | remove unused, private version strings except SSL_version_str | bcook | 2014-07-09 | 1 | -3/+1 |
| * | tags as requested by miod and tedu | deraadt | 2014-06-12 | 8 | -8/+8 |
| * | malloc() result does not need a cast. | deraadt | 2014-06-07 | 1 | -1/+1 |
| * | Use C99 initializers for the various FOO_METHOD structs. More readable, and | miod | 2014-04-27 | 1 | -10/+4 |
| * | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -4/+4 |
| * | 1. RAND_seed is now DEPRECATED | deraadt | 2014-04-17 | 1 | -1/+0 |
| * | we don't use these files for building | tedu | 2014-04-15 | 1 | -76/+0 |
| * | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 1 | -18/+0 |
| * | Moved to regress/lib/libcrypto. | miod | 2014-04-15 | 1 | -572/+0 |
| * | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -64/+0 |
| * | This commit was generated by cvs2git to track changes on a CVS vendor | miod | 2014-04-13 | 1 | -2/+9 |
| |\ |
|
| | * | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 1 | -2/+9 |
| * | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 1 | -6/+8 |
| |\ \ |
|
| | * | | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -6/+8 |
| * | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 5 | -3/+37 |
| |\ \ \
| | |/
| |/| |
|
| | * | | import OpenSSL-1.0.1c | djm | 2012-10-13 | 5 | -3/+37 |
| * | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-01-05 | 1 | -7/+78 |
| |\ \ \
| | |/
| |/| |
|
| | * | | OpenSSL 1.0.0f: import upstream source | djm | 2012-01-05 | 1 | -7/+78 |
| * | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2011-11-03 | 2 | -2/+8 |
| |\ \ \
| | |/
| |/| |
|
| | * | | import OpenSSL 1.0.0e | djm | 2011-11-03 | 2 | -2/+8 |