Make default_method mostly compile-time
authorRich Salz <rsalz@openssl.org>
Fri, 7 Apr 2017 16:39:02 +0000 (12:39 -0400)
committerRich Salz <rsalz@openssl.org>
Sat, 27 May 2017 17:07:07 +0000 (13:07 -0400)
commitb4d6f713d6c5b55a2887d79435490a503da39ae5
tree1f7933ed63dec011d5728e369f34b5bc1c317347
parentab6abae63c701d6d3a5760d881b9bee235620e4b
Make default_method mostly compile-time

Document thread-safety issues

Cherry-pick from 076fc55527a1499391fa6de109c8387895199ee9 but
keeps the RSA_null method.

Reviewed-by: Geoff Thorpe <geoff@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3146)
12 files changed:
apps/speed.c
crypto/dh/dh_key.c
crypto/dh/dh_lib.c
crypto/dsa/dsa_lib.c
crypto/dsa/dsa_ossl.c
crypto/rsa/rsa_lib.c
crypto/rsa/rsa_ossl.c
crypto/ui/ui_lib.c
crypto/ui/ui_openssl.c
doc/crypto/DH_set_method.pod
doc/crypto/DSA_set_method.pod
doc/crypto/RSA_set_method.pod