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-08-23net,tls: pass a valid socket on `tlsClientError`Daeyeon Jeong
2022-07-12lib: refactor to avoid unsafe regex primordialsAntoine du Hamel
2022-06-13tls: use `kEmptyObject`LiviaMedeiros
2022-06-13lib: use null-prototype objects for property descriptorsAntoine du Hamel
2022-02-14tls: avoid throw in onerror for bad TLSSocket objValters Jansons
2022-02-05lib: replace validator and errorMohammed Keyvanzadeh
2021-08-11tls: validate "rejectUnauthorized: undefined"Matteo Collina
2021-05-19lib: refactor to reuse validatorsRongjian Zhang
2021-04-23tls: validate ticket keys bufferAntoine du Hamel
2021-04-22tls: fix `tlsSocket.setMaxSendFragment` aborteladkeyshawn
2021-04-13tls: fix session and keylog add listener segfaultNitzan Uziely
2021-04-01net,tls: add abort signal support to connectNitzan Uziely
2021-02-02tls: add ability to get cert/peer cert as X509Certificate objectJames M Snell
2021-01-28lib: refactor to use validateObjectZiJian Liu
2021-01-15tls: use recently added matching SecureContext in default SNICallbackMateusz Krawczuk
2020-12-29lib: refactor to use validateCallbackZiJian Liu
2020-12-13tls: forward new SecureContext optionsAlba Mendez
2020-12-02tls: refactor to use more primordialsAntoine du Hamel
2020-10-28tls: allow reading data into a static bufferAndrey Pechkurov
2020-07-13tls: make 'createSecureContext' honor more optionsMateusz Krawczuk
2020-07-01tls: remove unnecessary close listenerRobert Nagy
2020-06-02tls: emit `session` after verifying certificateFedor Indutny
2020-05-31lib: improve debuglog() performanceBrian White
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-05-14tls: fix --tls-keylog optionAlba Mendez
2020-05-09tls: reset secureConnecting on client socketDavid Halls
2020-04-27tls: add highWaterMark option for connectrickyes
2020-04-23http2: wait for secureConnect before initializingbcoe
2020-04-22tls: 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