openssl/crypto/evp
Bodo Möller 64376cd8ff 'EC' vs. 'ECDSA'
Submitted by: Nils Larsch
2002-08-16 11:19:07 +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
bio_ok.c
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
digest.c
e_aes.c For CFB and OFB modes, always create the encryption key. 2002-05-31 13:11:44 +00:00
e_bf.c
e_cast.c
e_des3.c
e_des.c
e_dsa.c
e_idea.c
e_null.c
e_rc2.c
e_rc4.c
e_rc5.c
e_xcbc_d.c
encode.c Fix CRLF problem in BASE64 decode. 2002-04-15 09:55:40 +00:00
evp_acnf.c
evp_enc.c Zero cipher_data in EVP_CIPHER_CTX_cleanup 2002-05-15 18:49:25 +00:00
evp_err.c use a generic EC_KEY structure (EC keys are not ECDSA specific) 2002-08-07 10:49:54 +00:00
evp_key.c
evp_lib.c
evp_locl.h Fix block_size field for CFB and OFB modes: it should be 1. 2002-08-16 01:53:24 +00:00
evp_pbe.c Reorder inclusion of header files: 2002-07-10 07:01:54 +00:00
evp_pkey.c get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead) 2002-08-12 08:47:41 +00:00
evp_test.c use sstrsep() to get the proper type to aoti(). 2002-06-03 15:27:46 +00:00
evp.h get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead) 2002-08-12 08:47:41 +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
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 2002-08-09 12:16:15 +00:00
names.c
openbsd_hw.c
p5_crpt2.c Reorder inclusion of header files: 2002-07-10 07:01:54 +00:00
p5_crpt.c Reorder inclusion of header files: 2002-07-10 07:01:54 +00:00
p_dec.c
p_enc.c
p_lib.c 'EC' vs. 'ECDSA' 2002-08-16 11:19:07 +00:00
p_open.c
p_seal.c EVP_SealFinal should return a value. 2002-05-11 17:37:08 +00:00
p_sign.c
p_verify.c