openssl/crypto/pem
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
Makefile.ssl make update 2002-12-29 01:38:15 +00:00
message Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
pem2.h Try to avoid double declaration of ERR_load_PEM_strings(). 2002-06-27 17:06:28 +00:00
pem_all.c use a generic EC_KEY structure (EC keys are not ECDSA specific) 2002-08-07 10:49:54 +00:00
pem_err.c Make all configuration macros available for application by making 2001-02-19 16:06:34 +00:00
pem_info.c Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:04:36 +00:00
pem_lib.c A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
pem_oth.c More linker bloat reorganisation: 2001-07-27 02:22:42 +00:00
pem_pk8.c Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:04:36 +00:00
pem_pkey.c get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead) 2002-08-12 08:47:41 +00:00
pem_seal.c Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:04:36 +00:00
pem_sign.c Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() 2001-10-16 01:24:29 +00:00
pem_x509.c First of several reorganisations to 2001-07-26 22:34:45 +00:00
pem_xaux.c Add the ASN.1 structures and functions for CertificatePair, which is 2002-11-18 23:54:27 +00:00
pem.h Make sure we get the definition of OPENSSL_NO_BIO. 2003-03-20 23:26:46 +00:00
pkcs7.lis Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00