strongswan/src/libstrongswan/plugins/gcrypt
Tobias Brunner 70b0c730d0 gcrypt: Use a dummy buffer to initialize static allocations
In FIPS mode, libgcrypt uses a DRBG, which behaves differently when the
length passed to gcry_create_nonce() or gcry_randomize() is <= 0.  It
expects a struct and explicitly checks that the passed pointer is not
NULL.
2020-11-04 10:06:46 +01:00
..
Makefile.am plugins: Don't link with -rdynamic on Windows 2014-06-04 15:53:02 +02:00
gcrypt_crypter.c gcrypt: Added AES_ECB support 2019-11-28 17:03:09 +01:00
gcrypt_crypter.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
gcrypt_dh.c gcrypt: Make generic DH constructor static 2018-09-12 16:25:00 +02:00
gcrypt_dh.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
gcrypt_hasher.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
gcrypt_hasher.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
gcrypt_plugin.c gcrypt: Use a dummy buffer to initialize static allocations 2020-11-04 10:06:46 +01:00
gcrypt_plugin.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
gcrypt_rng.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
gcrypt_rng.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
gcrypt_rsa_private_key.c signature-params: Provide option for maximum RSA/PSS salt length 2018-10-26 09:03:26 +02:00
gcrypt_rsa_private_key.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
gcrypt_rsa_public_key.c signature-params: Provide option for maximum RSA/PSS salt length 2018-10-26 09:03:26 +02:00
gcrypt_rsa_public_key.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00