> | Will httpd in OpenBSD 5.8 support client certificates > At least not until LibreSSL's libtls supports it. See > https://github.com/reyk/httpd/issues/23
Thanks for the hint! For my purpose Client Cert authentication is mandatory and therefore I'm desperate. But now I have hope! Reyk wrote: "Once libtls supports things like SNI or client certificates with an easy-to-use interface, we can review such features." On the 21. August 2015, so just a couple of days ago, markokr submitted a patch to libressl-portable which added this feature: https://github.com/libressl-portable/openbsd/pull/41 So there is hope that this will become available in the (near?) future. However, probably not in OpenBSD 5.8 T.