Jouni Malinen cc91e07e57 OpenSSL: Fix public key length in DH group 5 operations 15 years ago
..
.gitignore 631afd993f Add rules for building src/crypto as a library 15 years ago
Makefile 7992b07f6a Remove unnecessary SUBDIRS loops from src/*/Makefile 15 years ago
aes-cbc.c 8e2c104fa1 Resolve some sparse warnings 15 years ago
aes-ctr.c 8e2c104fa1 Resolve some sparse warnings 15 years ago
aes-eax.c 1ba787b954 Remove unneeded aes_i.h inclusion from number of places 15 years ago
aes-encblock.c 8e2c104fa1 Resolve some sparse warnings 15 years ago
aes-internal-dec.c 381fcbc9f4 Crypto build cleanup: remove CONFIG_NO_AES_DECRYPT 15 years ago
aes-internal-enc.c 27da6d4a0e Crypto build cleanup: remove CONFIG_NO_AES_ENCRYPT 15 years ago
aes-internal.c 27da6d4a0e Crypto build cleanup: remove CONFIG_NO_AES_ENCRYPT 15 years ago
aes-omac1.c 8e2c104fa1 Resolve some sparse warnings 15 years ago
aes-unwrap.c 8e2c104fa1 Resolve some sparse warnings 15 years ago
aes-wrap.c d2b8812921 Include header file to verify prototypes 15 years ago
aes.h 1ba787b954 Remove unneeded aes_i.h inclusion from number of places 15 years ago
aes_i.h 1ba787b954 Remove unneeded aes_i.h inclusion from number of places 15 years ago
aes_wrap.h 6fc6879bd5 Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 17 years ago
crypto.h 3f4ed97a70 Add support for PKCS #5 encrypted PKCS #8 keys with internal crypto 15 years ago
crypto_cryptoapi.c 8f431bc808 Add empty crypto_mod_exp() wrapper for CryptoAPI. 15 years ago
crypto_gnutls.c 0a5d68aba5 Make hash functions return error value 15 years ago
crypto_internal-cipher.c be473f3f09 Split crypto_internal.c into parts to clean up build 15 years ago
crypto_internal-modexp.c be473f3f09 Split crypto_internal.c into parts to clean up build 15 years ago
crypto_internal-rsa.c be473f3f09 Split crypto_internal.c into parts to clean up build 15 years ago
crypto_internal.c be473f3f09 Split crypto_internal.c into parts to clean up build 15 years ago
crypto_libtomcrypt.c 2d106f21aa Remove unnecessary defines 15 years ago
crypto_none.c 0a5d68aba5 Make hash functions return error value 15 years ago
crypto_nss.c 289ffc2b61 Add preliminary version of NSS TLS/crypto wrapper for wpa_supplicant 15 years ago
crypto_openssl.c cc91e07e57 OpenSSL: Fix public key length in DH group 5 operations 15 years ago
des-internal.c 1e8c857abe Move shared DES definitions into a header file 15 years ago
des_i.h 1e8c857abe Move shared DES definitions into a header file 15 years ago
dh_group5.c f042122a57 Allow the internal DH implementation to be overridden 15 years ago
dh_group5.h f042122a57 Allow the internal DH implementation to be overridden 15 years ago
dh_groups.c 0cb445a472 Fix internal DH implementation not to pad shared key 15 years ago
dh_groups.h 6fc6879bd5 Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 17 years ago
fips_prf_cryptoapi.c 94c3e91fc5 Add empty FIPS PRF wrapper for CryptoAPI 15 years ago
fips_prf_gnutls.c 05edfe2994 Crypto build cleanup: remove NEED_FIPS186_2_PRF 15 years ago
fips_prf_internal.c 6b5c4c3359 Remove some more crypto ifdef, fix a few small bugs 15 years ago
fips_prf_nss.c 289ffc2b61 Add preliminary version of NSS TLS/crypto wrapper for wpa_supplicant 15 years ago
fips_prf_openssl.c 05edfe2994 Crypto build cleanup: remove NEED_FIPS186_2_PRF 15 years ago
md4-internal.c 0a5d68aba5 Make hash functions return error value 15 years ago
md5-internal.c 08d38568df Move shared MD5/SHA-1 internal definitions into header files 15 years ago
md5-non-fips.c ff916b9df7 Allow non-FIPS MD5 to be used with TLS PRF even in FIPS mode 15 years ago
md5.c 0a5d68aba5 Make hash functions return error value 15 years ago
md5.h ff916b9df7 Allow non-FIPS MD5 to be used with TLS PRF even in FIPS mode 15 years ago
md5_i.h 08d38568df Move shared MD5/SHA-1 internal definitions into header files 15 years ago
milenage.c 953f83439b Move Milenage test code into the new tests directory 15 years ago
milenage.h 953f83439b Move Milenage test code into the new tests directory 15 years ago
ms_funcs.c ac73690c06 Move RC4 into crypto.h as a replaceable crypto function 15 years ago
ms_funcs.h 6d503f67e3 Pass error values from digest calls to ms_funcs callers 15 years ago
rc4.c ac73690c06 Move RC4 into crypto.h as a replaceable crypto function 15 years ago
sha1-internal.c 6d798e8b7e Fix strict aliasing issue with the internal SHA-1 implementation 15 years ago
sha1-pbkdf2.c 0a5d68aba5 Make hash functions return error value 15 years ago
sha1-tlsprf.c ff916b9df7 Allow non-FIPS MD5 to be used with TLS PRF even in FIPS mode 15 years ago
sha1-tprf.c 0a5d68aba5 Make hash functions return error value 15 years ago
sha1.c 0a5d68aba5 Make hash functions return error value 15 years ago
sha1.h 0a5d68aba5 Make hash functions return error value 15 years ago
sha1_i.h 08d38568df Move shared MD5/SHA-1 internal definitions into header files 15 years ago
sha256-internal.c 0a5d68aba5 Make hash functions return error value 15 years ago
sha256.c 598a792d8c Crypto build cleanup: remove INTERNAL_SHA256 15 years ago
sha256.h 6fc6879bd5 Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 17 years ago
tls.h 00468b4650 Add TLS client events, server probing, and srv cert matching 15 years ago
tls_gnutls.c b763863d97 GnuTLS: Implement tls_connection_enable_workaround() 15 years ago
tls_internal.c 496c5d981e Use wpabuf with tls_connection_ia_send_phase_finished() 15 years ago
tls_none.c 496c5d981e Use wpabuf with tls_connection_ia_send_phase_finished() 15 years ago
tls_nss.c 496c5d981e Use wpabuf with tls_connection_ia_send_phase_finished() 15 years ago
tls_openssl.c 8d6399e455 Use unsigned bitfield for 1-bit values 15 years ago
tls_schannel.c 496c5d981e Use wpabuf with tls_connection_ia_send_phase_finished() 15 years ago