pyca / pyopenssl

A Python wrapper around the OpenSSL library
https://pyopenssl.org/
Apache License 2.0
882 stars 421 forks source link

generate_key report error #1364

Open zhanglei327 opened 19 hours ago

zhanglei327 commented 19 hours ago

image

reaperhulk commented 18 hours ago

OpenSSL does not support the generation of DSA keys of that length any more. You will need to do at least 512-bit, although that should never be used in production as the key size is insufficient (you need 2048+ and preferably not DSA).