summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactoring out common code in the X.509 cert handlingavi@google.com2008-09-231-132/+1
* Another unit test parsing the Webkit cert, and the attendent changes needed f...avi@google.com2008-09-231-19/+28
* Unit test now runs on the Mac.avi@google.com2008-09-221-9/+70
* Accidental commit; oopsavi@google.com2008-09-191-70/+9
* Unit test now runs on the Mac.avi@google.com2008-09-191-9/+70
* Add a byte factory method for unit testing.avi@google.com2008-09-191-7/+14
* Some tweaks pointed out by wtc.avi@google.com2008-09-181-11/+8
* Bring X.509 cert handling (at least preliminarily) to the Mac.avi@google.com2008-09-181-0/+390