2018-05-24 jnimeh TLS 1.3 support in OCSP stapling jtreg tests JDK-8145252-TLS13-branch
2018-05-24 xuelei Use DiffieHellman rather than the DH alias JDK-8145252-TLS13-branch
2018-05-24 michaelm http-client-branch: Fix for new MaxStreams.java test http-client-branch
2018-05-24 xuelei remove TODO tags if no need any more JDK-8145252-TLS13-branch
2018-05-24 dfuchs Merge http-client-branch
2018-05-24 dfuchs http-client-branch: HttpClient HTTP/1.1 could be more lenient and accept LF as well as CRLF as header separator. http-client-branch
2018-05-23 xuelei mismatching sign_alg and sign_alg_cert JDK-8145252-TLS13-branch
2018-05-23 wetmore Merge JDK-8145252-TLS13-branch
2018-05-23 michaelm 8196389: Should HttpClient support SETTINGS_MAX_CONCURRENT_STREAMS from the server http-client-branch
2018-05-23 shade TestElasticTLABDecay is misconfigured epsilon-gc-branch
2018-05-21 shade Last stylistic touchups epsilon-gc-branch
2018-05-23 jjiang sun/net/www/protocol/https/HttpsURLConnection/ReadTimeout.java adapts to new exception hierarchy JDK-8145252-TLS13-branch
2018-05-23 xuelei close issues introduced in TLS 1.3 implementation JDK-8145252-TLS13-branch
2018-05-22 wetmore Merge JDK-8145252-TLS13-branch
2018-05-22 wetmore Merge JDK-8145252-TLS13-branch
2018-05-22 apetcher Setting X25519/X448 to TLS 1.3 only JDK-8171279-XDH-TLS-branch
2018-05-22 apetcher merge JDK-8171279-XDH-TLS-branch
2018-05-22 apetcher Initial working XDH support in TLS. I should try to refactor the code a bit. JDK-8171279-XDH-TLS-branch
2018-05-22 jjiang com/sun/jndi/ldap/DeadSSLLdapTimeoutTest.java adapts to new exception hierarchy JDK-8145252-TLS13-branch
2018-05-22 jjiang Re-generate certificates for javax/net/ssl/templates/SSLSocketTemplate.java JDK-8145252-TLS13-branch
2018-05-22 xuelei RSA key is too short to support TLS 1.3 JDK-8145252-TLS13-branch
2018-05-21 xuelei No more renegotiation in TLS 1.3 JDK-8145252-TLS13-branch
2018-05-21 xuelei Use default signature algorithms for TLS 1.2 JDK-8145252-TLS13-branch
2018-05-21 apetcher initial commit for JDK-8171279-XDH-TLS-branch JDK-8171279-XDH-TLS-branch
2018-05-21 shade Fix build failure epsilon-gc-branch
2018-05-21 shade Formatting and renames epsilon-gc-branch
2018-05-21 shade Fix 32-bit builds epsilon-gc-branch
2018-05-21 jjiang sun/security/ssl/AppOutputStream/NoExceptionOnClose.java changes the expected exception JDK-8145252-TLS13-branch
2018-05-20 shade Merge epsilon-gc-branch
2018-05-20 shade Elastic TLAB machinery should handle decays epsilon-gc-branch
2018-05-19 shade Serviceability support for Epsilon epsilon-gc-branch
2018-05-20 xuelei The expected exception may be not thrown in order JDK-8145252-TLS13-branch
2018-05-20 weijun Use SEC_WHCAR* as gss_name_t JDK-8199569-branch
2018-05-19 ascarpino DTLS fix for proper closing JDK-8145252-TLS13-branch
2018-05-18 dfuchs http-client-branch: improve test stability by allowing retry on java.net.ConnectException http-client-branch
2018-05-17 xuelei TLS 1.3, update on SSLSocketImpl.checkEOF() JDK-8145252-TLS13-branch
2018-05-17 xuelei improper certificates in SSLSocketTemplate.java JDK-8145252-TLS13-branch
2018-05-17 ssahoo jdk/testlibrary/testkeys upgraded to use RSA_4096 key JDK-8145252-TLS13-branch
2018-05-17 xuelei TLS 1.3, incorrect encode of NewSessionTicket for empty extension JDK-8145252-TLS13-branch
2018-05-17 xuelei TLS 1.3, correct a serious ALPN impl typo JDK-8145252-TLS13-branch
2018-05-17 xuelei TLS 1.3, check alpn respond value JDK-8145252-TLS13-branch
2018-05-16 xuelei TLS 1.3, OpenSSL interop issue, a missed update JDK-8145252-TLS13-branch
2018-05-16 xuelei TLS 1.3, OpenSSL interop issues JDK-8145252-TLS13-branch
2018-05-16 wetmore Merge JDK-8145252-TLS13-branch
2018-05-16 weijun Negotiate seems to be working JDK-8199569-branch
2018-05-16 ascarpino Use PostHandshakeContext for New Session Ticket when approriate JDK-8145252-TLS13-branch
2018-05-15 xuelei test correction, reject renegotiation applies to TLS 1.2 and prior versions only JDK-8145252-TLS13-branch
2018-05-15 xuelei rollbak behavior changes of extended secret extension JDK-8145252-TLS13-branch
2018-05-15 apetcher minor session management improvements to try to address some bugs JDK-8145252-TLS13-branch
2018-05-15 wetmore Corrected copyright JDK-8145252-TLS13-branch
2018-05-15 chegar http-client-branch: additional tests for header case-insensitivity http-client-branch
2018-05-15 weijun code style, functions rearrangement JDK-8199569-branch
2018-05-15 weijun inline GenClientContext, macro redefition, new functions JDK-8199569-branch
2018-05-14 weijun no more warning JDK-8199569-branch
2018-05-14 weijun First working version JDK-8199569-branch
2018-05-14 weijun sequence number fix JDK-8199569-branch
2018-05-14 weijun Use VS2017 JDK-8199569-branch
2018-05-14 valeriep Merge JDK-8145252-TLS13-branch
2018-05-14 valeriep Undo the interim RSASSA-PSS changes in SignedObject class JDK-8145252-TLS13-branch
2018-05-14 ihse Merge ihse-jdk-library-branch
2018-05-14 jnimeh Fix improper ordering for default certificate type field in CertificateRequest JDK-8145252-TLS13-branch
2018-05-14 weijun Initial changes for JDK-8199569 JDK-8199569-branch
2018-05-13 ascarpino start/beginHandshake and more post-handshake changes JDK-8145252-TLS13-branch
2018-05-11 wetmore Merge JDK-8145252-TLS13-branch
2018-05-11 wetmore Initial TLSv1.3 Implementation JDK-8145252-TLS13-branch
2018-05-11 wetmore Initial changes for JDK-8145252-TLS13-branch JDK-8145252-TLS13-branch
2018-05-11 shade Refactor test handling with @requires epsilon-gc-branch
2018-05-09 dfuchs Merge http-client-branch
2018-05-09 dfuchs http-client-branch: add a property to make it possible to limit the size of the HTTP/1.1 coonection pool http-client-branch
2018-05-07 dfuchs Merge http-client-branch
2018-05-07 shade Merge epsilon-gc-branch
2018-05-06 shade Merge epsilon-gc-branch
2018-05-04 shade Fix build with -epsilongc epsilon-gc-branch
2018-05-04 shade Merge epsilon-gc-branch
2018-05-04 dfuchs Merge http-client-branch
2018-05-04 dfuchs http-client-branch: connection shutdown should no cancel streams immediately if data is pending in the stream queue. http-client-branch
2018-05-04 dfuchs http-client-branch: remove stray println http-client-branch
2018-05-04 ihse Fix for libsplashscreen. ihse-jdk-library-branch
2018-05-04 ihse Fix jdk.accessibility. ihse-jdk-library-branch
2018-05-04 ihse Try to fix libsplashscreen on mac. ihse-jdk-library-branch
2018-05-04 ihse ... and missing _DIRS. ihse-jdk-library-branch
2018-05-04 ihse Add missing -I. ihse-jdk-library-branch
2018-05-03 ihse Even more fixes. ihse-jdk-library-branch
2018-05-03 ihse Merge ihse-jdk-library-branch
2018-05-03 ihse Fixes based on quick code review. ihse-jdk-library-branch
2018-05-03 ihse Cleaning up SRC and EXTRA_SRC. ihse-jdk-library-branch
2018-05-03 ihse Rename FindHeaderDirForModule to GetJavaHeaderDir. ihse-jdk-library-branch
2018-05-03 ihse Process extra header dirs syntax. ihse-jdk-library-branch
2018-05-03 ihse Even more cleaning up. ihse-jdk-library-branch
2018-05-03 ihse Cleaning up src format. ihse-jdk-library-branch
2018-05-03 shade Fix Zero build failures epsilon-gc-branch
2018-05-03 dfuchs http-client-branch: SSLFlowDelegate - avoid wasted memory in SSL buffers, fix race condition if socket closed during handshake http-client-branch
2018-05-03 dfuchs 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
2018-05-03 dfuchs http-client-branch: Http2Connection should not try to send RST_STREAM if the channel is already closed http-client-branch
2018-05-03 ihse Remove FindSrcDirsForLib. ihse-jdk-library-branch
2018-05-03 ihse Introduce EXTRA_SRC and supply headers as dirs. ihse-jdk-library-branch
2018-05-03 shade Epsilon should use Elastic TLABs facility to control sizes epsilon-gc-branch
2018-05-03 shade Fix gc/epsilon/TestMemoryMXBeans failures after the merge epsilon-gc-branch
2018-05-03 shade Merge epsilon-gc-branch
2018-05-02 chegar http-client-branch: Merge with default http-client-branch
2018-05-02 chegar http-client-branch: review comment - remove tailing whitespace and long lines http-client-branch
2018-05-01 michaelm 8193356: HttpClient should create a new connection after available stream ids are used up. http-client-branch
2018-05-01 prappo http-client-branch: review comment - HPACK bytewise decoding http-client-branch
2018-05-01 dfuchs Merge http-client-branch
2018-05-01 dfuchs http-client-branch: avoid calling getApplicationBufferSize/getPacketBufferSize too often http-client-branch
2018-05-01 chegar http-client-branch: review comment - some minor comment rewording and cleanup http-client-branch
2018-05-01 chegar http-client-branch: review comment - update comment in Http2Connection http-client-branch
2018-04-30 dfuchs http-client-branch: tag tests that access real hosts on external networks as manual http-client-branch
2018-04-27 chegar http-client-branch: do not ignore setup exceptions when creating WS test server http-client-branch
2018-04-27 dfuchs Merge http-client-branch
2018-04-27 dfuchs http-client-branch: fix racy busy loop in graceful SSLEngine closure http-client-branch
2018-04-26 shade Enable LSM for Epsilon epsilon-gc-branch
2018-04-26 shade No need for hotspot_gc_epsilon, when there is run-test target epsilon-gc-branch
2018-04-26 shade Hook up Epsilon flags to a new VM facility epsilon-gc-branch
2018-04-26 shade Small bugfixes and improvements epsilon-gc-branch
2018-04-26 shade Remove UseNoGC alias epsilon-gc-branch
2018-04-26 shade No need for Epsilon in precompiled header epsilon-gc-branch
2018-04-26 shade Merge epsilon-gc-branch
2018-04-26 ihse Automatically set -I<gensrc>/$module. ihse-jdk-library-branch
2018-04-26 chegar http-client-branch: set NO_PROXY in RetryWithCookie http-client-branch
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 tip