Check out the PHP manual pages for openssl_seal() et al here:

http://nl2.php.net/manual/en/function.openssl-sign.php

There's no straight-through API offering the EVP functionality in PHP, AFAIK.

... though, personally, I'd rather code this kind of stuff in C (or
C++) and then bind that through a fresh bit of API into PHP if it's
got to appear in there, but that's probably just me. (I consider it a
'VB coder barrier' (after 15+ years in the biz, I have yet to meet the
first 'VB software engineer'): generally speaking, if you can't handle
'C', well, then that /might/ be a hint you shouldn't try your hand at
crypto unattended. Ah well, sometimes we have to make do...

Best of luck with this!

Ger


On Wed, Nov 26, 2008 at 2:26 AM, Shaun <[EMAIL PROTECTED]> wrote:
> EVP function in php...



-- 
Met vriendelijke groeten / Best regards,

Ger Hobbelt

--------------------------------------------------
web:    http://www.hobbelt.com/
        http://www.hebbut.net/
mail:   [EMAIL PROTECTED]
mobile: +31-6-11 120 978
--------------------------------------------------
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to