openssl/crypto/bn
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
..
asm Superseded by sparcv8.S and sparcv8plus.s. 1999-05-08 10:39:15 +00:00
old Change functions to ANSI C. 1999-04-19 21:31:43 +00:00
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
bn.h Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
bn.mul Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
bn_add.c Change functions to ANSI C. 1999-04-19 21:31:43 +00:00
bn_asm.c Change functions to ANSI C. 1999-04-19 21:31:43 +00:00
bn_blind.c Change functions to ANSI C. 1999-04-19 21:31:43 +00:00
bn_comba.c Change functions to ANSI C. 1999-04-19 21:31:43 +00:00
bn_div.c Change functions to ANSI C. 1999-04-19 21:31:43 +00:00
bn_err.c Complete rewrite of the error code generation script. It now runs as a single 1999-04-24 00:15:18 +00:00
bn_exp.c Change functions to ANSI C. 1999-04-19 21:31:43 +00:00
bn_exp2.c Change functions to ANSI C. 1999-04-19 21:31:43 +00:00
bn_gcd.c Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
bn_lcl.h Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
bn_lib.c Work with -pedantic! 1999-04-23 15:01:15 +00:00
bn_m.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
bn_mont.c Change functions to ANSI C. 1999-04-19 21:31:43 +00:00
bn_mpi.c Change functions to ANSI C. 1999-04-19 21:31:43 +00:00
bn_mul.c Change functions to ANSI C. 1999-04-19 21:31:43 +00:00
bn_opts.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
bn_prime.c Remove NOPROTO-related macros. 1999-04-26 22:20:07 +00:00
bn_prime.h Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
bn_prime.pl Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
bn_print.c The various character predicates (isspace and the like) may not be 1999-05-10 11:18:26 +00:00
bn_rand.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
bn_recp.c Change functions to ANSI C. 1999-04-19 21:31:43 +00:00
bn_shift.c Change functions to ANSI C. 1999-04-19 21:31:43 +00:00
bn_sqr.c Change functions to ANSI C. 1999-04-19 21:31:43 +00:00
bn_word.c Change functions to ANSI C. 1999-04-19 21:31:43 +00:00
bnspeed.c Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
bntest.c Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
comba.pl Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
d.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
exp.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
expspeed.c Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
exptest.c Compare with BN_mod_exp_simple, too. 1999-04-29 16:07:56 +00:00
Makefile.ssl v8plus must be specified. 1999-05-05 22:03:50 +00:00
new Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
test.c Change functions to ANSI C. 1999-04-19 21:31:43 +00:00
todo Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00