From 03e16083ff526d6d38de519620747aabbfc69b83 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 24 Jan 2020 12:33:05 -0500 Subject: [PATCH] Fix "ts" no-XXX options, document two TLS options Reviewed-by: Matt Caswell Reviewed-by: Dmitry Belyavskiy Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/10191) --- doc/man1/openssl-ts.pod.in | 7 +++++-- doc/man3/SSL_CONF_cmd.pod | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/man1/openssl-ts.pod.in b/doc/man1/openssl-ts.pod.in index b9e911827d..f115f45072 100644 --- a/doc/man1/openssl-ts.pod.in +++ b/doc/man1/openssl-ts.pod.in @@ -50,7 +50,9 @@ B<-verify> [B<-queryfile> I] [B<-in> I] [B<-token_in>] -{- $OpenSSL::safe::opt_trust_synopsis -} +[B<-CAfile> I] +[B<-CApath> I] +[B<-CAstore> I] {- $OpenSSL::safe::opt_v_synopsis -} =for openssl ifdef engine @@ -330,8 +332,9 @@ certificate. This file must contain the TSA signing certificate and all intermediate CA certificates unless the response includes them. (Optional) -{- $OpenSSL::safe::opt_trust_item -} +=item B<-CAfile> I, B<-CApath> I, B<-CAstore> I +See L for details. At least one of B<-CApath>, B<-CAfile> or B<-CAstore> must be specified. {- $OpenSSL::safe::opt_v_item -} diff --git a/doc/man3/SSL_CONF_cmd.pod b/doc/man3/SSL_CONF_cmd.pod index f1714084df..1f2e7b8ebb 100644 --- a/doc/man3/SSL_CONF_cmd.pod +++ b/doc/man3/SSL_CONF_cmd.pod @@ -193,8 +193,12 @@ the B must be >1 or <=16384. =item B<-debug_broken_protocol> +Ignored. + =item B<-no_middlebox> +Turn off "middlebox compatibility", as described below. + =back =head2 Additional Options -- 2.25.1