summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* net: fix crash when failing to import a client-side cert into NSS.agl@chromium.org2011-09-272-17/+41
* Fallback from platform client auth to NSS client auth.mattm@chromium.org2011-09-272-55/+74
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-234-4/+4
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-224-4/+4
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-224-4/+4
* Add a gyp flag to enable dcheck by default in release withoutnsylvain@chromium.org2011-09-201-2/+17
* net: support side-pinning of public keys.agl@chromium.org2011-09-202-0/+58
* Revert r98279 partially to disable the STATE_LOAD_SSL_HOST_INFO statewtc@chromium.org2011-09-031-2/+2
* Update SSLClientSocketNSS::ClientAuthHandler now thatmattm@chromium.org2011-09-021-5/+2
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-023-5/+5
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-023-5/+5
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-023-5/+5
* Fix deleting a CERTCertificate object.mattm@chromium.org2011-09-011-2/+3
* Always enable the STATE_LOAD_SSL_HOST_INFO state to verify the crash fixwtc@chromium.org2011-08-251-6/+4
* Reland r97821. DiskCacheBasedSSLHostInfo needs to be declared withwtc@chromium.org2011-08-241-1/+2
* Remove DisableOCSP().sergeyu@chromium.org2011-08-232-10/+6
* Changes SSLClientSocketNSS::ClientAuthHandler to handle the origin-bound cert...rkn@chromium.org2011-08-192-11/+161
* Send only one byte of data in the first CBC encrypted aplication datawtc@chromium.org2011-08-181-1/+1
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-171-8/+0
* SSLServerSocketTest.DataTransfer should keep reading until it has readwtc@chromium.org2011-08-171-21/+43
* Implement PPB_Flash_TCPSocket.InitiateSSL.yzshen@chromium.org2011-08-162-0/+40
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-1223-54/+59
* Revert "net: Precede each CBC encrypted application data record with an empty...agl@chromium.org2011-08-091-1/+1
* base: Remove using declaration of MD5Digest now that hunspell was fixed.tfarina@chromium.org2011-08-081-2/+2
* HostResolver: don't interpret NULL callback argument as a request to do synch...agayev@chromium.org2011-08-041-4/+13
* Return the constructed certificate chain in X509Certificate::Verify()rsleevi@chromium.org2011-07-304-5/+6
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-283-2/+9
* Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ...agayev@chromium.org2011-07-283-9/+2
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-283-2/+9
* Add net::ERR_BAD_PEER_PUBLIC_KEY, and map several NSS error codeswtc@chromium.org2011-07-271-0/+13
* net: allow SSL secrets to be exported sooner.agl@chromium.org2011-07-262-4/+2
* Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces.wez@chromium.org2011-07-2316-7/+165
* Fix instability in SSL client/server socketssergeyu@chromium.org2011-07-213-20/+61
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-2122-105/+126
* Revert r92977 partially to fix a certificate verification regressionwtc@chromium.org2011-07-212-12/+45
* Adds command-line switch for TLS origin bound certificate extension.rkn@chromium.org2011-07-202-1/+3
* Don't use X509Certificate in SSLConfig.sergeyu@chromium.org2011-07-203-11/+25
* some cleanup for base/stl_utildilmah@chromium.org2011-07-193-3/+3
* Changed SPDY's ip connection pooling logic to only add the used IP,rtenneti@chromium.org2011-07-191-4/+13
* Implementation of server socket for websockets protocol.dilmah@chromium.org2011-07-195-7/+1571
* Revert "Implementation of server socket for websockets protocol."dilmah@chromium.org2011-07-195-1565/+7
* Implementation of server socket for websockets protocol.dilmah@chromium.org2011-07-195-7/+1565
* Cache the underlying OS certificate handle within the X509CertificateCache, r...rsleevi@chromium.org2011-07-194-57/+19
* mark TransportClientSocketPoolTest.BackupSocketFailAfterStall flaky on linux ...tim@chromium.org2011-07-191-2/+2
* DatagramSocket: added NetLog accessor.agayev@chromium.org2011-07-182-3/+12
* Add client-side support for the origin bound certificate TLS extension.rkn@chromium.org2011-07-141-0/+6
* Fix a few places using OS_MAC instead of OS_MACOSX to disable flaky/failing t...rsleevi@chromium.org2011-07-141-1/+1
* Mark TransportClientSocketPoolTest.BackupSocketFailAfterStall flaky on ChromeOSrsleevi@chromium.org2011-07-141-2/+3
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-129-18/+29
* Update the PreconnectWithBackupTimer and PreconnectWithBackupTimerwtc@chromium.org2011-07-121-8/+9