-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.
Description
Because of recent semver-major changes that couldn't make it to Node 10, almost every new change to crypto code now has conflicts.
Here is the list of commits that need to be backported:
- [358d8ff] - (SEMVER-MINOR) crypto: allow to restrict valid GCM tag length (Tobias Nießen) crypto: allow to restrict valid GCM tag length #20039
- [c851263] - crypto: add createCipher/WithIV functions (Daniel Bevenius) crypto: cipher.js refactoring #20164
- [d024c2c] - crypto: add addCipherPrototypeFunctions function (Daniel Bevenius) crypto: cipher.js refactoring #20164
- [9f97f10] - crypto: remove rsaPrivate and rename rsaPublic (Daniel Bevenius) crypto: cipher.js refactoring #20164
- [15fd0d9] - src: fix node_crypto.cc compiler warnings (Daniel Bevenius) src: fix node_crypto.cc compiler warnings #20216
- [c521a20] - test: remove crypto.DEFAULT_ENCODING usage (Daniel Bevenius) test: remove crypto.DEFAULT_ENCODING usage #20221
- [4809db9] - crypto: use kNoAuthTagLength in InitAuthenticated (Tobias Nießen) crypto: use kNoAuthTagLength in InitAuthenticated #20225
- [9d35f69] - crypto: add using directives for v8::Int32, Uint32 (Tobias Nießen) crypto: use kNoAuthTagLength in InitAuthenticated #20225
- [f9b9974] - (SEMVER-MINOR) crypto: support authTagLength in GCM encryption (Tobias Nießen) crypto: support authTagLength in GCM encryption #20235
- [f7cdeba] - crypto: allocate more memory for cipher.update() (Yihong Wang) crypto: allocate more memory for cipher.update() #20370
- [d7cba76] - src: more automatic memory management in node_crypto.cc (Anna Henningsen) src: more automatic memory management in node_crypto.cc #20238
- [e3ceae7] - crypto: add test case for AES key wrapping (Yihong Wang) crypto: add test case for AES key wrapping #20587
/cc @nodejs/crypto
Metadata
Metadata
Assignees
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.