diff options
author | Pauli <paul.dale@oracle.com> | 2020-05-11 01:37:45 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2020-06-24 12:05:41 +0200 |
commit | 5fdaa38febb7463dbd44f849b2930edcbd5f6bae (patch) | |
tree | 3763d73fb1ec5ae8d08de03e9107973e94ff8b5a /util | |
parent | test: add a test RNG. (diff) | |
download | openssl-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.num | 4 |
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 |