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
As per RFC an arbitrary number of (empty, unencrypted) change_cipher_spec records may be send during the handshake.
Most clients will most likeley use this feature in order to increase chances for successfully establishing a TLS connection over the Internet.
OpenSSL s_client and TLS-tris for example do so and thus currently are not compatible.
As per RFC an arbitrary number of (empty, unencrypted) change_cipher_spec records may be send during the handshake.
Most clients will most likeley use this feature in order to increase chances for successfully establishing a TLS connection over the Internet.
OpenSSL s_client and TLS-tris for example do so and thus currently are not compatible.
Fixing might be possible at
mint/record-layer.go
Line 383 in 83ba9bc
However, while enabling connections from OpenSSL/tris, a simple
would not be sufficient as these records must only occur unencrypted during the handshake (before the client finished).
The text was updated successfully, but these errors were encountered: