OpenSSL is an open-source implementation of the SSL and TLS protocols.

learn more… | top users | synonyms

1
vote
0answers
271 views

Compatibility between OpenSSL 0.9.8r and OpenSSL FIPS Object Module v1.2?

I have a private key in PEM format that was generated by OpenSSL FIPS Object Module v1.2 using a proprietary third party tool (that I cannot avoid using). This third party tool encrypted the private ...
0
votes
0answers
7 views

how do I use a passphrase file with openssl pkeyutl -decrypt?

This is a question about pkeyutl, but I don't have enough reputation to make a new tag for it. I want to encrypt and decrypt small files (specifically: passwords for AES256) using openssl's pkeyutl ...