Lines Matching +full:no +full:- +full:cms
5 CMS_sign, CMS_sign_ex - create a CMS SignedData structure
9 #include <openssl/cms.h>
20 CMS_sign_ex() creates and returns a CMS SignedData structure.
23 in the CMS structure (for example any intermediate CAs in the chain). The
56 required by the S/MIME specifications) if B<CMS_BINARY> is set no translation
60 The SignedData structure includes several CMS signedAttributes including the
61 signing time, the CMS content type and the supported list of ciphers in an
62 SMIMECapabilities attribute. If B<CMS_NOATTR> is set then no signedAttributes
67 algorithms in preference order: 256 bit AES, Gost R3411-94, Gost 28147-89, 192
101 If B<signcert> and B<pkey> are NULL then a certificates only CMS structure is
104 The function CMS_sign() is a basic CMS signing function whose output will be
135 Copyright 2008-2020 The OpenSSL Project Authors. All Rights Reserved.