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
since adding a test for a cipher support in cscan/tlslite-ng is just a question of passing additional id to ClientHello constructor, extending it for new ciphers is fairly trivial
note: this is only about checking for ServerHello reply that indicates support for any given cipher, not about actually negotiating (and supporting) the cipher on cscan side
that does mean that for TLS 1.2 we won't be able to collect session ticket metadata or read EncryptedExtensions from TLS 1.3
The text was updated successfully, but these errors were encountered:
since adding a test for a cipher support in cscan/tlslite-ng is just a question of passing additional id to ClientHello constructor, extending it for new ciphers is fairly trivial
note: this is only about checking for ServerHello reply that indicates support for any given cipher, not about actually negotiating (and supporting) the cipher on cscan side
that does mean that for TLS 1.2 we won't be able to collect session ticket metadata or read EncryptedExtensions from TLS 1.3
The text was updated successfully, but these errors were encountered: