openssl/crypto/x509
Geoff Thorpe 2754597013 A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.
I have tried to convert 'len' type variable declarations to unsigned as a
means to address these warnings when appropriate, but when in doubt I have
used casts in the comparisons instead. The better solution (that would get
us all lynched by API users) would be to go through and convert all the
function prototypes and structure definitions to use unsigned variables
except when signed is necessary. The proliferation of (signed) "int" for
strictly non-negative uses is unfortunate.
2003-10-29 20:24:15 +00:00
..
.cvsignore
by_dir.c
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
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 We set the export flag for 512 *bit* keys, not 512 *byte* ones. 2003-06-19 18:55:50 +00:00
x_all.c