]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: add function to extract X509 notBefore date in time_t
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 2 May 2025 12:42:28 +0000 (14:42 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 2 May 2025 14:01:32 +0000 (16:01 +0200)
commit626de9538e8efba2e95fc54b7b78ecef7b9689a3
treed731c82011d64b9ed38204f1d7a4248ce71ccafc
parent8a4b3216f94d0f18d37f0c4408edb1a141a643a2
MINOR: ssl: add function to extract X509 notBefore date in time_t

Add x509_get_notbefore_time_t() which returns the notBefore date in
time_t format.
include/haproxy/ssl_utils.h
src/ssl_utils.c