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