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-08-31tls: allow reading data into a static bufferAndrey Pechkurov
2021-08-09tls: validate "rejectUnauthorized: undefined"Matteo Collina
2021-06-11tls: validate ticket keys bufferAntoine du Hamel
2021-06-11tls: fix session and keylog add listener segfaultNitzan Uziely
2021-05-01tls: forward new SecureContext optionsAlba Mendez
2020-07-17tls: make 'createSecureContext' honor more optionsMateusz Krawczuk
2020-07-17tls: remove unnecessary close listenerRobert Nagy
2020-06-30lib: improve debuglog() performanceBrian White
2020-06-02tls: emit `session` after verifying certificateFedor Indutny
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-05-16tls: fix --tls-keylog optionAlba Mendez
2020-05-11tls: reset secureConnecting on client socketDavid Halls
2020-04-28tls: add highWaterMark option for connectrickyes
2020-04-27http2: wait for secureConnect before initializingbcoe
2020-04-27tls: move getAllowUnauthorized to internal/optionsJames M Snell
2020-03-24net: make readable/writable start as trueRobert Nagy
2020-02-29stream: fix multiple destroy callsRobert Nagy
2020-02-23tls: expose SSL_export_keying_materialsimon
2020-01-08lib: add RegExp primordialsSebastien Ahkrin
2019-12-25tls: add PSK supportDenys Otrishko
2019-12-17tls: for...of in _tls_common.jsTrivikram Kamat
2019-12-11lib: replace every Symbol.for by SymbolFor primordialsSebastien Ahkrin
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-03tls: implement capture rejections for 'secureConnection' eventMatteo Collina
2019-12-01tls: introduce ERR_TLS_INVALID_CONTEXTRich Trott
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-20tls: cli option to enable TLS key logging to fileSam Roberts
2019-11-12tls: replace var with letDaniil Pletnev
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-10-04tls: honor pauseOnConnect optionRobert Jensen
2019-09-29tls: simplify setSecureContext() option parsingcjihrig
2019-09-24tls: add option to override signature algorithmsAnton Gerasimov
2019-08-17tls: allow client-side sockets to be half-openedLuigi Pinca
2019-06-10crypto: add debug info client emit secureConnectDaniel Bevenius
2019-05-31errors: create internal connResetExceptionRich Trott
2019-05-25tls: support the hints optionLuigi Pinca
2019-05-23tls: set tlsSocket.servername as early as possibleoyyd
2019-05-19tls: support `net.Server` optionsLuigi Pinca
2019-05-15tls: expose keylog event on TLSSocketAlba Mendez
2019-05-02tls,cli: add --trace-tls command-line flagcjihrig
2019-05-02tls: support enableTrace in TLSSocket()cjihrig
2019-05-02tls: simplify enableTrace logiccjihrig
2019-04-29tls: allow enabling the TLS debug traceSam Roberts
2019-04-15lib: require globals instead of using the global proxyJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-04errors: add more information in case of invalid callbacksRuben Bridgewater
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-29tls: return an OpenSSL error from renegotiateSam Roberts
2019-03-25tls: remove usage of public require('util')dnlup
2019-03-20tls: support TLSv1.3Sam Roberts