citronneur / node-rdpjs

Remote Desktop Protocol for Node.js
GNU General Public License v3.0
887 stars 154 forks source link

replacing the deprecated crypto.createCredentials() with tls.createSecureContext() #25

Closed ya7ya closed 7 years ago

ya7ya commented 7 years ago

Node API docs noting that createCredential is deprecated

It was replaced with tls.createSecureContext().