Skip to content

Support application config of server session ticket IV and shard#1

Merged
sindrip merged 1 commit intoresumption-integrationfrom
configurable-session-ticket-iv-shard
Apr 7, 2022
Merged

Support application config of server session ticket IV and shard#1
sindrip merged 1 commit intoresumption-integrationfrom
configurable-session-ticket-iv-shard

Conversation

@ahovgaard
Copy link
Collaborator

@ahovgaard ahovgaard commented Apr 7, 2022

This enables configuring the IV and shard used in the tls_server_session_ticket gen_server for stateless TLS 1.3 session tickets. For example:

import Config

config :ssl,
  server_session_ticket_iv: <<1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1>>,
  server_session_ticket_shard: <<2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2>>

@sindrip sindrip merged commit e3238ae into resumption-integration Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants