openssl/crypto/evp
Richard Levitte d420ac2c7d Use BUF_strlcpy() instead of strcpy().
Use BUF_strlcat() instead of strcat().
Use BIO_snprintf() instead of sprintf().
In some cases, keep better track of buffer lengths.
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
2003-12-27 14:40:17 +00:00
..
.cvsignore
bio_b64.c A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
bio_enc.c
bio_md.c
bio_ok.c
c_all.c Inclusion of openssl/engine.h should always be wrapped with a check that 2003-08-04 10:12:36 +00:00
c_allc.c
c_alld.c
digest.c
e_aes.c
e_bf.c
e_cast.c
e_des3.c
e_des.c
e_dsa.c
e_idea.c
e_null.c
e_rc2.c A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
e_rc4.c
e_rc5.c
e_xcbc_d.c
encode.c A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
evp_acnf.c We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form 2003-04-08 06:00:05 +00:00
evp_enc.c It was pointed out to me that if the requested size is 0, we shouldn't 2003-12-01 13:25:37 +00:00
evp_err.c
evp_key.c
evp_lib.c A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
evp_locl.h
evp_pbe.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:17 +00:00
evp_pkey.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:17 +00:00
evp_test.c
evp.h Constify 2003-04-06 15:31:18 +00:00
evptests.txt
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 2003-05-01 04:10:32 +00:00
names.c
openbsd_hw.c
p5_crpt2.c A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
p5_crpt.c A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
p_dec.c
p_enc.c
p_lib.c new function EC_GROUP_cmp() (used by EVP_PKEY_cmp()) 2003-07-21 13:43:28 +00:00
p_open.c
p_seal.c
p_sign.c
p_verify.c