summaryrefslogtreecommitdiffstats
path: root/net/base/dnssec_chain_verifier.cc
Commit message (Expand)AuthorAgeFilesLines
* Update SHA1_LENGTH -> kSHA1Length to match previous change to SHA256_LENGTH.pkasting@chromium.org2011-09-281-1/+1
* Convert SHA256_LENGTH from a constant-in-anonymous-enum to a static const. T...pkasting@chromium.org2011-09-221-1/+1
* Clang build fix (last one, hopefully).agl@chromium.org2011-06-021-0/+3
* Clang build fix for r87677.agl@chromium.org2011-06-021-0/+3
* net: switch from TXT DNS records to CAA.agl@chromium.org2011-06-021-91/+194
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-3/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-5/+2
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-3/+3
* More reordering the methods in headers in net/.erg@chromium.org2011-01-111-161/+165
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-221-0/+10
* net: add DNSSEC tool and CNAME support.agl@chromium.org2010-09-091-25/+64
* https: add support for DNS exclusion and switch to TXT records.agl@chromium.org2010-08-281-0/+90
* net: add embedded DNSSEC chain support.agl@chromium.org2010-08-111-0/+670