commit | 416dc034670a539b170caa09dfbc066c15842c9a | [log] [tgz] |
---|---|---|
author | Glenn Strauss <gstrauss@gluelogic.com> | Thu Jun 30 00:38:53 2022 -0400 |
committer | David Horstmann <david.horstmann@arm.com> | Fri Jun 09 17:01:03 2023 +0100 |
tree | f1536947c568fbf89fb797d63179b6703cc3ad9d | |
parent | e5e8ba654e585e88dd127ff18a25cc093fb672c2 [diff] |
mbedtls_x509_time_cmp() compare mbedtls_x509_time Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
diff --git a/ChangeLog.d/mbedtls_x509_time.txt b/ChangeLog.d/mbedtls_x509_time.txt new file mode 100644 index 0000000..3eacc29 --- /dev/null +++ b/ChangeLog.d/mbedtls_x509_time.txt
@@ -0,0 +1,2 @@ +Features + * Improve mbedtls_x509_time performance and reduce memory use.