sgallagher / sscg

Simple Signed Certificate Generator
GNU General Public License v3.0
77 stars 13 forks source link

Fix exponent list in test #23

Closed sgallagher closed 3 years ago

sgallagher commented 3 years ago

One of the exponents was a typo (7 instead of 17). 17 is no longer recommended as of OpenSSL 3.0, so drop it and replace the other exponents with their rsa.h aliases.

Signed-off-by: Stephen Gallagher sgallagh@redhat.com