Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NTS Pool: add KeepAlive #1245

Open
folkertdev opened this issue Dec 7, 2023 · 0 comments
Open

NTS Pool: add KeepAlive #1245

folkertdev opened this issue Dec 7, 2023 · 0 comments
Milestone

Comments

@folkertdev
Copy link
Contributor

according to the NTS specification, the TLS connection must be closed after an EndOfMessage record. Hence we have to define different behavior for the records added for the NTS Pool KE. This is important for the connection that asks a server for its supported algorithms (that we then want to re-use for actually getting cookies). And also in general if we want to keep the connection to a NTS KE server open so we don' t repeat (relatively expensive) TLS handshakes.

@folkertdev folkertdev added this to the nts-pool milestone Dec 7, 2023
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

No branches or pull requests

1 participant