summaryrefslogtreecommitdiffstats
path: root/net/test/test_certificate_data.h
Commit message (Collapse)AuthorAgeFilesLines
* Reject certificates that are valid for too long.palmer2015-01-281-13/+17
| | | | | | | | | | | | | | This is in conformance with the CA/Browser Forum Baseline Requirements for certificate issuance. This CL is adapted from a diff provided by sigbjorn@opera.com. Thanks! BUG=119211 TBR=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/724543002 Cr-Commit-Position: refs/heads/master@{#313603}
* Revert "Reject certificates that are valid for too long."palmer2014-11-111-17/+13
| | | | | | | | | | | | | | Was: https://codereview.chromium.org/20628006 We want this change in M41, not M40. Also, it has a date math bug. A new CL to fix the bug and re-land will come soon. BUG=119211 TBR=rsleevi@chromium.org,abarth,felt Review URL: https://codereview.chromium.org/717653002 Cr-Commit-Position: refs/heads/master@{#303562}
* Revert "Revert "Reject certificates that are valid for too long.""Carlos Pizano2014-11-101-13/+17
| | | | | | | | This reverts commit 7a8351f155277cf6d981b79a2da699e6e99bbdf2. Broke net_unittests on mac and linux Cr-Commit-Position: refs/heads/master@{#303519}
* Revert "Reject certificates that are valid for too long."Chris Palmer2014-11-101-17/+13
| | | | | | | | | | | | | | Was: https://codereview.chromium.org/20628006 We want this change in M41, not M40. Also, it has a date math bug. A new CL to fix the bug and re-land will come soon. BUG=119211 TBR=rsleevi@chromium.org,abarth,felt Review URL: https://codereview.chromium.org/695403006 Cr-Commit-Position: refs/heads/master@{#303513}
* Reject certificates that are valid for too long.palmer2014-11-071-13/+17
| | | | | | | | | | | | | | This is in conformance with the CA/Browser Forum Baseline Requirements for certificate issuance. This CL is adapted from a diff provided by sigbjorn@opera.com. Thanks! BUG=119211 TBR=abarth Review URL: https://codereview.chromium.org/20628006 Cr-Commit-Position: refs/heads/master@{#303286}
* Add script for generating certificates that require an explicit policyrsleevi@chromium.org2013-07-261-64/+0
| | | | | | | | | | | | | Add a script and update the certificates used for testing a certificate chain that requires an explicit policy, but where verification is attempted with no policy specified. BUG=111742 R=wtc Review URL: https://chromiumcodereview.appspot.com/18223006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213781 0039d316-1c4b-4281-b951-d872f2087c98
* net: update certse.pem with new certs for tests.agl@chromium.org2013-07-171-17/+13
| | | | | | | | | | | | | | | | The certse.pem certificate was revoked by Symantec and the tests depending on it were disabled in r211396. I've found the longest-lived certificates that I can to replace them. (And, this time, it's not EV so hopefully revocation checks don't kick in anyway.) BUG=259723 TBR=rsleevi Review URL: https://codereview.chromium.org/18323023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212058 0039d316-1c4b-4281-b951-d872f2087c98
* net: fix SHA-256 hashes on Windows.agl@chromium.org2013-04-041-0/+11
| | | | | | | | | BUG=226067 Review URL: https://chromiumcodereview.appspot.com/13527008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192288 0039d316-1c4b-4281-b951-d872f2087c98
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-0/+843
This introduces the following dependency of net/base on things outside: net/base/openssl_client_key_store.cc:#include "net/cert/x509_certificate.h" BUG=70818 Review URL: https://codereview.chromium.org/13006020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191450 0039d316-1c4b-4281-b951-d872f2087c98