aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-10-27 00:15:11 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-10-27 00:15:11 +0000
commit74400f7348c589bf9e7cd17f657c05b25f8758b1 (patch)
tree0f3af155bb1cf7cd0a717eab9a8183dae2bdf4ee /util
parent62ac2938015939e2ef30f12295f0ee59ff79c11b (diff)
downloadopenssl-74400f7348c589bf9e7cd17f657c05b25f8758b1.tar.gz
Continued multibyte character support.
Add a bunch of functions to simplify the creation of X509_NAME structures. Change the X509_NAME_entry_add stuff in req/ca so it no longer uses X509_NAME_entry_count(): passing -1 has the same effect.
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/libeay.num b/util/libeay.num
index 04d14eab86..939b6e90f5 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -1993,3 +1993,8 @@ EVP_PKEY_get_RSA 2017
EVP_PKEY_get_DH 2018
EVP_PKEY_get_DSA 2019
X509_PURPOSE_cleanup 2020
+ASN1_STRING_set_default_mask_asc 2021
+X509_NAME_add_entry_by_txt 2022
+X509_NAME_add_entry_by_NID 2023
+X509_NAME_add_entry_by_OBJ 2024
+X509_NAME_ENTRY_create_by_txt 2025