Use the callbacks from the SSL object instead of the SSL_CTX object
authorPauli <paul.dale@oracle.com>
Tue, 7 Mar 2017 05:36:16 +0000 (15:36 +1000)
committerRichard Levitte <levitte@openssl.org>
Fri, 10 Mar 2017 21:31:50 +0000 (22:31 +0100)
commitd61461a7525322d188f9c6e3f90cfc93916cc636
treee4571a9425a68b311bcb25b460da38e7f025fe27
parentfb68fba05f1b43cc9715fdb99e573b000bdb7969
Use the callbacks from the SSL object instead of the SSL_CTX object

... in functions dealing with the SSL object rather than the context.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2870)
ssl/ssl_rsa.c