sign problem

2014-11-24 Thread Amir Reda
dear all i have a problem with c++ code for sign some data here is the code BIO *sgerr = NULL; const char szPath[MAX_FILE_NAME_SIZE] = sgerr.pem; sgerr = BIO_new_file(szPath,wb); couti'm in sign digestendl; //create private key EVP_PKEY *priv_key = NULL;

RE: sign problem

2014-11-24 Thread Scott Neugroschl
...@openssl.org] On Behalf Of Amir Reda Sent: Monday, November 24, 2014 10:10 AM To: openssl-users@openssl.org Subject: sign problem dear all i have a problem with c++ code for sign some data here is the code  BIO *sgerr = NULL;       const char szPath[MAX_FILE_NAME_SIZE] = sgerr.pem;       sgerr

sign problem

2014-11-18 Thread Amir Reda
dear all i made an application a client server the client send a certificate request and server reply with the certificate and it creates a encrypted shared key and some data and sign the digest of the shared key and data my problem is 1- in SignDigest() in EVP_DigestSignFinal(mdctx, NULL,

RE: sign problem

2014-11-18 Thread Scott Neugroschl
That looks like a debugger message, not an actual error from the code. From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Amir Reda Sent: Tuesday, November 18, 2014 10:29 AM To: openssl-users@openssl.org Subject: sign problem dear all i made

Re: sign problem

2014-11-18 Thread Niraj Sorathiya
@openssl.org *Subject:* sign problem dear all i made an application a client server the client send a certificate request and server reply with the certificate and it creates a encrypted shared key and some data and sign the digest of the shared key and data my problem is 1- in SignDigest

Re: sign problem

2014-11-18 Thread Amir Reda
[mailto: owner-openssl-us...@openssl.org] *On Behalf Of *Amir Reda *Sent:* Tuesday, November 18, 2014 10:29 AM *To:* openssl-users@openssl.org *Subject:* sign problem dear all i made an application a client server the client send a certificate request and server reply with the certificate