summaryrefslogtreecommitdiff
path: root/lib/nettle
Commit message (Expand)AuthorAgeFilesLines
* 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
* several windows compilation fixesNikos Mavrogiannopoulos2014-07-311-0/+1
* FIPS140-2 mode: enforce the minimum GCM IV size required by SP800-38D (sectio...Nikos Mavrogiannopoulos2014-07-071-0/+2
* mpi: use zeroize_key() instead of memset()Nikos Mavrogiannopoulos2014-07-072-3/+3
* 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
* Eliminated memory leak on failed curve assignment.Nikos Mavrogiannopoulos2014-05-141-2/+6
* simplify casting to mpz_t using __mpz_struct and cleaned up mpz_t access.Nikos Mavrogiannopoulos2014-05-023-20/+20
* simplify casting to mpz_t using __mpz_struct.Nikos Mavrogiannopoulos2014-05-023-4/+2
* Alternative fix for the initialization of random generator. Reported by Marti...Nikos Mavrogiannopoulos2014-04-282-8/+2
* Revert "Avoid dual initialization of random generator. Reported by Martin Kle...Nikos Mavrogiannopoulos2014-04-281-0/+6
* Avoid dual initialization of random generator. Reported by Martin Kletzander.Nikos Mavrogiannopoulos2014-04-271-6/+0
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-151-0/+3
* Simplifications in the RNG code.Nikos Mavrogiannopoulos2014-03-202-19/+32
* Added option to enable linking with nettle-miniNikos Mavrogiannopoulos2014-03-091-2/+1
* explicit type conversions when neededNikos Mavrogiannopoulos2014-03-081-2/+3
* corrent error print in win32Nikos Mavrogiannopoulos2014-03-041-2/+2
* avoid gnulib's insistence to replace strerrorNikos Mavrogiannopoulos2014-03-042-0/+6
* removed duplicate definition; reported by Dennis Philipps.Nikos Mavrogiannopoulos2014-02-211-2/+0
* increased the interval between reading /dev/urandomNikos Mavrogiannopoulos2014-02-061-1/+1
* corrected bug in DH exponent size calculation.Nikos Mavrogiannopoulos2014-02-011-2/+2
* return proper error on RSA key generation failureNikos Mavrogiannopoulos2014-01-311-1/+1
* allow a missing uNikos Mavrogiannopoulos2014-01-311-6/+13
* use some kind of key continuity in the nonce RNG.Nikos Mavrogiannopoulos2014-01-311-4/+9
* 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-304-3/+455
* removed unused variablesNikos Mavrogiannopoulos2014-01-281-1/+0
* Allow verification of public and private parameters.Nikos Mavrogiannopoulos2014-01-281-2/+61
* corrected usage of privkeyNikos Mavrogiannopoulos2014-01-271-1/+1
* Do not compile the DRBG-AES-CTR when not in FIPS140 mode.Nikos Mavrogiannopoulos2014-01-263-6/+3
* use two separate mutexes for nonce and main rng.Nikos Mavrogiannopoulos2014-01-261-61/+85
* The AES-CTR-based nonce random number generator was replaced with salsa20.Nikos Mavrogiannopoulos2014-01-263-75/+133
* Updated the rest of the MPI function prototypes.Nikos Mavrogiannopoulos2014-01-261-61/+13
* updated the prototype of _gnutls_mpi_divNikos Mavrogiannopoulos2014-01-261-10/+2
* updated prototypes of _gnutls_mpi_sub_ui, _gnutls_mpi_add_ui, _gnutls_mpi_mul_uiNikos Mavrogiannopoulos2014-01-262-32/+10
* updated prototype of _gnutls_mpi_powmNikos Mavrogiannopoulos2014-01-262-12/+12
* updated mpi_scan macrosNikos Mavrogiannopoulos2014-01-262-18/+7
* reduced warningsNikos Mavrogiannopoulos2014-01-261-0/+2
* updated prototypes of _gnutls_mpi_set, _gnutls_mpi_set_ui,, _gnutls_mpi_copyNikos Mavrogiannopoulos2014-01-262-54/+43
* updated prototype of _gnutls_mpi_modmNikos Mavrogiannopoulos2014-01-262-33/+39
* Updated _gnutls_mpi_init prototype and added _gnutls_mpi_init_multiNikos Mavrogiannopoulos2014-01-262-131/+192
* reduced the number of system calls made during the random generator lock.Nikos Mavrogiannopoulos2014-01-251-25/+29
* use RUSAGE_THREAD to obtain rusage stats to avoid becoming a bottleneck on pr...Nikos Mavrogiannopoulos2014-01-251-0/+4
* 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