wetmore [Mon, 04 Jun 2018 14:59:53 -0700] rev 56664
Merge
xuelei [Mon, 04 Jun 2018 04:08:12 +0000] rev 56663
Merge
xuelei [Mon, 04 Jun 2018 03:28:08 +0000] rev 56662
missing newline at end of HKDF.java
xuelei [Sun, 03 Jun 2018 19:43:10 -0700] rev 56661
pre_shared_key extensio code cleanup, and a test update
xuelei [Sat, 02 Jun 2018 21:23:02 -0700] rev 56660
key and iv implementation update, and two tests correction
xuelei [Sat, 02 Jun 2018 07:50:25 -0700] rev 56659
issue with named group checking in KeyShareExtension
xuelei [Sat, 02 Jun 2018 07:24:25 -0700] rev 56658
check keys as well of a credential or possession
xuelei [Fri, 01 Jun 2018 13:23:11 -0700] rev 56657
fix line wrap and redundancy call
apetcher [Fri, 01 Jun 2018 15:37:07 -0400] rev 56656
Enabling TLS 1.3 in HTTP client defaults
wetmore [Fri, 01 Jun 2018 11:51:38 -0700] rev 56655
Merge
chegar [Fri, 01 Jun 2018 18:10:56 +0100] rev 56654
http-client-branch: move immutable flow to an impl note
chegar [Fri, 01 Jun 2018 17:15:58 +0100] rev 56653
http-client-branch: fix javadoc examples in BodySubscribers
chegar [Fri, 01 Jun 2018 16:43:54 +0100] rev 56652
http-client-branch: fix bug in property value reading
jnimeh [Fri, 01 Jun 2018 08:35:59 -0700] rev 56651
Address TLS 1.3 rollup comments in HKDF, CertificateStatus and CertStatusExtension
Summary: Address TLS 1.3 rollup comments in HKDF, CertificateStatus and CertStatusExtension
ascarpino [Fri, 01 Jun 2018 08:11:45 -0700] rev 56650
Prevent SSLEngineKeyLimit from hanging
apetcher [Fri, 01 Jun 2018 10:07:24 -0400] rev 56649
minor fix to SSLEngine result status when input buffer is empty
wetmore [Thu, 31 May 2018 17:40:21 -0700] rev 56648
Fixed: No newline at end of file
wetmore [Thu, 31 May 2018 17:38:42 -0700] rev 56647
Merge
xuelei [Thu, 31 May 2018 15:37:31 -0700] rev 56646
integer overflow, remove ununsed code and comments
wetmore [Thu, 31 May 2018 13:39:26 -0700] rev 56645
Merge
dfuchs [Thu, 31 May 2018 17:18:56 +0100] rev 56644
Merge
dfuchs [Thu, 31 May 2018 17:13:07 +0100] rev 56643
http-client-branch: HttpClient throws IOException when receiving 401/407 with no WWW-Authenticate/Proxy-Authenticate header
8203882: HttpClient throws IOException when receiving 401/407 with no WWW-Authenticate/Proxy-Authenticate header
Reviewed-by: chegar
shade [Thu, 31 May 2018 15:44:47 +0200] rev 56642
Print heap steps more verbosely, but also less frequently
shade [Thu, 31 May 2018 15:43:02 +0200] rev 56641
Multiple threads should print/update counters once
shade [Thu, 31 May 2018 14:50:56 +0200] rev 56640
Merge
prappo [Thu, 31 May 2018 13:55:51 +0100] rev 56639
http-client-branch: review comment - HPACK misc. improvements (2)
weijun [Thu, 31 May 2018 11:50:33 +0800] rev 56638
safe copy functions
jnimeh [Wed, 30 May 2018 11:36:46 -0700] rev 56637
Add bounds check for output length in HKDF expand operation
Summary: Make the HKDF expand operation conform to the specification by limiting the allowed output length.