]> git.ipfire.org Git - thirdparty/pdns.git/commit
auth: Use a realistic RSA key size for testing rsasha256 via the API 7280/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 13 Dec 2018 10:00:25 +0000 (11:00 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 13 Dec 2018 10:00:25 +0000 (11:00 +0100)
commit0c9e1375398aa2454b0105c9cdc899a5f248b723
tree6c0cd4ed940544437fd8488029c324dd41c404a3
parent556fe9560def4374f9390025ec7f7a35201d5789
auth: Use a realistic RSA key size for testing rsasha256 via the API

We used to request the creation of a 256-bit RSA key, which OpenSSL
refuses from 1.1.1 onward. 1.1.0 used to accept everything larger
than 16 bits (!) but in 1.1.1 512 (RSA_MIN_MODULUS_BITS) is the
minimum.
regression-tests.api/test_cryptokeys.py