1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

RFC 5878 support.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1352596 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ben Laurie
2012-06-21 16:17:41 +00:00
parent 17c0d7a6ad
commit d79a70a76a
5 changed files with 101 additions and 4 deletions

View File

@@ -94,6 +94,15 @@ static const command_rec ssl_config_cmds[] = {
SSL_CMD_SRV(PKCS7CertificateFile, TAKE1,
"PKCS#7 file containing server certificate and chain"
" certificates ('/path/to/file' - PEM encoded)")
SSL_CMD_ALL(RSAAuthzFile, TAKE1,
"RFC 5878 Authz Extension file for RSA certificate "
"(`/path/to/file')")
SSL_CMD_ALL(DSAAuthzFile, TAKE1,
"RFC 5878 Authz Extension file for DSA certificate "
"(`/path/to/file')")
SSL_CMD_ALL(ECAuthzFile, TAKE1,
"RFC 5878 Authz Extension file for EC certificate "
"(`/path/to/file')")
#ifdef HAVE_TLS_SESSION_TICKETS
SSL_CMD_SRV(SessionTicketKeyFile, TAKE1,
"TLS session ticket encryption/decryption key file (RFC 5077) "