summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/cms.h
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2025-04-14 17:32:06 +0000
committercvs2svn <admin@example.com>2025-04-14 17:32:06 +0000
commiteb8dd9dca1228af0cd132f515509051ecfabf6f6 (patch)
treeedb6da6af7e865d488dc1a29309f1e1ec226e603 /src/lib/libcrypto/hidden/openssl/cms.h
parent247f0352e0ed72a4f476db9dc91f4d982bc83eb2 (diff)
downloadopenbsd-tb_20250414.tar.gz
openbsd-tb_20250414.tar.bz2
openbsd-tb_20250414.zip
This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/cms.h')
-rw-r--r--src/lib/libcrypto/hidden/openssl/cms.h161
1 files changed, 0 insertions, 161 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/cms.h b/src/lib/libcrypto/hidden/openssl/cms.h
deleted file mode 100644
index a99c977755..0000000000
--- a/src/lib/libcrypto/hidden/openssl/cms.h
+++ /dev/null
@@ -1,161 +0,0 @@
1/* $OpenBSD: cms.h,v 1.4 2024/07/09 06:12:45 beck Exp $ */
2/*
3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
4 *
5 * Permission to use, copy, modify, and distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 */
17
18#ifndef _LIBCRYPTO_CMS_H
19#define _LIBCRYPTO_CMS_H
20
21#ifndef _MSC_VER
22#include_next <openssl/cms.h>
23#else
24#include "../include/openssl/cms.h"
25#endif
26#include "crypto_namespace.h"
27
28LCRYPTO_USED(CMS_ContentInfo_new);
29LCRYPTO_USED(CMS_ContentInfo_free);
30LCRYPTO_USED(d2i_CMS_ContentInfo);
31LCRYPTO_USED(i2d_CMS_ContentInfo);
32LCRYPTO_USED(CMS_ReceiptRequest_new);
33LCRYPTO_USED(CMS_ReceiptRequest_free);
34LCRYPTO_USED(d2i_CMS_ReceiptRequest);
35LCRYPTO_USED(i2d_CMS_ReceiptRequest);
36LCRYPTO_USED(CMS_ContentInfo_print_ctx);
37LCRYPTO_USED(CMS_get0_type);
38LCRYPTO_USED(CMS_get_version);
39LCRYPTO_USED(CMS_SignerInfo_get_version);
40LCRYPTO_USED(CMS_dataInit);
41LCRYPTO_USED(CMS_dataFinal);
42LCRYPTO_USED(CMS_get0_content);
43LCRYPTO_USED(CMS_is_detached);
44LCRYPTO_USED(CMS_set_detached);
45LCRYPTO_USED(PEM_read_bio_CMS);
46LCRYPTO_USED(PEM_read_CMS);
47LCRYPTO_USED(PEM_write_bio_CMS);
48LCRYPTO_USED(PEM_write_CMS);
49LCRYPTO_USED(CMS_stream);
50LCRYPTO_USED(d2i_CMS_bio);
51LCRYPTO_USED(i2d_CMS_bio);
52LCRYPTO_USED(BIO_new_CMS);
53LCRYPTO_USED(i2d_CMS_bio_stream);
54LCRYPTO_USED(PEM_write_bio_CMS_stream);
55LCRYPTO_USED(SMIME_read_CMS);
56LCRYPTO_USED(SMIME_write_CMS);
57LCRYPTO_USED(CMS_final);
58LCRYPTO_USED(CMS_sign);
59LCRYPTO_USED(CMS_sign_receipt);
60LCRYPTO_USED(CMS_data);
61LCRYPTO_USED(CMS_data_create);
62LCRYPTO_USED(CMS_digest_verify);
63LCRYPTO_USED(CMS_digest_create);
64LCRYPTO_USED(CMS_EncryptedData_decrypt);
65LCRYPTO_USED(CMS_EncryptedData_encrypt);
66LCRYPTO_USED(CMS_EncryptedData_set1_key);
67LCRYPTO_USED(CMS_verify);
68LCRYPTO_USED(CMS_verify_receipt);
69LCRYPTO_USED(CMS_get0_signers);
70LCRYPTO_USED(CMS_encrypt);
71LCRYPTO_USED(CMS_decrypt);
72LCRYPTO_USED(CMS_decrypt_set1_pkey);
73LCRYPTO_USED(CMS_decrypt_set1_key);
74LCRYPTO_USED(CMS_decrypt_set1_password);
75LCRYPTO_USED(CMS_get0_RecipientInfos);
76LCRYPTO_USED(CMS_RecipientInfo_type);
77LCRYPTO_USED(CMS_RecipientInfo_get0_pkey_ctx);
78LCRYPTO_USED(CMS_EnvelopedData_create);
79LCRYPTO_USED(CMS_add1_recipient_cert);
80LCRYPTO_USED(CMS_RecipientInfo_set0_pkey);
81LCRYPTO_USED(CMS_RecipientInfo_ktri_cert_cmp);
82LCRYPTO_USED(CMS_RecipientInfo_ktri_get0_algs);
83LCRYPTO_USED(CMS_RecipientInfo_ktri_get0_signer_id);
84LCRYPTO_USED(CMS_add0_recipient_key);
85LCRYPTO_USED(CMS_RecipientInfo_kekri_get0_id);
86LCRYPTO_USED(CMS_RecipientInfo_set0_key);
87LCRYPTO_USED(CMS_RecipientInfo_kekri_id_cmp);
88LCRYPTO_USED(CMS_RecipientInfo_set0_password);
89LCRYPTO_USED(CMS_add0_recipient_password);
90LCRYPTO_USED(CMS_RecipientInfo_decrypt);
91LCRYPTO_USED(CMS_RecipientInfo_encrypt);
92LCRYPTO_USED(CMS_uncompress);
93LCRYPTO_USED(CMS_compress);
94LCRYPTO_USED(CMS_set1_eContentType);
95LCRYPTO_USED(CMS_get0_eContentType);
96LCRYPTO_USED(CMS_add0_CertificateChoices);
97LCRYPTO_USED(CMS_add0_cert);
98LCRYPTO_USED(CMS_add1_cert);
99LCRYPTO_USED(CMS_get1_certs);
100LCRYPTO_USED(CMS_add0_RevocationInfoChoice);
101LCRYPTO_USED(CMS_add0_crl);
102LCRYPTO_USED(CMS_add1_crl);
103LCRYPTO_USED(CMS_get1_crls);
104LCRYPTO_USED(CMS_SignedData_init);
105LCRYPTO_USED(CMS_add1_signer);
106LCRYPTO_USED(CMS_SignerInfo_get0_pkey_ctx);
107LCRYPTO_USED(CMS_SignerInfo_get0_md_ctx);
108LCRYPTO_USED(CMS_get0_SignerInfos);
109LCRYPTO_USED(CMS_SignerInfo_set1_signer_cert);
110LCRYPTO_USED(CMS_SignerInfo_get0_signer_id);
111LCRYPTO_USED(CMS_SignerInfo_cert_cmp);
112LCRYPTO_USED(CMS_set1_signers_certs);
113LCRYPTO_USED(CMS_SignerInfo_get0_algs);
114LCRYPTO_USED(CMS_SignerInfo_get0_signature);
115LCRYPTO_USED(CMS_SignerInfo_sign);
116LCRYPTO_USED(CMS_SignerInfo_verify);
117LCRYPTO_USED(CMS_SignerInfo_verify_content);
118LCRYPTO_USED(CMS_add_smimecap);
119LCRYPTO_USED(CMS_add_simple_smimecap);
120LCRYPTO_USED(CMS_add_standard_smimecap);
121LCRYPTO_USED(CMS_signed_get_attr_count);
122LCRYPTO_USED(CMS_signed_get_attr_by_NID);
123LCRYPTO_USED(CMS_signed_get_attr_by_OBJ);
124LCRYPTO_USED(CMS_signed_get_attr);
125LCRYPTO_USED(CMS_signed_delete_attr);
126LCRYPTO_USED(CMS_signed_add1_attr);
127LCRYPTO_USED(CMS_signed_add1_attr_by_OBJ);
128LCRYPTO_USED(CMS_signed_add1_attr_by_NID);
129LCRYPTO_USED(CMS_signed_add1_attr_by_txt);
130LCRYPTO_USED(CMS_signed_get0_data_by_OBJ);
131LCRYPTO_USED(CMS_unsigned_get_attr_count);
132LCRYPTO_USED(CMS_unsigned_get_attr_by_NID);
133LCRYPTO_USED(CMS_unsigned_get_attr_by_OBJ);
134LCRYPTO_USED(CMS_unsigned_get_attr);
135LCRYPTO_USED(CMS_unsigned_delete_attr);
136LCRYPTO_USED(CMS_unsigned_add1_attr);
137LCRYPTO_USED(CMS_unsigned_add1_attr_by_OBJ);
138LCRYPTO_USED(CMS_unsigned_add1_attr_by_NID);
139LCRYPTO_USED(CMS_unsigned_add1_attr_by_txt);
140LCRYPTO_USED(CMS_unsigned_get0_data_by_OBJ);
141LCRYPTO_USED(CMS_get1_ReceiptRequest);
142LCRYPTO_USED(CMS_ReceiptRequest_create0);
143LCRYPTO_USED(CMS_add1_ReceiptRequest);
144LCRYPTO_USED(CMS_ReceiptRequest_get0_values);
145LCRYPTO_USED(CMS_RecipientInfo_kari_get0_alg);
146LCRYPTO_USED(CMS_RecipientInfo_kari_get0_reks);
147LCRYPTO_USED(CMS_RecipientInfo_kari_get0_orig_id);
148LCRYPTO_USED(CMS_RecipientInfo_kari_orig_id_cmp);
149LCRYPTO_USED(CMS_RecipientEncryptedKey_get0_id);
150LCRYPTO_USED(CMS_RecipientEncryptedKey_cert_cmp);
151LCRYPTO_USED(CMS_RecipientInfo_kari_set0_pkey);
152LCRYPTO_USED(CMS_RecipientInfo_kari_get0_ctx);
153LCRYPTO_USED(CMS_RecipientInfo_kari_decrypt);
154LCRYPTO_USED(CMS_SharedInfo_encode);
155LCRYPTO_USED(ERR_load_CMS_strings);
156#if defined(LIBRESSL_NAMESPACE)
157extern LCRYPTO_USED(CMS_ContentInfo_it);
158extern LCRYPTO_USED(CMS_ReceiptRequest_it);
159#endif
160
161#endif /* _LIBCRYPTO_CMS_H */