Re: SecKeyGeneratePair export Public Key and OpenSSL API

2008-11-06 Thread Nicko van Someren
On 4 Nov 2008, at 15:59, Jacopo Mangiavacchi wrote: I need to export a public key generated with the SecKeyGeneratePair API and send it to a WebServices (written in PHP) that using the OpenSSL API must encrypt something using this key and return back the ciphered value to the cocoa client.

Re: SecKeyGeneratePair export Public Key and OpenSSL API

2008-11-05 Thread Jacopo Mangiavacchi
nd of course the public key is valid by itself. I'm able to decrypt etc. with it. j From: Jacopo Mangiavacchi <[EMAIL PROTECTED]> Subject: SecKeyGeneratePair export Public Key and OpenSSL API To: cocoa-dev@lists.apple.com, [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-

Re: SecKeyGeneratePair export Public Key and OpenSSL API

2008-11-05 Thread Jacopo Mangiavacchi
m: Jacopo Mangiavacchi <[EMAIL PROTECTED]> Subject: SecKeyGeneratePair export Public Key and OpenSSL API To: cocoa-dev@lists.apple.com, [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" I need to export a public key generated with the

SecKeyGeneratePair export Public Key and OpenSSL API

2008-11-04 Thread Jacopo Mangiavacchi
I need to export a public key generated with the SecKeyGeneratePair API and send it to a WebServices (written in PHP) that using the OpenSSL API must encrypt something using this key and return back the ciphered value to the cocoa client. In order to pass the public key NSData buffer I've t