зеркало из https://github.com/mozilla/gecko-dev.git
2a52292ef3
In bug 1174288 and related bugs we created a framework for generating test certificates (and later, keys) from specifications at build time. This turned out to take too long to run on each build, so this system was largely left disabled (see all of the "# Temporarily disabled. See bug 1256495." comments removed in this patch). This patch introduces a mach command ("generate-test-certs") that can generate test certificates and keys. The expectation is that when a developer needs to add new such artifacts, they can use this new command. Similarly, when the artifacts need to be updated (for example, because they've expired), this command can regenerate them all at once. Differential Revision: https://phabricator.services.mozilla.com/D108869 |
||
---|---|---|
.. | ||
tests/gtest | ||
BTTypes.h | ||
BTVerifier.cpp | ||
BTVerifier.h | ||
Buffer.cpp | ||
Buffer.h | ||
CTDiversityPolicy.cpp | ||
CTDiversityPolicy.h | ||
CTKnownLogs.h | ||
CTLog.h | ||
CTLogVerifier.cpp | ||
CTLogVerifier.h | ||
CTObjectsExtractor.cpp | ||
CTObjectsExtractor.h | ||
CTPolicyEnforcer.cpp | ||
CTPolicyEnforcer.h | ||
CTSerialization.cpp | ||
CTSerialization.h | ||
CTUtils.h | ||
CTVerifyResult.cpp | ||
CTVerifyResult.h | ||
MultiLogCTVerifier.cpp | ||
MultiLogCTVerifier.h | ||
SignedCertificateTimestamp.cpp | ||
SignedCertificateTimestamp.h | ||
moz.build |