mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8215712: Parsing extension failure may alert decode_error
Reviewed-by: jnimeh
This commit is contained in:
parent
ef335c75e3
commit
36af90acc0
21 changed files with 313 additions and 429 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -37,5 +37,5 @@ interface SSLStringizer {
|
|||
* Note that the implementation MUST not change the internal status of
|
||||
* the {@code buffer}.
|
||||
*/
|
||||
String toString(ByteBuffer buffer);
|
||||
String toString(HandshakeContext handshakeContext, ByteBuffer buffer);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue