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

Engine method rsa #5463

Merged
merged 2 commits into from
Feb 27, 2016
Merged

Engine method rsa #5463

merged 2 commits into from
Feb 27, 2016

Commits on Feb 27, 2016

  1. constants: define ENGINE_METHOD_RSA

    constants.ENGINE_METHOD_RSA was documented, but not implemented.
    
    PR-URL: nodejs#5463
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    sam-github committed Feb 27, 2016
    Configuration menu
    Copy the full SHA
    292033b View commit details
    Browse the repository at this point in the history
  2. doc: correct name of engine methods

    ENGINE_METHOD_PKEY_METH and ENGINE_METHOD_PKEY_ASN1_METH are misspelled
    in the documentation, both should be ..._METHS.
    
    PR-URL: nodejs#5463
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    sam-github committed Feb 27, 2016
    Configuration menu
    Copy the full SHA
    513133c View commit details
    Browse the repository at this point in the history