summaryrefslogtreecommitdiff
path: root/cipher/dsa.c
Commit message (Expand)AuthorAgeFilesLines
* fips: Disable DSA in FIPS mode.Jakub Jelen2021-12-081-1/+1
* dsa: Add checks in FIPS mode.NIIBE Yutaka2021-11-081-4/+27
* cipher:dsa,ecdsa: Support supplying K externally.NIIBE Yutaka2021-10-071-7/+27
* dsa: Drop dead codeJakub Jelen2021-08-171-8/+0
* cipher: Support internal hashing for DSA and ECDSA signing.NIIBE Yutaka2021-07-291-9/+36
* Fix DSA for FIPS 186-3.NIIBE Yutaka2021-01-191-1/+3
* DSA,ECDSA: Fix use of mpi_invm.NIIBE Yutaka2020-03-181-4/+4
* dsa,ecdsa: Fix use of nonce, use larger one.NIIBE Yutaka2019-08-081-0/+2
* cipher: Fix memleaks in (self)tests.Peter Wu2016-03-241-0/+7
* dsa: Make regression tests work.Werner Koch2016-03-181-12/+18
* dsa: Adjustments to conform with FIPS 186-4.Vitezslav Cizek2016-03-181-31/+109
* Fix gpg_error_t and gpg_err_code_t confusion.NIIBE Yutaka2015-10-141-3/+1
* Fix declaration of return type.NIIBE Yutaka2015-10-131-3/+5
* cipher: Fix possible NULL deref in call to prime generator.Werner Koch2014-08-211-1/+5
* Truncate hash values for ECDSA signature schemeDmitry Eremin-Solenikov2014-01-131-48/+33
* cipher: Normalize the MPIs used as input to secret key functions.Werner Koch2013-12-161-1/+4
* Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch2013-12-121-9/+9
* Remove macro hacks for internal vs. external functions. Part 1.Werner Koch2013-12-051-157/+153
* sexp: Add function gcry_sexp_extract_param.Werner Koch2013-10-161-8/+8
* pubkey: Support flags list in gcry_pk_genkey.Werner Koch2013-10-141-18/+41
* pubkey: Move sexp parsing of remaining fucntions to the modules.Werner Koch2013-10-111-19/+21
* pubkey: Move sexp parsing for gcry_pk_sign to the modules.Werner Koch2013-10-111-25/+53
* pubkey: Move sexp parsing for gcry_pk_verify to the modules.Werner Koch2013-10-091-46/+88
* pubkey: Move sexp parsing for gcry_pk_get_nbits to the modules.Werner Koch2013-10-081-3/+25
* pubkey: Move sexp parsing for gcry_pk_getkey to the modules.Werner Koch2013-10-081-82/+78
* sexp: Change internal versions to always use gpg_err_code_t.Werner Koch2013-09-201-20/+15
* pk: Move s-expr creation for genkey to the modules.Werner Koch2013-09-191-114/+89
* pk: Move s-expr creation for sign and encrypt to the modules.Werner Koch2013-09-191-4/+11
* pk: Simplify the public key dispatcher pubkey.c.Werner Koch2013-09-181-1/+2
* pk: Merge extraspecs struct with standard specs struct.Werner Koch2013-09-181-4/+1
* Prepare support for EdDSA.Werner Koch2013-09-041-1/+4
* Implement deterministic DSA as specified by rfc-6979.Werner Koch2013-07-261-29/+86
* pk: Allow the use of a hash element for DSA sign and verify.Werner Koch2013-07-191-4/+38
* cipher: Prepare to pass extra info to the sign functions.Werner Koch2013-07-171-1/+4
* ecc: Fix a minor flaw in the generation of K.Werner Koch2013-05-241-77/+10
* Fixed a pkcs#1 v1.5 flaw regarding leading zero bytesWerner Koch2011-06-131-4/+4
* Add a few comments to explain the generation of k.Werner Koch2011-04-081-2/+14
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-041-39/+38
* Fix memleak in dsa key generationWerner Koch2009-08-211-0/+1
* Allow speicification of domain parameters for DSA key generation.Werner Koch2008-12-101-69/+165
* Allow (transient-key) for DSA.Werner Koch2008-12-051-10/+32
* Re-indented some code.Werner Koch2008-12-021-2/+1
* Fixed the fips 186 dsa key generation.Werner Koch2008-11-281-6/+24
* Prepare for FIPS186-3.Werner Koch2008-11-261-14/+27
* Implement FIPS 186-2 key generation.Werner Koch2008-11-251-24/+220
* Finished RSA X9.31 key generation.Werner Koch2008-11-251-2/+74
* Cleaned up the public key module calling conventions.Werner Koch2008-11-241-12/+32
* Fix bug #936.Werner Koch2008-09-301-49/+36
* Add a bad-case test for the key generation.Werner Koch2008-09-121-0/+5
* Only run required tests during power-up self-test.Werner Koch2008-09-121-1/+4