/freebsd/crypto/openssl/doc/man3/ |
H A D | CMS_sign.pod | 5 CMS_sign, CMS_sign_ex - create a CMS SignedData structure 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 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 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
|
H A D | CMS_sign_receipt.pod | 5 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 D | CMS_add1_signer.pod | 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
|
H A D | CMS_decrypt.pod | 7 - decrypt content from a CMS envelopedData structure 23 CMS_decrypt() extracts the decrypted content from a CMS EnvelopedData 57 needed to locate the appropriate (of possible several) recipients in the CMS 75 example looking them up in a database) and setting them in the CMS structure 76 in advance using the CMS utility functions such as CMS_set1_pkey(),
|
H A D | SMIME_write_CMS.pod | 5 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 D | BIO_new_CMS.pod | 5 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 D | CMS_add0_cert.pod | 6 - CMS certificate and CRL utility functions 36 It may be given both for inclusion when signing a CMS message 37 and when verifying a signed CMS message.
|
H A D | CMS_add1_recipient_cert.pod | 5 CMS_add1_recipient, CMS_add1_recipient_cert, CMS_add0_recipient_key - add recipients to a CMS envel… 45 The main purpose of this function is to provide finer control over a CMS 49 CMS_RecipientInfo structure and the CMS attribute utility functions.
|
H A D | CMS_get0_SignerInfos.pod | 8 - 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 D | CMS_verify_receipt.pod | 5 CMS_verify_receipt - verify a CMS signed receipt 17 CMS_verify_receipt() verifies a CMS signed receipt. B<rcms> is the signed
|
H A D | CMS_uncompress.pod | 5 CMS_uncompress - uncompress a CMS CompressedData structure 15 CMS_uncompress() extracts and uncompresses the content from a CMS
|
H A D | CMS_get0_type.pod | 5 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(3)>,
|
H A D | CMS_encrypt.pod | 5 CMS_encrypt_ex, CMS_encrypt - create a CMS envelopedData structure 19 CMS_encrypt_ex() creates and returns a CMS EnvelopedData or 79 The recipients specified in B<certs> use a CMS KeyTransRecipientInfo info
|
H A D | CMS_compress.pod | 5 CMS_compress - create a CMS CompressedData structure 15 CMS_compress() creates and returns a CMS CompressedData structure. B<comp_nid>
|
H A D | CMS_signed_get_attr.pod | 17 - CMS signed and unsigned attribute functions 171 =item CMS Signed Attributes 183 =item CMS Unsigned Attributes 198 For CMS attribute rules see RFC 5652 Section 11.
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 52 CMS_SignerInfo_verify 54 3_0_0 EXIST::FUNCTION:CMS 93 CMS_ContentInfo_free 95 3_0_0 EXIST::FUNCTION:CMS 114 CMS_get1_ReceiptRequest 116 3_0_0 EXIST::FUNCTION:CMS 125 CMS_signed_get_attr 127 3_0_0 EXIST::FUNCTION:CMS 163 CMS_RecipientInfo_kari_get0_ctx 166 3_0_0 EXIST::FUNCTION:CMS 186 CMS_SignerInfo_get0_signer_id 190 3_0_0 EXIST::FUNCTION:CMS 203 CMS_add1_ReceiptRequest 207 3_0_0 EXIST::FUNCTION:CMS 238 CMS_RecipientInfo_ktri_get0_algs 243 3_0_0 EXIST::FUNCTION:CMS 247 CMS_SignerInfo_set1_signer_cert 252 3_0_0 EXIST::FUNCTION:CMS 301 CMS_signed_get_attr_count 307 3_0_0 EXIST::FUNCTION:CMS [all …]
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-cms.pod.in | 6 openssl-cms - CMS command 126 This command handles data in CMS format such as S/MIME v3.1 email messages. 172 actual CMS type is B<EnvelopedData>. 216 Create a CMS B<DigestedData> type. 220 Verify a CMS B<DigestedData> type and output the content. 224 Create a CMS B<CompressedData> type. OpenSSL must be compiled with B<zlib> 229 Uncompress a CMS B<CompressedData> type and output the content. OpenSSL must be 235 Encrypt content using supplied symmetric key and algorithm using a CMS 240 Decrypt content using supplied symmetric key and algorithm using a CMS 245 Create a CMS B<Data> type. [all …]
|
/freebsd/crypto/heimdal/doc/ |
H A D | hx509.texi | 183 * CMS signing and encryption:: 202 CMS signing and encryption 204 * CMS background:: 241 handle CMS messages (crypto system used in S/MIME and Kerberos PK-INIT) 243 validation, OCSP and CRL validation, PKCS10 message construction, CMS 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 ? 531 @node Application requirements, CMS signing and encryption, Issuing CRLs, Top 687 @node CMS signing and encryption, CMS background, Application requirements, Top [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 573 CellMapShadow *CMS; member in __anon7f002ed80511::HexagonGenInsert 598 if (!CMS->BT.reached(&B)) in buildOrderingMF() 622 RegisterCellLexCompare LexCmp(BVO, *CMS); in buildOrderingBT() 640 const BitTracker::RegisterCell &RC = CMS->lookup(VR); in isConstant() 652 const BitTracker::RegisterCell &RC = CMS->lookup(VR); in isSmallConstant() 697 const BitTracker::RegisterCell &RC = CMS->lookup(VR); in findSelfReference() 707 BitTracker::RegisterCell RC = CMS->lookup(VR); in findNonSelfReference() 796 const BitTracker::RegisterCell &RC = CMS->lookup(VR); in findRecordInsertForms() 822 RegisterCellBitCompareSel RCB(VR, S+L, L, BVO, *CMS); in findRecordInsertForms() 866 const BitTracker::RegisterCell &AC = CMS->lookup(SrcR); in findRecordInsertForms() [all …]
|
/freebsd/crypto/openssl/demos/cms/ |
H A D | sign.txt | 3 Test OpenSSL CMS Signed Content
|
H A D | encr.txt | 3 Sample OpenSSL Data for CMS encryption
|
/freebsd/crypto/openssl/test/ |
H A D | smcont.txt | 1 Somewhat longer test content for OpenSSL CMS utility to handle, and a bit longer...
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | ChangeLog | 435 * CMS.asn1 (CMSVersion): rename versions from v0 to CMSVersion_v0, 483 * Makefile.am: Remove CMS symmetric encryption support. Add 488 * k5.asn1: Remove CMS symmetric encryption support. 561 * CMS.asn1: Turn CMSRC2CBCParameter.rc2ParameterVersion into a 824 * CMS.asn1: handle IMPLICIT and share some common structures 1122 * CMS.asn1: add signedAndEnvelopedData oid 1126 * CMS.asn1: add pkcs7 oids 1181 * CMS.asn1: remove no longer used commented out elements 1202 * CMS.asn1: RecipientIdentifier and SignerIdentifier is the same 1211 * CMS.asn1: add {RC2CBC,}CBCParameter here where they belong [all …]
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err_all_legacy.c | 66 IMPLEMENT_LEGACY_ERR_LOAD(CMS)
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_KDF-X942-ASN1.pod | 14 This kdf is used by Cryptographic Message Syntax (CMS). 54 In CMS this is the user keying material.
|