Added const-time flag to DSA key decoding to avoid potential leak of privkey
authorSamuel Weiser <samuel.weiser@iaik.tugraz.at>
Fri, 29 Sep 2017 11:29:25 +0000 (13:29 +0200)
committerRich Salz <rsalz@openssl.org>
Fri, 29 Sep 2017 17:06:25 +0000 (13:06 -0400)
commit6364475a990449ef33fc270ac00472f7210220f2
tree65ee29c138c093dce915dcfb2d1bc38a6a0c76c1
parent681acb311bb7c68c9310d2e96bf2cf0e35443a22
Added const-time flag to DSA key decoding to avoid potential leak of privkey

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4440)
crypto/dsa/dsa_ameth.c