Jouni Malinen fe1bf32974 Make TLS version number available in STATUS command 9 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 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 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 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 16841ab246 crypto: Add functions for computing the Legendre symbol and EC y^2 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 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 8b423edbd3 Declare all read only data structures as const 10 years ago
crypto_none.c 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
crypto_openssl.c f826fb1de1 OpenSSL: Handle EC_POINT_is_on_curve() error case 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 a0d0c560c3 Add dh5_init_fixed() to allow fixed DH parameters to be used 12 years ago
dh_group5.h a0d0c560c3 Add dh5_init_fixed() to allow fixed DH parameters to be used 12 years ago
dh_groups.c 8b423edbd3 Declare all read only data structures as const 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 d447cd596f Updates for stricter automatic memcpy bounds checking 10 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 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 786722763d ms_funcs: Merge similar return cases 9 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* 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 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 12 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 fe1bf32974 Make TLS version number available in STATUS command 9 years ago
tls_gnutls.c fe1bf32974 Make TLS version number available in STATUS command 9 years ago
tls_internal.c fe1bf32974 Make TLS version number available in STATUS command 9 years ago
tls_none.c fe1bf32974 Make TLS version number available in STATUS command 9 years ago
tls_openssl.c fe1bf32974 Make TLS version number available in STATUS command 9 years ago