hostapd/src/crypto
Jouni Malinen d17fca576c OpenSSL: Add TLS 1.3 signature algorithms for Suite B
These are needed to allow the Suite B 192-bit negotiation to succeed
when using TLS 1.3 (which is still disabled by default).

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
2023-03-22 23:58:47 +02:00
..
aes-cbc.c
aes-ccm.c
aes-ctr.c
aes-eax.c
aes-encblock.c
aes-gcm.c
aes-internal-dec.c
aes-internal-enc.c
aes-internal.c
aes-omac1.c
aes-siv.c
aes-unwrap.c
aes-wrap.c
aes.h
aes_i.h
aes_siv.h
aes_wrap.h
crypto.h Document crypto_ec_key_get_subject_public_key() to use compressed format 2022-11-05 17:31:51 +02:00
crypto_gnutls.c OpenSSL: Unload providers only at process exit 2022-04-16 18:51:32 +03:00
crypto_internal-cipher.c
crypto_internal-modexp.c
crypto_internal-rsa.c Replace "dummy" with "stub" in comments/documentation 2021-10-11 20:52:50 +03:00
crypto_internal.c OpenSSL: Unload providers only at process exit 2022-04-16 18:51:32 +03:00
crypto_libtomcrypt.c OpenSSL: Unload providers only at process exit 2022-04-16 18:51:32 +03:00
crypto_linux.c OpenSSL: Unload providers only at process exit 2022-04-16 18:51:32 +03:00
crypto_module_tests.c HPKE base mode with single-shot API 2022-07-18 16:49:45 +03:00
crypto_nettle.c OpenSSL: Unload providers only at process exit 2022-04-16 18:51:32 +03:00
crypto_none.c OpenSSL: Unload providers only at process exit 2022-04-16 18:51:32 +03:00
crypto_openssl.c crypto: Check if crypto_bignum_to_bin() is successful 2022-12-17 12:11:13 +02:00
crypto_wolfssl.c wolfSSL: Check for the too-short-password error in pbkdf2_sha1() 2022-05-01 17:13:34 +03:00
des-internal.c
des_i.h
dh_group5.c
dh_group5.h
dh_groups.c
dh_groups.h
fips_prf_internal.c FIPS PRF: Avoid duplicate SHA1Init() functionality 2022-05-27 00:32:12 +03:00
fips_prf_openssl.c OpenSSL: Use internal FIPS 186-2 PRF with OpenSSL 3.0 2022-05-27 00:32:10 +03:00
fips_prf_wolfssl.c
Makefile build: Make more library things common 2020-10-12 20:20:35 +03:00
md4-internal.c
md5-internal.c
md5.c
md5.h
md5_i.h
milenage.c
milenage.h
ms_funcs.c
ms_funcs.h
random.c Replace "dummy" with "stub" in crypto/random 2021-10-11 20:57:06 +03:00
random.h
rc4.c
sha1-internal.c
sha1-pbkdf2.c Clear temporary results from stack in PBKDF2-SHA1 2022-02-26 19:12:11 +02:00
sha1-prf.c
sha1-tlsprf.c
sha1-tprf.c
sha1.c
sha1.h
sha1_i.h
sha256-internal.c
sha256-kdf.c
sha256-prf.c
sha256-tlsprf.c
sha256.c crypto: Clear secrets from stack in hmac_sha256_vector() 2022-12-16 22:49:07 +02:00
sha256.h
sha256_i.h
sha384-internal.c
sha384-kdf.c
sha384-prf.c
sha384-tlsprf.c
sha384.c crypto: Allow up to 10 fragments for hmac_sha*_vector() 2020-01-26 17:04:54 +02:00
sha384.h
sha384_i.h
sha512-internal.c
sha512-kdf.c
sha512-prf.c
sha512.c crypto: Allow up to 10 fragments for hmac_sha*_vector() 2020-01-26 17:04:54 +02:00
sha512.h
sha512_i.h
tls.h Update tls_connection_set_verify() documentation to verify_peer=2 2022-11-20 18:50:03 +02:00
tls_gnutls.c Fix tls_connection_set_success_data() in TLS library wrappers 2022-05-04 00:05:09 +03:00
tls_internal.c Fix tls_connection_set_success_data() in TLS library wrappers 2022-05-04 00:05:09 +03:00
tls_none.c Fix tls_connection_set_success_data() in TLS library wrappers 2022-05-04 00:05:09 +03:00
tls_openssl.c OpenSSL: Add TLS 1.3 signature algorithms for Suite B 2023-03-22 23:58:47 +02:00
tls_openssl.h
tls_openssl_ocsp.c Remove a host of unnecessary OPENSSL_IS_BORINGSSL ifdefs 2022-07-28 12:57:40 +03:00
tls_wolfssl.c wolfSSL: Fix OCSP stapling 2022-05-01 17:27:04 +03:00