summaryrefslogtreecommitdiff
path: root/lib/nettle/int/dsa-keygen-fips186.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in lib/tmp-fix-typos-in-libTim Rühsen2019-01-041-1/+1
* fips140: added function for applications to switch the FIPS140-2 modeNikos Mavrogiannopoulos2018-02-191-6/+2
* nettle: use older GMP macros for mpz_mod_2exp and mpz_div_2expNikos Mavrogiannopoulos2017-06-081-1/+1
* removed assert.h from files that wasn't used atNikos Mavrogiannopoulos2016-09-111-1/+0
* provable prime generation: arbitrary seed lengths are accepted in non-FIPS modeNikos Mavrogiannopoulos2016-02-121-5/+11
* nettle: be more specific in seed size mismatchesNikos Mavrogiannopoulos2015-11-091-1/+1
* DSA FIPS186-4 key generation: print the required seed length on mismatchNikos Mavrogiannopoulos2015-09-191-1/+3
* Allow verifying and generating provable DSA keysNikos Mavrogiannopoulos2015-09-131-0/+42
* More nettle2 updates (in FIPS140-2 mode)Nikos Mavrogiannopoulos2014-12-031-30/+31
* in FIPS140-2 mode only disable 1024-bit DSA parameters when generatingNikos Mavrogiannopoulos2014-10-151-4/+4
* prevent 1024-bit DSA parameter generation only when FIPS-mode is enabled.Nikos Mavrogiannopoulos2014-08-221-0/+3
* Revert "removed pbits=1024, qbits=160 from the acceptable bit sizes in FIPS14...Nikos Mavrogiannopoulos2014-08-221-0/+4
* removed pbits=1024, qbits=160 from the acceptable bit sizes in FIPS140-2 DSA ...Nikos Mavrogiannopoulos2014-07-021-4/+0
* corrected calculationNikos Mavrogiannopoulos2014-01-301-1/+1
* simplified _dsa_generate_dss_g()Nikos Mavrogiannopoulos2014-01-241-22/+17
* do not impose limits to indexNikos Mavrogiannopoulos2014-01-241-1/+1
* Fixes in the Shawe-Taylor prime generation routine.Nikos Mavrogiannopoulos2014-01-241-35/+37
* increased seed lengthNikos Mavrogiannopoulos2014-01-231-1/+5
* Split the generation of keypair from the generation of parameters.Nikos Mavrogiannopoulos2014-01-231-2/+11
* Added _dsa_validate_dss_pq and _dsa_validate_dss_g, and other fixes in valida...Nikos Mavrogiannopoulos2014-01-231-6/+12
* indented filesNikos Mavrogiannopoulos2014-01-231-309/+302
* corrected s check in _dsa_generate_dss_pqNikos Mavrogiannopoulos2014-01-221-1/+1
* fixed copyrightNikos Mavrogiannopoulos2014-01-221-1/+1
* Use a FIPS140-2 compliant DSA and DH parameter generator.Nikos Mavrogiannopoulos2013-11-271-0/+408