| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a few unused functions. | thakis@chromium.org | 2011-08-02 | 1 | -10/+0 |
* | Return the constructed certificate chain in X509Certificate::Verify() | rsleevi@chromium.org | 2011-07-30 | 8 | -6/+229 |
* | On Mac, compare certificate host names according to RFC6125. | rsleevi@chromium.org | 2011-07-30 | 2 | -93/+27 |
* | Fix an edge case where certificate intermediates are missing on Windows | rsleevi@chromium.org | 2011-07-30 | 1 | -7/+3 |
* | Change CanGetCookies signature, add CookieList as parameters in order to remo... | ycxiao@chromium.org | 2011-07-29 | 1 | -2/+1 |
* | Provides in memory and persistent storage for origin bound certificates, whic... | rkn@chromium.org | 2011-07-29 | 7 | -25/+536 |
* | Revert 94553 - Provides in memory and persistent storage for origin bound cer... | sergeyu@chromium.org | 2011-07-28 | 7 | -532/+25 |
* | Provides in memory and persistent storage for origin bound certificates, whic... | rkn@chromium.org | 2011-07-28 | 7 | -25/+532 |
* | HostResolverImpl: don't interpret NULL callback argument as a request to do s... | agayev@chromium.org | 2011-07-28 | 6 | -146/+82 |
* | Relanding 94539 - Move MockHostResolver to net_test_support | agayev@chromium.org | 2011-07-28 | 1 | -5/+4 |
* | Revert 94539 - Move MockHostResolver to net_test_support | agayev@chromium.org | 2011-07-28 | 1 | -4/+5 |
* | Move MockHostResolver to net_test_support | agayev@chromium.org | 2011-07-28 | 1 | -5/+4 |
* | Improve logging of webRequest API in NetLog | battre@chromium.org | 2011-07-28 | 1 | -0/+39 |
* | Miscellaneous cleanups. | wtc@chromium.org | 2011-07-28 | 1 | -2/+1 |
* | Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ... | agayev@chromium.org | 2011-07-28 | 6 | -82/+146 |
* | HostResolverImpl: don't interpret NULL callback argument as a request to do s... | agayev@chromium.org | 2011-07-28 | 6 | -146/+82 |
* | Test SIN6_LEN instead of OS_MACOSX to determine if sockaddr_in* | wtc@chromium.org | 2011-07-27 | 1 | -2/+2 |
* | Add net::ERR_BAD_PEER_PUBLIC_KEY, and map several NSS error codes | wtc@chromium.org | 2011-07-27 | 1 | -0/+3 |
* | Remove ChromeNetLog depenency from content/browser/debugger | dpranke@chromium.org | 2011-07-27 | 4 | -5/+82 |
* | Revert 94196 (broke win shared build) - Remove ChromeNetLog dependency from c... | willchan@chromium.org | 2011-07-26 | 4 | -82/+5 |
* | Remove ChromeNetLog dependency from content/browser/debugger. | dpranke@chromium.org | 2011-07-26 | 4 | -5/+82 |
* | Remove explicit keyword from multi-argument (w/o default values) constructors | dilmah@chromium.org | 2011-07-26 | 1 | -3/+2 |
* | net: add crypto.is and simon.butcher.name to HSTS preloaded list. | agl@chromium.org | 2011-07-26 | 2 | -0/+16 |
* | Revert the following change in r93346: | wtc@chromium.org | 2011-07-26 | 1 | -3/+2 |
* | Update the url_request_http_job according to the asynchronous CookieMonster API. | ycxiao@chromium.org | 2011-07-25 | 2 | -0/+248 |
* | Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces. | wez@chromium.org | 2011-07-23 | 1 | -0/+3 |
* | File reorganization: move AsyncHostResolver files to net/dns. | agayev@chromium.org | 2011-07-22 | 16 | -2943/+76 |
* | AsyncHostResolver: integrated HostCache, temporarily, until we have RR cache. | agayev@chromium.org | 2011-07-21 | 10 | -65/+145 |
* | AsyncHostResolver: destruct pending requests to avoid memory leak. | agayev@chromium.org | 2011-07-21 | 1 | -3/+8 |
* | Implemented AsyncHostResolver -- asynchronous HostResolver! | agayev@chromium.org | 2011-07-21 | 10 | -211/+1517 |
* | Adjust a LOG(WARNING) message to be less verbose, so that only | wtc@chromium.org | 2011-07-21 | 1 | -3/+5 |
* | Revert r92977 partially to fix a certificate verification regression | wtc@chromium.org | 2011-07-21 | 3 | -5/+59 |
* | Revert 93313 - Implemented AsyncHostResolver -- asynchronous HostResolver. | agayev@chromium.org | 2011-07-21 | 10 | -1516/+211 |
* | Implemented AsyncHostResolver -- asynchronous HostResolver. | agayev@chromium.org | 2011-07-21 | 10 | -211/+1516 |
* | Adds command-line switch for TLS origin bound certificate extension. | rkn@chromium.org | 2011-07-20 | 2 | -0/+20 |
* | Revert 93237 - Implement AsyncHostResolver, an asynchronous HostResolver. | agayev@chromium.org | 2011-07-20 | 10 | -1516/+211 |
* | Implement AsyncHostResolver, an asynchronous HostResolver. | agayev@chromium.org | 2011-07-20 | 10 | -211/+1516 |
* | Detect when the disabled SSL/TLS cipher suites change within an SSLConfig | rsleevi@chromium.org | 2011-07-20 | 3 | -11/+128 |
* | Don't use X509Certificate in SSLConfig. | sergeyu@chromium.org | 2011-07-20 | 3 | -7/+29 |
* | Cookie transfer for initial account creation case on ChromeOS. | zelidrag@chromium.org | 2011-07-20 | 3 | -1/+61 |
* | Add basic support for parsing SSL/TLS cipher suite strings. | rsleevi@chromium.org | 2011-07-20 | 3 | -2/+57 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 7 | -7/+7 |
* | Implementation of server socket for websockets protocol. | dilmah@chromium.org | 2011-07-19 | 2 | -4/+7 |
* | Implement GetSubjectAltName on all platforms | joth@chromium.org | 2011-07-19 | 6 | -141/+147 |
* | Revert "Implementation of server socket for websockets protocol." | dilmah@chromium.org | 2011-07-19 | 2 | -7/+4 |
* | Implementation of server socket for websockets protocol. | dilmah@chromium.org | 2011-07-19 | 2 | -4/+7 |
* | Cache the underlying OS certificate handle within the X509CertificateCache, r... | rsleevi@chromium.org | 2011-07-19 | 8 | -259/+189 |
* | DnsTransaction: added NetLog support. | agayev@chromium.org | 2011-07-19 | 5 | -10/+163 |
* | Also ignore SEC_ERROR_BAD_INFO_ACCESS_LOCATION when we try AIA | wtc@chromium.org | 2011-07-18 | 1 | -0/+1 |
* | Fix typo in net/base/net_api.h | rch@chromium.org | 2011-07-18 | 1 | -1/+1 |