Add a certificate to a stack of X.509 certificates under flags.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| sk | Destination certificate stack. |
| cert | Certificate to add; must not be NULL. |
| flags | Combination of X509_ADD_FLAG_* controlling reference counting, order, and duplicates. |