summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdsa/ecs_ossl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge ECDSA code that will stay into ecdsa.ctb2023-07-051-732/+0
* Rename ecs_local.h into ecdsa_local.htb2023-07-051-2/+2
* Drop useless ossl_ prefixestb2023-07-051-7/+6
* Avoid outputting invalid signaturestb2023-07-041-1/+11
* Clean up ECDSA verificationtb2023-07-041-14/+29
* ECDSA signing: annotate code with steps corresponding to FIPS 185-6.tb2023-07-041-3/+25
* Extract private key and group order in s computationtb2023-07-041-19/+18
* Use key for the EC_KEY everywheretb2023-07-041-39/+38
* Some more consistency in variable namestb2023-07-041-15/+15
* Normalize ECDSA_SIG to be sig everywheretb2023-07-041-11/+11
* Normalize on digest and digest_len rather than dgst dlen dgstlen, etc.tb2023-07-041-28/+34
* Rework ecdsa_prepare_digest()tb2023-07-041-35/+35
* Factor the computation of ECDSA s into a functiontb2023-07-041-69/+88
* sign_sig: drop ckinvtb2023-07-031-5/+7
* Rework the logic in ECDSA sign_sig()tb2023-07-031-24/+30
* sign_sig: test on assignmenttb2023-07-031-5/+6
* sign_setup: split another check into twotb2023-07-031-2/+6
* Split range checks for ECDSA r and ECDSA stb2023-07-031-3/+8
* Switch a couple of test from ucmp to cmptb2023-07-031-4/+4
* ossl_ecdsa_verify_sig(): simplify range checkstb2023-07-031-6/+4
* List variables in a somewhat more sensible ordertb2023-07-031-4/+4
* In ossl_ecdsa_verify_sig() use BN_CTX more idiomaticallytb2023-07-031-8/+10
* Split a bunch of unrelated checkstb2023-07-031-3/+10
* Make ossl_ecdsa_verify_sig() single exittb2023-07-031-4/+4
* Switch ossl_ecdsa_verify() to timingsafe_memcmp()tb2023-07-031-2/+2
* Streamline ossl_ecdsa_verify()tb2023-07-031-7/+13
* Switch ECDSA code to using EC_GROUP_get0_order()tb2023-07-031-25/+17
* Another empty line did not want to go intb2023-07-031-1/+2
* Trade a pair of extra braces for a missing empty linetb2023-07-031-3/+3
* 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