Couldn't fetch the linked file.
Resolve "SMIME Support"
Compare changes
Files
5+ 222
− 108
@@ -12,24 +12,33 @@ STACK_OF(X509)* create_stack_x509(X509 *arr, int len)
@@ -37,7 +46,6 @@ void OpenSSL_print_ver(void) {
@@ -52,22 +60,82 @@ int print_test(int a) {
@@ -86,21 +154,19 @@ char * OpenSSL_encrypt(const char *text, const char *pem) {
@@ -109,51 +175,55 @@ char * OpenSSL_encrypt(const char *text, const char *pem) {
@@ -164,38 +234,40 @@ char* OpenSSL_decrypt(const char *str, const char *pem) {
@@ -206,11 +278,12 @@ char * OpenSSL_sign(const char *text, const char *pem, const int detached)
@@ -242,22 +315,17 @@ char * OpenSSL_sign(const char *text, const char *pem, const int detached)
@@ -266,106 +334,152 @@ char * OpenSSL_sign(const char *text, const char *pem, const int detached)