patrickpr / YAOG

Yet Another Openssl GUI : Qt based openssl GUI to create CSR, certificates, keys (RSA / DSA / EC)
GNU General Public License v3.0
106 stars 11 forks source link

3072 bit RSA keys #17

Open ftrodriguez opened 2 years ago

ftrodriguez commented 2 years ago

This is a great tool. I'm wondering if you ever plan to add support for 3072 bit RSA keys. Thanks.

TheBolt01 commented 2 years ago

You can type 3072 in the size field when making the key, even though that isn't on the list - and it will work.

sslmainwindow.cpp would just need this adding between line 31 & 32: ui->comboBoxKeySize->addItem("3072",3072);