Commit 6e0e745
stream-ssl: Disable TLS session tickets.
OVS currently does not support TLS session resumption. The server
side session cache is disabled (SSL_SESS_CACHE_OFF) and no session
id context is configured. However, clients may still send stateless
tickets, causing SSL_accept() to fail with "session id context
uninitialized".
Disable stateless session tickets with SSL_OP_NO_TICKET so that
clients do not attempt resumption.
Signed-off-by: Mykola Yurchenko <myurchenko@nvidia.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>1 parent 24370c6 commit 6e0e745
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1071 | 1071 | | |
1072 | 1072 | | |
1073 | 1073 | | |
| 1074 | + | |
1074 | 1075 | | |
1075 | 1076 | | |
1076 | 1077 | | |
| |||
0 commit comments