]> git.ipfire.org Git - thirdparty/hostap.git/commit
GnuTLS: Fix tls_disable_time_checks=1 processing
authorJouni Malinen <j@w1.fi>
Sun, 11 Jan 2015 16:13:17 +0000 (18:13 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 11 Jan 2015 22:19:21 +0000 (00:19 +0200)
commitd4d1f5cb3347d1c3b75138f981290731cf3a09cb
tree6fd71914effee4bd450689b197d7a2dcd4961b00
parent594d1fc084d4c0e0d77fdf657a10befe0e705e87
GnuTLS: Fix tls_disable_time_checks=1 processing

Certificate expiration is checked both within GnuTLS and in the
tls_gnutls.c implementation. The former was configured to use the
request to ignore time checks while the latter was not. Complete support
for this parameter by ignoring the internal expiration checks if
requested.

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