ssl: modify libssl so that it uses OSSL_TIME
authorPauli <pauli@openssl.org>
Mon, 29 Aug 2022 04:17:25 +0000 (14:17 +1000)
committerPauli <pauli@openssl.org>
Tue, 13 Sep 2022 11:13:22 +0000 (21:13 +1000)
commitf0131dc04a39afcb1629f5bec2814ef3a4925bbf
treeef87562f06970c15ee98084df86beaec0f49c729
parent364c3b7b1ac3172dbe2108be23ae215b86ef8e08
ssl: modify libssl so that it uses OSSL_TIME

This is instead of time_t and struct timeval.  Some public APIs mandate a
presence of these two types, but they are converted to OSSL_TIME internally.

Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19082)
14 files changed:
ssl/d1_lib.c
ssl/quic/quic_impl.c
ssl/quic/quic_local.h
ssl/s3_lib.c
ssl/ssl_asn1.c
ssl/ssl_lib.c
ssl/ssl_local.h
ssl/ssl_sess.c
ssl/ssl_txt.c
ssl/statem/extensions_clnt.c
ssl/statem/extensions_srvr.c
ssl/statem/statem_clnt.c
ssl/statem/statem_srvr.c
ssl/t1_lib.c