#include <stdio.h>#include <stdlib.h>#include <openssl/bio.h>#include <openssl/asn1.h>#include <openssl/asn1t.h>#include <openssl/pem.h>#include <openssl/pkcs7.h>#include <openssl/x509.h>#include <openssl/err.h>Go to the source code of this file.
Functions | |
| int | PKCS7_add_attrib_smimecap (PKCS7_SIGNER_INFO *si, STACK_OF(X509_ALGOR)*cap) |
| STACK_OF (X509_ALGOR) | |
| int | PKCS7_simple_smimecap (STACK_OF(X509_ALGOR)*sk, int nid, int arg) |
| int | PKCS7_add_attrib_content_type (PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid) |
| int | PKCS7_add0_attrib_signing_time (PKCS7_SIGNER_INFO *si, ASN1_TIME *t) |
| int | PKCS7_add1_attrib_digest (PKCS7_SIGNER_INFO *si, const unsigned char *md, int mdlen) |
| int PKCS7_add0_attrib_signing_time | ( | PKCS7_SIGNER_INFO * | si, |
| ASN1_TIME * | t | ||
| ) |
Definition at line 138 of file pk7_attr.c.
| int PKCS7_add1_attrib_digest | ( | PKCS7_SIGNER_INFO * | si, |
| const unsigned char * | md, | ||
| int | mdlen | ||
| ) |
Definition at line 150 of file pk7_attr.c.
| int PKCS7_add_attrib_content_type | ( | PKCS7_SIGNER_INFO * | si, |
| ASN1_OBJECT * | coid | ||
| ) |
Definition at line 128 of file pk7_attr.c.
| int PKCS7_add_attrib_smimecap | ( | PKCS7_SIGNER_INFO * | si, |
| STACK_OF(X509_ALGOR)* | cap | ||
| ) |
Definition at line 69 of file pk7_attr.c.
| int PKCS7_simple_smimecap | ( | STACK_OF(X509_ALGOR)* | sk, |
| int | nid, | ||
| int | arg | ||
| ) |
Definition at line 97 of file pk7_attr.c.
| STACK_OF | ( | X509_ALGOR | ) |
Definition at line 82 of file pk7_attr.c.
1.8.2