]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/params.c
params: add OSSL_PARAM helpers for time_t.
authorPauli <paul.dale@oracle.com>
Sun, 10 May 2020 23:37:45 +0000 (09:37 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 24 Jun 2020 10:05:41 +0000 (20:05 +1000)
commit5fdaa38febb7463dbd44f849b2930edcbd5f6bae
tree3763d73fb1ec5ae8d08de03e9107973e94ff8b5a
parentf3a2570794b45f7f6391cb7f447b27c1ee758441
params: add OSSL_PARAM helpers for time_t.

POSIX mandates that time_t is a signed integer but it doesn't specify the
lenght.  Having wrappers lets uses ignore this.

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/11682)
crypto/param_build.c
crypto/params.c
doc/man3/OSSL_PARAM_int.pod
include/openssl/param_build.h
include/openssl/params.h
test/param_build_test.c
test/params_api_test.c
util/libcrypto.num