Re: Change in behavior of api PEM_write_PrivateKey() between 0.9.8 and 1.0.0

2013-06-05 Thread sanjaya joshi
Thanks Dave for the clarifications. Regards, Sanjaya On Thu, Jun 6, 2013 at 2:11 AM, Dave Thompson wrote: > >From: owner-openssl-us...@openssl.org On Behalf Of sanjaya joshi > >Sent: Wednesday, 05 June, 2013 01:27 > > >I have few queries wrt the RSA private key generation and writing > >using op

RE: Change in behavior of api PEM_write_PrivateKey() between 0.9.8 and 1.0.0

2013-06-05 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of sanjaya joshi >Sent: Wednesday, 05 June, 2013 01:27 >I have few queries wrt the RSA private key generation and writing >using openssl. Could anybody please clearify. >(1). Has the behavior of api PEM_write_PrivateKey() has been changed

Change in behavior of api PEM_write_PrivateKey() between 0.9.8 and 1.0.0

2013-06-04 Thread sanjaya joshi
Hello, I have few queries wrt the RSA private key generation and writing using openssl. Could anybody please clearify. (1). Has the behavior of api PEM_write_PrivateKey() has been changed between openssl 0.9.8 and 1.0.0 ? (2). The above api uses PKCS#8 encoding (while writing) by default in 1