Jouni Malinen f73b167c69 tests: Add TEST_FAIL() calls into OpenSSL bignum operations 9 years ago
..
.gitignore 631afd993f Add rules for building src/crypto as a library 15 years ago
Makefile 6bb6a9ce29 Add SHA384 and SHA512 implementations from LibTomCrypt library 9 years ago
aes-cbc.c 11c9ddb766 Add TEST_FAIL() condition to aes_128_cbc_encrypt/decrypt() 9 years ago
aes-ccm.c 87a5c93bec AES-CCM: Use os_memcmp_const() for hash/password comparisons 10 years ago
aes-ctr.c 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
aes-eax.c 77a2c3941e crypto: Clear temporary heap allocations before freeing 10 years ago
aes-encblock.c 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
aes-gcm.c 05f916eeed AES-GCM: Use os_memcmp_const() for hash/password comparisons 10 years ago
aes-internal-dec.c d140db6adf Add support for using 192-bit and 256-bit keys with AES-GCM 12 years ago
aes-internal-enc.c d140db6adf Add support for using 192-bit and 256-bit keys with AES-GCM 12 years ago
aes-internal.c d140db6adf Add support for using 192-bit and 256-bit keys with AES-GCM 12 years ago
aes-omac1.c cc4f3d6ea7 tests: Add TEST_FAIL() condition to omac1_aes_vector() 9 years ago
aes-siv.c 77a2c3941e crypto: Clear temporary heap allocations before freeing 10 years ago
aes-unwrap.c a256506ddc AES: Extend key wrap implementation to support longer data 10 years ago
aes-wrap.c a256506ddc AES: Extend key wrap implementation to support longer data 10 years ago
aes.h 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
aes_i.h d140db6adf Add support for using 192-bit and 256-bit keys with AES-GCM 12 years ago
aes_siv.h f7072600be Implement RFC 5297 AES-SIV 10 years ago
aes_wrap.h 30bff1d0f4 Extend AES-CMAC routines to support 256-bit keys 10 years ago
crypto.h c0acec3934 crypto: Add CRYPTO_HASH_ALG_SHA384 and CRYPTO_HASH_ALG_SHA512 9 years ago
crypto_gnutls.c 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
crypto_internal-cipher.c 802bc4211b Fix AES block size handling for internal cipher 12 years ago
crypto_internal-modexp.c 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
crypto_internal-rsa.c ab6d047405 Add function for building RSA public key from n and e parameters 11 years ago
crypto_internal.c c0acec3934 crypto: Add CRYPTO_HASH_ALG_SHA384 and CRYPTO_HASH_ALG_SHA512 9 years ago
crypto_libtomcrypt.c 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
crypto_module_tests.c 1fff13a9cb tests: Move EAP-SIM PRF module test into the hwsim framework 9 years ago
crypto_none.c 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
crypto_openssl.c f73b167c69 tests: Add TEST_FAIL() calls into OpenSSL bignum operations 9 years ago
des-internal.c 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
des_i.h 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
dh_group5.c 4104267e81 Fix memory leak on NFC DH generation error path 9 years ago
dh_group5.h a0d0c560c3 Add dh5_init_fixed() to allow fixed DH parameters to be used 12 years ago
dh_groups.c 4104267e81 Fix memory leak on NFC DH generation error path 9 years ago
dh_groups.h 2ce12789c1 Add Diffie-Hellman group definitions for MODP groups in RFC 5114 12 years ago
fips_prf_internal.c 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
fips_prf_openssl.c f846211e3e BoringSSL: Support new SHA_CTX definition for EAP-SIM PRF 9 years ago
md4-internal.c 07555778a7 Add TEST_FAIL() support for internal hash functions 9 years ago
md5-internal.c 07555778a7 Add TEST_FAIL() support for internal hash functions 9 years ago
md5.c 51f3427019 crypto: Clear temporary stack buffers after use 10 years ago
md5.h 44ec48ebfd FIPS: Remove md5-non-fips.c 12 years ago
md5_i.h 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
milenage.c a79aea531e Milenage: Use os_memcmp_const() for hash/password comparisons 10 years ago
milenage.h 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
ms_funcs.c 5a55c9b411 Fix MSCHAP UTF-8 to UCS-2 conversion check for three-byte encoding 9 years ago
ms_funcs.h 5955cfaacd ms_funcs: Make challenge_hash() non-static 10 years ago
random.c f413eb03d9 random: Fix random_get_bytes() with CONFIG_FIPS=y 9 years ago
random.h 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
rc4.c 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
sha1-internal.c 15a68138c1 Remove unnecessary cleanup assignment in SHA1Final() 9 years ago
sha1-pbkdf2.c 986de33d5c Convert remaining SSID routines from char* to u8* 12 years ago
sha1-prf.c 51f3427019 crypto: Clear temporary stack buffers after use 10 years ago
sha1-tlsprf.c 22ba05c09e Explicitly clear temporary stack buffers in tls_prf_sha1_md5() 10 years ago
sha1-tprf.c 940a4dbf66 Explicitly clear temporary stack buffer in sha1_t_prf() 10 years ago
sha1.c 51f3427019 crypto: Clear temporary stack buffers after use 10 years ago
sha1.h 986de33d5c Convert remaining SSID routines from char* to u8* 12 years ago
sha1_i.h 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
sha256-internal.c 07555778a7 Add TEST_FAIL() support for internal hash functions 9 years ago
sha256-kdf.c eccca102bf Explicitly clear temporary stack buffer in hmac_sha256_kdf() 10 years ago
sha256-prf.c 0741c481ee SAE: Check SHA256-PRF operation result 9 years ago
sha256-tlsprf.c 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
sha256.c 26a379224c OpenSSL: Implement SHA256 HMAC functions using HMAC API 12 years ago
sha256.h 0741c481ee SAE: Check SHA256-PRF operation result 9 years ago
sha256_i.h 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
sha384-internal.c 6bb6a9ce29 Add SHA384 and SHA512 implementations from LibTomCrypt library 9 years ago
sha384-prf.c d9c807cab1 Fix key derivation for Suite B 192-bit AKM to use SHA384 9 years ago
sha384.h d9c807cab1 Fix key derivation for Suite B 192-bit AKM to use SHA384 9 years ago
sha384_i.h 6bb6a9ce29 Add SHA384 and SHA512 implementations from LibTomCrypt library 9 years ago
sha512-internal.c 6bb6a9ce29 Add SHA384 and SHA512 implementations from LibTomCrypt library 9 years ago
sha512_i.h 6bb6a9ce29 Add SHA384 and SHA512 implementations from LibTomCrypt library 9 years ago
tls.h 750f5d9964 EAP-FAST: Enable AES256-based TLS cipher suites with OpenSSL 9 years ago
tls_gnutls.c d6b536f7e5 Add ocsp=3 configuration parameter for multi-OCSP 9 years ago
tls_internal.c 0764dd6849 TLS client: Multi-OCSP check to cover intermediate CAs 9 years ago
tls_none.c b3b8085ae8 TLS: Add functions for managing cached session state 9 years ago
tls_openssl.c 3a583e0023 OpenSSL: Fix PKCS#12 parsing of extra certificates with OpenSSL 1.0.1 9 years ago
tls_openssl.h 213e158ca8 BoringSSL: Move OCSP implementation into a separate file 9 years ago
tls_openssl_ocsp.c 8b827c342f BoringSSL: Keep static analyzers happier with X509_get0_pubkey_bitstr() 9 years ago