Age | Commit message (Expand) | Author |
2022-07-12 | Remove mkerr.pl remnants from LibreSSL | Klemens Nanni |
2022-06-30 | Replace obj_mac.h with object.h | Theo Buehler |
2022-04-07 | Avoid infinite loop for custom curves of order 1 | Theo Buehler |
2022-01-27 | sort includes as usual | Theo Buehler |
2022-01-27 | Do not depend on engine.h pulling in err.h and evp.h | Theo Buehler |
2022-01-20 | Fix check for BN_mod_inverse_ct return value | Kinichiro Inoguchi |
2022-01-14 | Move ECDSA_SIG to ecs_locl.h | Theo Buehler |
2022-01-14 | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | Theo Buehler |
2022-01-05 | Prepare to provide ECDSA_SIG_get0_{r,s}() | Theo Buehler |
2021-12-04 | Add #include "bn_lcl.h" to the files that will soon need it. | Theo Buehler |
2021-04-20 | Simplify code after adding EC_POINT_{s,g}et_affine_coordinates() | Theo Buehler |
2021-04-20 | Prepare to provide EC_POINT_{g,s}et_affine_coordinates | Theo Buehler |
2019-06-04 | Readability tweak in a comment. | Theo Buehler |
2019-06-04 | Remove the blinding later to avoid leaking information on the length | Theo Buehler |
2019-01-19 | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | Theo Buehler |
2019-01-19 | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | Theo Buehler |
2019-01-19 | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | Theo Buehler |
2018-07-10 | Factor out a bit of ugly code that truncates the digest to the order_bits | Theo Buehler |
2018-06-16 | Tiny tweak to the blinding comment. | Theo Buehler |
2018-06-15 | Basic cleanup. Handle the possibly NULL ctx_in in ecdsa_sign_setup() with | Theo Buehler |
2018-06-15 | Clean up some whitespace and polish a few comments. Reduces noise in | Theo Buehler |
2018-06-14 | Use a blinding value when generating an ECDSA signature, in order to | Theo Buehler |
2018-06-13 | Avoid a timing side-channel leak when generating DSA and ECDSA signatures. | Joel Sing |
2018-04-28 | Fix a small timing side channel in ecdsa_sign_setup(). Up to whitespace | Theo Buehler |
2018-04-14 | make ENGINE_finish() succeed on NULL and simplify callers as in | Theo Buehler |
2018-03-17 | Provide ECDSA_SIG_{g,s}et0(). | Theo Buehler |
2017-05-02 | use freezero() instead of memset/explicit_bzero + free. Substantially | Theo de Raadt |
2017-01-29 | Send the function codes from the error functions to the bit bucket, | Bob Beck |
2017-01-21 | Add ct and nonct versions of BN_mod_inverse for internal use | Bob Beck |
2017-01-05 | Avoid a side-channel cache-timing attack that can leak the ECDSA private | Joel Sing |
2016-12-21 | Explicitly export a list of symbols from libcrypto. | Joel Sing |
2015-10-16 | Remove pointless externs - the structs are declared in the same files a | Joel Sing |
2015-10-16 | Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_const | Joel Sing |
2015-10-16 | Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const. | Joel Sing |
2015-09-10 | Correct spelling of OPENSSL_cleanse. | Joel Sing |
2015-07-24 | Expand ASN.1 template macros - no change in generated assembly. | Joel Sing |
2015-02-10 | Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that the | Joel Sing |
2015-02-08 | Lob a KNF grenade into the ecdsa code. | Joel Sing |
2015-02-07 | Delete a lot of #if 0 code in libressl. | Doug Hogan |
2015-01-28 | Fix a number of issues relating to algorithms in signatures, Mostly | Bob Beck |
2014-11-17 | Make the ECDSA_SIG bowels public. This matches RSA_SIG and DSA_SIG, and we | Miod Vallat |
2014-10-18 | None of these need to include <openssl/rand.h> | Joel Sing |
2014-07-12 | if (x) FOO_free(x) -> FOO_free(x). | Miod Vallat |
2014-07-10 | Explicitly include <openssl/opensslconf.h> in every file that references | Joel Sing |
2014-07-09 | remove unused, private version strings except SSL_version_str | Brent Cook |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-07 | malloc() result does not need a cast. | Theo de Raadt |
2014-04-27 | Use C99 initializers for the various FOO_METHOD structs. More readable, and | Miod Vallat |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2014-04-17 | 1. RAND_seed is now DEPRECATED | Theo de Raadt |