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 Ignore Makefile.save 1999-04-29 16:04:54 +00:00
by_dir.c Fix for typo in certificate directory lookup code. 2000-10-14 23:51:52 +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.h Remove duplicate prototypes have already been (correctly) added to rsa.h, 2003-10-24 16:17:11 +00:00
x509_att.c Add support for MS CSP Name PKCS#12 attribute. 2001-06-11 00:43:20 +00:00
x509_cmp.c Add functionality to help making self-signed certificate. 2003-04-03 22:27:24 +00:00
x509_d2.c Make all configuration macros available for application by making 2001-02-19 16:06:34 +00:00
x509_def.c Initial support for MacOS. 1999-09-11 17:54:18 +00:00
x509_err.c Add functionality to help making self-signed certificate. 2003-04-03 22:27:24 +00:00
x509_ext.c X509V3_add_i2d() needs to be able to allocate a 2000-12-27 13:42:43 +00:00
x509_lu.c Make the necessary changes to work with the recent "ex_data" overhaul. 2001-09-01 20:02:13 +00:00
x509_obj.c Increase internal security when using strncpy, by making sure the resulting string is NUL-terminated 2002-02-28 12:42:19 +00:00
x509_r2x.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
x509_req.c Add functionality to help making self-signed certificate. 2003-04-03 22:27:24 +00:00
x509_set.c Make NEG_PUBKEY_BUG on by default. 2000-07-26 01:18:37 +00:00
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 Reject certificates with unhandled critical extensions. 2001-10-21 02:09:15 +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
x509cset.c Add CRL utility functions to allow CRLs to be 2001-08-17 00:33:43 +00:00
x509name.c Make V_ASN1_APP_CHOOSE work again. 2000-03-14 03:29:57 +00:00
x509rset.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
x509spki.c Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
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 use a generic EC_KEY structure (EC keys are not ECDSA specific) 2002-08-07 10:49:54 +00:00