restricted submodule to a specific version
[gnutls:gnutls.git] / lib /
2013-12-16 Nikos Mavrogiannop... Updated asm files
2013-12-16 Nikos Mavrogiannop... Added configure option --with-default-blacklist-file
2013-12-16 Nikos Mavrogiannop... gnutls_x509_trust_list_remove_cas() and derivatives...
2013-12-16 Nikos Mavrogiannop... Corrected documentation for gnutls_x509_trust_list_add_...
2013-12-16 Nikos Mavrogiannop... avoid initializing PKCS #11 modules when not needed...
2013-12-16 Nikos Mavrogiannop... Avoid verbose logging
2013-12-15 Nikos Mavrogiannop... use better definitions
2013-12-15 Nikos Mavrogiannop... Align on 16-byte boundaries the buffers provided to...
2013-12-15 Nikos Mavrogiannop... simplified _mbuffer_alloc
2013-12-14 Nikos Mavrogiannop... reorganized source files.
2013-12-14 Nikos Mavrogiannop... when AESNI is available without PCLMUL, then use AES...
2013-12-14 Nikos Mavrogiannop... addressed warning
2013-12-14 Nikos Mavrogiannop... give lower priority to SSSE3 over AESNI
2013-12-14 Nikos Mavrogiannop... use better names for files
2013-12-14 Nikos Mavrogiannop... zeroize keys
2013-12-14 Nikos Mavrogiannop... When PCLMUL isn't available use the SSSE3 implementatio...
2013-12-14 Nikos Mavrogiannop... Added Mike Hamburg's SSSE3 AES implementation.
2013-12-14 Nikos Mavrogiannop... Added Appro's SSSE3 SHA implementations
2013-12-14 Nikos Mavrogiannop... Utilize the optimized SHA functions in Padlock HMAC.
2013-12-13 Patrick Pelletierminor phrasing improvements in docs
2013-12-13 Jared WongFixed check for i < line_size.
2013-12-12 Nikos Mavrogiannop... Enforce the DEFAULT_MAX_VERIFY_BITS for DH prime size...
2013-12-12 Nikos Mavrogiannop... exported function
2013-12-12 Nikos Mavrogiannop... Added gnutls_record_check_corked.
2013-12-11 Nikos Mavrogiannop... simplified logic
2013-12-11 Nikos Mavrogiannop... Correctly detect the FIPS140-2 HMAC file.
2013-12-09 Nikos Mavrogiannop... ensure that all the exported pkcs11 functions initializ...
2013-12-09 Nikos Mavrogiannop... fixes in PKCS #11 initialization
2013-12-09 Nikos Mavrogiannop... provide imprecise time as gmt time.
2013-12-09 Nikos Mavrogiannop... calling gnutls_pkcs11_reinit() manually will prevent...
2013-12-09 Nikos Mavrogiannop... fully initialize the PKCS #11 subsystem only when it...
2013-12-09 Nikos Mavrogiannop... FIPS140 mode is detected on run-time.
2013-12-08 Nikos Mavrogiannop... call p11_kit_modules_load() with null argument.
2013-12-05 Nikos Mavrogiannop... gnutls_global_init2() is no longer exported.
2013-12-05 Nikos Mavrogiannop... doc update
2013-12-05 Nikos Mavrogiannop... Added automatic reinitialization on fork() on the PKCS...
2013-12-05 Nikos Mavrogiannop... PKCS #11 initialization is delayed until first use.
2013-12-04 Nikos Mavrogiannop... Use a DRBG-AES to generate nonces rather than the yarro...
2013-12-04 Nikos Mavrogiannop... getpid() is conditionally used.
2013-12-04 Nikos Mavrogiannop... removed zombie mode, and no longer use fips140.h
2013-12-04 Nikos Mavrogiannop... moved gnutls_fips140_mode_enabled to gnutls.h
2013-12-04 Nikos Mavrogiannop... simplified func
2013-12-04 Nikos Mavrogiannop... corrected macros
2013-12-04 Nikos Mavrogiannop... force reseed and rekey on fork and if we exceed a numbe...
2013-12-04 Nikos Mavrogiannop... do not deinitialize a static mutex to avoid any side...
2013-11-30 Nikos Mavrogiannop... re-initialize a deleted staticly initialized mutex
2013-11-30 Nikos Mavrogiannop... Added hack for nettle's checks.
2013-11-30 Nikos Mavrogiannop... adjusted parameters in normal level for DSA to match...
2013-11-30 Nikos Mavrogiannop... fix self tests when used from slow/cipher-test
2013-11-30 Nikos Mavrogiannop... removed deadlock from gnutls_global.c
2013-11-30 Nikos Mavrogiannop... constructor and destructors were moved outside the...
2013-11-30 Nikos Mavrogiannop... fips140_simulate_error -> lib_simulate_error
2013-11-30 Nikos Mavrogiannop... adjusted subgroup bits to be compatible with DSA requir...
2013-11-30 Nikos Mavrogiannop... The library state is used even when not in FIPS mode.
2013-11-30 Nikos Mavrogiannop... Merged the FIPS140-2 support code.
2013-11-30 Nikos Mavrogiannop... gnutls_global_init() and gnutls_global_deinit() are...
2013-11-30 Nikos Mavrogiannop... Detect the presence of posix locks even without linked...
2013-11-28 Nikos Mavrogiannop... Added destructor and moved both *structors to fips.c
2013-11-28 Nikos Mavrogiannop... Eliminated memory leak in print_aia(). Reported by...
2013-11-28 Nikos Mavrogiannop... Eliminated memory leak in print_aia(). Reported by...
2013-11-28 Nikos Mavrogiannop... Added ECDH known answer test.
2013-11-28 Nikos Mavrogiannop... Added known answer test for Diffie-Hellman key exchange.
2013-11-28 Nikos Mavrogiannop... Added check to prevent generating a DH pubkey of 1.
2013-11-28 Nikos Mavrogiannop... compacted DH support files.
2013-11-28 Nikos Mavrogiannop... clear the generated ECDH parameters as soon as they...
2013-11-28 Nikos Mavrogiannop... When checking the generated DSA params make sure that...
2013-11-28 Nikos Mavrogiannop... DH key exchange uses the _gnutls_pk_derive and _gnutls_...
2013-11-28 Nikos Mavrogiannop... simplified DRBG-AES generator by using a counter (with...
2013-11-28 Nikos Mavrogiannop... Added pairwise constistency test on key generation.
2013-11-28 Nikos Mavrogiannop... use memset in bzero
2013-11-27 Nikos Mavrogiannop... avoid using memset to prevent a compiler optimizing...
2013-11-27 Nikos Mavrogiannop... use _gnutls_pk_bits_to_subgroup_bits() to select DH...
2013-11-27 Nikos Mavrogiannop... corrected params for ULTRA level
2013-11-27 Nikos Mavrogiannop... Perform an integrity check on all supporting libraries
2013-11-27 Nikos Mavrogiannop... removed unused function
2013-11-27 Nikos Mavrogiannop... removed unused variable
2013-11-27 Nikos Mavrogiannop... Skip tests that require the non-suiteb curves.
2013-11-27 Nikos Mavrogiannop... _gnutls_privkey_decode_ecc_key() returns integers as...
2013-11-27 Nikos Mavrogiannop... Added option to disable the non-SuiteB curves (i.e...
2013-11-27 Nikos Mavrogiannop... Use a FIPS140-2 compliant DSA and DH parameter generator.
2013-11-27 Nikos Mavrogiannop... removed unneeded newlines
2013-11-27 Nikos Mavrogiannop... Added DRBG submitted to nettle in gnutls.
2013-11-27 Nikos Mavrogiannop... corrected comparison
2013-11-27 Nikos Mavrogiannop... Allow MD5 hash in zombie mode
2013-11-27 Nikos Mavrogiannop... fixed bug
2013-11-27 Nikos Mavrogiannop... separate zombie mode from operational fips mode
2013-11-27 Nikos Mavrogiannop... Use the internal API for MD5 hashing in openssl keys.
2013-11-27 Nikos Mavrogiannop... beautified table
2013-11-27 Nikos Mavrogiannop... eliminated memory leak on PK self check.
2013-11-27 Nikos Mavrogiannop... Added gnutls_global_init2(). This allows initializing...
2013-11-27 Nikos Mavrogiannop... Added an audit message in self test failure
2013-11-27 Nikos Mavrogiannop... better error messages.
2013-11-27 Nikos Mavrogiannop... binary integrity self test moved to end
2013-11-27 Nikos Mavrogiannop... simplified debugging levels.
2013-11-27 Nikos Mavrogiannop... silence some errors
2013-11-27 Nikos Mavrogiannop... updated
2013-11-27 Nikos Mavrogiannop... Better handling of FIPS140-2 initialization
2013-11-27 Nikos Mavrogiannop... Added curve_exists() to pk-backend. That allows to...
2013-11-27 Nikos Mavrogiannop... gnutls_key_generate() is restricted by the size of...
2013-11-27 Nikos Mavrogiannop... Do not allow MD5 in the high level crypto-api in FIPS...
next