Lines Matching +full:no +full:- +full:cms
5 CMS_add1_signer, CMS_SignerInfo_sign - add a signer to a CMS_ContentInfo signed data structure
9 #include <openssl/cms.h>
11 CMS_SignerInfo *CMS_add1_signer(CMS_ContentInfo *cms, X509 *signcert,
21 structure B<cms>.
24 CMS_sign() with the flag B<CMS_PARTIAL> set or in the case or re-signing a
41 over a CMS signed data structure where the simpler CMS_sign() function defaults
44 CMS_SignerInfo structure and the CMS attribute utility functions or the
45 CMS signed receipt request functions.
67 The SignedData structure includes several CMS signedAttributes including the
68 signing time, the CMS content type and the supported list of ciphers in an
69 SMIMECapabilities attribute. If B<CMS_NOATTR> is set then no signedAttributes
79 algorithms in preference order: 256 bit AES, Gost R3411-94, Gost 28147-89, 192
100 Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.