added
c++
labels
Nov 14, 2018Closed
4 tasks
sam-github
changed the title
Tls cert details
TLS certificate object documentation and support for EC certificates
sam-github
added
semver-minor
labels
Nov 15, 2018Closed
4 tasks
This was referenced
Dec 8, 2018Closed
Closed
refack pushed a commit to refack/node that referenced this pull request
Jan 14, 2019PR-URL: nodejs#24358 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
refack pushed a commit to refack/node that referenced this pull request
Jan 14, 2019X.509 certs are provided to the user in a parsed object form by a number of TLS APIs. Include public key info for elliptic curves as well, not just RSA. - pubkey: the public key - bits: the strength of the curve - asn1Curve: the ASN.1 OID for the curve - nistCurve: the NIST nickname for the curve, if it has one PR-URL: nodejs#24358 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
refack pushed a commit to refack/node that referenced this pull request
Jan 14, 2019For symmetricality with the EC public key info, and because its useful. PR-URL: nodejs#24358 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
refack pushed a commit to refack/node that referenced this pull request
Jan 14, 2019Notable Changes:
* console,util:
* `console` functions now handle symbols as defined in the spec.
nodejs#23708
* The inspection `depth` default is now back at 2.
nodejs#24326
* dgram,net:
* Added ipv6Only option for `net` and `dgram`.
nodejs#23798
* http:
* Chosing between the http parser is now possible per runtime flag.
nodejs#24739
* readline:
* The `readline` module now supports async iterators.
nodejs#23916
* repl:
* The multiline history feature is removed.
nodejs#24804
* tls:
* Added min/max protocol version options.
nodejs#24405
* The X.509 public key info now includes the RSA bit size and the
elliptic curve. nodejs#24358
* url:
* `pathToFileURL()` now supports LF, CR and TAB.
nodejs#23720
* Windows:
* Tools are not installed using Boxstarter anymore.
nodejs#24677
* The install-tools scripts or now included in the dist.
nodejs#24233
* Added new collaborator:
* [antsmartian](https://github.com/antsmartian) - Anto Aravinth.
nodejs#24655
PR-URL: nodejs#24854
sam-github added a commit to sam-github/node that referenced this pull request
Mar 11, 2019Remove XXX, there has been an EC specific cert property since nodejs#24358
Closed
3 tasks
sam-github added a commit that referenced this pull request
Mar 18, 2019Closed
3 tasks
targos pushed a commit to targos/node that referenced this pull request
Mar 27, 2019Remove XXX, there has been an EC specific cert property since nodejs#24358 PR-URL: nodejs#26598 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
targos pushed a commit that referenced this pull request
Mar 27, 2019Closed
tniessen added a commit that referenced this pull request
Jan 13, 2022targos pushed a commit that referenced this pull request
Jan 14, 2022danielleadams pushed a commit that referenced this pull request
Feb 1, 2022