]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add some tests for the OPENSSL_gmtime family of public API.
authorBob Beck <beck@openssl.org>
Wed, 8 Oct 2025 21:11:13 +0000 (15:11 -0600)
committerNeil Horman <nhorman@openssl.org>
Fri, 24 Oct 2025 14:59:04 +0000 (10:59 -0400)
commit9fa6e0c12cb35adb188aa518469e9ca84a7545c4
treef40ff56eff3e5e5790f52ee1bc705e6f7a82ff84
parentb632daa5255614db0a305cd2f4eaf84d1816b540
Add some tests for the OPENSSL_gmtime family of public API.

As well as some basic sanity testing for the internal asn1_time
conversion functions.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28949)
crypto/asn1/asn1_local.h
doc/man3/OPENSSL_gmtime.pod
include/crypto/asn1.h
test/asn1_internal_test.c
test/asn1_time_test.c