]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: add notBefore and notAfter utility functions
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 6 Dec 2024 16:42:19 +0000 (17:42 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 9 Dec 2024 17:29:23 +0000 (18:29 +0100)
commit5454824e31f179686ab21bde71195aaee506466c
treed7e3474af7a5d96d746de778c1b1d57cd027f859
parentc3ee4e375bb90d6ded7d9ebc01e26876d9c83799
MINOR: ssl: add notBefore and notAfter utility functions

Extracting notBefore and notAfter as a string can be bothersome,
add 2 utility functions that returns the value in a static buffer.
include/haproxy/ssl_utils.h
src/ssl_utils.c