-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added supported version of OpenSSL to README.md
Alerted to this by issue #5 'OpenSSL option -no-CAstore only seems to be supported on OpenSSL 3.0' Currently do not see any harm in a simple removal of '-no-CAstore' for openssl-verify toward older version. For 'openssl verify' command, according to this man page website (https://www.openssl.org/docs/man1.1.1/man1/openssl-verify.html ): In v1.0.2, there is no '-no-CAstore' option In v1.1.1b, strangely, '-no-CAstore' is there, where I based my work on. In v1.1.1k, there is no '-no-CAstore' option In v3.0, oops, THERE IT IS! Both of us must be getting ahead of ourselves here.
- Loading branch information
egberts
committed
Mar 10, 2022
1 parent
8c0229d
commit 97b4074
Showing
3 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters