Message292199
The PR doesn't fix all bugs with the current approach. In the auto-handshake case, the struct members peer_cert and handshake_done are not set correctly. I'll look into the matter. Perhaps I can set them in the handshake or verify callback.
if (self->peer_cert)
X509_free (self->peer_cert);
self->peer_cert = SSL_get_peer_certificate(self->ssl);
self->handshake_done = 1; |
|
Date |
User |
Action |
Args |
2017-04-24 07:32:49 | christian.heimes | set | recipients:
+ christian.heimes, njs |
2017-04-24 07:32:49 | christian.heimes | set | messageid: <1493019169.15.0.810159415023.issue30141@psf.upfronthosting.co.za> |
2017-04-24 07:32:49 | christian.heimes | link | issue30141 messages |
2017-04-24 07:32:48 | christian.heimes | create | |
|