Home
last modified time | relevance | path

Searched refs:CMS (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-12.1/crypto/openssl/doc/man3/
H A DCMS_sign.pod5 CMS_sign - create a CMS SignedData structure
16 CMS_sign() creates and returns a CMS SignedData structure. B<signcert> is
18 B<certs> is an optional additional set of certificates to include in the CMS
51 The SignedData structure includes several CMS signedAttributes including the
52 signing time, the CMS content type and the supported list of ciphers in an
91 If B<signcert> and B<pkey> are NULL then a certificates only CMS structure is
94 The function CMS_sign() is a basic CMS signing function whose output will be
H A DCMS_decrypt.pod5 CMS_decrypt - decrypt content from a CMS envelopedData structure
16 CMS_decrypt() extracts and decrypts the content from a CMS EnvelopedData
27 needed to locate the appropriate (of possible several) recipients in the CMS
45 example looking them up in a database) and setting them in the CMS structure
46 in advance using the CMS utility functions such as CMS_set1_pkey(). In this
H A DCMS_sign_receipt.pod5 CMS_sign_receipt - create a CMS signed receipt
17 CMS_sign_receipt() creates and returns a CMS signed receipt structure. B<si> is
21 in the CMS structure (for example any intermediate CAs in the chain).
H A DCMS_add1_signer.pod41 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
H A DCMS_add1_recipient_cert.pod5 CMS_add1_recipient_cert, CMS_add0_recipient_key - add recipients to a CMS enveloped data structure
36 The main purpose of this function is to provide finer control over a CMS
40 CMS_RecipientInfo structure and the CMS attribute utility functions.
H A DSMIME_write_CMS.pod5 SMIME_write_CMS - convert CMS structure to S/MIME format
15 SMIME_write_CMS() adds the appropriate MIME headers to a CMS
47 SMIME_write_CMS() always base64 encodes CMS structures, there should be an
H A DBIO_new_CMS.pod5 BIO_new_CMS - CMS streaming filter BIO
17 automatically translated to a BER format CMS structure of the appropriate type.
50 a CMS structure on the fly.
H A DCMS_get0_SignerInfos.pod8 - CMS signedData signer functions
25 associated with a CMS signedData structure.
52 CMS. It will then obtain the signer certificate by some unspecified means
H A DCMS_verify_receipt.pod5 CMS_verify_receipt - verify a CMS signed receipt
17 CMS_verify_receipt() verifies a CMS signed receipt. B<rcms> is the signed
H A DCMS_uncompress.pod5 CMS_uncompress - uncompress a CMS CompressedData structure
15 CMS_uncompress() extracts and uncompresses the content from a CMS
H A DCMS_encrypt.pod5 CMS_encrypt - create a CMS envelopedData structure
16 CMS_encrypt() creates and returns a CMS EnvelopedData structure. B<certs>
75 The recipients specified in B<certs> use a CMS KeyTransRecipientInfo info
H A DCMS_get0_type.pod5 CMS_get0_type, CMS_set1_eContentType, CMS_get0_eContentType, CMS_get0_content - get and set CMS con…
23 structure. It should be called with CMS functions (such as L<CMS_sign>, L<CMS_encrypt>)
H A DCMS_compress.pod5 CMS_compress - create a CMS CompressedData structure
15 CMS_compress() creates and returns a CMS CompressedData structure. B<comp_nid>
H A DCMS_get0_RecipientInfos.pod10 - CMS envelopedData RecipientInfo routines
42 structures associated with a CMS EnvelopedData structure.
H A DCMS_verify.pod5 CMS_verify, CMS_get0_signers - verify a CMS SignedData structure
18 CMS_verify() verifies a CMS SignedData structure. B<cms> is the CMS_ContentInfo
H A DCMS_add0_cert.pod6 - CMS certificate and CRL utility functions
H A DCMS_get1_ReceiptRequest.pod5 …_ReceiptRequest, CMS_get1_ReceiptRequest, CMS_ReceiptRequest_get0_values - CMS signed receipt requ…
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dcms.pod6 cms - CMS utility
126 actual CMS type is <B>EnvelopedData<B>.
163 Create a CMS B<Data> type.
171 Create a CMS B<DigestedData> type.
175 Verify a CMS B<DigestedData> type and output the content.
214 format change this to expect PEM and DER format CMS structures
215 instead. This currently only affects the input format of the CMS
216 structure, if no CMS structure is being input (for example with
233 format change this to write PEM and DER format CMS structures
235 structure, if no CMS structure is being output (for example with
[all …]
/freebsd-12.1/crypto/heimdal/doc/
H A Dhx509.texi183 * CMS signing and encryption::
202 CMS signing and encryption
204 * CMS background::
244 Encrypted (shared secret encrypted), CMS SignedData (certificate
245 signed), and CMS EnvelopedData (certificate encrypted).
251 @chapter What is X.509, PKIX, PKCS7 and CMS ?
687 @node CMS signing and encryption, CMS background, Application requirements, Top
688 @chapter CMS signing and encryption
694 @node CMS background, Certificate matching, CMS signing and encryption, Top
695 @section CMS background
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp570 CellMapShadow *CMS; member in __anon64be325d0511::HexagonGenInsert
600 if (!CMS->BT.reached(&B)) in buildOrderingMF()
628 RegisterCellLexCompare LexCmp(BVO, *CMS); in buildOrderingBT()
646 const BitTracker::RegisterCell &RC = CMS->lookup(VR); in isConstant()
658 const BitTracker::RegisterCell &RC = CMS->lookup(VR); in isSmallConstant()
703 const BitTracker::RegisterCell &RC = CMS->lookup(VR); in findSelfReference()
713 BitTracker::RegisterCell RC = CMS->lookup(VR); in findNonSelfReference()
807 const BitTracker::RegisterCell &RC = CMS->lookup(VR); in findRecordInsertForms()
833 RegisterCellBitCompareSel RCB(VR, S+L, L, BVO, *CMS); in findRecordInsertForms()
936 if (!CMS->BT.reached(B)) in collectInBlock()
[all …]
/freebsd-12.1/crypto/heimdal/lib/asn1/
H A DChangeLog483 * Makefile.am: Remove CMS symmetric encryption support. Add
488 * k5.asn1: Remove CMS symmetric encryption support.
1122 * CMS.asn1: add signedAndEnvelopedData oid
1126 * CMS.asn1: add pkcs7 oids
1181 * CMS.asn1: remove no longer used commented out elements
1251 * CMS.asn1: correct usage of IMPORT
1261 * CMS.asn1: add EncryptedData
1280 * CMS.asn1: add CMS symmetrical parameters moved to k5.asn1
1293 * CMS.asn1: add CBCParameter and RC2CBCParameter
1423 * CMS.asn1: move ContentInfo to CMS
[all …]
H A Dcms.asn14 CMS DEFINITIONS ::= BEGIN
/freebsd-12.1/crypto/heimdal/lib/hx509/
H A Dhxtool-commands.in105 help = "use subject name for CMS Identifier"
537 help = "type of CMS algorithm"
541 help = "Print available CMS crypto types"
547 help = "type of CMS algorithm"
561 help = "Print selected CMS type"
/freebsd-12.1/crypto/openssl/crypto/cms/
H A Dcms_io.c45 IMPLEMENT_PEM_rw_const(CMS, CMS_ContentInfo, PEM_STRING_CMS, CMS_ContentInfo) in IMPLEMENT_PEM_rw_const() argument
/freebsd-12.1/crypto/openssl/
H A DNEWS123 o CMS Null dereference (CVE-2016-7053)
241 o CMS verify infinite loop with unknown hash function (CVE-2015-1792)
269 o CMS support for RSA-PSS, RSA-OAEP, ECDH and X9.42 DH.
364 o Support for password based recipient info for CMS.
371 o Fix for CMS/PKCS#7 MMA CVE-2012-0884
423 o CMS support: able to process all examples in RFC4134
424 o Streaming ASN1 encode support for PKCS#7 and CMS.
425 o Multiple signer and signer add support for PKCS#7 and CMS.
433 o PKCS#7 and CMS GOST support.
481 o Backport of CMS functionality to 0.9.8.

12