summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mac: Make client-cert picker only show certs the server will accept.snej@chromium.org2010-03-261-106/+92
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-4/+10
* Mac: Work around SSL renegotiation problems with client certs.snej@chromium.org2010-03-051-1/+0
* Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :(snej@chromium.org2010-03-051-10/+4
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-4/+10
* Mac client-side SSL cert improvements.snej@chromium.org2010-02-241-25/+48
* Client-side SSL cert support for Mac.snej@chromium.org2010-02-181-20/+182
* Define X509Certificate::intermediate_ca_certs_ as a std::vector ofwtc@chromium.org2009-12-091-20/+2
* Don't assert what the certificate's subjectAltName extensionwtc@chromium.org2009-12-071-5/+7
* Enable Mac EV cert validation w/o requiring the user to explicitly enable rev...hawk@chromium.org2009-10-161-6/+4
* Enable certificate revocation and EV certificate validation for Machawk@chromium.org2009-10-161-2/+9
* Enable SSLClientSocketTest unit tests on Mac OS X by implementing our own cer...hawk@chromium.org2009-08-271-15/+393
* Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().ukai@chromium.org2009-06-231-3/+2
* Move X509Certificate::HasExpired to x509_certificate.cc.ukai@chromium.org2009-06-011-5/+0
* Fix leak in cert code that Valgrind found.avi@google.com2009-03-271-24/+33
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-20/+20
* Stub out an unimplemented NSS function.evan@chromium.org2009-02-091-0/+5
* Add X509Certificate::Verify stubs for Mac and Linux.wtc@chromium.org2009-02-051-0/+8
* Reverting 8868.ericroman@google.com2009-01-291-79/+42
* Reverting 8864.wtc@chromium.org2009-01-291-42/+79
* Work around our not caching the intermediate CAwtc@chromium.org2009-01-291-79/+42
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Some quick changes suggested by wtc in review.avi@google.com2008-09-241-1/+14