zeroc-ice / icecertutils

Python library for creating certificates

Home Page:https://zeroc.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

do not hardcode dsaparam numbits

pepone opened this issue · comments

commented

self.run("openssl", "dsaparam", 1024, outform="PEM", out=self.keysize)

We should not hardcode the numbits used to generated the DSA parameter, furthermore 1024 is not accepted with recent OpenSSL versions that require to use 2048 bit or more.