The following page documents all the algorithms implemented by OpenSSL
http://www.openssl.org/docs/crypto/crypto.html
SHA-1, several variants of DES and HMAC are implemented in OpenSSL.
-sridhar natarajan
-Original Message-
From: Muralidhar Ganga [mailto:[EMAIL PROTECTED]]
Sent
I am new to openSSL and I am looking at the DES support in the crypto
functions.
In the test program provided, destest.c, the part that deals with Triple DES
in cbc mode has code like this:
des_ede3_cbc_encrypt(cbc_data,cbc_out,16L,ks,ks2,ks3,&iv3,DES_ENCRYPT);
des_ede3_cbc_encry