diff options
Diffstat (limited to 'net/data/ssl/certificates/README')
-rw-r--r-- | net/data/ssl/certificates/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/data/ssl/certificates/README b/net/data/ssl/certificates/README index 17247f3..a3a94c8 100644 --- a/net/data/ssl/certificates/README +++ b/net/data/ssl/certificates/README @@ -112,6 +112,11 @@ unit tests. - ocsp-test-root.pem : A root certificate for the code in net/tools/testserver/minica.py +- sha256.pem: Used to test the handling of SHA-256 certs on Windows. + Generated by using the command: + "openssl req -x509 -days 3650 -sha256 -newkey rsa:2048 -text \ + -config ../scripts/ee.cnf -out sha256.pem" + - spdy_pooling.pem : Used to test the handling of spdy IP connection pooling Generated by using the command "openssl req -x509 -days 3650 -sha1 -extensions req_spdy_pooling \ |