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:34:08 +0000 (22:34 +0100)
commite7dbb4edce65446b8cd69b86ca73a48a1d7ea02a
tree366c08610291a8ddfc10bf04cff6eae1c9f38663
parent13ed1afa923f4ffb553e389de08f26e9ce84e8a2
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)

(cherry picked from commit d61461a7525322d188f9c6e3f90cfc93916cc636)
ssl/ssl_rsa.c