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

Unsupported characters: Correct check and warning message #649

Merged
merged 1 commit into from
Aug 21, 2022

Commits on Aug 20, 2022

  1. Unsupported characters: Correct check and warning message

    Since the introduction of 'escape_hazard()' function, all characters
    except (`) backtick are supported.
    
    This patch brings vars.example in line with the warning in easyrsa and
    also only warns about backtick.
    
    It is possible that curly brace '{}' may also cause OpenSSL to behave
    strangely. However, the strange behaviour, which I previously observed,
    may have been rectified by OpenSSL.
    
    Signed-off-by: Richard T Bonhomme <[email protected]>
    TinCanTech committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    8a07023 View commit details
    Browse the repository at this point in the history