summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAndreas Karlsson <andreas@proxel.se>2016-07-02 01:19:39 +0200
committerRich Salz <rsalz@openssl.org>2016-07-02 15:30:13 -0400
commit9d6daf99c286d260e50278f63ddb7d164462256e (patch)
tree6e1f87e2da166a1cce848c4421f6f75053317a9e /tools
parent3426de2262caee3283b88c40308b99009182fcd1 (diff)
Fix broken loading of client CAs
The SSL_load_client_CA_file() failed to load any CAs due to an inccorrect assumption about the return value of lh_*_insert(). The return value when inserting into a hash is the old value of the key. The bug was introduced in 3c82e437bb3af822ea13cd5a24bab0745c556246. Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1279)
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions