summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for parsing certificate formats other than raw, DER-encoded certi...rsleevi@chromium.org2010-07-221-0/+90
* Revert 52799 - Add support for parsing certificate formats other than raw, DE...rsleevi@chromium.org2010-07-171-89/+0
* Add support for parsing certificate formats other than raw, DER-encoded certi...rsleevi@chromium.org2010-07-171-0/+89
* Minor clean-up tasks that were TODO(snej)rsleevi@chromium.org2010-07-171-15/+33
* Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a...rsleevi@chromium.org2010-06-261-6/+6
* Mac: Make client-cert picker only show certs the server will accept.snej@chromium.org2010-03-261-44/+5
* Revert due to compile failuresamit@chromium.org2010-03-261-5/+44
* Mac: Make client-cert picker only show certs the server will accept.snej@chromium.org2010-03-261-44/+5
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-14/+81
* Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :(snej@chromium.org2010-03-051-79/+13
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-13/+79
* Define X509Certificate::intermediate_ca_certs_ as a std::vector ofwtc@chromium.org2009-12-091-9/+3
* Enable SSLClientSocketTest unit tests on Mac OS X by implementing our own cer...hawk@chromium.org2009-08-271-1/+12
* Move X509Certificate::HasExpired to x509_certificate.cc.ukai@chromium.org2009-06-011-0/+5
* Don't return true from unimplemented X509Certificate::IsEV.ukai@chromium.org2009-04-291-8/+0
* SSL Fix: Step 2.Add HasAllowedCert and HasDeniedCert to X509Certificate::Poli...abarth@chromium.org2009-03-171-0/+8
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-2/+1
* Port the ResourceDispatcherHost to Mac and linux.paul@chromium.org2009-02-051-0/+8
* Reverting 8868.ericroman@google.com2009-01-291-0/+62
* Reverting 8864.wtc@chromium.org2009-01-291-62/+0
* Work around our not caching the intermediate CAwtc@chromium.org2009-01-291-0/+62
* Refactoring out common code in the X.509 cert handlingavi@google.com2008-09-231-0/+126
* Bring X.509 cert handling (at least preliminarily) to the Mac.avi@google.com2008-09-181-549/+0
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-0/+4
* Add net to the repository.initial.commit2008-07-261-0/+569