summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdsa (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-252-34/+34
* Move ECDH_OpenSSL() ECDSA_OpenSSL() to *_lib.ctb2023-06-252-15/+15
* Remove {ecdh,ecdsa}_check() and {ECDH,ECDSA}_DATAtb2023-06-252-114/+2
* 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
* Make ECDH and ECDSA ex_data handlers always failtb2023-06-251-13/+4
* Make {ECDH,ECDSA}_set_method() always failtb2023-06-251-15/+2
* Dedoxigenize ecdsa.htb2023-06-191-133/+5
* 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