openssl/crypto/evp
Richard Levitte a6cd870784 The AES modes OFB and CFB are defined with 128 feedback bits. This
deviates from the "standard" 64 bits of feedback that all other
algorithms are using.  Therefore, let's redo certain EVP macros to
accept different amounts of feedback bits for these modes.

Also, change e_aes.c to provide all usually available modes for AES.
CTR isn't included yet.
2002-02-16 12:39:07 +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 ECDSA support 2002-02-13 18:21:51 +00:00
digest.c The 'type' parameter, an EVP_MD pointer, represents the type of digest 2002-01-25 03:13:50 +00:00
e_aes.c The AES modes OFB and CFB are defined with 128 feedback bits. This 2002-02-16 12:39:07 +00:00
e_bf.c The AES modes OFB and CFB are defined with 128 feedback bits. This 2002-02-16 12:39:07 +00:00
e_cast.c The AES modes OFB and CFB are defined with 128 feedback bits. This 2002-02-16 12:39:07 +00:00
e_des3.c The AES modes OFB and CFB are defined with 128 feedback bits. This 2002-02-16 12:39:07 +00:00
e_des.c The AES modes OFB and CFB are defined with 128 feedback bits. This 2002-02-16 12:39:07 +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 The AES modes OFB and CFB are defined with 128 feedback bits. This 2002-02-16 12:39:07 +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 The AES modes OFB and CFB are defined with 128 feedback bits. This 2002-02-16 12:39:07 +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 The AES modes OFB and CFB are defined with 128 feedback bits. This 2002-02-16 12:39:07 +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_enc.c Modify EVP cipher behaviour in a similar way 2001-10-17 00:37:12 +00:00
evp_err.c ECDSA support 2002-02-13 18:21:51 +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 The AES modes OFB and CFB are defined with 128 feedback bits. This 2002-02-16 12:39:07 +00:00
evp_pbe.c Change the EVP_somecipher() and EVP_somedigest() 2001-03-09 02:51:02 +00:00
evp_pkey.c ECDSA support 2002-02-13 18:21:51 +00:00
evp_test.c don't call OPENSSL_config(), this does not make any sense during "make test" 2002-02-14 13:51:20 +00:00
evp.h ECDSA support 2002-02-13 18:21:51 +00:00
evptests.txt Remove blanks at begin of empty lines irritating epv_test.c 2002-01-26 15:24:38 +00:00
m_dss1.c Add a cleanup function for MDs. 2001-09-07 12:03:24 +00:00
m_dss.c Add a cleanup function for MDs. 2001-09-07 12:03:24 +00:00
m_ecdsa.c ECDSA support 2002-02-13 18:21:51 +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_sha1.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
Makefile.ssl ECDSA support 2002-02-13 18:21:51 +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_crpt2.c Improve back compatibility. 2001-12-09 21:53:31 +00:00
p5_crpt.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 ECDSA support 2002-02-13 18:21:51 +00:00
p_open.c Modify EVP cipher behaviour in a similar way 2001-10-17 00:37:12 +00:00
p_seal.c Make EVP_SealInit() return the correct value. 2001-12-01 23:09:38 +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