Name Description Size Coverage
CertificateCompressionTest.cpp The following buffers are generated by encoding a sequence of integers from 0 to 100 using the corresponding encoding mechanism. They could be re-generated using the following script: generateZlibBuf(): import zlib import brotli import zstd for i in range(100): a.append(i) encodedBufferExampleZlib = list(zlib.compress(bytes(a))) encodedBufferExampleBrotli = list(brotli.compress(bytes(a))) encodedBufferExampleZstd = list(zstd.compress(bytes(a))) 34589 100 %
CoseTest.cpp 48967 92 %
DeserializeCertTest.cpp 36503 100 %
HMACTest.cpp 1816 100 %
MD4Test.cpp 2308 89 %
moz.build 841 -
NSSBenchTest.cpp 18133 98 %
OCSPCacheTest.cpp 14280 100 %
README.txt Please name all test cases in this directory with the prefix "psm". This makes 128 -
TLSIntoleranceTest.cpp 16123 100 %
UtilityPKCS11ModuleTest.cpp 2896 84 %