summaryrefslogtreecommitdiffstats
path: root/net/ssl
Commit message (Expand)AuthorAgeFilesLines
* Clean up a few unused globals.thakis@chromium.org2013-09-251-1/+0
* net: disable TLS False Start.agl@chromium.org2013-09-241-1/+1
* net: add ChaCha20+Poly1305 support to libssl.agl@chromium.org2013-09-171-2/+5
* Revert 219882 "Turn off TLS 1.2 to work around the TLS 1.2 clien..."wtc@chromium.org2013-08-291-2/+4
* Turn off TLS 1.2 to work around the TLS 1.2 client authenticationwtc@chromium.org2013-08-281-4/+2
* Stop using SequencedWorkerPool in tests in net/rsleevi@chromium.org2013-08-221-34/+39
* Add a method to get, but not create, the domain bound cert for a given domain.juanlang@google.com2013-08-143-105/+433
* Fix leak of sequenced worker pool in unit tests when service_ is replaced.juanlang@google.com2013-08-121-1/+7
* Properly handle asynchronous lookups from the ServerBoundCertStore.juanlang@google.com2013-08-083-15/+22
* Remove requested types from the server bound cert service: it onlyjuanlang@google.com2013-08-078-458/+309
* Add a CertVerifier flag to enable hard fail for local (non-public) trust anch...rsleevi@chromium.org2013-07-302-3/+15
* Use a direct include of the message_loop header in net/, part 3.avi@chromium.org2013-07-183-3/+3
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* Use a direct include of time headers in net/, part 3.avi@chromium.org2013-06-283-3/+3
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-1/+1
* Revert 207759 "Disable TLS 1.2 if USE_OPENSSL is defined (such a..."wtc@chromium.org2013-06-241-3/+3
* Revert "Revert 207759 "Disable TLS 1.2 if USE_OPENSSL is defined (such a...""...senorblanco@chromium.org2013-06-231-3/+3
* Revert 207759 "Disable TLS 1.2 if USE_OPENSSL is defined (such a..."wtc@chromium.org2013-06-221-3/+3
* Disable TLS 1.2 if USE_OPENSSL is defined (such as on Android) towtc@chromium.org2013-06-211-3/+3
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-132-15/+14
* Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-131-5/+5
* net: add a new message for AEAD ciphers.agl@chromium.org2013-06-123-63/+80
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-2/+2
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* net: update cipher suite names tables.agl@chromium.org2013-06-062-238/+198
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-016-22/+22
* Implement TLS 1.2.wtc@chromium.org2013-05-301-2/+4
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-232-15/+15
* ChannelID-less Connections in Chrome should be more granular.mef@chromium.org2013-05-171-1/+1
* ServerBoundCertService: use different certs for subdomains of "private regist...mattm@chromium.org2013-05-152-5/+6
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-141-1/+2
* Revert 199771 "Add support for split Public Suffix List distinct..."nyquist@chromium.org2013-05-131-2/+1
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-131-1/+2
* Gracefully handle requests for server bound certs on taskrunner shutdownrsleevi@chromium.org2013-05-092-17/+53
* Clarify that ClientCertStoreImpl::SelectClientCerts is testing-onlyrsleevi@chromium.org2013-04-305-44/+59
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-302-2/+2
* ServerBoundCertService::GetDomainBoundCert should take a host string, not an ...mattm@chromium.org2013-04-293-47/+47
* Fix client certificate authentication on Mac and Linux introduced in r178732rsleevi@chromium.org2013-04-253-21/+144
* Do not roll back to SSL 3.0 for Google properties.thaidn@google.com2013-04-193-2/+17
* net: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-131-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+10
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-10/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+10
* [Android] Fix remaining linker errors for components buildyfriedman@chromium.org2013-04-031-1/+1
* net: move openssl_client_key_store from net/base to net/sslphajdan.jr@chromium.org2013-04-023-0/+421
* Don't expire certs used as channel IDs.thaidn@google.com2013-04-023-53/+37
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-2915-21/+21
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-281-1/+1
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-1431-0/+5178