openssl/crypto/x509
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
by_dir.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:17 +00:00
by_file.c Fix Certificate and CRL adding in X509_load_cert_crl_file: 2003-03-19 13:55:48 +00:00
Makefile.ssl make update 2002-12-29 01:38:15 +00:00
x509_att.c
x509_cmp.c Add functionality to help making self-signed certificate. 2003-04-03 22:27:24 +00:00
x509_d2.c
x509_def.c
x509_err.c Add functionality to help making self-signed certificate. 2003-04-03 22:27:24 +00:00
x509_ext.c
x509_lu.c
x509_obj.c
x509_r2x.c
x509_req.c Add functionality to help making self-signed certificate. 2003-04-03 22:27:24 +00:00
x509_set.c
x509_trs.c A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
x509_txt.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:17 +00:00
x509_v3.c Typo in X509v3_get_ext_by_critical 2002-12-04 00:16:00 +00:00
x509_vfy.c ASN1 parse fix and release file changes. 2003-09-30 16:47:33 +00:00
x509_vfy.h Make sure we get the definition of a number of OPENSSL_NO_* macros. 2003-03-20 23:27:17 +00:00
x509.h Remove duplicate prototypes have already been (correctly) added to rsa.h, 2003-10-24 16:17:11 +00:00
x509cset.c
x509name.c
x509rset.c
x509spki.c
x509type.c 1024 is the export key bits limit according to current regulations, not 512. 2003-11-28 22:39:19 +00:00
x_all.c