openssl/crypto
Bodo Möller 84a370a400 The various character predicates (isspace and the like) may not be
used with negative char values, so I've added casts to unsigned char.
Maybe what really should be done is change all those arrays and
pointers to type unsigned char [] or unsigned char *, respectively;
but using plain char with those predicates is just wrong, so something
had to be done.
Submitted by:
Reviewed by:
PR:
1999-05-10 11:18:26 +00:00
..
asn1 Kill evil casts, fix PKCS#7 and add new X509V3 Function. 1999-05-09 16:39:11 +00:00
bf Support INSTALL_PREFIX for packagers. 1999-04-29 21:52:08 +00:00
bio Use ANSI stdarg. 1999-05-05 12:35:27 +00:00
bn The various character predicates (isspace and the like) may not be 1999-05-10 11:18:26 +00:00
buffer Support INSTALL_PREFIX for packagers. 1999-04-29 21:52:08 +00:00
cast Support INSTALL_PREFIX for packagers. 1999-04-29 21:52:08 +00:00
comp Update dependencies. 1999-05-01 22:36:10 +00:00
conf Support INSTALL_PREFIX for packagers. 1999-04-29 21:52:08 +00:00
des Support INSTALL_PREFIX for packagers. 1999-04-29 21:52:08 +00:00
dh Support INSTALL_PREFIX for packagers. 1999-04-29 21:52:08 +00:00
dsa Update dependencies. 1999-05-01 22:36:10 +00:00
err Use ANSI stdarg. 1999-05-05 12:35:27 +00:00
evp Various PKCS#7 fixes to properly (maybe!) handle PKCS#7 enveloped data. 1999-05-10 00:47:42 +00:00
hmac Update dependencies. 1999-05-01 22:36:10 +00:00
idea ignore Makefile.save 1999-04-29 21:54:11 +00:00
lhash Support INSTALL_PREFIX for packagers. 1999-04-29 21:52:08 +00:00
md2 Support INSTALL_PREFIX for packagers. 1999-04-29 21:52:08 +00:00
md5 Support INSTALL_PREFIX for packagers. 1999-04-29 21:52:08 +00:00
mdc2 Support INSTALL_PREFIX for packagers. 1999-04-29 21:52:08 +00:00
objects The various character predicates (isspace and the like) may not be 1999-05-10 11:18:26 +00:00
pem Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO). 1999-05-04 08:56:51 +00:00
perlasm New option to generate 80386 code. 1999-03-31 12:38:27 +00:00
pkcs7 Various PKCS#7 fixes to properly (maybe!) handle PKCS#7 enveloped data. 1999-05-10 00:47:42 +00:00
pkcs12 Remove unreachable return statements. 1999-05-05 22:06:44 +00:00
rand Support INSTALL_PREFIX for packagers. 1999-04-29 21:52:08 +00:00
rc2 Support INSTALL_PREFIX for packagers. 1999-04-29 21:52:08 +00:00
rc4 Support INSTALL_PREFIX for packagers. 1999-04-29 21:52:08 +00:00
rc5 Makefile.save was missing here. 1999-05-09 15:47:35 +00:00
ripemd Support INSTALL_PREFIX for packagers. 1999-04-29 21:52:08 +00:00
rsa Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -Wshadow 1999-05-10 08:33:56 +00:00
sha Moved some variable declarations inside blocks where they are needed 1999-05-10 11:10:38 +00:00
stack Add missing sk_<type>_unshift() function to safestack.h 1999-05-04 10:15:02 +00:00
threads Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
txt_db Support INSTALL_PREFIX for packagers. 1999-04-29 21:52:08 +00:00
x509 Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -Wshadow 1999-05-10 08:33:56 +00:00
x509v3 The various character predicates (isspace and the like) may not be 1999-05-10 11:18:26 +00:00
.cvsignore Better to not have blanks in .cvsignore files 1999-05-01 14:55:27 +00:00
cpt_err.c Complete rewrite of the error code generation script. It now runs as a single 1999-04-24 00:15:18 +00:00
cryptlib.c Remove NOPROTO-related macros. 1999-04-26 22:20:07 +00:00
cryptlib.h New Configure option --openssldir to replace ssldir.pl. 1999-04-24 23:01:36 +00:00
crypto.c Update NO_* macros. 1999-04-27 11:56:15 +00:00
crypto.h Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
cversion.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
ex_data.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
libvms.com Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
Makefile.ssl pass $PERL on make files. 1999-05-08 10:40:01 +00:00
mem.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
opensslconf.h.in SHA-1 cleanups and performance enhancements. 1999-05-05 00:23:53 +00:00
opensslv.h pre-0.9.3 development version. 1999-04-01 11:58:28 +00:00
tmdiff.c Support additional Win32 compilers. 1999-05-06 00:46:34 +00:00
tmdiff.h Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00