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
2021-02-28doc: alphabetize crypto Cipher class entriesRich Trott
2021-02-28doc: use **Default:** more consistentlycjihrig
2021-02-172021-02-17, Version 15.9.0 (Current)v15.9.0Danielle Adams
2021-02-16doc: fix backticks in crypto API docsTobias Nießen
2021-02-16doc: alphabetize crypto.* methodsRich Trott
2021-02-16doc: warn about using strings as inputs in cryptoTobias Nießen
2021-02-16doc: fix typo in crypto.mdmarsonya
2021-02-16doc: mark Certificate methods as static, add missing KeyObject.fromFilip Skokan
2021-02-16crypto: add keyObject.export() 'jwk' format optionFilip Skokan
2021-02-16tls: add ability to get cert/peer cert as X509Certificate objectJames M Snell
2021-02-022021-02-02, Version 15.8.0 (Current)v15.8.0Michaël Zasso
2021-02-02doc,test: fix prime generation descriptionTobias Nießen
2021-02-02crypto: add generatePrime/checkPrimeJames M Snell
2021-01-262021-01-26, Version 15.7.0 (Current)v15.7.0Ruy Adorno
2021-01-22doc: fix crypto.generateKeySync aes allowed length listFilip Skokan
2021-01-22crypto: add keyObject.asymmetricKeyDetails for asymmetric keysFilip Skokan
2021-01-22doc: change "it's" to "its" where necessaryTobias Nießen
2021-01-142021-01-14, Version 15.6.0 (Current)v15.6.0Danielle Adams
2021-01-12crypto: implement basic secure heap supportJames M Snell
2021-01-12crypto: introduce X509Certificate APIJames M Snell
2021-01-12doc: improve crypto.randomUUID() textRich Trott
2021-01-12crypto: implement randomuuidJames M Snell
2020-12-21doc: add note about timingSafeEqual for TypedArrayTobias Nießen
2020-11-09doc: fix crypto doc linter errorsAntoine du Hamel
2020-11-09doc,crypto: added sign/verify method changes about dsaEncodingFilip Skokan
2020-11-03doc: update crypto.createSecretKey historyBen Turner
2020-10-202020-10-20, Version 15.0.0 (Current)v15.0.0Beth Griggs
2020-10-13crypto: add getCipherInfo methodJames M Snell
2020-10-09doc: harmonize changes list orderingAntoine du Hamel
2020-10-09doc: changes description must end with a periodAntoine du Hamel
2020-10-08crypto: refactoring internals, add WebCryptoJames M Snell
2020-10-062020-10-06, Version 12.19.0 'Erbium' (LTS)Shelley Vohr
2020-10-01doc: sort md references in ASCII orderAntoine du Hamel
2020-10-01doc: use .md extension for internal linksAntoine du Hamel
2020-09-30doc: align to function signatureanlex N
2020-09-27doc: set encoding to hex before piping hashVictor Antonio Barzana Crespo
2020-09-22doc: update crypto.createSecretKey accepted typesFilip Skokan
2020-09-20doc: standardize on _backward_Rich Trott
2020-09-16doc: fix broken link in crypto.mdRich Trott
2020-09-082020-09-08, Version 14.10.0 (Current)Richard Lau
2020-09-07doc: add link to safe integer definitionTobias Nießen
2020-09-07doc: format exponents betterTobias Nießen
2020-09-04crypto: add randomInt functionOli Lalonde
2020-08-18doc: deprecate (doc-only) crypto.Certificate()Rich Trott
2020-08-18doc: remove "is recommended from crypto legacy API textRich Trott
2020-08-12doc: remove typo in crypto.mdRich Trott
2020-08-09doc: use _Static method_ instead of _Class Method_Rich Trott
2020-08-07crypto: add OP flag constants added in OpenSSL v1.1.1Mateusz Krawczuk
2020-07-04doc: add a reference to the list of OpenSSL flags.Mateusz Krawczuk
2020-07-012020-06-30, Version 14.5.0 (Current)Shelley Vohr