Skip to content

Commit 90abedc

Browse files
utzigd3zd3z
authored andcommitted
Add ECDSA-P256 key in PKCS#8 format
The ring crypto library used by the simulator only accepts PEM keys in PKCS#8 format; this provides a conversion of the original bundled key. ``` $ openssl pkcs8 -topk8 -nocrypt -in ../root-ec-p256.pem -out ../root-ec-p256-pkcs8.pem ``` Signed-off-by: Fabio Utzig <utzig@apache.org>
1 parent db1a5f3 commit 90abedc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

root-ec-p256-pkcs8.pem

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-----BEGIN PRIVATE KEY-----
2+
MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQg15jVL4MBJDvTVCt+
3+
Ve1MdGEZALD5UFqCT+Ho7AY7z/GhRANCAAQqy0A86P7tW6RJlaGpHa7o274ZN80U
4+
+y8kVzfllTmI2ZS51lrr183VMIrW/kiySmqBDuXwfYtoNMw6avxTjvrB
5+
-----END PRIVATE KEY-----

0 commit comments

Comments
 (0)