summaryrefslogtreecommitdiffstats
path: root/crypto/deterministic_nonce.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesTomas Mraz2024-09-051-1/+1
* Correct top for EC/DSA nonces if BN_DEBUG is onTomas Mraz2024-05-021-0/+4
* Make ossl_gen_deterministic_nonce_rfc6979() constant timeTomas Mraz2024-05-021-6/+44
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Fix typos found by codespellDimitri Papadopoulos2023-06-151-1/+1
* Address coverity issue CID 1517105slontis2022-12-161-2/+5
* Implement deterministic ECDSA sign (RFC6979)slontis2022-11-301-0/+195