Sign in
chromium
/
chromium
/
src
/
d1c52c20e03e58508a7539829d64791a8ee134f6
/
net
/
quic
/
crypto
e3a795e
Remove Windows Vista/XP specific code from net/quic.
by martijn
· 9 years ago
1401f0a
Landing Recent QUIC changes until 5/14/2016 02:25:25 UTC
by danzh
· 9 years ago
4dac7f0
Fix implicit access to raw pointer of scoped_refptr.
by scheib
· 9 years ago
16fe57a
gfe-relnote: Add new QUIC helper methods to wrap strings::b2a_hex and a2b_hex. Move BinaryToAscii from quic_client_bin to QuicUtils. All to ease Chromium merges. No behavior change.
by rch
· 9 years ago
3903514d
QUIC - minor debugging logic to see why SCT verification is failing when
by rtenneti
· 9 years ago
c2f70a5
Landing Recent QUIC changes until 5/2/2016 6:15UTC
by alyssar
· 9 years ago
f88b3c7
Landing Recent QUIC changes until 4/22/2016 14:55 UTC
by rjshade
· 9 years ago
012834cf
QUIC: support diversified keys with version 33.
by rch
· 9 years ago
3df6ff1
Rename _openssl files in net/quic/
by svaldez
· 9 years ago
16c74d1d
Landing Recent QUIC changes until 4/15/2016 17:20 UTC
by rch
· 9 years ago
2135be5
This removes most of the NSS files and both the use_openssl build argument and
by svaldez
· 9 years ago
ad1777e
Change scoped_ptr to std::unique_ptr in //net/quic.
by danakj
· 9 years ago
6a31ee3
Landing Recent QUIC changes until 4/8/2016 17:17 UTC
by zhongyi
· 9 years ago
c2efc6d
Landing Recent QUIC changes until 4/1/2016 21:01:21 UTC
by rch
· 9 years ago
75a8755
Remove the non-RFC 7539 variants of ChaCha20Poly1305 crypters in QUIC
by rch
· 9 years ago
954bb547
Provide valid port on HPKP reports for QUIC connections
by elawrence
· 9 years ago
614a92d3
[QUIC] Remove using from headers and make git cl lint happy.
by bnc
· 9 years ago
78ec06a
Landing Recent QUIC changes until 3/28/2016 18:39 UTC
by jri
· 9 years ago
f2bd55c5
Landing Recent QUIC changes until 3/18/2016 23:30 UTC
by jokulik
· 9 years ago
bf0d713a
Add more out of line copy ctors for complex classes.
by vmpstr
· 9 years ago
61de368
QUIC - Persist "Hash of the CHLO message" and "Signed timestamp of the
by rtenneti
· 9 years ago
f57804c
Landing Recent QUIC changes until 2016-03-15 16:26 UTC
by fnk
· 9 years ago
28f6469d
Add QUIC 31 in which the server's proof covers both the static server config as well as a hash of the client hello.
by rch
· 9 years ago
d069aaee
Landing Recent QUIC changes until 2016-03-07 19:39 UTC
by rjshade
· 9 years ago
9c97a36
Switch SignatureVerifier to taking an algorithm enum.
by davidben
· 9 years ago
b815f03
Create a new data structure QuicCompressedCertsCache for caching certs. The default cache size is 225 per server side suggest.
by zhongyi
· 10 years ago
062b552
Landing Recent QUIC changes until 2/19/2016 23:51:43 UTC
by ckrasic
· 10 years ago
0fc8d078
Add Expect CT policy that gets checked on all certs
by estark
· 10 years ago
0dcd785c
Landing Recent QUIC changes until 2/12/2016 21:32 UTC
by rtenneti
· 10 years ago
723b5eeb
Add information to SSLInfo about CT EV policy compliance
by estark
· 10 years ago
cc5402d
Migrate part of the quic code to net::IPAddress.
by martijn
· 10 years ago
a64c1a9
Landing Recent QUIC changes until 2/7/2016 10:04 UTC
by fayang
· 10 years ago
55a807c
QUIC - minor cleanup changes to keep code in sync with the internal source.
by rtenneti
· 10 years ago
f85706db
Landing Recent QUIC changes until 01/28/2016 18:41 UTC
by rtenneti
· 10 years ago
9f41c0a
Landing Recent QUIC changes until 01/26/2016 18:14 UTC
by rtenneti
· 10 years ago
c533399b
Landing Recent QUIC changes until 01/23/2016 00:42 UTC
by jri
· 10 years ago
98acb9b
Change IPEndpoint::address() to return a net::IPAddress
by martijn
· 10 years ago
d372eb96
Revert "Revert of CT Verify test utilities change - Moved the following common functions (patchset #1 id:1 of https://codereview.chromium.org/1498983004/ )"
by eranm
· 10 years ago
caec424
Landing Recent QUIC changes since Sat Jan 16 03:19:36 2016 +0000
by rch
· 10 years ago
8a208fc
Remove unnecessary ERR_CHANNEL_ID_IMPORT_FAILED codepath.
by davidben
· 10 years ago
7a4a7fd
net: move more functions out of net_util.h
by tfarina
· 10 years ago
6f9b3d8
Rename CertPolicyEnforcer to CTPolicyEnforcer
by estark
· 10 years ago
4a9d27b
Landing Recent QUIC changes until 1/8/2015 23:22 UTC
by zhongyi
· 10 years ago
c971baf9
Landing Recent QUIC changes until 12/30/2015 21:25:57 UTC
by jokulik
· 10 years ago
a31a74b
Landing Recent QUIC changes until 12/18/2015 13:57 UTC
by fayang
· 10 years ago
9b6f4293
Switch to standard integer types in base/.
by avi
· 10 years ago
c7eeda42
Convert Pass()→std::move() in //net
by dcheng
· 10 years ago
dd4f1bd7
QUIC - added histograms to measure time for proof verification. This is
by rtenneti
· 10 years ago
5ba7993
Only use RFC 7539 ChaCha20-Poly1305 when it is supported. Add IsSupported() methods to the associated Encrypter and Decrypter and consult these when offering to support RFC 7539 in the crypto configs.
by rch
· 10 years ago
13fc893
Switch to standard integer types in net/.
by Avi Drissman
· 10 years ago
d5ced07
Ran clang-format on all .h/.cc files in net/quic. No behavior change.
by rjshade
· 10 years ago
9bd5058
Implement in-place encryption in QUIC.
by ianswett
· 10 years ago
968db6a
Revert of Implement in-place encryption in QUIC. (patchset #3 id:40001 of https://codereview.chromium.org/1532593002/ )
by ianswett
· 10 years ago
cdc6661
Implement in-place encryption in QUIC.
by ianswett
· 10 years ago
3285d93a
Add path_id to QuicAckFrame and QuicStopWaitingFrame structs (Wire format does not change yet).
by jri
· 10 years ago
0921cbbc
Add a new histogram to track the reject reasons leading to too many rejects
by rch
· 10 years ago
13cb74d
Revert of CT Verify test utilities change - Moved the following common functions (patchset #1 id:1 of https://codereview.chromium.org/1498983004/ )
by rtenneti
· 10 years ago
d0a2c17a
Requiring QUIC clients send kFIXD tag protected by FLAGS_quic_require_fix.
by rch
· 10 years ago
6486d0d
CT Verify test utilities change - Moved the following common functions
by rtenneti
· 10 years ago
6bb0c45
QUIC flags cleanup, remove deprecated flags to keep consistent with internal codebase.
by zhongyi
· 10 years ago
94e52bc
Prevent QUIC streams from writing data when encryption is not established.
by rch
· 10 years ago
b867702
Landing Recent QUIC changes until and including Mon Nov 23 17:03:24.
by zhongyi
· 10 years ago
f9fedaed
relnote: remove IsSupported method from the QUIC ChaCha20
by rch
· 10 years ago
74c9f594
QUIC - minor cleanup. Use scoped_ptr. Added a copy constructor for
by rtenneti
· 10 years ago
5f8b6bc
Switch //net from vector_as_array to vector::data.
by davidben
· 10 years ago
052774e
QUIC - Code to verify SCT tag with certificate transparency verifier
by rtenneti
· 10 years ago
2ee2752
QUIC - minor cleanup of duplicated code in ProofVerifierChromiumTest.
by rtenneti
· 10 years ago
0917ec4
Use std::default_delete as the default deleter for scoped_ptr.
by dcheng
· 10 years ago
952ee79
Roll src/third_party/boringssl/src d7421ebf6..3ac32b1ed
by davidben
· 10 years ago
c86dbfa
Landing Recent QUIC changes until 2015-11-09 20:32 UTC
by rjshade
· 10 years ago
67b75314
Switch QUIC to calling EVP_aead_chacha20_poly1305_old.
by davidben
· 10 years ago
ac06c2f
QUIC - delete #ifdef USE_OPENSSL in unittests.
by rtenneti
· 10 years ago
99b644c
Landing Recent QUIC changes until: Fri Oct 30 22:23:58 2015 +0000
by rch
· 10 years ago
ea295fe
Landing Recent QUIC changes until 9:17 AM, Oct 26 2015 UTC-7
by ckrasic
· 10 years ago
349f38f
QUIC - deleted #include of base/profiler/scoped_tracker.h
by rtenneti
· 10 years ago
123efcc
QUIC - remove ScopedTracker related code.
by rtenneti
· 10 years ago
1fe2eeb
Remove insecure QUIC support
by rch
· 10 years ago
c39b80f
Landing Recent QUIC changes until 10/14/2015 20:20 UTC
by alyssar
· 10 years ago
5ca6eee
Landing Recent QUIC changes until 9/30/2015 20:43 UTC.
by rtenneti
· 10 years ago
a16b95b
net: Replace COMPILE_ASSERT with static_assert.
by tfarina
· 10 years ago
159828f
Landing Recent QUIC changes until 9/23/2015 19:17 UTC.
by rtenneti
· 10 years ago
73144d1
net: Move IPAddressAttributes enum out of net_util.h.
by tfarina
· 10 years ago
f5e4592
QUIC - Implementation of PropertiesBasedQuicServerInfo class which is
by rtenneti
· 10 years ago
6cacd57
Unwind all the code to account for old system NSS's.
by davidben
· 10 years ago
c92bc49
Landing Recent QUIC changes until 9/14/2015 19:47 UTC
by zhongyi
· 10 years ago
144dce1
Cleanup: Pass std::string as const reference from net/
by ki.stfu
· 10 years ago
4efd55dd
Landing Recent QUIC changes until 9/11/2015 02:59 UTC.
by rtenneti
· 10 years ago
33106d1c
Landing Recent QUIC changes until 9/2/2015 17:00 UTC.
by rtenneti
· 10 years ago
36aa8be
Move Singleton and related structs to namespace base
by olli.raula
· 10 years ago
9f6d72e
Implement an openssl version of a QUIC ProofSource.
by rch
· 10 years ago
a004d33
Landing Recent QUIC changes until 8/24/2015 18:33 UTC.
by rtenneti
· 10 years ago
48f371c68
Landing Recent QUIC changes until 8/19/2015 17:00 UTC.
by rtenneti
· 10 years ago
f8a6a21
relnote: QUIC - Added 'TLPR' connection option to run a finch based
by rtenneti
· 10 years ago
b250abc
relnote: QUIC - Added 'FRTT' connection option to run a finch based
by rtenneti
· 10 years ago
533c27b
Add a info flag set when certs fails to conform to the CT policy.
by haavardm
· 10 years ago
44f4a2e
Landing Recent QUIC changes until 8/4/2015 20:30 UTC.
by rtenneti
· 10 years ago
9541f863
Use the CT policy enforcer for QUIC, if specified.
by rsleevi
· 10 years ago
1a66df7
Build and send HPKP violation reports
by estark
· 10 years ago
0b073d0
Landing Recent QUIC changes until 7/27/2015 18:48 UTC.
by rtenneti
· 10 years ago
581b6ae8
Landing Recent QUIC changes until 7/16/2015 14:26 UTC.
by rtenneti
· 10 years ago
Next »