On Tue, Mar 27, 2012 at 4:26 PM, Ken Goldman <kgold...@us.ibm.com> wrote:
> On 3/27/2012 3:51 PM, Jakob Bohm wrote:
>>
>> On 3/27/2012 9:37 PM, Dr. Stephen Henson wrote:
>>>
>>> You should really be using EVP instead of the low level routines.
>>> They are well documented with examples.
>>
>> Where, precisely?
>>
>> I didn't find it either when I was looking a few years ago, so I
>> settled on the obvious low level APIs too.
>
>
> In fact, neither the low level or the EVP APIs are documented.  I don't see
> any AES documentation at all.
Digest (search for "openssl evp digest example"):
  http://www.openssl.org/docs/crypto/EVP_DigestInit.html

Encrypt (search for "openssl evp encrypt example"):
  http://www.openssl.org/docs/crypto/EVP_EncryptInit.html

Sign  (search for "openssl evp sign example"):
  http://www.openssl.org/docs/crypto/EVP_SignInit.html

Verify  (search for "openssl evp verify example"):
  http://www.openssl.org/docs/crypto/EVP_VerifyInit.html
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to