]> git.ipfire.org Git - thirdparty/hostap.git/commit
HTTP: Fix OCSP status check
authorJouni Malinen <j@w1.fi>
Sun, 7 Sep 2014 15:30:58 +0000 (18:30 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 7 Sep 2014 15:30:58 +0000 (18:30 +0300)
commit9c196f7703a44e510116e068b99be52ef69e404f
treecd3055c25b226cf9ebc2d4744e85b34a2b7ed0c2
parentcb5ef952c843de4429b11e180f9e88b568460153
HTTP: Fix OCSP status check

Due to a missing curly brackets, the OCSP status checking was not
working in the expected way. Instead of allowing optional-OCSP
configuration to accept connection when OCSP response was ready, all
such cases were marked as hard failures. In addition, the debug prints
were not necessarily accurate for the mandatory-OCSP-but-no-response
case (CID 72694, CID 72704).

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