This repository was archived by the owner on Aug 27, 2022. It is now read-only.
File tree 1 file changed +3
-3
lines changed
src/java.base/share/classes/sun/security/ssl
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2015, 2020 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2015, 2021 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -280,7 +280,7 @@ public void absent(ConnectionContext context,
280
280
CipherSuite .TLS_EMPTY_RENEGOTIATION_INFO_SCSV .id ) {
281
281
if (SSLLogger .isOn && SSLLogger .isOn ("ssl,handshake" )) {
282
282
SSLLogger .finest (
283
- "Safe renegotiation, using the SCSV signgling " );
283
+ "Safe renegotiation, using the SCSV signaling " );
284
284
}
285
285
shc .conContext .secureRenegotiation = true ;
286
286
return ;
@@ -341,7 +341,7 @@ public byte[] produce(ConnectionContext context,
341
341
RenegotiationInfoSpec requestedSpec = (RenegotiationInfoSpec )
342
342
shc .handshakeExtensions .get (CH_RENEGOTIATION_INFO );
343
343
if (requestedSpec == null && !shc .conContext .secureRenegotiation ) {
344
- // Ignore, no renegotiation_info extension or SCSV signgling
344
+ // Ignore, no renegotiation_info extension or SCSV signaling
345
345
// requested.
346
346
if (SSLLogger .isOn && SSLLogger .isOn ("ssl,handshake" )) {
347
347
SSLLogger .finest (
You can’t perform that action at this time.
0 commit comments