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.
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-
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
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