Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2018 12:06:17 -0800
From:      Doug Hardie <bc979@lafn.org>
To:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   OpenSSL issue with 12.0
Message-ID:  <301BB987-72B3-407F-B497-F109D4FA5BB1@mail.sermon-archive.info>

next in thread | raw e-mail | index | archive | help
If I encrypt a file on 11.1 using aes256:

master# openssl enc -aes256 -in xxx.c -out xxx.enc

Then transfer xxx.enc to 12.0 and try to decrypt it, I get garbage with =
a couple of what appear to be warnings:

test# openssl enc -d -aes256 -in xxx.enc
enter aes-256-cbc decryption password:
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
=
s??6@TU?lPD?]+?'RPB????^?"?wHC?^q=DB=B8??p5YkZ?t?????/?i????B????#?%?8'??!=
NAZ`!?m??K^

Is this a bug, or intended behavior?  I find nothing that appears to be =
related to this in either UPDATING or on the openssl.org web site.

-- Doug




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?301BB987-72B3-407F-B497-F109D4FA5BB1>