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