Jouni Malinen c4b45c60ad TLS: Fix memory leaks on tls_connection_set_params() error paths 10 years ago
..
.gitignore 631afd993f Add rules for building src/crypto as a library 15 years ago
Makefile f7072600be Implement RFC 5297 AES-SIV 10 years ago
aes-cbc.c 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
aes-ccm.c 87a5c93bec AES-CCM: Use os_memcmp_const() for hash/password comparisons 11 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 11 years ago
aes-internal-dec.c d140db6adf Add support for using 192-bit and 256-bit keys with AES-GCM 13 years ago
aes-internal-enc.c d140db6adf Add support for using 192-bit and 256-bit keys with AES-GCM 13 years ago
aes-internal.c d140db6adf Add support for using 192-bit and 256-bit keys with AES-GCM 13 years ago
aes-omac1.c 30bff1d0f4 Extend AES-CMAC routines to support 256-bit keys 10 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 13 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 ab6d047405 Add function for building RSA public key from n and e parameters 11 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 13 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 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
crypto_libtomcrypt.c 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
crypto_module_tests.c 1068bdb90c tests: Fix crypto module test build without EAP-FAST 10 years ago
crypto_none.c 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
crypto_openssl.c 65a7b21f5e OpenSSL: Implement AES-128 CBC using EVP API 10 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 a0d0c560c3 Add dh5_init_fixed() to allow fixed DH parameters to be used 13 years ago
dh_group5.h a0d0c560c3 Add dh5_init_fixed() to allow fixed DH parameters to be used 13 years ago
dh_groups.c a15a7fcf69 DH: Clear memory explicitly on private key deinit 10 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 c7f1791970 OpenSSL: Make fips186_2_prf() easier for static analyzers 13 years ago
md4-internal.c 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
md5-internal.c 0779c227af Hide strict-aliasing warning with gcc 4.7 12 years ago
md5.c 51f3427019 crypto: Clear temporary stack buffers after use 10 years ago
md5.h 44ec48ebfd FIPS: Remove md5-non-fips.c 13 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 11 years ago
milenage.h 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
ms_funcs.c 5955cfaacd ms_funcs: Make challenge_hash() non-static 10 years ago
ms_funcs.h 5955cfaacd ms_funcs: Make challenge_hash() non-static 10 years ago
random.c a193231dfb Clean up debug prints to use wpa_printf() 10 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 09eef142ea Use internal FIPS 186-2 PRF if needed 11 years ago
sha1-pbkdf2.c 986de33d5c Convert remaining SSID routines from char* to u8* 13 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* 13 years ago
sha1_i.h 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
sha256-internal.c 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
sha256-kdf.c eccca102bf Explicitly clear temporary stack buffer in hmac_sha256_kdf() 10 years ago
sha256-prf.c 51f3427019 crypto: Clear temporary stack buffers after use 10 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 13 years ago
sha256.h 0087061de7 ERP: Add HMAC-SHA256 KDF (RFC 5295) 10 years ago
sha256_i.h 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
sha384.h 97ae35a848 Add HMAC-SHA384 10 years ago
tls.h af851914f8 Make tls_connection_get_keyblock_size() internal to tls_*.c 10 years ago
tls_gnutls.c af851914f8 Make tls_connection_get_keyblock_size() internal to tls_*.c 10 years ago
tls_internal.c c4b45c60ad TLS: Fix memory leaks on tls_connection_set_params() error paths 10 years ago
tls_none.c af851914f8 Make tls_connection_get_keyblock_size() internal to tls_*.c 10 years ago
tls_openssl.c af851914f8 Make tls_connection_get_keyblock_size() internal to tls_*.c 10 years ago