summaryrefslogtreecommitdiffstats
path: root/net/ocsp
Commit message (Expand)AuthorAgeFilesLines
* Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders().willchan@chromium.org2010-05-071-10/+7
* Specify alternate OCSP AIA info for certificates issued bywtc@chromium.org2010-05-071-5/+29
* Specify alternate OCSP AIA info for certificates issued bywtc@chromium.org2010-04-231-0/+78
* Our HTTP client callback functions for NSS must set an NSS/NSPR errorwtc@chromium.org2010-04-051-11/+24
* Remove destruction observer in CancelURLRequestukai@chromium.org2010-01-141-0/+4
* Linux: don't send cookies with an OCSP request.agl@chromium.org2009-12-221-1/+2
* Refactor OCSPInitSingleton.ukai@chromium.org2009-12-171-23/+50
* Don't call RemoveDestructionObserver on non-IO thread.ukai@chromium.org2009-12-161-24/+55
* AddRef() / Release() while URLRequest is alive in OCSPRequestSessionukai@chromium.org2009-12-071-11/+20
* Do not set io_loop_ to NULL until we have deleted request_ and setwtc@chromium.org2009-12-031-4/+3
* [GTTF] Apply test isolation goodness to net_unittests.phajdan.jr@chromium.org2009-12-021-0/+2
* Remove the unnecessary workaround for NSS bug 455424, now that we requirewtc@chromium.org2009-12-011-4/+0
* Revert "Apply test isolation goodness to net_unittests."phajdan.jr@chromium.org2009-11-261-2/+0
* Apply test isolation goodness to net_unittests.phajdan.jr@chromium.org2009-11-261-0/+2
* Fix race condition in OCSPRequestSession.ukai@chromium.org2009-11-201-9/+17
* Don't call CancelURLRequest if request_is already NULL.ukai@chromium.org2009-11-181-8/+8
* Try to fix valgrind error in nss_ocsp.ccukai@chromium.org2009-11-171-11/+36
* Move NULLing of OCSP context from UI thread to IO thread, to avoid possible r...eroman@chromium.org2009-11-162-4/+9
* OCSPTrySendAndReceive should always set *http_response_data_len, even onwtc@chromium.org2009-11-061-5/+13
* Fix Linux build break.jam@chromium.org2009-11-061-3/+0
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+6
* If the HTTP response code is -1, don't call OCSPSetResponse because thewtc@chromium.org2009-08-211-1/+6
* Refactor OCSP handler.ukai@chromium.org2009-08-201-141/+48
* Try to fix crash in OCSP handlers.ukai@chromium.org2009-08-191-8/+18
* Implement OCSP handler for NSS.ukai@chromium.org2009-07-242-0/+622