Skip to content

Commit

Permalink
MINOR: add support for no-tls-tickets bind option
Browse files Browse the repository at this point in the history
  • Loading branch information
George Vine authored and mjuraga committed Apr 30, 2024
1 parent 13a6709 commit 0450e60
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions params/bind-options.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ func getBindOptions() []BindOption {
&BindOptionWord{Name: "no-alpn"},
&BindOptionWord{Name: "no-ca-names"},
&BindOptionWord{Name: "no-sslv3"},
&BindOptionWord{Name: "no-tls-tickets"},
&BindOptionWord{Name: "no-tlsv10"},
&BindOptionWord{Name: "no-tlsv11"},
&BindOptionWord{Name: "no-tlsv12"},
Expand Down
1 change: 1 addition & 0 deletions tests/bind_generated_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tests/configs/haproxy_generated.cfg.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions tests/integration/frontend_data_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tests/integration/frontend_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ type ACL struct {
//test:ok:bind :443 no-alpn
//test:ok:bind :443 no-ca-names
//test:ok:bind :443 no-sslv3
//test:ok:bind :443 no-tls-tickets
//test:ok:bind :443 no-tlsv10
//test:ok:bind :443 no-tlsv11
//test:ok:bind :443 no-tlsv12
Expand Down

0 comments on commit 0450e60

Please sign in to comment.