Skip to content

Commit 594cdcd

Browse files
committed
fixup! crypto: add RSA-PSS params to asymmetricKeyDetails
1 parent a2574fd commit 594cdcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parallel/test-crypto-key-objects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ const privateDsa = fixtures.readKey('dsa_private_encrypted_1025.pem',
652652
modulusLength: 2048,
653653
publicExponent: 65537n,
654654
hashAlgorithm: 'sha1',
655-
mgf1Hash: 'sha1',
655+
mgf1HashAlgorithm: 'sha1',
656656
saltLength: 20
657657
};
658658

@@ -727,7 +727,7 @@ const privateDsa = fixtures.readKey('dsa_private_encrypted_1025.pem',
727727
modulusLength: 2048,
728728
publicExponent: 65537n,
729729
hashAlgorithm: 'sha512',
730-
mgf1Hash: 'sha256',
730+
mgf1HashAlgorithm: 'sha256',
731731
saltLength: 20
732732
};
733733

0 commit comments

Comments
 (0)