Re: rpki-client: add check for RSA key pair modulus & public exponent (RFC 7935)

2023-03-06 Thread Theo Buehler
On Mon, Mar 06, 2023 at 02:50:14PM +, Job Snijders wrote: > On Mon, Mar 06, 2023 at 12:27:36PM +0100, Theo Buehler wrote: > > On Mon, Mar 06, 2023 at 10:52:31AM +, Job Snijders wrote: > > > RFC 7935 states in section 3: "The RSA key pairs used to compute the > > > signatures MUST have a

Re: rpki-client: add check for RSA key pair modulus & public exponent (RFC 7935)

2023-03-06 Thread Job Snijders
On Mon, Mar 06, 2023 at 12:27:36PM +0100, Theo Buehler wrote: > On Mon, Mar 06, 2023 at 10:52:31AM +, Job Snijders wrote: > > RFC 7935 states in section 3: "The RSA key pairs used to compute the > > signatures MUST have a 2048-bit modulus and a public exponent (e) of > > 65,537." > > > > The

Re: rpki-client: add check for RSA key pair modulus & public exponent (RFC 7935)

2023-03-06 Thread Theo Buehler
On Mon, Mar 06, 2023 at 10:52:31AM +, Job Snijders wrote: > Hi, > > RFC 7935 states in section 3: "The RSA key pairs used to compute the > signatures MUST have a 2048-bit modulus and a public exponent (e) of > 65,537." > > The below adds a check for that. That's a good first step. See