summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Plug leak in the ssltesttb2023-07-041-1/+2
* 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
* add regress tests for the remainder of the function provided by our uuid.hjasper2023-07-031-5/+137
* Delete some more references to dead policy code.tobhe2023-07-031-12/+1
* sign_sig: test on assignmenttb2023-07-031-5/+6
* sign_setup: split another check into twotb2023-07-031-2/+6
* typotobhe2023-07-031-1/+1
* 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
* Explicit parameter printing can also use get0_order()tb2023-07-031-5/+6
* Convert ossl_ec_key_gen() and EC_KEY_check_key()tb2023-07-031-23/+6
* Convert EC_GROUP_check() to EC_GROUP_get0_order()tb2023-07-031-10/+3
* Inline two copies of EC_GROUP_order_bits()tb2023-07-031-22/+6
* some minor fix up;jmc2023-07-031-5/+5
* Bring back no_tls1 and no_tls1_1 as undocumented silently discarded opitonsbeck2023-07-032-8/+20
* Switch ECDSA code to using EC_GROUP_get0_order()tb2023-07-031-25/+17
* Provide internal-only EC_GROUP_get0_order()tb2023-07-032-3/+11
* Remove the tls1.0 and 1.1 related options from the openssl(1) toolkitbeck2023-07-033-159/+20
* Another empty line did not want to go intb2023-07-031-1/+2
* Stop testing tls 1.0 and 1.1beck2023-07-033-9/+5
* Trade a pair of extra braces for a missing empty linetb2023-07-031-3/+3
* Simplify allocation checkstb2023-07-021-11/+11
* Clean up dynamic tables in OPENSSL_cleanup()tb2023-07-021-1/+10
* Disable TLS 1.0 and TLS 1.1 in libsslbeck2023-07-029-161/+106
* Convert some tables to C99 initializerstb2023-07-023-42/+249
* Fix return values of ecx methodstb2023-07-021-5/+5
* Demacro SHA-512.jsing2023-07-021-54/+112
* Fix typo in previoustb2023-07-021-2/+2
* Use asprintf() to avoid repetition in string constantstb2023-07-021-6/+13
* Split ECPKParameters_print()tb2023-07-021-121/+150
* 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