Upstream version 10.38.220.0
[platform/framework/web/crosswalk.git] / src / net / data / ssl / certificates / README
index 17247f3..a3a94c8 100644 (file)
@@ -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 \