diff options
author | Kenny Root <kroot@google.com> | 2013-10-09 10:14:35 -0700 |
---|---|---|
committer | Kenny Root <kroot@google.com> | 2013-10-10 14:19:19 -0700 |
commit | 7a4adb5268ae71260c86788ccdeb7a699c80ee0a (patch) | |
tree | da4a744e642f5014c3a1085097590bd4a5997f1c /testdata | |
parent | 58c60900ac3682fab08f64373bdd1020713b48f7 (diff) | |
download | bootable_recovery-7a4adb5268ae71260c86788ccdeb7a699c80ee0a.zip bootable_recovery-7a4adb5268ae71260c86788ccdeb7a699c80ee0a.tar.gz bootable_recovery-7a4adb5268ae71260c86788ccdeb7a699c80ee0a.tar.bz2 |
Add support for ECDSA signatures
This adds support for key version 5 which is an EC key using the NIST
P-256 curve parameters. OTAs may be signed with these keys using the
ECDSA signature algorithm with SHA-256.
Change-Id: Id88672a3deb70681c78d5ea0d739e10f839e4567
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/otasigned_ecdsa_sha256.zip | bin | 0 -> 3085 bytes | |||
-rw-r--r-- | testdata/testkey_ecdsa.pk8 | bin | 0 -> 138 bytes | |||
-rw-r--r-- | testdata/testkey_ecdsa.x509.pem | 10 |
3 files changed, 10 insertions, 0 deletions
diff --git a/testdata/otasigned_ecdsa_sha256.zip b/testdata/otasigned_ecdsa_sha256.zip Binary files differnew file mode 100644 index 0000000..999fcdd --- /dev/null +++ b/testdata/otasigned_ecdsa_sha256.zip diff --git a/testdata/testkey_ecdsa.pk8 b/testdata/testkey_ecdsa.pk8 Binary files differnew file mode 100644 index 0000000..9a521c8 --- /dev/null +++ b/testdata/testkey_ecdsa.pk8 diff --git a/testdata/testkey_ecdsa.x509.pem b/testdata/testkey_ecdsa.x509.pem new file mode 100644 index 0000000..b122836 --- /dev/null +++ b/testdata/testkey_ecdsa.x509.pem @@ -0,0 +1,10 @@ +-----BEGIN CERTIFICATE----- +MIIBezCCASACCQC4g5wurPSmtzAKBggqhkjOPQQDAjBFMQswCQYDVQQGEwJBVTET +MBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQ +dHkgTHRkMB4XDTEzMTAwODIxMTAxM1oXDTE0MTAwODIxMTAxM1owRTELMAkGA1UE +BhMCQVUxEzARBgNVBAgMClNvbWUtU3RhdGUxITAfBgNVBAoMGEludGVybmV0IFdp +ZGdpdHMgUHR5IEx0ZDBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABGcO1QDowF2E +RboWVmAYI2oXTr5MHAJ4xpMUFsrWVvoktYSN2RhNuOl5jZGvSBsQII9p/4qfjLmS +TBaCfQ0Xmt4wCgYIKoZIzj0EAwIDSQAwRgIhAIJjWmZAwngc2VcHUhYp2oSLoCQ+ +P+7AtbAn5242AqfOAiEAghO0t6jTKs0LUhLJrQwbOkHyZMVdZaG2vcwV9y9H5Qc= +-----END CERTIFICATE----- |