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

openssl dgst pass in actual key data from command line (not file name) #11203

Open
dnewby-allegion opened this issue Feb 28, 2020 · 0 comments
Open
Labels
triaged: feature The issue/pr requests/adds a feature
Milestone

Comments

@dnewby-allegion
Copy link

currently you can pass in the password for the key file with the -passin option, but there is no other way to pass in the actual key data other than providing the file name from the -sign parameter.

Having an option to pass in the key file data from a variable, stdin, etc similar to how the -passin option is used would be useful.

IE
openssl dgst -sha256 -keyin "key:$r" -sign "data.bin"

@dnewby-allegion dnewby-allegion added the issue: feature request The issue was opened to request a feature label Feb 28, 2020
@mattcaswell mattcaswell added triaged: feature The issue/pr requests/adds a feature and removed issue: feature request The issue was opened to request a feature labels Mar 2, 2020
@t8m t8m added this to the Post 3.0.0 milestone Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged: feature The issue/pr requests/adds a feature
Projects
None yet
Development

No branches or pull requests

3 participants