summaryrefslogtreecommitdiffstats
path: root/net/base/cert_verify_result.h
Commit message (Expand)AuthorAgeFilesLines
* Implement SHA-256 fingerprint supportpalmer@chromium.org2012-09-071-4/+4
* Revert 150375 - Implement SHA-256 fingerprint supportpalmer@chromium.org2012-08-081-9/+4
* Implement SHA-256 fingerprint supportpalmer@chromium.org2012-08-071-4/+9
* Revert 150124 - Implement SHA-256 fingerprint support.dimich@chromium.org2012-08-061-9/+4
* Implement SHA-256 fingerprint support.palmer@chromium.org2012-08-061-4/+9
* Revert 149261 - Support SHA-256 in public key pins for HTTPS.vandebo@chromium.org2012-07-311-10/+5
* Support SHA-256 in public key pins for HTTPS.palmer@chromium.org2012-07-311-5/+10
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-231-1/+2
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-221-2/+1
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-221-1/+2
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* Return the constructed certificate chain in X509Certificate::Verify()rsleevi@chromium.org2011-07-301-3/+16
* net: Add NET_API to net/baservargas@google.com2011-05-181-1/+2
* Another attempt at fixing Clang build after r81259agl@chromium.org2011-04-121-0/+1
* Fix Clang build after r81259agl@chromium.org2011-04-121-12/+3
* net: add support for checking if a known public key is in a chain.agl@chromium.org2011-04-121-0/+10
* net: add ability to distinguish user-added root CAs.agl@chromium.org2011-04-071-1/+8
* https: add support for DNS exclusion and switch to TXT records.agl@chromium.org2010-08-281-0/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Add X509Certificate::Verify stubs for Mac and Linux.wtc@chromium.org2009-02-051-4/+11
* Move certificate verification off the IO thread.wtc@chromium.org2009-02-031-0/+31