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

Fix openssl req with -addext subjectAltName=dirName #23669

Commits on Feb 23, 2024

  1. Fix openssl req with -addext subjectAltName=dirName

    The syntax check of the -addext fails because the
    X509V3_CTX is used to lookup the referenced section,
    but the wrong configuration file is used, where only
    a default section with all passed in -addext lines is available.
    Thus it was not possible to use the subjectAltName=dirName:section
    as an -addext parameter.  Probably other extensions as well.
    
    This change affects only the syntax check, the real extension
    was already created with correct parameters.
    bernd-edlinger committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    93ae2ba View commit details
    Browse the repository at this point in the history