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: fix to check ext method for shared lib #800

Closed
wants to merge 1 commit into from

Commits on Feb 11, 2015

  1. crypto: fix to check ext method for shared lib

    In the case of using openssl with shared library,
    reinterpret_cast<X509V3_EXT_I2V>(i2v_GENERAL_NAMES)) refers plt
    pointer so that SafeX509ExtPrint returns false.
    Fix it to check it with method of NID_subject_alt_name
    
    This patch originally was created by Fedor Indutny
    and Ben Noordhuis
    
    Fixes: nodejs#617
    Shigeki Ohtsu committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    99b1733 View commit details
    Browse the repository at this point in the history