Plain text alert message handling in TLS1.3 #344
Labels
bug
unintented behaviour in tlslite-ng code
complex
Issues that require good knowledge of tlslite-ng internals or cryptography
help wanted
Milestone
In TLS1.3, a tlslite-ng server raises a bad_record_mac exception when a plain text alert message is received after CCS has been sent.
On the other hand, OpenSSL 1.1.1b nevertheless sends certain Alert Messages in plain text, such as unknown_ca.
Reproduction:
tlslite-ng (0.8.0a26):
openssl (1.1.1b):
tlslite output:
tshark output: (
tshark -i lo -Y ssl
)Expected output
A
TLSRemoteAlert: unknown_ca
should be raised instead of aTLSLocalAlert: bad_record_mac
The text was updated successfully, but these errors were encountered: