summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdsa/ecs_ossl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch sign_sig() and sign_setup() to using BN_CTXtb2023-07-021-47/+73
* Revert hunk accidentally committed in r1.39tb2023-07-021-11/+1
* Rework handling of the out_kinv and out_r pointerstb2023-07-021-8/+15
* Rename ctx_in into in_ctx, kinvp into out_kinv and rp into out_rtb2023-07-021-12/+13
* Rename a few variables from X to xtb2023-07-021-14/+14
* Simplify things by switching to bn_rand_interval()tb2023-07-021-22/+19
* ECDSA_size(): move order a few lines downtb2023-07-021-2/+2
* Invert method checks to avoid stupid line breakstb2023-07-021-22/+26
* Move ECDSA_size() to ecs_ossl.c to match what was done in ecdhtb2023-06-251-1/+33
* Move ECDH_OpenSSL() ECDSA_OpenSSL() to *_lib.ctb2023-06-251-14/+1
* Remove method wrappers that use {ecdh,ecdsa}_check()tb2023-06-251-52/+10
* ecdsa_do_sign(): remove useless ecdsa_check() calltb2023-06-251-4/+2
* Fold ECDSA sign and verify mess into ecs_ossl.ctb2023-04-131-1/+66
* 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
* Call BN_free() instead of BN_clear_free().jsing2023-03-071-12/+12
* 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
* Make internal header file names consistenttb2022-11-261-3/+3
* Replace obj_mac.h with object.htb2022-06-301-3/+3
* Avoid infinite loop for custom curves of order 1tb2022-04-071-1/+6
* Fix check for BN_mod_inverse_ct return valueinoguchi2022-01-201-3/+3
* 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-1/+41
* Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb2019-01-191-1/+38
* 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
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-46/+39
* 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
* Lob a KNF grenade into the ecdsa code.jsing2015-02-081-151/+114
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-27/+15
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-10/+4
* import OpenSSL-1.0.1cdjm2012-10-131-1/+4
* import OpenSSL 1.0.0edjm2011-11-031-0/+8
* import OpenSSL-1.0.0adjm2010-10-011-30/+24
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+478