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 option -S|--silent-ssl: Silence SSL output #913

Merged
merged 3 commits into from Mar 14, 2023

Conversation

TinCanTech
Copy link
Collaborator

Redirect SSL command error-output to /dev/null (2>/dev/null)

This requires batch made, otherwise output intended for the user is also redirected. In batch mode there is no output intended for the user.

Redirect SSL command error-output to /dev/null (2>/dev/null)

Requires batch mode, otherwise output intended for the user
is also redirected.  In batch mode there is no output intended
for the user.

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
@TinCanTech
Copy link
Collaborator Author

Force push: Correct typo in commit message.

@TinCanTech
Copy link
Collaborator Author

TinCanTech commented Mar 12, 2023

Unit test required.

Unit test: OpenVPN/easyrsa-unit-tests@65bfe8e

  • Passed.

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
@TinCanTech TinCanTech merged commit b1af5ee into OpenVPN:master Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--silent does not silence SSL output
1 participant