File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -343,9 +343,9 @@ HS512 | HMAC using SHA-512 hash algorithm
343343RS256 | RSASSA-PKCS1-v1_5 using SHA-256 hash algorithm
344344RS384 | RSASSA-PKCS1-v1_5 using SHA-384 hash algorithm
345345RS512 | RSASSA-PKCS1-v1_5 using SHA-512 hash algorithm
346- PS256 | RSASSA-PSS using SHA-256 hash algorithm (only node ^6.12.0 || >=8.0.0)
347- PS384 | RSASSA-PSS using SHA-384 hash algorithm (only node ^6.12.0 || >=8.0.0)
348- PS512 | RSASSA-PSS using SHA-512 hash algorithm (only node ^6.12.0 || >=8.0.0)
346+ PS256 | RSASSA-PSS using SHA-256 hash algorithm (only node ^6.12.0 OR >=8.0.0)
347+ PS384 | RSASSA-PSS using SHA-384 hash algorithm (only node ^6.12.0 OR >=8.0.0)
348+ PS512 | RSASSA-PSS using SHA-512 hash algorithm (only node ^6.12.0 OR >=8.0.0)
349349ES256 | ECDSA using P-256 curve and SHA-256 hash algorithm
350350ES384 | ECDSA using P-384 curve and SHA-384 hash algorithm
351351ES512 | ECDSA using P-521 curve and SHA-512 hash algorithm
You can’t perform that action at this time.
0 commit comments