]> granicus.if.org Git - apache/commit
First cut of TLS support.
authorBen Laurie <ben@apache.org>
Sun, 11 Feb 2001 17:46:19 +0000 (17:46 +0000)
committerBen Laurie <ben@apache.org>
Sun, 11 Feb 2001 17:46:19 +0000 (17:46 +0000)
commitb8c651209f1f38843d81b737cf9a484a3d17409c
tree366054630b2938f47f8a5bf3f996ffb7d6e39249
parent5965d49a83a0a3cdf8f4e547a95d52b10f7fbf2b
First cut of TLS support.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88090 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/util_filter.h
modules/tls/.cvsignore [new file with mode: 0644]
modules/tls/Makefile.in [new file with mode: 0644]
modules/tls/Makefile.libdir [new file with mode: 0644]
modules/tls/README [new file with mode: 0644]
modules/tls/config.m4 [new file with mode: 0644]
modules/tls/mod_tls.c [new file with mode: 0644]
modules/tls/openssl_state_machine.c [new file with mode: 0644]
modules/tls/openssl_state_machine.h [new file with mode: 0644]
server/util_filter.c