summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate.cc
Commit message (Expand)AuthorAgeFilesLines
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Clean up the IsBlacklisted function.wtc@chromium.org2011-03-241-4/+26
* net: fix blacklisted serial number.agl@chromium.org2011-03-181-1/+1
* net: Add two more blacklisted certificates.agl@chromium.org2011-03-181-1/+3
* Blacklist certain leaf certificates.agl@chromium.org2011-03-171-0/+30
* Add X509Certificate::VerifyCertName(string) API. This will be usedmbelshe@chromium.org2011-03-031-0/+129
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* More net/ method ordering.erg@google.com2011-01-261-34/+34
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-4/+4
* Clean-up style issues in net:: related to X.509 data-types, eliminating unnec...rsleevi@chromium.org2010-11-221-0/+1
* Reland 66791 (change was innocent)willchan@chromium.org2010-11-191-28/+26
* Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-26/+28
* Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-28/+26
* Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi...willchan@chromium.org2010-11-131-25/+27
* Disallow Singleton and LazyInstance on non-joinable threads.willchan@chromium.org2010-11-121-27/+25
* net: assorted changes needed for Snap Start tests.agl@chromium.org2010-11-101-0/+4
* net: use SSL_PeerCertificateChain for getting server certsagl@chromium.org2010-10-281-54/+0
* net: move importing a DER certificate chain into X509Certificate.agl@chromium.org2010-10-261-4/+94
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Adds X509 certificates for OpenSSL.bulach@chromium.org2010-10-081-35/+2
* Fix PEM parsing on Linux when using X509Certificate::FORMAT_AUTOrsleevi@chromium.org2010-09-211-48/+49
* 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