Skip to content

Commit

Permalink
fixup! crypto: add RSA-PSS params to asymmetricKeyDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Aug 28, 2021
1 parent a2574fd commit 594cdcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/parallel/test-crypto-key-objects.js
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ const privateDsa = fixtures.readKey('dsa_private_encrypted_1025.pem',
modulusLength: 2048,
publicExponent: 65537n,
hashAlgorithm: 'sha1',
mgf1Hash: 'sha1',
mgf1HashAlgorithm: 'sha1',
saltLength: 20
};

Expand Down Expand Up @@ -727,7 +727,7 @@ const privateDsa = fixtures.readKey('dsa_private_encrypted_1025.pem',
modulusLength: 2048,
publicExponent: 65537n,
hashAlgorithm: 'sha512',
mgf1Hash: 'sha256',
mgf1HashAlgorithm: 'sha256',
saltLength: 20
};

Expand Down

0 comments on commit 594cdcd

Please sign in to comment.