summaryrefslogtreecommitdiff
path: root/lib/nettle
Commit message (Expand)AuthorAgeFilesLines
* Added CCM-8 ciphersuitesNikos Mavrogiannopoulos2015-04-071-0/+28
* don't enforce iv_size > block_size; it is no longer true for all ciphersNikos Mavrogiannopoulos2015-04-041-3/+1
* added chacha20-poly1305 as cipherNikos Mavrogiannopoulos2015-03-281-0/+30
* removed unused functionNikos Mavrogiannopoulos2015-03-071-55/+0
* removed gnutls_pubkey_get_verify_algorithm() and unnecessary internal APIsNikos Mavrogiannopoulos2015-02-211-85/+0
* added the .check function in FIPS140-2 codeNikos Mavrogiannopoulos2014-12-101-0/+10
* use unsigned long in gcm_cast_stNikos Mavrogiannopoulos2014-12-031-1/+1
* corrected issue in AES-256-GCMNikos Mavrogiannopoulos2014-12-031-1/+1
* simplified abstractions over nettle based on Niels' comments.Nikos Mavrogiannopoulos2014-12-031-110/+74
* CCM: corrected AEAD decryptionNikos Mavrogiannopoulos2014-12-031-8/+5
* Added definitions for CCM ciphersuitesNikos Mavrogiannopoulos2014-12-031-0/+61
* Modified crypto backend to accomodate for the CCM ciphersuitesNikos Mavrogiannopoulos2014-12-031-377/+473
* More nettle2 updates (in FIPS140-2 mode)Nikos Mavrogiannopoulos2014-12-034-83/+68
* ported to nettle 3.0Nikos Mavrogiannopoulos2014-12-035-221/+174
* simplified code involving getrandom() and getentropy()Nikos Mavrogiannopoulos2014-11-211-13/+4
* _rnd_get_event: use memset to avoid valgrind complaintsNikos Mavrogiannopoulos2014-11-131-0/+1
* rnd: removed the packed attribute from event_stNikos Mavrogiannopoulos2014-11-131-5/+1
* corrected check for urandom fdNikos Mavrogiannopoulos2014-10-311-1/+1
* dropped gnutls_fd_in_use, it is no longer necessaryNikos Mavrogiannopoulos2014-10-311-1/+1
* When gnutls_global_init() is called manually from the application check the u...Nikos Mavrogiannopoulos2014-10-313-3/+48
* Added support for getentropy() and reworked getrandom supportNikos Mavrogiannopoulos2014-10-301-15/+38
* _gnutls_dh_generate_key() will account the q_bitsNikos Mavrogiannopoulos2014-10-291-1/+1
* use Linux' getrandom() when availableNikos Mavrogiannopoulos2014-10-291-1/+24
* use the random rnd context when refreshing the nonce contextNikos Mavrogiannopoulos2014-10-291-20/+28
* doc updateNikos Mavrogiannopoulos2014-10-281-0/+5
* increase the reseed timeNikos Mavrogiannopoulos2014-10-281-1/+1
* added gnutls_fd_in_use() to check whether a file descriptor is in useNikos Mavrogiannopoulos2014-10-221-12/+12
* fips140-2: limit the FIPS code in fips modeNikos Mavrogiannopoulos2014-10-211-1/+4
* fips140-2: use the FIPS algorithms only when in FIPS140-2 modeNikos Mavrogiannopoulos2014-10-211-42/+46
* 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
* simplified getrusage code; the failure check code wasn't neededNikos Mavrogiannopoulos2014-10-141-19/+3
* use lcm(p-1,q-1) instead of phi(n) for RSA key generation in FIPS-140-2 modeNikos Mavrogiannopoulos2014-10-131-5/+9
* place all rusage variables into HAVE_GETRUSAGE blockNikos Mavrogiannopoulos2014-10-111-1/+1
* rnd: if RUSAGE_THREAD fails try RUSAGE_SELFNikos Mavrogiannopoulos2014-10-111-4/+19
* corrected assignmentNikos Mavrogiannopoulos2014-10-081-1/+1
* added FIPS140-2 ECDH verification functionsNikos Mavrogiannopoulos2014-10-071-1/+141
* added FIPS140-2 DH verification functionsNikos Mavrogiannopoulos2014-10-071-3/+106
* use MAX_CIPHER_BLOCK_SIZE more consistentlyNikos Mavrogiannopoulos2014-09-291-3/+1
* corrected issue in fips RNGNikos Mavrogiannopoulos2014-09-081-0/+3
* added comment to clarify checkNikos Mavrogiannopoulos2014-09-081-0/+1
* 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
* several windows compilation fixesNikos Mavrogiannopoulos2014-07-311-0/+1
* Use pthread_atfork() and variants to detect forkNikos Mavrogiannopoulos2014-07-292-39/+14
* 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