openssl/crypto/evp
Richard Levitte c2e4f17c1a Due to an increasing number of clashes between modern OpenSSL and
libdes (which is still used out there) or other des implementations,
the OpenSSL DES functions are renamed to begin with DES_ instead of
des_.  Compatibility routines are provided and declared by including
openssl/des_old.h.  Those declarations are the same as were in des.h
when the OpenSSL project started, which is exactly how libdes looked
at that time, and hopefully still looks today.

The compatibility functions will be removed in some future release, at
the latest in version 1.0.
2001-10-24 21:21:12 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
bio_b64.c In certain cases, no encoding has been set up for the b64 filter. In 2001-10-11 19:38:40 +00:00
bio_enc.c Modify EVP cipher behaviour in a similar way 2001-10-17 00:37:12 +00:00
bio_md.c Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() 2001-10-16 01:24:29 +00:00
bio_ok.c Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() 2001-10-16 01:24:29 +00:00
c_all.c Rename SSLeay_add_all_algorithms() et al to 2000-02-04 14:01:38 +00:00
c_allc.c Add first cut symmetric crypto support. 2001-08-18 10:22:54 +00:00
c_alld.c Make all configuration macros available for application by making 2001-02-19 16:06:34 +00:00
digest.c Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() 2001-10-16 01:24:29 +00:00
e_aes.c Fix AES CBC mode EVP_CIPHER structures: the IV length is always 2001-09-25 13:49:58 +00:00
e_bf.c Really add the EVP and all of the DES changes. 2001-07-30 23:57:25 +00:00
e_cast.c Really add the EVP and all of the DES changes. 2001-07-30 23:57:25 +00:00
e_des.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
e_des3.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
e_dsa.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
e_idea.c Really add the EVP and all of the DES changes. 2001-07-30 23:57:25 +00:00
e_null.c Really add the EVP and all of the DES changes. 2001-07-30 23:57:25 +00:00
e_rc2.c Modify EVP cipher behaviour in a similar way 2001-10-17 00:37:12 +00:00
e_rc4.c Really add the EVP and all of the DES changes. 2001-07-30 23:57:25 +00:00
e_rc5.c Really add the EVP and all of the DES changes. 2001-07-30 23:57:25 +00:00
e_xcbc_d.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
encode.c Abdelilah Essiari <aes@george.lbl.gov> reports that for very small 2000-08-11 08:36:25 +00:00
evp.h Modify EVP cipher behaviour in a similar way 2001-10-17 00:37:12 +00:00
evp_enc.c Modify EVP cipher behaviour in a similar way 2001-10-17 00:37:12 +00:00
evp_err.c This changes EVP's cipher and digest code to hook via the ENGINE support. 2001-09-25 21:37:02 +00:00
evp_key.c Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() 2001-10-16 01:24:29 +00:00
evp_lib.c Make pkcs8 work again. 2000-02-22 18:45:11 +00:00
evp_locl.h Really add the EVP and all of the DES changes. 2001-07-30 23:57:25 +00:00
evp_pbe.c Change the EVP_somecipher() and EVP_somedigest() 2001-03-09 02:51:02 +00:00
evp_pkey.c Make all configuration macros available for application by making 2001-02-19 16:06:34 +00:00
evp_test.c Modify EVP cipher behaviour in a similar way 2001-10-17 00:37:12 +00:00
evptests.txt Add a SHA1 test to evptests.txt - only the MD5 hash algorithm was being 2001-09-14 18:21:36 +00:00
m_dss.c Add a cleanup function for MDs. 2001-09-07 12:03:24 +00:00
m_dss1.c Add a cleanup function for MDs. 2001-09-07 12:03:24 +00:00
m_md2.c Add a cleanup function for MDs. 2001-09-07 12:03:24 +00:00
m_md4.c Add support for md4WithRSAEncryption. 2001-10-10 21:37:45 +00:00
m_md5.c Add a cleanup function for MDs. 2001-09-07 12:03:24 +00:00
m_mdc2.c Add a cleanup function for MDs. 2001-09-07 12:03:24 +00:00
m_null.c Add a cleanup function for MDs. 2001-09-07 12:03:24 +00:00
m_ripemd.c Add a cleanup function for MDs. 2001-09-07 12:03:24 +00:00
m_sha.c Add a cleanup function for MDs. 2001-09-07 12:03:24 +00:00
m_sha1.c Add a cleanup function for MDs. 2001-09-07 12:03:24 +00:00
Makefile.ssl evp_test.c and evptests.txt both need to be linked in the test/ directory 2001-10-09 01:38:31 +00:00
names.c Change the EVP_somecipher() and EVP_somedigest() 2001-03-09 02:51:02 +00:00
openbsd_hw.c This changes EVP's cipher and digest code to hook via the ENGINE support. 2001-09-25 21:37:02 +00:00
p5_crpt.c Modify EVP cipher behaviour in a similar way 2001-10-17 00:37:12 +00:00
p5_crpt2.c Modify EVP cipher behaviour in a similar way 2001-10-17 00:37:12 +00:00
p_dec.c Make all configuration macros available for application by making 2001-02-19 16:06:34 +00:00
p_enc.c Make all configuration macros available for application by making 2001-02-19 16:06:34 +00:00
p_lib.c Change DH_up() -> DH_up_ref() 2001-09-05 17:02:35 +00:00
p_open.c Modify EVP cipher behaviour in a similar way 2001-10-17 00:37:12 +00:00
p_seal.c Modify EVP cipher behaviour in a similar way 2001-10-17 00:37:12 +00:00
p_sign.c Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() 2001-10-16 01:24:29 +00:00
p_verify.c Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() 2001-10-16 01:24:29 +00:00