openssl/crypto/evp
Richard Levitte 4942ef6f0e A number of includes were removed from evp.h some time ago. The reason
was that they weren't really needed any more for EVP itself.  However,
it seems like soma applications (I know about OpenSSH, but there may
be more) used evp.h as the 'load all' header file, which makes sense
since we try our best to promote the use of EVP instead of the lower
level crypto algorithms.  Therefore, I put the inclusions back so
the application authors don't get too shocked by all the errors they
would otherwise get.

Thanks to Theo de Raadt for making us aware of this.
2002-06-27 05:03:00 +00:00
..
.cvsignore
bio_b64.c
bio_enc.c Check the return values where memory allocation failures may happen. 2002-05-30 16:47:45 +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 OpenSSL_add_all_algorithms has been replaced by configuration dependent 2002-06-16 10:18:25 +00:00
c_allc.c Declare the CFB and OFB modes for AES, and prepare for a declaration 2002-05-31 13:08:53 +00:00
c_alld.c ECDSA support 2002-02-13 18:21:51 +00:00
digest.c Make ciphers and digests obtain an ENGINE functional reference 2002-03-09 18:58:05 +00:00
e_aes.c For CFB and OFB modes, always create the encryption key. 2002-05-31 13:11:44 +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
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
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
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 Fix CRLF problem in BASE64 decode. 2002-04-15 09:55:40 +00:00
evp_acnf.c New OPENSSL_LOAD_CONF define to load openssl.cnf 2002-02-23 01:00:44 +00:00
evp_enc.c Zero cipher_data in EVP_CIPHER_CTX_cleanup 2002-05-15 18:49:25 +00:00
evp_err.c ECDSA support 2002-02-13 18:21:51 +00:00
evp_key.c Increase internal security when using strncpy, by making sure the resulting string is NUL-terminated 2002-02-28 12:42:19 +00:00
evp_lib.c
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
evp_pkey.c fix ECDSA handling 2002-04-09 12:01:21 +00:00
evp_test.c use sstrsep() to get the proper type to aoti(). 2002-06-03 15:27:46 +00:00
evp.h A number of includes were removed from evp.h some time ago. The reason 2002-06-27 05:03:00 +00:00
evptests.txt Add the AES test vectors from NIST document SP800-38A. 2002-05-31 13:13:43 +00:00
m_dss1.c
m_dss.c
m_ecdsa.c ECDSA support 2002-02-13 18:21:51 +00:00
m_md2.c
m_md4.c
m_md5.c
m_mdc2.c
m_null.c
m_ripemd.c
m_sha1.c
m_sha.c
Makefile.ssl make update, after moving around symbols in libeay.num to match 2002-02-26 14:41:29 +00:00
names.c
openbsd_hw.c
p5_crpt2.c Initialize cipher context in KRB5 2002-03-14 18:22:23 +00:00
p5_crpt.c Modify EVP cipher behaviour in a similar way 2001-10-17 00:37:12 +00:00
p_dec.c
p_enc.c
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 EVP_SealFinal should return a value. 2002-05-11 17:37:08 +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