]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - CHANGES.md
Extended SSL_SESSION functions using time_t
[thirdparty/openssl.git] / CHANGES.md
index ee06c06c2e507cc9c48119372004a99b77956f4b..49bb7671b482a478cfb7ea7f5df7fdba0c212afd 100644 (file)
@@ -28,6 +28,12 @@ OpenSSL 3.3
 
 ### Changes between 3.2 and 3.3 [xx XXX xxxx]
 
+ * Added API functions SSL_SESSION_get_time_ex(), SSL_SESSION_set_time_ex()
+   using time_t which is Y2038 safe on 32 bit systems when 64 bit time
+   is enabled (e.g via setting glibc macro _TIME_BITS=64).
+
+   *Ijtaba Hussain*
+
  * The EVP_PKEY_fromdata function has been augmented to allow for the derivation
    of CRT (Chinese Remainder Theorem) parameters when requested.  See the
    OSSL_PKEY_PARAM_RSA_DERIVE_FROM_PQ param in the EVP_PKEY-RSA documentation.