]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add tests for the posix time functions.
authorBob Beck <beck@openssl.org>
Sat, 4 Oct 2025 17:21:07 +0000 (11:21 -0600)
committerNeil Horman <nhorman@openssl.org>
Tue, 21 Oct 2025 16:19:00 +0000 (12:19 -0400)
commita5a7cc7593785bd7b8d790d8fb6c204cd2c265a7
tree708e2c8f02fdaedb070655f2b910627c81ed42f4
parent2fbc715b18840840f3fbc14ab507e852f93840d2
Add tests for the posix time functions.

These test both the posix time conversion funcitons, and the
underlying ASN1_TIME_adj and ASN1_TIME_to_tm that they underpin.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28748)
crypto/asn1/a_time_posix.c
include/openssl/posix_time.h
test/asn1_internal_test.c