summaryrefslogtreecommitdiff
path: root/cipher/dsa-common.c
Commit message (Expand)AuthorAgeFilesLines
* cipher: Support internal hashing for DSA and ECDSA signing.NIIBE Yutaka2021-07-291-0/+55
* dsa,ecdsa: Fix use of nonce, use larger one.NIIBE Yutaka2019-08-081-0/+24
* dsa,ecdsa: Allocate secure memory for RFC6979 generation.NIIBE Yutaka2019-08-071-1/+1
* Fix typos found using codespellJustus Winter2015-11-171-1/+1
* Truncate hash values for ECDSA signature schemeDmitry Eremin-Solenikov2014-01-131-0/+33
* Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch2013-12-121-13/+13
* Remove macro hacks for internal vs. external functions. Part 1.Werner Koch2013-12-051-50/+46
* Implement deterministic DSA as specified by rfc-6979.Werner Koch2013-07-261-2/+266
* ecc: Fix a minor flaw in the generation of K.Werner Koch2013-05-241-0/+101