certificate request formates compateble to sign

2010-09-09 Thread prasanth
Hi, what are the file extention formats like PEM, CSR ,P10 .. that can be signed by using openssl ca Thanks Alex __ OpenSSL Project http://www.openssl.org User Support Mailing List

RE: sending RSA public and private keys to calling function

2010-09-09 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of krishnamurthy santhanam > Sent: Thursday, 09 September, 2010 08:02 > My application will accept strings and interger. > we are replacing RSA bsafe library to openssl. using RSA bsafe, > we have generated the pr

extract private/public key from RSA_generate_key

2010-09-09 Thread krishnamurthy santhanam
Hi , Someone could y tell me how can I extract public and private keys from RSA structure returned by the function "RSA_generate_key"? I'm using openssl in my c simulation work and I must exchange public keys between simulated server and client, the encrypt and decrypt the message.. I cannot excha

Error caused by different encodings

2010-09-09 Thread daniel.richter
I am not sending this e-mail as a call for help, but more out of curiosity. I generated my own root CA, and when I try to certify my own public key, I get this error: "The stateOrProvinceName field needed to be the same in the CA certificate (PA) and the request (PA)" The problem seems to b

Re: sending RSA public and private keys to calling function

2010-09-09 Thread krishnamurthy santhanam
Hi Dave, Thanks for your detailed explanation. My application will accept strings and interger. we are replacing RSA bsafe library to openssl. using RSA bsafe, we have generated the private and public key in BER format. Then convert the keys, BER format into ASCII format to send the calling func

Re: how to sign gpgsm generated request certificates

2010-09-09 Thread kartik rustagi
Hi Prasanth, See if this helps: http://www.dylanbeattie.net/docs/openssl_iis_ssl_howto.html On Thu, Sep 9, 2010 at 10:33 AM, Prasanth Thandra wrote: > Hi, > > Please excuse for a long mail ... this my first mail to this group...i just > want make explain my problem more clearly.. > > i have ins