diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2000-01-20 01:37:17 +0000 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2000-01-20 01:37:17 +0000 |
commit | 6e6bc352b18ae230833580018b246d9a7ce331a6 (patch) | |
tree | 0a4bc7f589e513c956925ca9c3d8650bdd61aa10 /util | |
parent | 77b47b903684020d07d16519b2a74cc58668fb20 (diff) | |
download | openssl-new-6e6bc352b18ae230833580018b246d9a7ce331a6.tar.gz |
Finish off the X509_ATTRIBUTE string stuff.
Diffstat (limited to 'util')
-rwxr-xr-x | util/libeay.num | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/util/libeay.num b/util/libeay.num index 618298465e..2fa6c513f7 100755 --- a/util/libeay.num +++ b/util/libeay.num @@ -2178,3 +2178,17 @@ BIO_number_written 2202 BIO_number_read 2203 X509_STORE_CTX_rget_chain 2204 ERR_load_RAND_strings 2205 +RAND_pseudo_bytes 2206 +X509_REQ_get_attr_by_NID 2207 +X509_REQ_get_attr 2208 +X509_REQ_radd_attr_by_NID 2209 +X509_REQ_get_attr_by_OBJ 2210 +X509at_radd_attr_by_NID 2211 +X509_REQ_radd_attr_by_OBJ 2212 +X509_REQ_get_attr_count 2213 +X509_REQ_radd_attr 2214 +X509_REQ_delete_attr 2215 +X509at_radd_attr_by_OBJ 2216 +X509_REQ_radd_attr_by_txt 2217 +X509_ATTRIBUTE_create_by_txt 2218 +X509at_radd_attr_by_txt 2219 |