Skip to content

Commit

Permalink
man: specify es384 as a valid type for fido2-{cred,assert}
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Oct 2, 2024
1 parent 2df45d2 commit d59c447
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions man/fido2-assert.1
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ where
may be
.Em es256
(denoting ECDSA over NIST P-256 with SHA-256),
.Em es384
(denoting ECDSA over NIST P-384 with SHA-384),
.Em rs256
(denoting 2048-bit RSA with PKCS#1.5 padding and SHA-256), or
.Em eddsa
Expand Down
2 changes: 2 additions & 0 deletions man/fido2-cred.1
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ A credential
may be
.Em es256
(denoting ECDSA over NIST P-256 with SHA-256),
.Em es384
(denoting ECDSA over NIST P-384 with SHA-384),
.Em rs256
(denoting 2048-bit RSA with PKCS#1.5 padding and SHA-256), or
.Em eddsa
Expand Down

0 comments on commit d59c447

Please sign in to comment.