]> git.ipfire.org Git - thirdparty/openssl.git/commit
Correct value of DH_CHECK_PUBKEY_INVALID
authorMatt Caswell <matt@openssl.org>
Fri, 29 Jan 2016 09:38:06 +0000 (09:38 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 29 Jan 2016 11:53:32 +0000 (11:53 +0000)
commitcb389fe80462e20daba30835a9e86354451bd14f
tree5ca3c9d6f0308afaf4714723aa372b5f5012f8e2
parentec4479249d9c0b0a9e2ba6a8c59a0ed62530e954
Correct value of DH_CHECK_PUBKEY_INVALID

A new return value for DH_check_pub_key was recently added:
DH_CHECK_PUBKEY_INVALID. As this is a flag which can be ORed with other
return values it should have been set to the value 4 not 3.

RT#4278

Reviewed-by: Andy Polyakov <appro@openssl.org>
include/openssl/dh.h