mirror of
https://github.com/openssl/openssl.git
synced 2025-02-11 14:22:43 +08:00
Previously TLSProxy only knew how to "repack" messages for TLSv1.3. Most of the handshake in <= TLSv1.2 is unencrypted so this hasn't been too much of restriction. However we now want to modify reneg handshakes which are encrypted so we need to add that capability. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> |
||
---|---|---|
.. | ||
Alert.pm | ||
Certificate.pm | ||
CertificateRequest.pm | ||
CertificateVerify.pm | ||
ClientHello.pm | ||
EncryptedExtensions.pm | ||
Message.pm | ||
NewSessionTicket.pm | ||
Proxy.pm | ||
Record.pm | ||
ServerHello.pm | ||
ServerKeyExchange.pm |