Conversation
c2c868b to
b874f2c
Compare
|
The time of ssl connect is "long" type before ,it was update to "time_t" type for 2038 year or latter , update the SSL_SESSION_get_time() , SSL_SESSION_set_time() and SSL_CTX_flush_sessions() for adapter this change. |
|
This is an API breaking change that cannot be done in 3.1. |
bff1e84 to
65b255d
Compare
SSL_CTX_flush_sessions() for adapt to "time_t" structure.
65b255d to
522c806
Compare
|
Hi Tomáš Mráz, |
|
An alternative approach is to introduce new functions which use time_t and then we can deprecated the existing functions. This PR won't be merged in its current form until we are at a release where a breaking API change is permitted so you don't need to worry that someone will merge this "early" without your testing being completed. |
|
Alternative proposal: #17786 (it's a WIP). |
Checklist