Wed, 30 May 2018 09:49:56 +0200 Merge epsilon-gc-branch
shade [Wed, 30 May 2018 09:49:56 +0200] rev 56625
Merge
Tue, 29 May 2018 23:03:55 +0800 gss_OID_desc constants JDK-8199569-branch
weijun [Tue, 29 May 2018 23:03:55 +0800] rev 56624
gss_OID_desc constants
Tue, 29 May 2018 23:47:07 +0100 http-client-branch: review comment - HPACK misc. improvements http-client-branch
prappo [Tue, 29 May 2018 23:47:07 +0100] rev 56623
http-client-branch: review comment - HPACK misc. improvements
Tue, 29 May 2018 13:16:23 -0700 Merge JDK-8145252-TLS13-branch
wetmore [Tue, 29 May 2018 13:16:23 -0700] rev 56622
Merge
Tue, 29 May 2018 13:42:04 +0100 http-client-branch: performance - reduce context switching http-client-branch
dfuchs [Tue, 29 May 2018 13:42:04 +0100] rev 56621
http-client-branch: performance - reduce context switching
Tue, 29 May 2018 15:48:13 +0800 getNamesForMech, more import/export JDK-8199569-branch
weijun [Tue, 29 May 2018 15:48:13 +0800] rev 56620
getNamesForMech, more import/export
Fri, 25 May 2018 16:13:11 +0100 http-client-branch: Make HttpHeaders final http-client-branch
chegar [Fri, 25 May 2018 16:13:11 +0100] rev 56619
http-client-branch: Make HttpHeaders final
Mon, 28 May 2018 17:22:37 +0100 http-client-branch: further update to max streams fix http-client-branch
michaelm [Mon, 28 May 2018 17:22:37 +0100] rev 56618
http-client-branch: further update to max streams fix
Mon, 28 May 2018 21:30:25 +0800 Create Name with meth to support export JDK-8199569-branch
weijun [Mon, 28 May 2018 21:30:25 +0800] rev 56617
Create Name with meth to support export
Mon, 28 May 2018 10:48:38 +0100 http-client-branch: fix intermittent problem with stream counting by decrementing counter before completing the subscriber CF http-client-branch
michaelm [Mon, 28 May 2018 10:48:38 +0100] rev 56616
http-client-branch: fix intermittent problem with stream counting by decrementing counter before completing the subscriber CF
Sat, 26 May 2018 20:29:15 -0700 clean up TODO tags JDK-8145252-TLS13-branch
xuelei [Sat, 26 May 2018 20:29:15 -0700] rev 56615
clean up TODO tags
Sat, 26 May 2018 15:15:27 -0700 implement version downgrad protection JDK-8145252-TLS13-branch
xuelei [Sat, 26 May 2018 15:15:27 -0700] rev 56614
implement version downgrad protection
Fri, 25 May 2018 14:22:27 -0700 Add twitter branch. twitter
twisti [Fri, 25 May 2018 14:22:27 -0700] rev 56613
Add twitter branch.
Fri, 25 May 2018 14:24:17 -0700 Merge JDK-8145252-TLS13-branch
wetmore [Fri, 25 May 2018 14:24:17 -0700] rev 56612
Merge
Fri, 25 May 2018 12:43:45 -0700 added jdk.tls.server.protocols JDK-8145252-TLS13-branch
ascarpino [Fri, 25 May 2018 12:43:45 -0700] rev 56611
added jdk.tls.server.protocols
Fri, 25 May 2018 12:24:17 -0700 DH left padding of public key JDK-8145252-TLS13-branch
xuelei [Fri, 25 May 2018 12:24:17 -0700] rev 56610
DH left padding of public key
Fri, 25 May 2018 11:42:54 -0700 TLS 1.3 support for HttpsUrlConnClient OCSP Stapling jtreg test JDK-8145252-TLS13-branch
jnimeh [Fri, 25 May 2018 11:42:54 -0700] rev 56609
TLS 1.3 support for HttpsUrlConnClient OCSP Stapling jtreg test Summary: Adds test cases for OCSPstapling using the TLS 1.3 handshake and HttpsUrlConnection
Fri, 25 May 2018 13:20:01 -0400 A couple of minor session resumption fixes JDK-8145252-TLS13-branch
apetcher [Fri, 25 May 2018 13:20:01 -0400] rev 56608
A couple of minor session resumption fixes
Thu, 24 May 2018 13:09:59 -0700 Merge JDK-8145252-TLS13-branch
wetmore [Thu, 24 May 2018 13:09:59 -0700] rev 56607
Merge
Thu, 24 May 2018 12:32:00 -0700 TLS 1.3 support in OCSP stapling jtreg tests JDK-8145252-TLS13-branch
jnimeh [Thu, 24 May 2018 12:32:00 -0700] rev 56606
TLS 1.3 support in OCSP stapling jtreg tests Summary: Adds test cases for OCSP stapling using the TLS 1.3 handshake
Thu, 24 May 2018 11:34:31 -0700 Use DiffieHellman rather than the DH alias JDK-8145252-TLS13-branch
xuelei [Thu, 24 May 2018 11:34:31 -0700] rev 56605
Use DiffieHellman rather than the DH alias
Thu, 24 May 2018 18:41:30 +0100 http-client-branch: Fix for new MaxStreams.java test http-client-branch
michaelm [Thu, 24 May 2018 18:41:30 +0100] rev 56604
http-client-branch: Fix for new MaxStreams.java test
Thu, 24 May 2018 09:21:01 -0700 remove TODO tags if no need any more JDK-8145252-TLS13-branch
xuelei [Thu, 24 May 2018 09:21:01 -0700] rev 56603
remove TODO tags if no need any more
Thu, 24 May 2018 11:37:30 +0100 Merge http-client-branch
dfuchs [Thu, 24 May 2018 11:37:30 +0100] rev 56602
Merge
Thu, 24 May 2018 11:31:50 +0100 http-client-branch: HttpClient HTTP/1.1 could be more lenient and accept LF as well as CRLF as header separator. http-client-branch
dfuchs [Thu, 24 May 2018 11:31:50 +0100] rev 56601
http-client-branch: HttpClient HTTP/1.1 could be more lenient and accept LF as well as CRLF as header separator. 8203427: HttpClient HTTP/1.1 could be more lenient and accept LF as well as CRLF as header separator. Reviewed-by: chegar
Wed, 23 May 2018 11:55:41 -0700 mismatching sign_alg and sign_alg_cert JDK-8145252-TLS13-branch
xuelei [Wed, 23 May 2018 11:55:41 -0700] rev 56600
mismatching sign_alg and sign_alg_cert
Wed, 23 May 2018 09:33:37 -0700 Merge JDK-8145252-TLS13-branch
wetmore [Wed, 23 May 2018 09:33:37 -0700] rev 56599
Merge
Wed, 23 May 2018 16:44:13 +0100 8196389: Should HttpClient support SETTINGS_MAX_CONCURRENT_STREAMS from the server http-client-branch
michaelm [Wed, 23 May 2018 16:44:13 +0100] rev 56598
8196389: Should HttpClient support SETTINGS_MAX_CONCURRENT_STREAMS from the server Reviewed-by: chegar, dfuchs
Wed, 23 May 2018 16:40:10 +0200 TestElasticTLABDecay is misconfigured epsilon-gc-branch
shade [Wed, 23 May 2018 16:40:10 +0200] rev 56597
TestElasticTLABDecay is misconfigured
Mon, 21 May 2018 15:01:17 +0200 Last stylistic touchups epsilon-gc-branch
shade [Mon, 21 May 2018 15:01:17 +0200] rev 56596
Last stylistic touchups
Wed, 23 May 2018 17:02:13 +0800 sun/net/www/protocol/https/HttpsURLConnection/ReadTimeout.java adapts to new exception hierarchy JDK-8145252-TLS13-branch
jjiang [Wed, 23 May 2018 17:02:13 +0800] rev 56595
sun/net/www/protocol/https/HttpsURLConnection/ReadTimeout.java adapts to new exception hierarchy
Tue, 22 May 2018 21:46:47 -0700 close issues introduced in TLS 1.3 implementation JDK-8145252-TLS13-branch
xuelei [Tue, 22 May 2018 21:46:47 -0700] rev 56594
close issues introduced in TLS 1.3 implementation
Tue, 22 May 2018 16:38:48 -0700 Merge JDK-8145252-TLS13-branch
wetmore [Tue, 22 May 2018 16:38:48 -0700] rev 56593
Merge
Tue, 22 May 2018 16:36:02 -0700 Merge JDK-8145252-TLS13-branch
wetmore [Tue, 22 May 2018 16:36:02 -0700] rev 56592
Merge
Tue, 22 May 2018 14:12:14 -0400 Setting X25519/X448 to TLS 1.3 only JDK-8171279-XDH-TLS-branch
apetcher [Tue, 22 May 2018 14:12:14 -0400] rev 56591
Setting X25519/X448 to TLS 1.3 only
Tue, 22 May 2018 14:01:11 -0400 merge JDK-8171279-XDH-TLS-branch
apetcher [Tue, 22 May 2018 14:01:11 -0400] rev 56590
merge
Tue, 22 May 2018 13:44:02 -0400 Initial working XDH support in TLS. I should try to refactor the code a bit. JDK-8171279-XDH-TLS-branch
apetcher [Tue, 22 May 2018 13:44:02 -0400] rev 56589
Initial working XDH support in TLS. I should try to refactor the code a bit.
Tue, 22 May 2018 20:36:31 +0800 com/sun/jndi/ldap/DeadSSLLdapTimeoutTest.java adapts to new exception hierarchy JDK-8145252-TLS13-branch
jjiang [Tue, 22 May 2018 20:36:31 +0800] rev 56588
com/sun/jndi/ldap/DeadSSLLdapTimeoutTest.java adapts to new exception hierarchy
Tue, 22 May 2018 17:53:35 +0800 Re-generate certificates for javax/net/ssl/templates/SSLSocketTemplate.java JDK-8145252-TLS13-branch
jjiang [Tue, 22 May 2018 17:53:35 +0800] rev 56587
Re-generate certificates for javax/net/ssl/templates/SSLSocketTemplate.java
Mon, 21 May 2018 20:51:38 -0700 RSA key is too short to support TLS 1.3 JDK-8145252-TLS13-branch
xuelei [Mon, 21 May 2018 20:51:38 -0700] rev 56586
RSA key is too short to support TLS 1.3
Mon, 21 May 2018 09:53:23 -0700 No more renegotiation in TLS 1.3 JDK-8145252-TLS13-branch
xuelei [Mon, 21 May 2018 09:53:23 -0700] rev 56585
No more renegotiation in TLS 1.3
Mon, 21 May 2018 08:16:24 -0700 Use default signature algorithms for TLS 1.2 JDK-8145252-TLS13-branch
xuelei [Mon, 21 May 2018 08:16:24 -0700] rev 56584
Use default signature algorithms for TLS 1.2
Mon, 21 May 2018 11:14:44 -0400 initial commit for JDK-8171279-XDH-TLS-branch JDK-8171279-XDH-TLS-branch
apetcher [Mon, 21 May 2018 11:14:44 -0400] rev 56583
initial commit for JDK-8171279-XDH-TLS-branch
Mon, 21 May 2018 14:50:28 +0200 Fix build failure epsilon-gc-branch
shade [Mon, 21 May 2018 14:50:28 +0200] rev 56582
Fix build failure
Mon, 21 May 2018 14:47:22 +0200 Formatting and renames epsilon-gc-branch
shade [Mon, 21 May 2018 14:47:22 +0200] rev 56581
Formatting and renames
Mon, 21 May 2018 10:34:21 +0200 Fix 32-bit builds epsilon-gc-branch
shade [Mon, 21 May 2018 10:34:21 +0200] rev 56580
Fix 32-bit builds
Mon, 21 May 2018 15:40:25 +0800 sun/security/ssl/AppOutputStream/NoExceptionOnClose.java changes the expected exception JDK-8145252-TLS13-branch
jjiang [Mon, 21 May 2018 15:40:25 +0800] rev 56579
sun/security/ssl/AppOutputStream/NoExceptionOnClose.java changes the expected exception
Sun, 20 May 2018 22:18:11 +0200 Merge epsilon-gc-branch
shade [Sun, 20 May 2018 22:18:11 +0200] rev 56578
Merge
Sun, 20 May 2018 22:03:10 +0200 Elastic TLAB machinery should handle decays epsilon-gc-branch
shade [Sun, 20 May 2018 22:03:10 +0200] rev 56577
Elastic TLAB machinery should handle decays
Sat, 19 May 2018 23:51:09 +0200 Serviceability support for Epsilon epsilon-gc-branch
shade [Sat, 19 May 2018 23:51:09 +0200] rev 56576
Serviceability support for Epsilon
Sun, 20 May 2018 09:45:36 -0700 The expected exception may be not thrown in order JDK-8145252-TLS13-branch
xuelei [Sun, 20 May 2018 09:45:36 -0700] rev 56575
The expected exception may be not thrown in order
Sun, 20 May 2018 22:01:40 +0800 Use SEC_WHCAR* as gss_name_t JDK-8199569-branch
weijun [Sun, 20 May 2018 22:01:40 +0800] rev 56574
Use SEC_WHCAR* as gss_name_t
Fri, 18 May 2018 19:07:49 -0700 DTLS fix for proper closing JDK-8145252-TLS13-branch
ascarpino [Fri, 18 May 2018 19:07:49 -0700] rev 56573
DTLS fix for proper closing
Fri, 18 May 2018 15:23:56 +0100 http-client-branch: improve test stability by allowing retry on java.net.ConnectException http-client-branch
dfuchs [Fri, 18 May 2018 15:23:56 +0100] rev 56572
http-client-branch: improve test stability by allowing retry on java.net.ConnectException
Thu, 17 May 2018 16:18:47 -0700 TLS 1.3, update on SSLSocketImpl.checkEOF() JDK-8145252-TLS13-branch
xuelei [Thu, 17 May 2018 16:18:47 -0700] rev 56571
TLS 1.3, update on SSLSocketImpl.checkEOF()
Thu, 17 May 2018 11:12:52 -0700 improper certificates in SSLSocketTemplate.java JDK-8145252-TLS13-branch
xuelei [Thu, 17 May 2018 11:12:52 -0700] rev 56570
improper certificates in SSLSocketTemplate.java
Thu, 17 May 2018 09:24:28 -0700 jdk/testlibrary/testkeys upgraded to use RSA_4096 key JDK-8145252-TLS13-branch
ssahoo [Thu, 17 May 2018 09:24:28 -0700] rev 56569
jdk/testlibrary/testkeys upgraded to use RSA_4096 key
Thu, 17 May 2018 09:00:47 -0700 TLS 1.3, incorrect encode of NewSessionTicket for empty extension JDK-8145252-TLS13-branch
xuelei [Thu, 17 May 2018 09:00:47 -0700] rev 56568
TLS 1.3, incorrect encode of NewSessionTicket for empty extension
Wed, 16 May 2018 22:13:16 -0700 TLS 1.3, correct a serious ALPN impl typo JDK-8145252-TLS13-branch
xuelei [Wed, 16 May 2018 22:13:16 -0700] rev 56567
TLS 1.3, correct a serious ALPN impl typo
Wed, 16 May 2018 21:18:06 -0700 TLS 1.3, check alpn respond value JDK-8145252-TLS13-branch
xuelei [Wed, 16 May 2018 21:18:06 -0700] rev 56566
TLS 1.3, check alpn respond value
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip