Minor enhancement to PR#2836 fix. Instead of modifying SSL_get_certificate
authorDr. Stephen Henson <steve@openssl.org>
Tue, 11 Sep 2012 13:34:08 +0000 (13:34 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 11 Sep 2012 13:34:08 +0000 (13:34 +0000)
commite5db9c3b67deb80e274f66e3832a9cfba931670c
treebd404aa6462b255b48eebc067dce714d803bd1db
parent2daceb0342c8ca3514f37796e7f983e232d63f2a
Minor enhancement to PR#2836 fix. Instead of modifying SSL_get_certificate
change the current certificate (in s->cert->key) to the one used and then
SSL_get_certificate and SSL_get_privatekey will automatically work.
CHANGES
ssl/ssl_lib.c
ssl/t1_lib.c