-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
Hi, thanks for making handling certificates easy in Swift with this package!
I am just wondering if it is reasonable to extend the capability of CMS to enable the encryption and decryption capabilities to achieve the similar functionalities to their counterparts in OpenSSL:
CMS_ContentInfo *CMS_encrypt(STACK_OF(X509) *certs, BIO *in,
const EVP_CIPHER *cipher, unsigned int flags);
int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert,
BIO *dcont, BIO *out, unsigned int flags);
Thanks again.
Metadata
Metadata
Assignees
Labels
No labels