• Bug#1034125: marked as done (unblock: mbedtls/2.28.2-1) (3/4)

    From Debian Bug Tracking System@21:1/5 to All on Mon Apr 10 18:30:01 2023
    [continued from previous message]

    diff --git a/include/mbedtls/x509_crl.h b/include/mbedtls/x509_crl.h
    index 895eca0d6..140502140 100644
    --- a/include/mbedtls/x509_crl.h
    +++ b/include/mbedtls/x509_crl.h
    @@ -95,6 +95,10 @@ mbedtls_x509_crl;
    /**
    * \brief Parse a DER-encoded CRL and append it to the chained list
    *
    + * \note If #MBEDTLS_USE_PSA_CRYPTO is enabled, the PSA crypto
    + * subsystem must have been initialized by calling
    + * psa_crypto_init() before calling this function.
    + *
    * \param chain points to the start of the chain
    * \param buf buffer holding the CRL data in DER format
    * \param buflen size of the buffer
    @@ -109,6 +113,10 @@ int mbedtls_x509_crl_parse_der(mbedtls_x509_crl *chain,
    *
    * \note Multiple CRLs are accepted only if using PEM format
    *
    + * \note If #MBEDTLS_USE_PSA_CRYPTO is enabled, the PSA crypto
    + * subsystem must have been initialized by calling
    + * psa_crypto_init() before calling this function.
    + *
    * \param chain points to the start of the chain
    * \param buf