diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-28 10:28:03 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-28 10:28:03 +0000 |
commit | ab03334f7ceb91469c7363cf0ce874be709af4c5 (patch) | |
tree | 5b5db01845b78740037a04438b8693da2d7be868 /lib/libcrypto/Symbols.list | |
parent | c6195fa0b5f05461c0adce9466b7727cccaf06a2 (diff) |
Provide CMS{,_SignerInfo}_get_version
Add accessors for the syntax versions of ContentInfo and SignerInfo.
These will be used soon in rpki-client for some more compliance checks.
ok job jsing
Diffstat (limited to 'lib/libcrypto/Symbols.list')
-rw-r--r-- | lib/libcrypto/Symbols.list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libcrypto/Symbols.list b/lib/libcrypto/Symbols.list index b9ce49b2779..f9f1b10c22d 100644 --- a/lib/libcrypto/Symbols.list +++ b/lib/libcrypto/Symbols.list @@ -557,6 +557,7 @@ CMS_SignerInfo_get0_md_ctx CMS_SignerInfo_get0_pkey_ctx CMS_SignerInfo_get0_signature CMS_SignerInfo_get0_signer_id +CMS_SignerInfo_get_version CMS_SignerInfo_set1_signer_cert CMS_SignerInfo_sign CMS_SignerInfo_verify @@ -597,6 +598,7 @@ CMS_get0_type CMS_get1_ReceiptRequest CMS_get1_certs CMS_get1_crls +CMS_get_version CMS_is_detached CMS_set1_eContentType CMS_set1_signers_certs |