openssl/crypto/dsa
Vitezslav Cizek 3afd38b277 DSA: Check for sanity of input parameters
dsa_builtin_paramgen2 expects the L parameter to be greater than N,
otherwise the generation will get stuck in an infinite loop.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7493)
2018-10-30 07:53:25 +10:00
..
build.info
dsa_ameth.c
dsa_asn1.c
dsa_depr.c
dsa_err.c Pick a q size consistent with the digest for DSA param generation 2018-04-05 15:44:24 +01:00
dsa_gen.c DSA: Check for sanity of input parameters 2018-10-30 07:53:25 +10:00
dsa_key.c
dsa_lib.c Harmonize the error handling codepath 2018-09-05 15:22:35 +03:00
dsa_locl.h
dsa_meth.c
dsa_ossl.c Timing vulnerability in DSA signature generation (CVE-2018-0734). 2018-10-29 07:46:20 +10:00
dsa_pmeth.c Remove DSA digest length checks when no digest is passed 2018-07-29 21:26:29 +02:00
dsa_prn.c
dsa_sign.c Update copyright year 2018-09-11 13:45:17 +01:00
dsa_vrf.c