hostap/src/tls
Jouni Malinen e6d83cc7ba PKCS #1: Allow only BT=01 for signature in internal TLS
Based on PKCS #1, v1.5, 10.1.3, the block type shall be 01 for a
signature. This avoids a potential attack vector for internal TLS/X.509
implementation.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
2014-05-19 23:27:30 +03:00
..
.gitignore
asn1.c
asn1.h
bignum.c
bignum.h
libtommath.c libtommath: Avoid a compiler warning on unused variable 2013-03-16 12:03:37 +02:00
Makefile
pkcs1.c PKCS #1: Allow only BT=01 for signature in internal TLS 2014-05-19 23:27:30 +03:00
pkcs1.h
pkcs5.c
pkcs5.h
pkcs8.c
pkcs8.h
rsa.c
rsa.h
tlsv1_client.c TLS: Add support for DHE-RSA cipher suites 2014-03-09 15:43:50 +02:00
tlsv1_client.h
tlsv1_client_i.h
tlsv1_client_read.c TLS client: Reject RSA-DHE prime if it shorter than 768 bits 2014-03-16 12:43:37 +02:00
tlsv1_client_write.c TLS: Add support for DHE-RSA cipher suites 2014-03-09 15:43:50 +02:00
tlsv1_common.c TLS: Share a helper function for verifying Signature 2014-03-09 17:11:58 +02:00
tlsv1_common.h TLS: Share a helper function for verifying Signature 2014-03-09 17:11:58 +02:00
tlsv1_cred.c
tlsv1_cred.h
tlsv1_record.c
tlsv1_record.h
tlsv1_server.c TLS testing: Add new test cases for RSA-DHE primes 2014-03-16 12:43:49 +02:00
tlsv1_server.h TLS testing: Allow hostapd to be used as a TLS testing tool 2014-03-09 18:47:09 +02:00
tlsv1_server_i.h TLS testing: Add new test cases for RSA-DHE primes 2014-03-16 12:43:49 +02:00
tlsv1_server_read.c TLS testing: Add new test cases for RSA-DHE primes 2014-03-16 12:43:49 +02:00
tlsv1_server_write.c TLS testing: Add new test cases for RSA-DHE primes 2014-03-16 12:43:49 +02:00
x509v3.c X.509: Fix internal TLS/X.509 validation of PKCS#1 signature 2014-05-19 23:27:30 +03:00
x509v3.h