]> granicus.if.org Git - apache/commit
Prevent a core dump (openssl_state_machine.c is completely infected with
authorMartin Kraemer <martin@apache.org>
Fri, 27 Apr 2001 15:16:41 +0000 (15:16 +0000)
committerMartin Kraemer <martin@apache.org>
Fri, 27 Apr 2001 15:16:41 +0000 (15:16 +0000)
commit7bb4bfdf69c3987f066a84b2d3de56b3305b9660
tree0e900071e239f979b555024b8832949020b38814
parent79269911293068f2c0a8d9accb0656a3582e4e3c
Prevent a core dump (openssl_state_machine.c is completely infected with
assert()s in place of sensible error handling) when a server-root-relative
certificate path is given (which is what most users are going to try first).
  assertion "n > 0" failed: file "openssl_state_machine.c", line 142
That does NOT fix the openssl_state_machine.c though., So, never try to
use invalid certs, missing keys or other fancy "1st time user" stuff.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88950 13f79535-47bb-0310-9956-ffa450edef68
modules/tls/mod_tls.c