]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Refactored: split verify_callback into two parts
authorAdriaan de Jong <dejong@fox-it.com>
Thu, 30 Jun 2011 09:19:07 +0000 (11:19 +0200)
committerDavid Sommerseth <davids@redhat.com>
Fri, 21 Oct 2011 12:51:45 +0000 (14:51 +0200)
commit0a67e4621dea40ff5aa292cebbd271633adbf157
tree5bc55449a5940f3730e2ca3ac7b7c192bb949270
parente285cdb0a266fe43c282bc77cda4447d3043fffd
Refactored: split verify_callback into two parts

 - One part is the actual callback, and is OpenSSL-specific
 - One part, verify_cert(), is called by the callback to process the actual
   verification

Signed-off-by: Adriaan de Jong <dejong@fox-it.com>
Acked-by: James Yonan <james@openvpn.net>
Signed-off-by: David Sommerseth <davids@redhat.com>
ssl.c
ssl_verify_backend.h
ssl_verify_openssl.c
ssl_verify_openssl.h