You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a spring-boot-starter-webflux code base communicating over TLS1.3 and HTTP2 and using reactor netty as base server. We have a use case to export TLS keying material or the master secret. We need this information to further derive keys for JWE tokens ciphering.
Desired solution
Option to export master secret after TLS handshake are complete.
Considered alternatives
Additional context
The text was updated successfully, but these errors were encountered:
Motivation
RFC5705 defines and RFC8446 updates keying material exporters for TLS:
Many other TLS implementations already support it:
5G mobile specs mandate the use of TLS session at app level for JWE:
https://www.tech-invite.com/3m33/toc/tinv-3gpp-33-501_zk.html#e-13-2-4-4-1
We have a spring-boot-starter-webflux code base communicating over TLS1.3 and HTTP2 and using reactor netty as base server. We have a use case to export TLS keying material or the master secret. We need this information to further derive keys for JWE tokens ciphering.
Desired solution
Option to export master secret after TLS handshake are complete.
Considered alternatives
Additional context
The text was updated successfully, but these errors were encountered: