summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Return the constructed certificate chain in X509Certificate::Verify()rsleevi@chromium.org2011-07-301-0/+17
* On Mac, compare certificate host names according to RFC6125.rsleevi@chromium.org2011-07-301-84/+27
* Revert the following change in r93346:wtc@chromium.org2011-07-261-3/+2
* Adjust a LOG(WARNING) message to be less verbose, so that onlywtc@chromium.org2011-07-211-3/+5
* Implement GetSubjectAltName on all platformsjoth@chromium.org2011-07-191-52/+43
* Cache the underlying OS certificate handle within the X509CertificateCache, r...rsleevi@chromium.org2011-07-191-8/+3
* Don't block the UI thread for OCSP/CRLs when viewing a cert on Mac.rsleevi@chromium.org2011-06-231-70/+98
* Factor out Verify into x509 base classjoth@chromium.org2011-06-211-17/+3
* Map some CRL and OCSP errors to CERT_STATUS_UNABLE_TO_CHECK_REVOCATION.wtc@chromium.org2011-06-161-6/+19
* Add LOG(WARNING) messages to track down where we set CERT_STATUS_INVALID.wtc@chromium.org2011-06-111-1/+11
* Address post-review feedback for r82214. In addition, no longer attempt to gr...rsleevi@chromium.org2011-04-221-4/+4
* Address post-review feedback for r81702.rsleevi@chromium.org2011-04-221-40/+50
* Change the HTTP cache to cache the entire certificate chain for SSL sitesrsleevi@chromium.org2011-04-201-22/+24
* Allow certificate revocation checking to be enabled/disabled independent of t...rsleevi@chromium.org2011-04-151-39/+124
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-12/+12
* net: add support for checking if a known public key is in a chain.agl@chromium.org2011-04-121-0/+24
* net: add ability to distinguish user-added root CAs.agl@chromium.org2011-04-071-1/+19
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-2/+2
* Blacklist certain leaf certificates.agl@chromium.org2011-03-171-0/+31
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Add ability to create self signed certs to mac.dmaclach@chromium.org2011-02-081-3/+232
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+1
* Defines SSLServerSocket and implements SSLServerSocketNSShclam@chromium.org2010-12-231-0/+11
* Implement X509Certificate::CreateSelfSigned on Windowshclam@chromium.org2010-12-221-0/+10
* Add support for temporarily trusting a certificate for the duration of unit t...rsleevi@chromium.org2010-12-161-67/+3
* Cleanup X509CertificateMac style nits and introduce a crypto library agnostic...rsleevi@chromium.org2010-12-051-68/+48
* 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-7/+12
* Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-12/+7
* Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-7/+12
* Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi...willchan@chromium.org2010-11-131-12/+7
* Disallow Singleton and LazyInstance on non-joinable threads.willchan@chromium.org2010-11-121-7/+12
* On Windows, merge X509Certificate::VerifyEV intowtc@chromium.org2010-11-041-0/+1
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-171-20/+21
* Adds X509 certificates for OpenSSL.bulach@chromium.org2010-10-081-0/+15
* Mac: Look for issuer in a certificate chain instead of subjectdavidben@chromium.org2010-08-031-1/+1
* Fix style nits.wtc@chromium.org2010-07-261-5/+6
* Fix FLAKY X509CertificateParseTest.CanParseFormat on OS X 10.5 when decoding ...rsleevi@chromium.org2010-07-231-19/+36
* Add support for parsing certificate formats other than raw, DER-encoded certi...rsleevi@chromium.org2010-07-221-2/+78
* Revert 52799 - Add support for parsing certificate formats other than raw, DE...rsleevi@chromium.org2010-07-171-78/+2
* Add support for parsing certificate formats other than raw, DER-encoded certi...rsleevi@chromium.org2010-07-171-2/+78
* Minor clean-up tasks that were TODO(snej)rsleevi@chromium.org2010-07-171-5/+4
* Rewrite X509Certificate::SupportsSSLClientAuth to be more accuratedavidben@chromium.org2010-07-131-12/+39
* Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a...rsleevi@chromium.org2010-06-261-1/+1
* [Mac] Add locking as speculative fix for X509Certificate crashes.snej@chromium.org2010-04-271-0/+6
* Mac: Make client-cert picker only show certs the server will accept.snej@chromium.org2010-03-261-106/+92
* Revert due to compile failuresamit@chromium.org2010-03-261-92/+106