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:
@@ -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) "
|
||||
|
Reference in New Issue
Block a user