You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/src/tls
Jouni Malinen 6ed0c212e4 TLS: Fix highest TLS version disabling with internal TLS client
The highest supported TLS version for pre_master_secret needs to be
limited based on the local configuration for the case where the highest
version number is being explicitly disabled. Without this, the server
would likely detect a downgrade attack.

Signed-off-by: Jouni Malinen <j@w1.fi>
3 years ago
..
Makefile build: Make more library things common 4 years ago
asn1.c ASN.1: Reject invalid definite long form length values in DER encoding 3 years ago
asn1.h ASN.1: Add helper functions for recognizing tag values 3 years ago
bignum.c bignum: Fix documentation for bignum_cmp_d() 5 years ago
bignum.h Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
libtommath.c libtommath: Make sure fast_s_mp_mul_digs initializes the W[] array 5 years ago
pkcs1.c PKCS: Use ASN.1 helper functions 3 years ago
pkcs1.h PKCS 1: Add function for checking v1.5 RSA signature 10 years ago
pkcs5.c PKCS: Use ASN.1 helper functions 3 years ago
pkcs5.h
pkcs8.c PKCS: Use ASN.1 helper functions 3 years ago
pkcs8.h
rsa.c RSA: Use ASN.1 helper functions 3 years ago
rsa.h
tlsv1_client.c TLS: Fix highest TLS version disabling with internal TLS client 3 years ago
tlsv1_client.h TLS: Add support for RFC 5705 TLS exporter context with internal TLS 5 years ago
tlsv1_client_i.h TLS: Fix highest TLS version disabling with internal TLS client 3 years ago
tlsv1_client_ocsp.c TLS: Use ASN.1 helper functions 3 years ago
tlsv1_client_read.c TLS: TOD-STRICT and TOD-TOFU certificate policies 4 years ago
tlsv1_client_write.c TLS: Fix highest TLS version disabling with internal TLS client 3 years ago
tlsv1_common.c Remove trailing whitespace 7 years ago
tlsv1_common.h TLS server: OCSP stapling with ocsp_multi option (RFC 6961) 8 years ago
tlsv1_cred.c TLS: Use ASN.1 helper functions 3 years ago
tlsv1_cred.h TLS server: OCSP stapling with ocsp_multi option (RFC 6961) 8 years ago
tlsv1_record.c TLS: Use os_memcmp_const() for hash/password comparisons 10 years ago
tlsv1_record.h
tlsv1_server.c TLS: Add support for RFC 5705 TLS exporter context with internal TLS 5 years ago
tlsv1_server.h TLS: Add support for RFC 5705 TLS exporter context with internal TLS 5 years ago
tlsv1_server_i.h TLS server: Add internal callbacks get_failed, get_*_alerts 5 years ago
tlsv1_server_read.c TLS server: Local failure information on verify_data mismatch 5 years ago
tlsv1_server_write.c tests: TLS fuzzing tool 5 years ago
x509v3.c X509: Use ASN.1 helper functions 3 years ago
x509v3.h TLS: TOD-STRICT and TOD-TOFU certificate policies 4 years ago