diff options
author | tb <> | 2023-07-28 10:28:02 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 10:28:02 +0000 |
commit | 0c95ea0b6649ecf3b2740991ddf8d8f17000653d (patch) | |
tree | 4805fc669f5e6c6056eecb84f7c45e854cea9dd8 /src/lib/libcrypto/hidden | |
parent | 6f98a22b80d4b333c12ea143d5512c63291dfd62 (diff) | |
download | openbsd-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.h | 4 |
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); | |||
35 | LCRYPTO_USED(i2d_CMS_ReceiptRequest); | 35 | LCRYPTO_USED(i2d_CMS_ReceiptRequest); |
36 | LCRYPTO_USED(CMS_ContentInfo_print_ctx); | 36 | LCRYPTO_USED(CMS_ContentInfo_print_ctx); |
37 | LCRYPTO_USED(CMS_get0_type); | 37 | LCRYPTO_USED(CMS_get0_type); |
38 | LCRYPTO_USED(CMS_get_version); | ||
39 | LCRYPTO_USED(CMS_SignerInfo_get_version); | ||
38 | LCRYPTO_USED(CMS_dataInit); | 40 | LCRYPTO_USED(CMS_dataInit); |
39 | LCRYPTO_USED(CMS_dataFinal); | 41 | LCRYPTO_USED(CMS_dataFinal); |
40 | LCRYPTO_USED(CMS_is_detached); | 42 | LCRYPTO_USED(CMS_is_detached); |