Message301384
| Author | christian.heimes |
|---|---|
| Recipients | Lukasa, christian.heimes |
| Date | 2017-09-05.22:12:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1504649550.51.0.496209309806.issue29781@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It should be possible to solve the issue w/o tracking the connection state manually. It doesn't work correctly with transparent negotiation -- that is implicit handshake with SSL_write(). SSL_is_init_finished() (https://www.openssl.org/docs/manmaster/man3/SSL_get_state.html) might be the right function. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-05 22:12:30 | christian.heimes | set | recipients: + christian.heimes, Lukasa |
| 2017-09-05 22:12:30 | christian.heimes | set | messageid: <1504649550.51.0.496209309806.issue29781@psf.upfronthosting.co.za> |
| 2017-09-05 22:12:30 | christian.heimes | link | issue29781 messages |
| 2017-09-05 22:12:30 | christian.heimes | create | |