]> git.ipfire.org Git - thirdparty/openssl.git/commit
Move ossl_asn1_string_to_time_t() to libtestutil
authorshridhar kalavagunta <coolshrid@hotmail.com>
Thu, 11 Jan 2024 23:01:23 +0000 (17:01 -0600)
committerTomas Mraz <tomas@openssl.org>
Tue, 7 May 2024 10:07:49 +0000 (12:07 +0200)
commit57bb112c07116d1cdbf5bc8562ebb3e7990f291c
tree05e04e4c4a63d52c791dcfc324c7a19203fd4553
parent69bd5e4fff8ac9bf4dc3ed6fd87b5a5858edbb01
Move ossl_asn1_string_to_time_t() to libtestutil

It is not used anywhere else than in tests.

Fixes #22965

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23269)
crypto/asn1/a_time.c
include/crypto/asn1.h
test/asn1_time_test.c
test/build.info
test/ca_internals_test.c
test/testutil.h
test/testutil/helper.c [new file with mode: 0644]