Synopsis
Declared in <openssl/pkcs7.h>
struct stack_st_X509;
Non-Member Functions
Name |
Description |
Create a CMS EnvelopedData or AuthEnvelopedData encrypting content for recipient certificates. |
|
Create a CMS EnvelopedData or AuthEnvelopedData encrypting content for recipient certificates. |
|
Return the signer certificates collected during a successful CMS_verify(). |
|
Return a new stack of all certificates carried in a CMS ContentInfo. |
|
Return the optional certificate stack embedded in a basic OCSP response. |
|
Return the untrusted certificate stack configured on the context. |
|
Return a copy of CA certificates (caPubs) from the last certRep. |
|
Return a copy of extraCerts received in the last CMP message. |
|
Return a copy of the newly obtained certificate chain from the last transaction. |
|
Create a caCerts ITAV containing a copy of the given CA certificate stack. |
|
Free a STACK_OF(X509) and the certificates it owns (sk_X509_pop_free). |
|
Create a PKCS#7 envelopedData encrypting |
|
Create a PKCS#7 envelopedData encrypting |
|
Return the signer certificates used by PKCS7_verify() without duplicating them. |
|
Return the verified peer certificate chain including the end‐entity certificate. |
|
Return the certificate chain as sent by the peer (not necessarily the verified chain). |
|
Load a stack of X.509 certificates from a PEM file for TSA configuration. |
|
Set the untrusted certificate stack used when verifying a time‐stamp token. |
|
Return the verified certificate chain built for |
|
Return the stack of untrusted certificates associated with a verification context. |
|
Return certificates from the store whose subject name matches |
|
Return a new reference to the verified certificate chain built for |
|
Return a new stack of every X.509 certificate currently cached in a store. |
|
Add a certificate to a stack of X.509 certificates under |
|
Append certificates from |
|
Build a certificate chain for |
|
Duplicate a certificate stack and up‐ref every certificate it contains. |
|
|
Find a certificate in a stack by issuer name and serial number. |
Find the first certificate in a stack whose subject name equals |
|
|
Validate that IP address blocks in |
|
Validate that AS identifiers in |
Created with MrDocs