hostap/src/tls
Jouni Malinen c4a3480826 TLS: Clean up TLS record layer processing
Return number of user input bytes from tlsv1_record_receive() to
move this detail into the proper record layer processing. In addition,
ignore unknown content types at record layer and allow processing to
continue after warning level TLS alerts to provide minimal workaround
for closure alerts.

Signed-hostap: Jouni Malinen <j@w1.fi>
2011-11-05 13:04:02 +02:00
..
.gitignore Add rules for building src/tls/libtls.a and use it with eap_example 2009-12-06 16:27:54 +02:00
asn1.c Remove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256 defines 2009-12-06 16:19:13 +02:00
asn1.h X.509: Add parsing of alternative name to internal TLS implementation 2009-06-11 23:47:35 +03:00
bignum.c Fixed number of doxygen warnings 2009-01-02 22:28:04 +02:00
bignum.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
libtommath.c Fix typos found by codespell 2011-09-22 00:43:59 +03:00
Makefile Remove unnecessary SUBDIRS loops from src/*/Makefile 2010-04-17 17:10:31 +03:00
pkcs1.c Move PKCS# {1,5,8} functionality into separate files 2009-10-17 12:48:55 +03:00
pkcs1.h Move PKCS# {1,5,8} functionality into separate files 2009-10-17 12:48:55 +03:00
pkcs5.c Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
pkcs5.h Move PKCS# {1,5,8} functionality into separate files 2009-10-17 12:48:55 +03:00
pkcs8.c Move PKCS# {1,5,8} functionality into separate files 2009-10-17 12:48:55 +03:00
pkcs8.h Move PKCS# {1,5,8} functionality into separate files 2009-10-17 12:48:55 +03:00
rsa.c Remove unnecessary defines 2009-12-05 22:51:08 +02:00
rsa.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
tlsv1_client.c TLS: Clean up TLS record layer processing 2011-11-05 13:04:02 +02:00
tlsv1_client.h TLS: Add support for tls_disable_time_checks=1 in client mode 2011-07-05 11:29:42 +03:00
tlsv1_client_i.h TLS: Add support for tls_disable_time_checks=1 in client mode 2011-07-05 11:29:42 +03:00
tlsv1_client_read.c TLS: Add support for TLS v1.1 (RFC 4346) with internal TLS 2011-09-25 17:24:46 +03:00
tlsv1_client_write.c TLS: Add support for TLS v1.1 (RFC 4346) with internal TLS 2011-09-25 17:24:46 +03:00
tlsv1_common.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
tlsv1_common.h TLS: Add support for TLS v1.1 (RFC 4346) with internal TLS 2011-09-25 17:24:46 +03:00
tlsv1_cred.c TLS: Reorder certificates if needed when reading them 2011-08-04 22:39:03 +03:00
tlsv1_cred.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
tlsv1_record.c TLS: Clean up TLS record layer processing 2011-11-05 13:04:02 +02:00
tlsv1_record.h TLS: Add support for TLS v1.1 (RFC 4346) with internal TLS 2011-09-25 17:24:46 +03:00
tlsv1_server.c TLS: Clean up TLS record layer processing 2011-11-05 13:04:02 +02:00
tlsv1_server.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
tlsv1_server_i.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
tlsv1_server_read.c TLS: Validate RSA ClientKeyExchange length field 2011-10-23 13:04:32 +03:00
tlsv1_server_write.c TLS: Add support for TLS v1.1 (RFC 4346) with internal TLS 2011-09-25 17:24:46 +03:00
x509v3.c TLS: Add support for tls_disable_time_checks=1 in client mode 2011-07-05 11:29:42 +03:00
x509v3.h TLS: Add support for tls_disable_time_checks=1 in client mode 2011-07-05 11:29:42 +03:00