-
-
Notifications
You must be signed in to change notification settings - Fork 626
Closed
Labels
Description
Invited
@nodejs/lts
When
🎉 It didn't happen! 🎉
Where
NOWHERE
Agenda
nodejs/node
- crypto: allow adding extra certs to well-known CAs #9139
- Approval to land on v4 and v6
- Is this important enough to release v4.8 as the next
Argon
release /cc @sam-github- Did you notice I found a good use for the code names there! 🎉
In closed environments, self-signed or privately signed certificates are
commonly used, and rejected by Node.js since their root CAs are not
well-known. Allow extending the set of well-known compiled-in CAs via
environment, so they can be set as a matter of policy.
- backport util.inspect.custom #9688
Add a util.inspect.Custom Symbol which can be used to customize util.inspect() output. Providing obj[util.inspect.Custom] works like providing obj.inspect, except that the former allows avoiding name clashes with other inspect() methods.
Minutes
Yeah no...