RE: Security algorithms in crypto library

2001-01-18 Thread Sridhar Natarajan
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

des_ede3_cbc in destest.c test program

2001-01-16 Thread Sridhar Natarajan
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