summaryrefslogtreecommitdiff
path: root/lib/nettle/int
Commit message (Expand)AuthorAgeFilesLines
* nettle: ported fix for assertion failure in pss_verify_mgf1Daiki Ueno2017-06-161-4/+8
* nettle: use older GMP macros for mpz_mod_2exp and mpz_div_2expNikos Mavrogiannopoulos2017-06-082-3/+3
* prf: implement the TLS 1.0 and 1.2 PRFs using nettleNikos Mavrogiannopoulos2017-06-012-0/+219
* build: import files from Nettle for RSA-PSSDaiki Ueno2017-05-2910-0/+775
* Added explicit check for the bounds of the generated 'd'.Nikos Mavrogiannopoulos2017-04-251-0/+6
* fips140-2: enhanced check of generated parametersNikos Mavrogiannopoulos2017-04-251-4/+12
* dsa-fips.h: include nettle/bignum.h to allow compilation under nettle-miniNikos Mavrogiannopoulos2017-04-251-1/+1
* drbg-aes-self-test: corrected free callNikos Mavrogiannopoulos2016-10-291-1/+1
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-2/+2
* removed assert.h from files that wasn't used atNikos Mavrogiannopoulos2016-09-112-2/+0
* provable RSA key generation: adjust the seed size based on N sizeNikos Mavrogiannopoulos2016-02-141-5/+8
* provable RSA key generation: allow non-2048 and non-3072 keysNikos Mavrogiannopoulos2016-02-141-2/+5
* provable prime generation: arbitrary seed lengths are accepted in non-FIPS modeNikos Mavrogiannopoulos2016-02-122-16/+26
* nettle: be more specific in seed size mismatchesNikos Mavrogiannopoulos2015-11-092-3/+3
* 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-132-0/+50
* Added API to generate private keys from a given seedNikos Mavrogiannopoulos2015-09-123-5/+22
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-1/+1
* fips140: added check for reseed detectionNikos Mavrogiannopoulos2015-06-041-9/+35
* fips140: reset the reseed counter only on reseedNikos Mavrogiannopoulos2015-06-041-1/+1
* fips140: added more checks on the reseed and generate functionNikos Mavrogiannopoulos2015-06-041-10/+49
* fips140: enforce the max_number_of_bits_per_requestNikos Mavrogiannopoulos2015-06-042-7/+36
* More nettle2 updates (in FIPS140-2 mode)Nikos Mavrogiannopoulos2014-12-033-49/+52
* ported to nettle 3.0Nikos Mavrogiannopoulos2014-12-032-116/+0
* in FIPS140-2 mode only disable 1024-bit DSA parameters when generatingNikos Mavrogiannopoulos2014-10-153-7/+7
* FIPS140-2 RSA key generation changes to account for seed starting with null byteNikos Mavrogiannopoulos2014-10-143-20/+40
* use lcm(p-1,q-1) instead of phi(n) for RSA key generation in FIPS-140-2 modeNikos Mavrogiannopoulos2014-10-131-5/+9
* perform the FIPS140-2 self tests in two roundsNikos Mavrogiannopoulos2014-09-021-0/+1
* drbg-aes: added checks in the error handling of the functionsNikos Mavrogiannopoulos2014-09-012-0/+28
* drbg-aes: if the continuous test fails, put the library into error stateNikos Mavrogiannopoulos2014-09-011-2/+7
* 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
* updated commentNikos Mavrogiannopoulos2014-07-021-1/+1
* allow for seeds larger to the MAX by one byteNikos Mavrogiannopoulos2014-01-301-4/+6
* corrected calculationNikos Mavrogiannopoulos2014-01-301-1/+1
* Added FIPS184-4 RSA key generation.Nikos Mavrogiannopoulos2014-01-302-0/+443
* simplified _dsa_generate_dss_g()Nikos Mavrogiannopoulos2014-01-243-35/+32
* do not impose limits to indexNikos Mavrogiannopoulos2014-01-242-2/+2
* Fixes in the Shawe-Taylor prime generation routine.Nikos Mavrogiannopoulos2014-01-244-92/+109
* cleanupsNikos Mavrogiannopoulos2014-01-241-206/+221
* increased seed lengthNikos Mavrogiannopoulos2014-01-231-1/+5
* cleanupsNikos Mavrogiannopoulos2014-01-231-30/+45
* indented codeNikos Mavrogiannopoulos2014-01-231-1192/+1181
* Split the generation of keypair from the generation of parameters.Nikos Mavrogiannopoulos2014-01-233-6/+20
* Added _dsa_validate_dss_pq and _dsa_validate_dss_g, and other fixes in valida...Nikos Mavrogiannopoulos2014-01-233-42/+126
* indented filesNikos Mavrogiannopoulos2014-01-232-415/+408
* corrected s check in _dsa_generate_dss_pqNikos Mavrogiannopoulos2014-01-221-1/+1
* fixed copyrightNikos Mavrogiannopoulos2014-01-221-1/+1
* updated DRBG-CTR-AES test vectors for the fixed implementation.Nikos Mavrogiannopoulos2014-01-221-56/+56