Skip to content

Commit

Permalink
Use RSAPublicKey in 0x1205 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
clehner committed Sep 30, 2021
1 parent 125a4ab commit 40de506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ p384-pub, key, 0x1201, draft, P-384
p521-pub, key, 0x1202, draft, P-521 public Key (compressed)
ed448-pub, key, 0x1203, draft, Ed448 public Key
x448-pub, key, 0x1204, draft, X448 public Key
rsa-x509-pub, key, 0x1205, draft, RSA public key in x509 PKIX ASN.1 DER form. See IETF RFC 5280 Section 4.1 SubjectPublicKeyInfo
rsa-pub, key, 0x1205, draft, RSA public key. DER-encoded ASN.1 type RSAPublicKey according to IETF RFC 8017 (PKCS #1)
ed25519-priv, key, 0x1300, draft, Ed25519 private key
secp256k1-priv, key, 0x1301, draft, Secp256k1 private key
x25519-priv, key, 0x1302, draft, Curve25519 private key
Expand Down

0 comments on commit 40de506

Please sign in to comment.