Re: RSA encryption/decryption with OpenSSL.

2013-08-22 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of mycompuser Sent: Wednesday, 21 August, 2013 01:35 Thanks for the reply. I do have access to the server code but cannot change it's implementation to suite my requirement as the server is serving other clients in other platforms as well.

Re: RSA encryption/decryption with OpenSSL.

2013-08-21 Thread mycompuser
the same RSA object to decrypt data? -- View this message in context: http://openssl.6102.n7.nabble.com/RSA-encryption-decryption-with-OpenSSL-tp46234p46247.html Sent from the OpenSSL - User mailing list archive at Nabble.com

RE: Re: RSA encryption/decryption with OpenSSL.

2013-08-21 Thread mycompuser
rsaPubKey = (RSAPublicKey)rsaKeyFac.generatePublic(keySpec); return rsaPubKey; } -- View this message in context: http://openssl.6102.n7.nabble.com/RSA-encryption-decryption-with-OpenSSL-tp46234p46259.html Sent from the OpenSSL - User mailing list archive at Nabble.com

RSA encryption/decryption with OpenSSL.

2013-08-20 Thread mycompuser
://openssl.6102.n7.nabble.com/RSA-encryption-decryption-with-OpenSSL-tp46234.html Sent from the OpenSSL - User mailing list archive at Nabble.com. __ OpenSSL Project http://www.openssl.org User Support

Re: RSA encryption/decryption with OpenSSL.

2013-08-20 Thread Ken Goldman
On 8/19/2013 3:15 PM, mycompuser wrote: But the only problem that I currently face is that the key pair generated by OpenSSL has headers and footers of the form -BEGIN RSA PUBLIC KEY- -END RSA PUBLIC KEY- for public key likewise there is similar header and footer for private key

RE: Re: RSA encryption/decryption with OpenSSL.

2013-08-20 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Ken Goldman Sent: Tuesday, 20 August, 2013 08:08 On 8/19/2013 3:15 PM, mycompuser wrote: But the only problem that I currently face is that the key pair generated by OpenSSL has headers and footers of the form -BEGIN RSA PUBLIC