| 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)))
|
34468 |
100 % |
| CoseTest.cpp |
|
48887 |
92 % |
| DeserializeCertTest.cpp |
|
36382 |
100 % |
| HMACTest.cpp |
|
1816 |
100 % |
| MD4Test.cpp |
|
2187 |
89 % |
| moz.build |
|
752 |
- |
| NSSBenchTest.cpp |
|
18053 |
98 % |
| OCSPCacheTest.cpp |
|
14160 |
100 % |
| README.txt |
Please name all test cases in this directory with the prefix "psm". This makes |
128 |
- |
| TLSIntoleranceTest.cpp |
|
16002 |
100 % |
| UtilityPKCS11ModuleTest.cpp |
|
1607 |
89 % |