openssl@3 fails #3230
Unanswered
mlja
asked this question in
Everyday usage
openssl@3 fails
#3230
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed some packages from brew and got a new version of openssl along with them. This now happens with it:
$ which openssl
/usr/local/opt/openssl@3/bin/openssl
$ openssl enc -blowfish -in thisisatest.txt -out thisisatest.enc -pass pass:abc
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
Error setting cipher BF-CBC
003ED11101000000:error:0308010C:digital envelope routines:inner_evp_generic_fetch:unsupported:crypto/evp/evp_fetch.c:349:Global default library context, Algorithm (BF-CBC : 14), Properties ()
Beta Was this translation helpful? Give feedback.
All reactions