Bug#861285: [Pkg-openssl-devel] Bug#861285: openssl enc -k path-for-keyphrase-file ...c does not fail if the keyphrase-file is missing.

2017-04-27 Thread Sebastian Andrzej Siewior
On 2017-04-27 08:46:10 [+0900], ISHIKAWA,chiaki wrote: > KFILE=path-for-passphrase-file (say, ~/mypass) > BNAME=file-to-be-encrypted > > openssl enc -k ${KFILE} -in ${BNAME} -out ${BNAME}.enc -aes-256-cbc > > To my surprise if ${KFILE} is missing, openssl does not complain > and seems to en

Bug#861285: openssl enc -k path-for-keyphrase-file ...c does not fail if the keyphrase-file is missing.

2017-04-26 Thread ISHIKAWA,chiaki
Package: openssl Version: 1.1.0e-1 Severity: major Tags: upstream Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? I ran the following command after setting up the environment variables appropriately. E.g.: