Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-13lib: use null-prototype objects for property descriptorsAntoine du Hamel
2022-03-11src: include crypto in the bootstrap snapshotJoyee Cheung
2022-02-22crypto: clarify `require("crypto").getRandomValues` is Node.js specificAntoine du Hamel
2021-12-27crypto: alias webcrypto.subtle and webcrypto.getRandomValues on cryptoJames M Snell
2021-08-05crypto: implement webcrypto.randomUUIDMichaël Zasso
2021-02-26crypto: make FIPS related options always awailableVít Ondruch
2021-01-26crypto: add generatePrime/checkPrimeJames M Snell
2021-01-11crypto: implement basic secure heap supportJames M Snell
2021-01-09crypto: introduce X509Certificate APIJames M Snell
2021-01-07crypto: implement randomuuidJames M Snell
2020-10-13crypto: add getCipherInfo methodJames M Snell
2020-10-08crypto: refactoring internals, add WebCryptoJames M Snell
2020-09-04crypto: add randomInt functionOli Lalonde
2020-07-03crypto: move typechecking for timingSafeEqual into C++Anna Henningsen
2020-04-13tls: provide default cipher list from command lineAnna Henningsen
2020-01-21crypto: add crypto.diffieHellmanTobias Nießen
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-06lib: remove `env: node` in eslint config for lib filesJoyee Cheung
2019-03-29crypto: add crypto.sign() and crypto.verify()Brian White
2019-03-17crypto: expose KeyObject classFilip Skokan
2019-02-20src: remove `process.binding('config').fipsForced`Joyee Cheung
2019-01-08crypto: remove deprecated crypto._toBufTobias Nießen
2018-12-24crypto: add key object APITobias Nießen
2018-12-05src,lib: make process.binding('config') internalMasashi Hirano
2018-11-25crypto: allow monkey patching of pseudoRandomBytesGerhard Stoebich
2018-11-08src: cache the result of GetOptions() in JS landJoyee Cheung
2018-11-06crypto: set `DEFAULT_ENCODING` property to non-enumerableAntoine du Hamel
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-10-20crypto: migrate to getOptions()nick-ng
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-27crypto: downgrade DEP0115 to `--pending-deprecation` onlyAnna Henningsen
2018-09-20crypto: add API for key pair generationTobias Nießen
2018-08-30crypto: make _toBuf non-enumerableTobias Nießen
2018-08-30crypto: deprecate aliases for randomBytesTobias Nießen
2018-08-27crypto: deprecate _toBufTobias Nießen
2018-08-24crypto: move process.binding('crypto') to internalDaniel Bevenius
2018-08-06crypto: move createCipher to runtime deprecationTobias Nießen
2018-07-13crypto: remove deprecated legacy APIAntoine du HAMEL
2018-06-20crypto: refer to correct deprecation id in commentMichaël Zasso
2018-06-13crypto: add scrypt() and scryptSync() methodsBen Noordhuis
2018-03-05lib: port errors to new systemMichaël Zasso
2018-02-02crypto: docs-only deprecate crypto.fips, replaceJames M Snell
2018-02-01crypto,doc: fix unassignd deprecation codesJames M Snell
2018-02-01crypto: runtime deprecate DEFAULT_ENCODINGJames M Snell
2017-10-27crypto: migrate setFipsCrypto to internal/errorsJames M Snell
2017-10-26crypto: migrate timingSafeEqual to internal/errorsJames M Snell
2017-10-09crypto: make createXYZ inlineableMatteo Collina
2017-09-27crypto: expose ECDH classBryan English
2017-09-18crypto: refactor the crypto moduleJames M Snell