aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-07-01 12:39:51 +0200
committerRichard Levitte <levitte@openssl.org>2017-09-08 20:06:06 +0200
commit4e049e2c3658ee2bc6e63e696a3779d2f9eed377 (patch)
tree3991cd2f4d5fb0d64b515dcc5bcc8a12443454e7 /util
parenta8c5ed812d1537728807059b4182d358bb2ca7c1 (diff)
downloadopenssl-4e049e2c3658ee2bc6e63e696a3779d2f9eed377.tar.gz
Add UI functions to set result with explicit length and to retrieve the length
This allows completely arbitrary passphrases to be entered, including NUL bytes. Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/3821)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 8a276b96cd..30cea8c15f 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4390,3 +4390,6 @@ EVP_aria_128_gcm 4333 1_1_1 EXIST::FUNCTION:ARIA
EVP_aria_128_ccm 4334 1_1_1 EXIST::FUNCTION:ARIA
EVP_aria_192_gcm 4335 1_1_1 EXIST::FUNCTION:ARIA
CRYPTO_THREAD_glock_new 4336 1_1_1 EXIST::FUNCTION:
+UI_get_result_length 4337 1_1_1 EXIST::FUNCTION:
+UI_set_result_ex 4338 1_1_1 EXIST::FUNCTION:
+UI_get_result_string_length 4339 1_1_1 EXIST::FUNCTION: