8245417: Improve certificate chain handling

Co-authored-by: Hai-may Chao <hai-may.chao@oracle.com>
Reviewed-by: mullan, jnimeh
This commit is contained in:
Jamil Nimeh 2020-07-20 10:35:34 -07:00 committed by Henry Jen
parent 24f7f84594
commit d6cef99050
6 changed files with 66 additions and 10 deletions

View file

@ -87,6 +87,7 @@ import java.util.concurrent.atomic.AtomicLong;
* @run main/othervm -Dtest.requiresHost=true
* -Djdk.httpclient.HttpClient.log=headers
* -Djdk.internal.httpclient.debug=true
* -Djdk.tls.maxHandshakeMessageSize=131072
* LargeHandshakeTest
*
*/