"rsa->meth->rsa_sign" method in Openssl 1.1.1g

2020-07-21 Thread prudvi raj
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

Re: TLSv1.3, AES and Apache2 on opensuse leap 15.2

2020-07-21 Thread Matt Caswell
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

Re: TLSv1.3, AES and Apache2 on opensuse leap 15.2

2020-07-21 Thread cryptearth
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