| 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 |
| CoseTest.cpp |
|
48986 |
| DeserializeCertTest.cpp |
|
36503 |
| HMACTest.cpp |
|
1816 |
| MD4Test.cpp |
|
2308 |
| moz.build |
|
713 |
| NSSBenchTest.cpp |
|
18130 |
| OCSPCacheTest.cpp |
|
14280 |
| README.txt |
Please name all test cases in this directory with the prefix "psm". This makes |
128 |
| TLSIntoleranceTest.cpp |
|
16123 |