mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
add some more EC vectors (#10134)
This commit is contained in:
parent
e31a34398e
commit
30e5ee2493
6 changed files with 25 additions and 0 deletions
|
|
@ -122,6 +122,14 @@ Custom asymmetric vectors
|
|||
encoded with explicit parameters.
|
||||
* ``asymmetric/EC/secp128r1_private_key.pem`` - Contains an EC private key on
|
||||
the curve ``secp128r1``.
|
||||
* ``asymmetric/EC/sect163k1-spki.pem`` - Contains an EC SPKI on the curve
|
||||
``sect163k1``.
|
||||
* ``asymmetric/EC/sect163r2-spki.pem`` - Contains an EC SPKI on the curve
|
||||
``sect163r2``.
|
||||
* ``asymmetric/EC/sect233k1-spki.pem`` - Contains an EC SPKI on the curve
|
||||
``sect233k1``.
|
||||
* ``asymmetric/EC/sect233r1-spki.pem`` - Contains an EC SPKI on the curve
|
||||
``sect233r1``.
|
||||
* ``asymmetric/X448/x448-pkcs8-enc.pem`` and
|
||||
``asymmetric/X448/x448-pkcs8-enc.der`` contain an X448 key encrypted with
|
||||
AES 256 CBC with the password ``password``.
|
||||
|
|
|
|||
|
|
@ -119,6 +119,7 @@ setuptools
|
|||
SHA
|
||||
Solaris
|
||||
Sonoma
|
||||
SPKI
|
||||
Sur
|
||||
syscall
|
||||
Tanja
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
-----BEGIN PUBLIC KEY-----
|
||||
MEAwEAYHKoZIzj0CAQYFK4EEAAEDLAAEAxGAaICwgq0YOcgiIg1qIBU/tmU3AS4t
|
||||
jG+YV5KpVbVoZrj9Z+fb24Pg
|
||||
-----END PUBLIC KEY-----
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
-----BEGIN PUBLIC KEY-----
|
||||
MEAwEAYHKoZIzj0CAQYFK4EEAA8DLAAEAkMQD2BC7lzGH0cqllPPPtNl1kqRBXhT
|
||||
JmwDP66hW6PMFl3ldz4ZlvkK
|
||||
-----END PUBLIC KEY-----
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
-----BEGIN PUBLIC KEY-----
|
||||
MFIwEAYHKoZIzj0CAQYFK4EEABoDPgAEAbCYgpNMrLez2VEmv+xSGQLxtnWoDDvK
|
||||
4oh4XfQEAPETU2P//4hH7hiDxo1jfe104nG45sbYJQke8+OK
|
||||
-----END PUBLIC KEY-----
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
-----BEGIN PUBLIC KEY-----
|
||||
MFIwEAYHKoZIzj0CAQYFK4EEABsDPgAEAVfRTJ18T67P5XD5HXs9dv7NuO+FQwNl
|
||||
9/COeQIjAWjajHoGNjsris/W25ZMPcq240TdudpXmHC5gFiV
|
||||
-----END PUBLIC KEY-----
|
||||
Loading…
Reference in a new issue