Topic: Question on Key Size.
Hello.
This article
https://www.wolfssl.com/strengthening-r … 2048-bits/
Says the new min is 2048...
And it applies to wc_MakeRsaKey()
Question:
Which version did that happen?
-and-
Is that part of the handshake, and even if the user has supplied a cert/key that is 1024, it will create the asymmetrical key of 2048?
-or-
Is this only for creating NEW cert/keys?
-or-
does this mean it will fail to load a certificate that was made with a 1024 bit key pair?
I ask because there are existing customers supplying certs that are 1024. So a firmware update which contains the newer version would (or would not) break any stored key they have currently loaded into the device?
<Code shown is not to scale>