summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-05-11 01:37:45 +0200
committerPauli <paul.dale@oracle.com>2020-06-24 12:05:41 +0200
commit5fdaa38febb7463dbd44f849b2930edcbd5f6bae (patch)
tree3763d73fb1ec5ae8d08de03e9107973e94ff8b5a /util
parenttest: add a test RNG. (diff)
downloadopenssl-5fdaa38febb7463dbd44f849b2930edcbd5f6bae.tar.xz
openssl-5fdaa38febb7463dbd44f849b2930edcbd5f6bae.zip
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)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 86110db2af..ee3aa6d97c 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5114,6 +5114,10 @@ EVP_default_properties_is_fips_enabled ? 3_0_0 EXIST::FUNCTION:
EVP_default_properties_enable_fips ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_new_raw_private_key_with_libctx ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_new_raw_public_key_with_libctx ? 3_0_0 EXIST::FUNCTION:
+OSSL_PARAM_BLD_push_time_t ? 3_0_0 EXIST::FUNCTION:
+OSSL_PARAM_construct_time_t ? 3_0_0 EXIST::FUNCTION:
+OSSL_PARAM_get_time_t ? 3_0_0 EXIST::FUNCTION:
+OSSL_PARAM_set_time_t ? 3_0_0 EXIST::FUNCTION:
OSSL_STORE_attach ? 3_0_0 EXIST::FUNCTION:
OSSL_STORE_LOADER_set_attach ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_CTX_set_rsa_pss_keygen_saltlen ? 3_0_0 EXIST::FUNCTION:RSA