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

Introduce command 'set-pass' #756

Merged
merged 2 commits into from
Nov 13, 2022
Merged

Commits on Nov 10, 2022

  1. Current 'set-X-pass' commands do not support Edwards Curve cryptography.

    Replace all 'set-X-pass' commands with single 'set-pass' command.
    
    The new EasyRSA 'set-pass' command uses OpenSSL command 'pkey' to manipulate
    private keys.  OpenSSL 'pkey' command supports all EasyRSA cryptography.
    
    Retain compatibility with old commands.
    
    Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
    TinCanTech committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    d0019de View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. set_pass_legacy(): Remove $no_password "-nodes"

    Closes: OpenVPN#765
    
    Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
    TinCanTech committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    1aae9b3 View commit details
    Browse the repository at this point in the history