OSSL_PARAM_construct_utf8_string computes the string length.
authorPauli <paul.dale@oracle.com>
Wed, 4 Sep 2019 09:27:08 +0000 (19:27 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 4 Sep 2019 09:41:22 +0000 (19:41 +1000)
commit7f588d20cd9ed2bb0ee2577a4523453964f532b0
tree02b81ea1b5152c87e1b0ebe802dc2581df6fcfa5
parent550f974a09942ace37cf3cf14021ea5e51e6dd11
OSSL_PARAM_construct_utf8_string computes the string length.

If the passed string length is zero, the function computes the string length
from the passed string.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9760)
crypto/crmf/crmf_pbm.c
crypto/evp/p_lib.c
crypto/evp/pkey_mac.c
crypto/kdf/sskdf.c
crypto/kdf/tls1_prf.c
crypto/modes/siv128.c
crypto/params.c
doc/man3/EVP_MAC.pod
doc/man3/OSSL_PARAM_int.pod
test/evp_test.c