]> git.ipfire.org Git - thirdparty/hostap.git/commit
TLS: Reject subject_match, altsubject_match, suffix_match
authorJouni Malinen <j@w1.fi>
Sat, 10 Jan 2015 22:37:21 +0000 (00:37 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 10 Jan 2015 22:37:21 +0000 (00:37 +0200)
commit59051f8ecfb19cf02bf616c681abdccebe4d1188
treed1e650b08767d22f7c4b7d66bc7b713137f80c58
parentf8717ac8b34405c76e8cb46699265eb570b84447
TLS: Reject subject_match, altsubject_match, suffix_match

Validation of these parameters has not been implemented in the internal
TLS implementation. Instead of ignoring them silently, reject the
configuration to avoid giving incorrect impression of the parameters
being used if wpa_supplicant is built with the internal TLS
implementation instead of the default OpenSSL.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/tls_internal.c