Neil Dugan wrote:
Dr. Stephen Henson wrote:
On Mon, Jul 27, 2009, Neil Dugan wrote:
Hi,
I have been trying to read the keys generated by "openssl genrsa ..."
and "openssl rsa -pubout ..." commands.
I successfully (according to the return code) read the private key with
if (in = BIO_new_f
Neil Dugan wrote:
Dr. Stephen Henson wrote:
On Mon, Jul 27, 2009, Neil Dugan wrote:
Hi,
I have been trying to read the keys generated by "openssl genrsa ..."
and "openssl rsa -pubout ..." commands.
I successfully (according to the return code) read the private key with
if (in = BIO_new_f
On Mon, Jul 27, 2009, Neil Dugan wrote:
> Dr. Stephen Henson wrote:
>> On Mon, Jul 27, 2009, Neil Dugan wrote:
>>> Hi,
>>>
>>> I have been trying to read the keys generated by "openssl genrsa ..." and
>>> "openssl rsa -pubout ..." commands.
>>>
>>> I successfully (according to the return code) re
Dr. Stephen Henson wrote:
On Mon, Jul 27, 2009, Neil Dugan wrote:
Hi,
I have been trying to read the keys generated by "openssl genrsa ..." and
"openssl rsa -pubout ..." commands.
I successfully (according to the return code) read the private key with
if (in = BIO_new_file("rsakey.pem", "r
On Mon, Jul 27, 2009, Neil Dugan wrote:
> Hi,
>
> I have been trying to read the keys generated by "openssl genrsa ..." and
> "openssl rsa -pubout ..." commands.
>
> I successfully (according to the return code) read the private key with
>
> if (in = BIO_new_file("rsakey.pem", "r")) {
> int