node/lib/internal/crypto
Filip Skokan ac69b95e47
crypto: use correct webcrypto RSASSA-PKCS1-v1_5 algorithm name
PR-URL: https://github.com/nodejs/node/pull/38029
Refs: https://www.w3.org/TR/WebCryptoAPI/#rsassa-pkcs1
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
2021-04-05 12:57:25 -04:00
..
aes.js crypto: refactor hasAnyNotIn to avoid unsafe array iteration 2021-02-28 14:46:23 +01:00
certificate.js lib: fix typo in lib/internal/crypto/certificate.js 2021-03-23 21:15:01 -04:00
cipher.js crypto: refactor to use more primordials 2020-11-10 11:40:58 -05:00
diffiehellman.js crypto: fix DiffieHellman argument validation 2021-03-23 21:25:30 -04:00
dsa.js crypto: add optional callback to crypto.sign and crypto.verify 2021-03-16 12:31:15 -04:00
ec.js crypto: add optional callback to crypto.sign and crypto.verify 2021-03-16 12:31:15 -04:00
hash.js crypto: refactor to use more primordials 2020-11-10 11:40:58 -05:00
hashnames.js
hkdf.js doc,lib: prepare for stricter multi-line array linting 2021-02-28 14:39:58 +01:00
keygen.js crypto: use correct webcrypto RSASSA-PKCS1-v1_5 algorithm name 2021-04-05 12:57:25 -04:00
keys.js crypto: support JWK objects in create*Key 2021-03-16 08:56:06 -04:00
mac.js crypto: refactor hasAnyNotIn to avoid unsafe array iteration 2021-02-28 14:46:23 +01:00
pbkdf2.js crypto: refactor to avoid unsafe array iteration 2021-02-28 14:39:57 +01:00
random.js crypto: add buffering to randomInt 2021-04-05 12:57:24 -04:00
rsa.js crypto: use correct webcrypto RSASSA-PKCS1-v1_5 algorithm name 2021-04-05 12:57:25 -04:00
scrypt.js crypto: refactor to avoid unsafe array iteration 2021-02-28 14:39:57 +01:00
sig.js crypto: add optional callback to crypto.sign and crypto.verify 2021-03-16 12:31:15 -04:00
util.js crypto: use correct webcrypto RSASSA-PKCS1-v1_5 algorithm name 2021-04-05 12:57:25 -04:00
webcrypto.js crypto: use correct webcrypto RSASSA-PKCS1-v1_5 algorithm name 2021-04-05 12:57:25 -04:00
x509.js tls: add ability to get cert/peer cert as X509Certificate object 2021-02-16 09:11:25 -05:00