mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
fix typo in comments
This commit is contained in:
parent
322dd61f0c
commit
f989ecd256
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user