l-ra / openeet

EET Client library - open source implementation of client library for EET
Apache License 2.0
36 stars 19 forks source link

shell: OpenSSL syntax #1

Closed alpirossl closed 8 years ago

alpirossl commented 8 years ago

Script openeet/shell/create-signed-message.php throwing "-pkeyopt command before -inkey" error due to syntax on lines 38 and 108 in some OpenSSL versions.

Can be resolved by a slight change from: ."| openssl pkeyutl -sign -pkeyopt digest:SHA256 -inkey $keyFile " to: ."| openssl pkeyutl -sign -inkey $keyFile -pkeyopt digest:SHA256 "