summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden
diff options
context:
space:
mode:
authortb <>2023-07-28 10:28:02 +0000
committertb <>2023-07-28 10:28:02 +0000
commit0c95ea0b6649ecf3b2740991ddf8d8f17000653d (patch)
tree4805fc669f5e6c6056eecb84f7c45e854cea9dd8 /src/lib/libcrypto/hidden
parent6f98a22b80d4b333c12ea143d5512c63291dfd62 (diff)
downloadopenbsd-0c95ea0b6649ecf3b2740991ddf8d8f17000653d.tar.gz
openbsd-0c95ea0b6649ecf3b2740991ddf8d8f17000653d.tar.bz2
openbsd-0c95ea0b6649ecf3b2740991ddf8d8f17000653d.zip
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 'src/lib/libcrypto/hidden')
-rw-r--r--src/lib/libcrypto/hidden/openssl/cms.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/cms.h b/src/lib/libcrypto/hidden/openssl/cms.h
index c777e857d8..0f450e603c 100644
--- a/src/lib/libcrypto/hidden/openssl/cms.h
+++ b/src/lib/libcrypto/hidden/openssl/cms.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: cms.h,v 1.1 2023/07/08 08:26:26 beck Exp $ */ 1/* $OpenBSD: cms.h,v 1.2 2023/07/28 10:28:02 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -35,6 +35,8 @@ LCRYPTO_USED(d2i_CMS_ReceiptRequest);
35LCRYPTO_USED(i2d_CMS_ReceiptRequest); 35LCRYPTO_USED(i2d_CMS_ReceiptRequest);
36LCRYPTO_USED(CMS_ContentInfo_print_ctx); 36LCRYPTO_USED(CMS_ContentInfo_print_ctx);
37LCRYPTO_USED(CMS_get0_type); 37LCRYPTO_USED(CMS_get0_type);
38LCRYPTO_USED(CMS_get_version);
39LCRYPTO_USED(CMS_SignerInfo_get_version);
38LCRYPTO_USED(CMS_dataInit); 40LCRYPTO_USED(CMS_dataInit);
39LCRYPTO_USED(CMS_dataFinal); 41LCRYPTO_USED(CMS_dataFinal);
40LCRYPTO_USED(CMS_is_detached); 42LCRYPTO_USED(CMS_is_detached);