summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdsa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move EC_KEY_{insert,set}_key_method_data() to internal-onlytb2023-04-251-2/+4
* Bring includes into canonical ordertb2023-04-181-2/+3
* Move some includes out of OPENSSL_NO_DEPRECATEDtb2023-04-181-3/+1
* Remove files that definitely contain no code anymoretb2023-04-132-148/+0
* Fold ECDSA sign and verify mess into ecs_ossl.ctb2023-04-133-63/+68
* i2d_ECDSA_SIG() may return a negative value in case of error. Handlebluhm2023-03-301-5/+14
* Replace the remaining BN_copy() with bn_copy()tb2023-03-271-3/+3
* Convert BN_copy() with explicit comparison against NULL to bn_copy()tb2023-03-271-2/+2
* BN_free() is defined in <openssl/bn.h>tb2023-03-251-3/+5
* Call BN_free() instead of BN_clear_free().jsing2023-03-073-17/+17
* Enforce a lower bound of of EC group order so 80 bits for ECDSAtb2023-03-041-2/+7
* Cap the number of iterations in ECDSA signingtb2023-03-041-1/+15
* 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