summaryrefslogtreecommitdiffstats
path: root/net/cert
Commit message (Expand)AuthorAgeFilesLines
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-07-022-10/+26
* Revert 209515 "Reland http://crrev.com/209278"rsleevi@chromium.org2013-07-011-0/+29
* Reland http://crrev.com/209278rsleevi@chromium.org2013-07-011-29/+0
* Re-enable some tests disabled because of expired certsrsleevi@chromium.org2013-06-292-21/+37
* Revert 209278 "Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2"joaodasilva@chromium.org2013-06-291-0/+29
* Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2rsleevi@chromium.org2013-06-291-29/+0
* Use a direct include of time headers in net/, part 1.avi@chromium.org2013-06-2811-11/+11
* No longer record whether an MD2/MD5 CA was seenrsleevi@chromium.org2013-06-287-43/+18
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-275-13/+15
* Remove platform-specific implementations of RSAPrivateKey and SignatureCreatorrsleevi@chromium.org2013-06-2712-516/+261
* Fix some potential after free errors on TestCompletionCallbackgavinp@chromium.org2013-06-261-11/+11
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-246-7/+7
* Disable test with an expired certificatermsousa@chromium.org2013-06-221-2/+2
* Add base namespace to more values in sync and elsewhere.brettw@chromium.org2013-06-211-2/+2
* mac: Let net/ compile with the 10.9 sdk (while targeting 10.6).thakis@chromium.org2013-06-201-4/+3
* Regenerate the root certificate and end-entity certificates used for various ...rsleevi@chromium.org2013-06-204-11/+154
* Enable GoDaddy/Starfield G2 roots for EVrsleevi@chromium.org2013-06-201-0/+18
* X509Certificate::GetDefaultNickname should handle a user certificatewtc@chromium.org2013-06-172-3/+23
* Work around GTE CyberTrust/Baltimore CyberTrust cross-signing issuesrsleevi@chromium.org2013-06-144-52/+293
* Make net and ipc explicitly use the base namespace for Values.brettw@chromium.org2013-06-131-1/+1
* Use base:: on string16 and char16 in net/ and url/avi@chromium.org2013-06-111-4/+5
* Use a direct include of strings headers in net/android/, net/base/, net/cert/...avi@chromium.org2013-06-1116-20/+20
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-075-5/+5
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-018-179/+391
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-233-9/+9
* Generate unique certificate nicknames on Linux/CrOS.rsleevi@chromium.org2013-05-235-32/+110
* Fix NSSCertDatabase Singleton access DCHECKstevenjb@chromium.org2013-05-201-1/+2
* Disallow wildcards from matching top-level registry controlled domains during...rsleevi@chromium.org2013-05-173-14/+49
* Warn if a well-known/"public" CA issues a certificate for a non-TLDrsleevi@chromium.org2013-05-174-6/+200
* Re-enable CertDatabaseNSSTest.TrustIntermediateCA{2,3} on Linux/CrOS for NSS ...rsleevi@chromium.org2013-05-151-14/+12
* Update the known root cert list with the latest updates from Apple and MSrsleevi@chromium.org2013-04-302-14/+176
* Remove OS X 10.5 support code from net/certrsleevi@chromium.org2013-04-302-36/+14
* Finished implementing AttestationPolicyObserver.dkrahn@google.com2013-04-301-1/+2
* Add a mapping for CSSMERR_APPLETP_SSL_BAD_EXT_KEY_USE on OS Xrsleevi@chromium.org2013-04-291-0/+4
* Revert 197119 "Remove OS X 10.5 support code from net/cert"miket@chromium.org2013-04-292-3/+47
* Remove OS X 10.5 support code from net/certrsleevi@chromium.org2013-04-292-47/+3
* Fix client certificate authentication on Mac and Linux introduced in r178732rsleevi@chromium.org2013-04-252-87/+0
* Differentiate between VERIFY_FAILED and VERIFY_INCORRECT_KEY_USAGE.palmer@chromium.org2013-04-252-2/+5
* Update nss_revision to r196262 to pick up NSS_3_15_BETA2.wtc@chromium.org2013-04-251-0/+5
* Include NSS headers without using full pathnames.wtc@chromium.org2013-04-222-3/+4
* net: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-1310-10/+10
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net.dcheng@chromium.org2013-04-112-3/+3
* net: Disable CertDatabaseNSSTest.TrustIntermediateCa{2,3} on Linuxhashimoto@chromium.org2013-04-081-2/+16
* net: also fix crbug.com/226067 for OpenSSL.agl@chromium.org2013-04-051-1/+1
* net: fix SHA-256 hashes on Windows.agl@chromium.org2013-04-042-3/+17
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-2987-0/+20033