2018-05-28 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
2018-05-27 clean up TODO tags JDK-8145252-TLS13-branch
xuelei [Sat, 26 May 2018 20:29:15 -0700] rev 56615
clean up TODO tags
2018-05-26 implement version downgrad protection JDK-8145252-TLS13-branch
xuelei [Sat, 26 May 2018 15:15:27 -0700] rev 56614
implement version downgrad protection
2018-05-25 Add twitter branch. twitter
twisti [Fri, 25 May 2018 14:22:27 -0700] rev 56613
Add twitter branch.
2018-05-25 Merge JDK-8145252-TLS13-branch
wetmore [Fri, 25 May 2018 14:24:17 -0700] rev 56612
Merge
2018-05-25 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
2018-05-25 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
2018-05-25 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
2018-05-25 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
2018-05-24 Merge JDK-8145252-TLS13-branch
wetmore [Thu, 24 May 2018 13:09:59 -0700] rev 56607
Merge
2018-05-24 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
2018-05-24 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
2018-05-24 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
2018-05-24 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
2018-05-24 Merge http-client-branch
dfuchs [Thu, 24 May 2018 11:37:30 +0100] rev 56602
Merge
2018-05-24 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
2018-05-23 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
2018-05-23 Merge JDK-8145252-TLS13-branch
wetmore [Wed, 23 May 2018 09:33:37 -0700] rev 56599
Merge
2018-05-23 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
2018-05-23 TestElasticTLABDecay is misconfigured epsilon-gc-branch
shade [Wed, 23 May 2018 16:40:10 +0200] rev 56597
TestElasticTLABDecay is misconfigured
2018-05-21 Last stylistic touchups epsilon-gc-branch
shade [Mon, 21 May 2018 15:01:17 +0200] rev 56596
Last stylistic touchups
2018-05-23 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
2018-05-23 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
2018-05-22 Merge JDK-8145252-TLS13-branch
wetmore [Tue, 22 May 2018 16:38:48 -0700] rev 56593
Merge
2018-05-22 Merge JDK-8145252-TLS13-branch
wetmore [Tue, 22 May 2018 16:36:02 -0700] rev 56592
Merge
2018-05-22 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
2018-05-22 merge JDK-8171279-XDH-TLS-branch
apetcher [Tue, 22 May 2018 14:01:11 -0400] rev 56590
merge
2018-05-22 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.
2018-05-22 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
2018-05-22 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
2018-05-22 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
2018-05-21 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
2018-05-21 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
2018-05-21 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
2018-05-21 Fix build failure epsilon-gc-branch
shade [Mon, 21 May 2018 14:50:28 +0200] rev 56582
Fix build failure
2018-05-21 Formatting and renames epsilon-gc-branch
shade [Mon, 21 May 2018 14:47:22 +0200] rev 56581
Formatting and renames
2018-05-21 Fix 32-bit builds epsilon-gc-branch
shade [Mon, 21 May 2018 10:34:21 +0200] rev 56580
Fix 32-bit builds
2018-05-21 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
2018-05-20 Merge epsilon-gc-branch
shade [Sun, 20 May 2018 22:18:11 +0200] rev 56578
Merge
2018-05-20 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
2018-05-19 Serviceability support for Epsilon epsilon-gc-branch
shade [Sat, 19 May 2018 23:51:09 +0200] rev 56576
Serviceability support for Epsilon
2018-05-20 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
2018-05-20 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
2018-05-19 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
2018-05-18 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
2018-05-17 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()
2018-05-17 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
2018-05-17 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
2018-05-17 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
2018-05-17 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
2018-05-17 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
2018-05-16 TLS 1.3, OpenSSL interop issue, a missed update JDK-8145252-TLS13-branch
xuelei [Wed, 16 May 2018 15:41:50 -0700] rev 56565
TLS 1.3, OpenSSL interop issue, a missed update
2018-05-16 TLS 1.3, OpenSSL interop issues JDK-8145252-TLS13-branch
xuelei [Wed, 16 May 2018 15:26:36 -0700] rev 56564
TLS 1.3, OpenSSL interop issues
2018-05-16 Merge JDK-8145252-TLS13-branch
wetmore [Wed, 16 May 2018 10:08:23 -0700] rev 56563
Merge
2018-05-16 Negotiate seems to be working JDK-8199569-branch
weijun [Wed, 16 May 2018 22:45:34 +0800] rev 56562
Negotiate seems to be working
2018-05-16 Use PostHandshakeContext for New Session Ticket when approriate JDK-8145252-TLS13-branch
ascarpino [Tue, 15 May 2018 22:59:45 -0700] rev 56561
Use PostHandshakeContext for New Session Ticket when approriate
2018-05-15 test correction, reject renegotiation applies to TLS 1.2 and prior versions only JDK-8145252-TLS13-branch
xuelei [Tue, 15 May 2018 14:52:51 -0700] rev 56560
test correction, reject renegotiation applies to TLS 1.2 and prior versions only
2018-05-15 rollbak behavior changes of extended secret extension JDK-8145252-TLS13-branch
xuelei [Tue, 15 May 2018 13:01:37 -0700] rev 56559
rollbak behavior changes of extended secret extension
2018-05-15 minor session management improvements to try to address some bugs JDK-8145252-TLS13-branch
apetcher [Tue, 15 May 2018 14:54:04 -0400] rev 56558
minor session management improvements to try to address some bugs
2018-05-15 Corrected copyright JDK-8145252-TLS13-branch
wetmore [Tue, 15 May 2018 10:48:19 -0700] rev 56557
Corrected copyright
2018-05-15 http-client-branch: additional tests for header case-insensitivity http-client-branch
chegar [Tue, 15 May 2018 16:10:17 +0100] rev 56556
http-client-branch: additional tests for header case-insensitivity
2018-05-15 code style, functions rearrangement JDK-8199569-branch
weijun [Tue, 15 May 2018 12:20:42 +0800] rev 56555
code style, functions rearrangement
2018-05-15 inline GenClientContext, macro redefition, new functions JDK-8199569-branch
weijun [Tue, 15 May 2018 12:19:38 +0800] rev 56554
inline GenClientContext, macro redefition, new functions
2018-05-14 no more warning JDK-8199569-branch
weijun [Mon, 14 May 2018 21:06:55 +0800] rev 56553
no more warning
2018-05-14 First working version JDK-8199569-branch
weijun [Mon, 14 May 2018 09:55:03 +0800] rev 56552
First working version
2018-05-14 sequence number fix JDK-8199569-branch
weijun [Mon, 14 May 2018 13:05:11 +0800] rev 56551
sequence number fix
2018-05-14 Use VS2017 JDK-8199569-branch
weijun [Mon, 14 May 2018 09:48:33 +0800] rev 56550
Use VS2017
2018-05-14 Merge JDK-8145252-TLS13-branch
valeriep [Mon, 14 May 2018 22:49:05 +0000] rev 56549
Merge
2018-05-14 Undo the interim RSASSA-PSS changes in SignedObject class JDK-8145252-TLS13-branch
valeriep [Mon, 14 May 2018 22:41:54 +0000] rev 56548
Undo the interim RSASSA-PSS changes in SignedObject class
2018-05-14 Merge ihse-jdk-library-branch
ihse [Mon, 14 May 2018 22:09:08 +0200] rev 56547
Merge
2018-05-14 Fix improper ordering for default certificate type field in CertificateRequest JDK-8145252-TLS13-branch
jnimeh [Mon, 14 May 2018 11:08:04 -0700] rev 56546
Fix improper ordering for default certificate type field in CertificateRequest Summary: Fixes the ordering in the CERT_TYPES constant for the CertificateRequest message. ECDSA will now be an advertised type when ECDSA is available in JCE.
2018-05-14 Initial changes for JDK-8199569 JDK-8199569-branch
weijun [Mon, 14 May 2018 09:44:42 +0800] rev 56545
Initial changes for JDK-8199569
2018-05-13 start/beginHandshake and more post-handshake changes JDK-8145252-TLS13-branch
ascarpino [Sun, 13 May 2018 08:52:25 -0700] rev 56544
start/beginHandshake and more post-handshake changes
2018-05-11 Merge JDK-8145252-TLS13-branch
wetmore [Fri, 11 May 2018 16:07:27 -0700] rev 56543
Merge
2018-05-11 Initial TLSv1.3 Implementation JDK-8145252-TLS13-branch
wetmore [Fri, 11 May 2018 15:53:12 -0700] rev 56542
Initial TLSv1.3 Implementation
2018-05-11 Initial changes for JDK-8145252-TLS13-branch JDK-8145252-TLS13-branch
wetmore [Fri, 11 May 2018 14:55:56 -0700] rev 56541
Initial changes for JDK-8145252-TLS13-branch
2018-05-11 Refactor test handling with @requires epsilon-gc-branch
shade [Fri, 11 May 2018 18:33:36 +0200] rev 56540
Refactor test handling with @requires
2018-05-09 Merge http-client-branch
dfuchs [Wed, 09 May 2018 16:56:42 -0700] rev 56539
Merge
2018-05-09 http-client-branch: add a property to make it possible to limit the size of the HTTP/1.1 coonection pool http-client-branch
dfuchs [Wed, 09 May 2018 16:45:54 -0700] rev 56538
http-client-branch: add a property to make it possible to limit the size of the HTTP/1.1 coonection pool
2018-05-07 Merge http-client-branch
dfuchs [Mon, 07 May 2018 14:48:59 -0700] rev 56537
Merge
2018-05-07 Merge epsilon-gc-branch
shade [Mon, 07 May 2018 16:41:38 +0200] rev 56536
Merge
2018-05-06 Merge epsilon-gc-branch
shade [Sun, 06 May 2018 16:19:56 +0200] rev 56535
Merge
2018-05-04 Fix build with -epsilongc epsilon-gc-branch
shade [Fri, 04 May 2018 19:29:01 +0200] rev 56534
Fix build with -epsilongc
2018-05-04 Merge epsilon-gc-branch
shade [Fri, 04 May 2018 19:16:56 +0200] rev 56533
Merge
2018-05-04 Merge http-client-branch
dfuchs [Fri, 04 May 2018 17:28:03 +0100] rev 56532
Merge
2018-05-04 http-client-branch: connection shutdown should no cancel streams immediately if data is pending in the stream queue. http-client-branch
dfuchs [Fri, 04 May 2018 17:02:19 +0100] rev 56531
http-client-branch: connection shutdown should no cancel streams immediately if data is pending in the stream queue.
2018-05-04 http-client-branch: remove stray println http-client-branch
dfuchs [Fri, 04 May 2018 14:32:26 +0100] rev 56530
http-client-branch: remove stray println
2018-05-04 Fix for libsplashscreen. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 13:57:59 +0200] rev 56529
Fix for libsplashscreen.
2018-05-04 Fix jdk.accessibility. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 13:15:15 +0200] rev 56528
Fix jdk.accessibility.
2018-05-04 Try to fix libsplashscreen on mac. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 10:55:57 +0200] rev 56527
Try to fix libsplashscreen on mac.
2018-05-04 ... and missing _DIRS. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 10:09:27 +0200] rev 56526
... and missing _DIRS.
2018-05-04 Add missing -I. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 10:06:23 +0200] rev 56525
Add missing -I.
2018-05-03 Even more fixes. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 01:42:32 +0200] rev 56524
Even more fixes.
2018-05-03 Merge ihse-jdk-library-branch
ihse [Fri, 04 May 2018 01:35:03 +0200] rev 56523
Merge
2018-05-03 Fixes based on quick code review. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 01:31:12 +0200] rev 56522
Fixes based on quick code review.
2018-05-03 Cleaning up SRC and EXTRA_SRC. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 01:17:28 +0200] rev 56521
Cleaning up SRC and EXTRA_SRC.
2018-05-03 Rename FindHeaderDirForModule to GetJavaHeaderDir. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 00:52:25 +0200] rev 56520
Rename FindHeaderDirForModule to GetJavaHeaderDir.
2018-05-03 Process extra header dirs syntax. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 00:50:29 +0200] rev 56519
Process extra header dirs syntax.
2018-05-03 Even more cleaning up. ihse-jdk-library-branch
ihse [Fri, 04 May 2018 00:23:32 +0200] rev 56518
Even more cleaning up.
2018-05-03 Cleaning up src format. ihse-jdk-library-branch
ihse [Thu, 03 May 2018 23:33:28 +0200] rev 56517
Cleaning up src format.
2018-05-03 Fix Zero build failures epsilon-gc-branch
shade [Thu, 03 May 2018 22:30:08 +0200] rev 56516
Fix Zero build failures
2018-05-03 http-client-branch: SSLFlowDelegate - avoid wasted memory in SSL buffers, fix race condition if socket closed during handshake http-client-branch
dfuchs [Thu, 03 May 2018 18:32:32 +0100] rev 56515
http-client-branch: SSLFlowDelegate - avoid wasted memory in SSL buffers, fix race condition if socket closed during handshake
2018-05-03 http-client-branch: RST_STREAM should be handled immediately if received before HEADERS, and subscriber.onError() should be called if received after that. http-client-branch
dfuchs [Thu, 03 May 2018 18:29:46 +0100] rev 56514
http-client-branch: RST_STREAM should be handled immediately if received before HEADERS, and subscriber.onError() should be called if received after that.
2018-05-03 http-client-branch: Http2Connection should not try to send RST_STREAM if the channel is already closed http-client-branch
dfuchs [Thu, 03 May 2018 18:27:32 +0100] rev 56513
http-client-branch: Http2Connection should not try to send RST_STREAM if the channel is already closed
2018-05-03 Remove FindSrcDirsForLib. ihse-jdk-library-branch
ihse [Thu, 03 May 2018 14:46:44 +0200] rev 56512
Remove FindSrcDirsForLib.
2018-05-03 Introduce EXTRA_SRC and supply headers as dirs. ihse-jdk-library-branch
ihse [Thu, 03 May 2018 14:30:20 +0200] rev 56511
Introduce EXTRA_SRC and supply headers as dirs.
2018-05-03 Epsilon should use Elastic TLABs facility to control sizes epsilon-gc-branch
shade [Thu, 03 May 2018 11:59:58 +0200] rev 56510
Epsilon should use Elastic TLABs facility to control sizes
2018-05-03 Fix gc/epsilon/TestMemoryMXBeans failures after the merge epsilon-gc-branch
shade [Thu, 03 May 2018 10:02:32 +0200] rev 56509
Fix gc/epsilon/TestMemoryMXBeans failures after the merge
2018-05-03 Merge epsilon-gc-branch
shade [Thu, 03 May 2018 09:43:47 +0200] rev 56508
Merge
2018-05-02 http-client-branch: Merge with default http-client-branch
chegar [Wed, 02 May 2018 15:47:57 +0100] rev 56507
http-client-branch: Merge with default
2018-05-02 http-client-branch: review comment - remove tailing whitespace and long lines http-client-branch
chegar [Wed, 02 May 2018 10:35:33 +0100] rev 56506
http-client-branch: review comment - remove tailing whitespace and long lines
2018-05-01 8193356: HttpClient should create a new connection after available stream ids are used up. http-client-branch
michaelm [Tue, 01 May 2018 22:37:29 +0100] rev 56505
8193356: HttpClient should create a new connection after available stream ids are used up. Reviewed-by: chegar, dfuchs
(0) -30000 -10000 -3000 -1000 -112 +112 +1000 tip