Source code pulled from OpenBSD for LibreSSL - this includes most of the library and supporting code. The place to contribute to this code is via the OpenBSD CVS tree. Please mail patches to tech@openbsd.org, instead of submitting pull requests, since this tree is often rebased.
Hi Team,
This issue was observed while doing source code analysis that:
https://github.com/libressl-portable/openbsd/blob/master/src/lib/libcrypto/evp/e_old.c#L83
DES only supports a 56-bit keysize, which is too small given today'scomputers such as (CWE-327).
I think using a different patent-free encryption algorithm with a larger keysize, such as 3DES or AES.
Request team, to have a look.
Cheers!