Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto: improve crypto error messages #3100

Closed

Commits on Mar 25, 2016

  1. crypto: improve error messages

    Introduce a new MACRO to check if the data is a String object and
    update existing MACROs to include the actual object description to
    be printed in case of an error.
    
    PR-URL: nodejs#3100
    thefourtheye committed Mar 25, 2016
    Configuration menu
    Copy the full SHA
    001e88f View commit details
    Browse the repository at this point in the history
  2. test: check options to create{Server,SecureContext}

    Introduce a new test to validate the options being passed to
    `createServer` and `createSecureContext`.
    
    PR-URL: nodejs#3100
    thefourtheye committed Mar 25, 2016
    Configuration menu
    Copy the full SHA
    d9dabd2 View commit details
    Browse the repository at this point in the history