commit | 0c20802c6a6008b28bfb0eac67d69f536edc60a7 | [log] [tgz] |
---|---|---|
author | Viktor Dukhovni <openssl-users@dukhovni.org> | Tue Feb 02 00:37:41 2016 -0500 |
committer | Viktor Dukhovni <openssl-users@dukhovni.org> | Tue Feb 02 23:24:12 2016 -0500 |
tree | 4791be792befcf693011fd98dfd0ec6bd54b9c16 | |
parent | 43d6702de97d2d5b5b825ffea772b9f55635688c [diff] |
Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handling Also fix option processing in pkeyutl to allow use of (formerly) "out-of-order" switches that were needless implementation limitations. Handle documented "ENGINE" form with -keyform and -peerform. Better handling of OPENSSL_NO_ENGINE and OPENSSL_NO_RSA. RT2018 Reviewed-by: Rich Salz <rsalz@openssl.org>