summaryrefslogtreecommitdiffstats
path: root/doc/apps/x509v3_config.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/apps/x509v3_config.pod')
-rw-r--r--doc/apps/x509v3_config.pod14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/apps/x509v3_config.pod b/doc/apps/x509v3_config.pod
index e965be6480..c2c710b6c7 100644
--- a/doc/apps/x509v3_config.pod
+++ b/doc/apps/x509v3_config.pod
@@ -399,6 +399,20 @@ Example:
noCheck = ignored
+=head2 TLS Feature (aka Must Staple)
+
+This is a multi-valued extension consisting of a list of TLS extension
+identifiers. Each identifier may be a number (0..65535) or a supported name.
+When a TLS client sends a listed extension, the TLS server is expected to
+include that extension in its reply.
+
+The supported names are: B<status_request> and B<status_request_v2>.
+
+Example:
+
+ tlsfeature = status_request
+
+
=head1 DEPRECATED EXTENSIONS
The following extensions are non standard, Netscape specific and largely