]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - CHANGES.md
Add appropriate lower bound checks for GeneralizedTime and UTCTime
[thirdparty/openssl.git] / CHANGES.md
index 49bb7671b482a478cfb7ea7f5df7fdba0c212afd..962186be752d642f244410e887e10aa332053eaa 100644 (file)
@@ -34,6 +34,12 @@ OpenSSL 3.3
 
    *Ijtaba Hussain*
 
+ * The d2i_ASN1_GENERALIZEDTIME(), d2i_ASN1_UTCTIME(), ASN1_TIME_check(), and
+   related functions have been augmented to check for a minimum length of
+   the input string, in accordance with ITU-T X.690 section 11.7 and 11.8.
+
+   *Job Snijders*
+
  * 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.