Search found 1 match

by GenericUser
Sun Jul 05, 2009 10:37 am
Forum: PHP - Code
Topic: Problem on RSA_sign ... please help!!!
Replies: 0
Views: 214

Problem on RSA_sign ... please help!!!

Hello to everybody! I'm trying to rewrite the code below in php: #import <openssl/rsa.h> #import <openssl/bio.h> #import <openssl/pem.h>   unsigned char *privateKey = "...."; const char *clearText = "string test";         /* get private RSA */        BIO *privateBIO = BIO_new_mem...