On 22/11/10 23:48, Dr. Stephen Henson wrote:
On Mon, Nov 22, 2010, Neil Dugan wrote:
I have generated a rsa public and private key with.
openssl genrsa -out server.pem 2048
openssl rsa -in server.pem -pubout -out server.pub
When I use the PEM_read_RSAPublicKey() command to load that public ke
On Mon, Nov 22, 2010, Neil Dugan wrote:
> I have generated a rsa public and private key with.
>
> openssl genrsa -out server.pem 2048
> openssl rsa -in server.pem -pubout -out server.pub
>
> When I use the PEM_read_RSAPublicKey() command to load that public key I
> get the error "error:0906D06C:P
I have generated a rsa public and private key with.
openssl genrsa -out server.pem 2048
openssl rsa -in server.pem -pubout -out server.pub
When I use the PEM_read_RSAPublicKey() command to load that public key
I get the error "error:0906D06C:PEM routines:PEM_read_bio:no start line"
I don't un