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-02-26crypto: validate `this` value for `webcrypto.getRandomValues`Antoine du Hamel
2022-01-17benchmark: remove unreachable code from crypto/hash-stream-creationRich Trott
2021-10-16benchmark: increase crypto DSA keygen paramsBrian White
2021-04-08crypto: reconcile oneshot sign/verify sync and async implementationsFilip Skokan
2021-04-03crypto: add buffering to randomIntTobias Nießen
2021-01-07crypto: implement randomuuidJames M Snell
2020-10-08crypto: refactoring internals, add WebCryptoJames M Snell
2020-03-10benchmark: remove special test entriesRuben Bridgewater
2020-03-10benchmark: add `test` and `all` options and improve errors"Ruben Bridgewater
2020-02-11Revert "benchmark: add `test` and `all` options and improve errors"Anna Henningsen
2020-02-11Revert "benchmark: remove special test entries"Anna Henningsen
2020-02-09benchmark: remove special test entriesRuben Bridgewater
2020-02-09benchmark: add `test` and `all` options and improve errorsRuben Bridgewater
2020-01-28crypto: improve randomBytes() performanceBrian White
2020-01-01benchmark: use let instead of var in cryptodnlup
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-07benchmark: refactor for consistent styleRich Trott
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-10-09benchmark,doc,lib,src,test,tools: fix typosBrandon Smith
2018-06-02test: run crypto benchmark only once in testsRich Trott
2018-02-01benchmark: (crypto) refactorRuben Bridgewater
2017-09-20benchmark: var to constRuben Bridgewater
2017-09-11crypto: fix Node_SignFinalDavid Benjamin
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-06-12benchmark: fix some RegExp nitsVse Mozhet Byt
2017-04-20benchmark: reduce string concatenationsVse Mozhet Byt
2017-04-04benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt
2017-03-10benchmark: fix punycode and get-ciphers benchmarkBartosz Sosnowski
2017-03-06benchmark: remove forced optimization from cryptoBartosz Sosnowski
2016-08-10benchmark: favor === over ==Rich Trott
2016-06-21crypto,tls: perf improvements for crypto and tls getCiphersJames M Snell
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-02benchmark: refactor to eliminate redeclared varsRich Trott
2016-02-28tools,benchmark: increase lint complianceRich Trott
2016-02-22benchmark: use strict modeRich Trott
2015-04-04benchmark: add rsa/aes-gcm performance testShigeki Ohtsu
2015-04-04benchmark: add/remove hash algorithmShigeki Ohtsu
2013-05-14benchmark: hash streamisaacs
2013-02-20bench: Add bench-cryptoisaacs