diff options
author | Rich Salz <rsalz@akamai.com> | 2021-06-13 16:49:47 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-06-15 12:36:51 +0200 |
commit | 5bbe2134188a45a937e7aefd46b7eeee258d0ab8 (patch) | |
tree | 9c122ebcd8a8f15601669542458e112052e4c297 /doc/perlvars.pm | |
parent | Move AllowClientRenegotiation tests (diff) | |
download | openssl-5bbe2134188a45a937e7aefd46b7eeee258d0ab8.tar.xz openssl-5bbe2134188a45a937e7aefd46b7eeee258d0ab8.zip |
Remove "-immedate_renegotiation" option
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15415)
Diffstat (limited to 'doc/perlvars.pm')
-rw-r--r-- | doc/perlvars.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/perlvars.pm b/doc/perlvars.pm index 71f3888d58..133ad3c416 100644 --- a/doc/perlvars.pm +++ b/doc/perlvars.pm @@ -183,7 +183,6 @@ $OpenSSL::safe::opt_s_synopsis = "" . "[B<-legacy_renegotiation>]\n" . "[B<-no_renegotiation>]\n" . "[B<-no_resumption_on_reneg>]\n" -. "[B<-immediate_renegotiation>]\n" . "[B<-legacy_server_connect>]\n" . "[B<-no_legacy_server_connect>]\n" . "[B<-allow_no_dhe_kex>]\n" @@ -203,9 +202,9 @@ $OpenSSL::safe::opt_s_synopsis = "" . "[B<-no_middlebox>]"; $OpenSSL::safe::opt_s_item = "" . "=item B<-bugs>, B<-comp>, B<-no_comp>, B<-no_ticket>, B<-serverpref>,\n" -. "B<-client_renegotiation>, B<_immediate_renegotiation>,\n" +. "B<-client_renegotiation>,\n" . "B<-legacy_renegotiation>, B<-no_renegotiation>,\n" -. "B<-immediate_renegotiation>, B<-no_resumption_on_reneg>,\n" +. "B<-no_resumption_on_reneg>,\n" . "B<-legacy_server_connect>, B<-no_legacy_server_connect>,\n" . "B<-allow_no_dhe_kex>, B<-prioritize_chacha>, B<-strict>, B<-sigalgs>\n" . "I<algs>, B<-client_sigalgs> I<algs>, B<-groups> I<groups>, B<-curves>\n" |