summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdsa (follow)
Commit message (Expand)AuthorAgeFilesLines
* spelling fixes; from paul tagliamontejmc2022-12-261-3/+3
* Make header guards of internal headers consistenttb2022-11-261-4/+4
* Make internal header file names consistenttb2022-11-266-16/+16
* Stop using CBIGNUM_it internal to libcrypto.jsing2022-09-031-3/+3
* Rework DSA_size() and ECDSA_size()tb2022-08-311-25/+22
* Remove mkerr.pl remnants from LibreSSLkn2022-07-122-13/+2
* Replace obj_mac.h with object.htb2022-06-301-3/+3
* Avoid infinite loop for custom curves of order 1tb2022-04-071-1/+6
* sort includes as usualtb2022-01-271-2/+2
* Do not depend on engine.h pulling in err.h and evp.htb2022-01-272-6/+10
* Fix check for BN_mod_inverse_ct return valueinoguchi2022-01-201-3/+3
* Move ECDSA_SIG to ecs_locl.htb2022-01-142-11/+7
* Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_APItb2022-01-141-3/+1
* Prepare to provide ECDSA_SIG_get0_{r,s}()tb2022-01-052-2/+19
* Add #include "bn_lcl.h" to the files that will soon need it.tb2021-12-042-2/+5
* Simplify code after adding EC_POINT_{s,g}et_affine_coordinates()tb2021-04-201-33/+8
* Prepare to provide EC_POINT_{g,s}et_affine_coordinatestb2021-04-201-5/+5
* Readability tweak in a comment.tb2019-06-041-2/+2
* Remove the blinding later to avoid leaking information on the lengthtb2019-06-041-3/+3
* Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb2019-01-191-3/+3
* Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb2019-01-193-30/+64
* Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb2019-01-194-25/+84
* Factor out a bit of ugly code that truncates the digest to the order_bitstb2018-07-101-32/+32
* Tiny tweak to the blinding comment.tb2018-06-161-2/+4
* Basic cleanup. Handle the possibly NULL ctx_in in ecdsa_sign_setup() withtb2018-06-151-67/+62
* Clean up some whitespace and polish a few comments. Reduces noise intb2018-06-151-24/+21
* Use a blinding value when generating an ECDSA signature, in order totb2018-06-141-14/+65
* Avoid a timing side-channel leak when generating DSA and ECDSA signatures.jsing2018-06-131-2/+2
* Fix a small timing side channel in ecdsa_sign_setup(). Up to whitespacetb2018-04-281-8/+25
* make ENGINE_finish() succeed on NULL and simplify callers as intb2018-04-141-8/+5
* Provide ECDSA_SIG_{g,s}et0().tb2018-03-172-2/+38
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-022-9/+4
* Send the function codes from the error functions to the bit bucket,beck2017-01-293-56/+44
* Add ct and nonct versions of BN_mod_inverse for internal usebeck2017-01-211-4/+6
* Avoid a side-channel cache-timing attack that can leak the ECDSA privatejsing2017-01-051-1/+3
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-7/+3
* Remove pointless externs - the structs are declared in the same files ajsing2015-10-161-2/+1
* Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_constjsing2015-10-161-2/+6
* Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const.jsing2015-10-161-2/+1
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+2
* Expand ASN.1 template macros - no change in generated assembly.jsing2015-07-241-5/+27
* Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that thejsing2015-02-101-2/+26
* Lob a KNF grenade into the ecdsa code.jsing2015-02-088-312/+288
* Delete a lot of #if 0 code in libressl.doug2015-02-071-9/+1
* Fix a number of issues relating to algorithms in signatures, Mostlybeck2015-01-281-2/+14
* Make the ECDSA_SIG bowels public. This matches RSA_SIG and DSA_SIG, and wemiod2014-11-172-30/+30
* None of these need to include <openssl/rand.h>jsing2014-10-181-2/+1
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-27/+15
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-105-5/+17
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1