On Fri, 2022-01-28 at 21:18 +, Stuart Henderson wrote:
> On 2022-01-28, Laura Smith wrote:
> > ‐‐‐ Original Message ‐‐‐
> >
> > On Friday, January 28th, 2022 at 14:43, dansk puffer
> > wrote:
> >
> > > Are there any major security differences between libressl and openssl
> > > now
> On Jan 28, 2022, at 11:53 AM, Laura Smith
> wrote:
>
> ‐‐‐ Original Message ‐‐‐
>
>> On Friday, January 28th, 2022 at 14:43, dansk puffer
>> wrote:
>>
>> Are there any major security differences between libressl and openssl
>> nowadays? From what I read the situation for opens
On 2022-01-28, Laura Smith wrote:
> ‐‐‐ Original Message ‐‐‐
>
> On Friday, January 28th, 2022 at 14:43, dansk puffer
> wrote:
>
>> Are there any major security differences between libressl and openssl
>> nowadays? From what I read the situation for openssl improved and some Linux
>> d
On Fri, 28 Jan 2022 14:43:04 +, dansk puffer wrote:
> Are there any major security differences between libressl and openssl
> nowadays? From what I read the situation for openssl improved and
> some Linux distros switched back to openssl again with mostly?
> OpenBSD remaining to use libressl
> On Jan 28, 2022, at 9:46 AM, dansk puffer wrote:
>
> Are there any major security differences between libressl and openssl
> nowadays? From what I read the situation for openssl improved and some Linux
> distros switched back to openssl again with mostly? OpenBSD remaining to use
> libre
Are there any major security differences between libressl and openssl nowadays?
From what I read the situation for openssl improved and some Linux distros
switched back to openssl again with mostly? OpenBSD remaining to use libressl.
Dieter Rauschenberger:
> This was serveral years ago before Libressl was invented. Now I wanted
> to decrypt the docs with:
>
> openssl enc -aes-256-cbc -d < FOO.aes256 > FOO
>
> This did not work. The password did not work anymore.
The default message digest function used for key derivation ch
Hi Jeff
openssl enc -aes-256-cbc -d -md md5 < FOO.aes256 > FOO
did the trick. Thank you very much.
-Dieter
On Wed, Dec 04, 2019 at 01:12:08PM -0500, Jeffrey Walton wrote:
> On Wed, Dec 4, 2019 at 1:05 PM Dieter Rauschenberger
> wrote:
> >
> > i have encrypted several documents with
> >
> > ope
On Wed, Dec 4, 2019 at 1:05 PM Dieter Rauschenberger
wrote:
>
> i have encrypted several documents with
>
> openssl enc -aes-256-cbc -e < FOO > FOO.aes256
>
> This was serveral years ago before Libressl was invented. Now I wanted
> to decrypt the docs with:
>
> openssl enc -aes-256-cbc -d < FOO.ae
Hi,
i have encrypted several documents with
openssl enc -aes-256-cbc -e < FOO > FOO.aes256
This was serveral years ago before Libressl was invented. Now I wanted
to decrypt the docs with:
openssl enc -aes-256-cbc -d < FOO.aes256 > FOO
This did not work. The password did not work anymore. I had
10 matches
Mail list logo