While upgrading to openssl 1.1.1 from 1.0.2k .
I came across this code snippet :
if (rsa->flags & RSA_FLAG_SIGN_VER)
return rsa->meth->rsa_sign (type, m, lLen, sigret, siglen, rsa);
>From Docs :
Enhance RSA_METHOD structure. Now there are two extra methods, rsa_sign
and rsa_verify. Whe
On 21/07/2020 09:42, cryptearth wrote:
> Hello RĂ¼diger,
>
> I got the same reply on the opensuse forums.
> Yes, it does "fix" my "issue", but as the reply on the forums noted:
> AES128 is mandatory for a 1.3 compliant implementation,
AES128 is mandatory-to-implement for an RFC compliant implem
Hello RĂ¼diger,
I got the same reply on the opensuse forums.
Yes, it does "fix" my "issue", but as the reply on the forums noted:
AES128 is mandatory for a 1.3 compliant implementation, as for why: I
guess we all can come up with some three letter shorts without
mentioning them by name.
As for