summaryrefslogtreecommitdiffstats
path: root/net/cert/cert_verify_proc_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-041-1/+1
* Remove implicit conversions from scoped_refptr to T* in net/cert/dcheng2014-08-261-28/+34
* Move CRL set parsing and serialization logic out of CRLSetsergeyu@chromium.org2014-07-031-3/+5
* Detect user-installed roots more efficiently on Android.davidben@chromium.org2014-05-141-2/+4
* Remove known root detection logic on Android.davidben@chromium.org2014-04-081-4/+2
* Introduce USE_OPENSSL_CERTS for certificate handling.haavardm@opera.com2014-03-281-8/+8
* Add missing calls to TestRootCerts::Clear() after usage.haavardm@opera.com2014-03-261-0/+5
* Export verified_cert and public_key_hashes on Android.davidben@chromium.org2014-01-171-21/+90
* net: disable name constraints test on Android.agl@chromium.org2013-12-161-1/+7
* net: add name constraints for ANSSI root.agl@chromium.org2013-12-161-0/+61
* QUIC: Update RSA keys to 2048-bit.wtc@chromium.org2013-11-271-4/+4
* net: fix CRLSet tests.agl@chromium.org2013-11-251-56/+90
* Disabled failing CertVerifyProcTest tests.dcheng@chromium.org2013-10-011-2/+2
* Move ScopedClosureRunner to callback_helpers, add Reset.avi@chromium.org2013-08-301-0/+1
* Adds a new method, net::IsIPAddressReserved, that returns true if an IP addressfelt@chromium.org2013-08-231-1/+9
* Normalize certificate name verification across all platformsrsleevi@chromium.org2013-08-161-1/+65
* Adds new UMA entries to give us SSL clickthrough rates specific to intranet s...felt@chromium.org2013-08-031-68/+0
* Perform online revocation checks when EV certificates aren't covered by a fre...agl@chromium.org2013-07-311-1/+1
* Add script for generating certificates that require an explicit policyrsleevi@chromium.org2013-07-261-36/+33
* net: update certse.pem with new certs for tests.agl@chromium.org2013-07-171-19/+17
* net: disable certificate tests involving cert.se cert.agl@chromium.org2013-07-121-2/+4
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-07-021-9/+25
* Re-enable some tests disabled because of expired certsrsleevi@chromium.org2013-06-291-20/+36
* No longer record whether an MD2/MD5 CA was seenrsleevi@chromium.org2013-06-281-23/+18
* Disable test with an expired certificatermsousa@chromium.org2013-06-221-2/+2
* Regenerate the root certificate and end-entity certificates used for various ...rsleevi@chromium.org2013-06-201-1/+1
* Work around GTE CyberTrust/Baltimore CyberTrust cross-signing issuesrsleevi@chromium.org2013-06-141-0/+105
* Use a direct include of strings headers in net/android/, net/base/, net/cert/...avi@chromium.org2013-06-111-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-56/+138
* Warn if a well-known/"public" CA issues a certificate for a non-TLDrsleevi@chromium.org2013-05-171-2/+136
* Differentiate between VERIFY_FAILED and VERIFY_INCORRECT_KEY_USAGE.palmer@chromium.org2013-04-251-2/+2
* net: fix SHA-256 hashes on Windows.agl@chromium.org2013-04-041-2/+16
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-0/+1068