fix typo in comments

This commit is contained in:
Alice Pellegrini 2025-09-29 17:29:12 +02:00
parent 322dd61f0c
commit f989ecd256
No known key found for this signature in database
GPG Key ID: 87B7CCC602BEF1E1
2 changed files with 2 additions and 2 deletions

View File

@ -341,7 +341,7 @@ final class SSLEngineInputRecord extends InputRecord implements SSLRecord {
// From RFC 8446:
// "Implementations MUST verify that all messages immediately
// preceding a key change align with a record boundary; if
// znot, then they MUST terminate the connection with an
// not, then they MUST terminate the connection with an
// "unexpected_message" alert. Because the ClientHello,
// EndOfEarlyData, ServerHello, Finished, and KeyUpdate
// messages can immediately precede a key change, implementations

View File

@ -368,7 +368,7 @@ final class SSLSocketInputRecord extends InputRecord implements SSLRecord {
// From RFC 8446:
// "Implementations MUST verify that all messages immediately
// preceding a key change align with a record boundary; if
// znot, then they MUST terminate the connection with an
// not, then they MUST terminate the connection with an
// "unexpected_message" alert. Because the ClientHello,
// EndOfEarlyData, ServerHello, Finished, and KeyUpdate
// messages can immediately precede a key change, implementations