openssl/crypto/evp
Richard Levitte fc0ab2eac2 The OpenBSD project has replaced the first implementation of the /dev/crypto
engine with something they claim is better.  I have nothing to compare to,
and I assume they know what they're talking about.  The interesting part with
this one is that it's loaded by default on OpenBSD systems.
This change was originally introduced in OpenBSD's tracking of OpenSSL.
2002-10-02 00:18:59 +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 Check the return values where memory allocation failures may happen. 2002-05-30 16:50:38 +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 The OpenBSD project has replaced the first implementation of the /dev/crypto 2002-10-02 00:18:59 +00:00
c_allc.c Declare the CFB and OFB modes for AES, and prepare for a declaration 2002-05-31 13:10:24 +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:56:38 +00:00
e_aes.c For CFB and OFB modes, always create the encryption key. 2002-05-31 13:11:48 +00:00
e_bf.c The AES modes OFB and CFB are defined with 128 feedback bits. This 2002-02-16 12:39:58 +00:00
e_cast.c The AES modes OFB and CFB are defined with 128 feedback bits. This 2002-02-16 12:39:58 +00:00
e_des.c The AES modes OFB and CFB are defined with 128 feedback bits. This 2002-02-16 12:39:58 +00:00
e_des3.c The AES modes OFB and CFB are defined with 128 feedback bits. This 2002-02-16 12:39:58 +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:58 +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:58 +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:58 +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:53:47 +00:00
evp.h A number of includes were removed from evp.h some time ago. The reason 2002-06-27 05:03:12 +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 17:52:19 +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:44:05 +00:00
evp_lib.c Make pkcs8 work again. 2000-02-22 18:45:11 +00:00
evp_locl.h Fix block_size field for CFB and OFB modes: it should be 1. 2002-08-16 01:38:34 +00:00
evp_pbe.c Reorder inclusion of header files: 2002-07-10 06:57:54 +00:00
evp_pkey.c Fixes for 'no-hw' combined with 'no-SOME_CIPHER'. 2002-03-14 09:53:30 +00:00
evp_test.c use sstrsep() to get the proper type to aoti(). 2002-06-03 15:27:52 +00:00
evptests.txt Add the AES test vectors from NIST document SP800-38A. 2002-05-31 13:13:51 +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 "make update" 2002-07-30 07:18:03 +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 Reorder inclusion of header files: 2002-07-10 06:57:54 +00:00
p5_crpt2.c Reorder inclusion of header files: 2002-07-10 06:57:54 +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 EVP_SealFinal should return a value. 2002-05-11 17:33:01 +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