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