removed tlsv1 & tlsv1.1 (#11408)
Co-authored-by: longwuyuan <longwuyuan@gmail.com>
This commit is contained in:
parent
18cfd1daac
commit
b7f6f93334
7 changed files with 63363 additions and 60285 deletions
|
|
@ -43,7 +43,7 @@ var sslCipherAnnotations = parser.Annotation{
|
|||
Scope: parser.AnnotationScopeIngress,
|
||||
Risk: parser.AnnotationRiskLow,
|
||||
Documentation: `The following annotation will set the ssl_prefer_server_ciphers directive at the server level.
|
||||
This configuration specifies that server ciphers should be preferred over client ciphers when using the SSLv3 and TLS protocols.`,
|
||||
This configuration specifies that server ciphers should be preferred over client ciphers when using the TLS protocols.`,
|
||||
},
|
||||
sslCipherAnnotation: {
|
||||
Validator: parser.ValidateRegex(regexValidSSLCipher, true),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue