]> git.ipfire.org Git - thirdparty/openssl.git/commit
Params: add argument to the _from_text calls to indicate if the param exists.
authorPauli <paul.dale@oracle.com>
Mon, 10 Feb 2020 03:29:49 +0000 (13:29 +1000)
committerRichard Levitte <levitte@openssl.org>
Fri, 21 Feb 2020 12:04:25 +0000 (13:04 +0100)
commit2ee0dfa684d5fbda5758136807e2732bd4f85139
tree5560e23cc1c6316981d61bc19a105cd54c198d5f
parent7b5108dff4cfde059ca278147a188fb6254603d1
Params: add argument to the _from_text calls to indicate if the param exists.

The extra argument is a integer pointer and is optional.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11049)
apps/lib/apps.c
crypto/evp/pkey_kdf.c
crypto/evp/pkey_mac.c
crypto/evp/pmeth_lib.c
crypto/params_from_text.c
doc/man3/OSSL_PARAM_allocate_from_text.pod
include/openssl/params.h
providers/fips/self_test_kats.c
test/evp_test.c