Resolve "SMIME Support"
Compare changes
Files
4+ 16
− 2
@@ -70,9 +70,10 @@ array_with_length *create_list_of_errors() {
@@ -93,6 +94,8 @@ result * OpenSSL_encrypt(const char *text, const char *pem) {
@@ -145,6 +148,7 @@ deinit:
@@ -159,6 +163,8 @@ result * OpenSSL_decrypt(const char *str, const char *pem_cert, const char *pem_
@@ -228,6 +234,8 @@ result * OpenSSL_sign(const char *text, const char *pem_cert, const char *pem_ke
@@ -296,6 +304,7 @@ deinit:
@@ -306,6 +315,7 @@ result * OpenSSL_verify(const char *text, char **pem_cert, const int num_certs)
@@ -323,6 +333,7 @@ result * OpenSSL_verify(const char *text, char **pem_cert, const int num_certs)
@@ -372,10 +383,13 @@ deinit: