summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-03-28 14:07:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-03-30 22:01:31 +0100
commit22f5bd3dd2a660f6f50ef86de78985b995c63a85 (patch)
tree32e86c5a8497761d4650514955e15aaab2371106 /util
parent94f4b4b31314c07a4b6c9898e14c1023a112d0d0 (diff)
New ASN1_TYPE SEQUENCE functions.
Add new functions ASN1_TYPE_pack_sequence and ASN1_TYPE_unpack_sequence: these encode and decode ASN.1 SEQUENCE using an ASN1_TYPE structure. Update ordinals. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libeay.num b/util/libeay.num
index 50ddb97404..54a4ccc244 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -4553,3 +4553,5 @@ OCSP_resp_get0_signature 4911 EXIST::FUNCTION:
OBJ_length 4912 EXIST::FUNCTION:
OBJ_get0_data 4913 EXIST::FUNCTION:
X509_NAME_ENTRY_set 4914 EXIST::FUNCTION:
+ASN1_TYPE_pack_sequence 4915 EXIST::FUNCTION:
+ASN1_TYPE_unpack_sequence 4916 EXIST::FUNCTION: