Bug 1026371: Remove useless comments in CertVerifier.cpp, r=cviecco

--HG--
extra : rebase_source : 58444ab17c68bcde6938540b3b074af55e417687
This commit is contained in:
Brian Smith 2014-06-16 23:37:53 -07:00
parent 3f5c4bdd79
commit 8db16ecca0

View File

@ -379,13 +379,6 @@ CertVerifier::MozillaPKIXVerifyCert(
: ocsp_get_disabled;
SECStatus rv;
// TODO(bug 970750): anyExtendedKeyUsage
// TODO: encipherOnly/decipherOnly
// S/MIME Key Usage: http://tools.ietf.org/html/rfc3850#section-4.4.2
// S/MIME EKU: http://tools.ietf.org/html/rfc3850#section-4.4.4
// TODO(bug 915931): Pass in stapled OCSP response in all calls to
// BuildCertChain.
mozilla::pkix::ScopedCERTCertList builtChain;
switch (usage) {