openssl/crypto/bn
Matt Caswell 8c5a7b33c6 Fix error handling in bn_exp
In the event of an error |rr| could be NULL. Therefore don't assume you can
use |rr| in the error handling code.

Reviewed-by: Andy Polyakov <appro@openssl.org>
2015-03-12 09:18:22 +00:00
..
asm Remove unused eng_rsax and related asm file 2015-01-24 16:27:03 -05:00
bn.h "#if 0" removal: header files 2015-01-27 17:44:12 -05:00
bn_add.c bn/bn_add.c: fix dead code elimination that went bad. 2015-02-09 15:54:58 +01:00
bn_asm.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bn_blind.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bn_const.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bn_ctx.c Remove some functions that are no longer used and break the build with: 2015-02-10 14:33:03 +00:00
bn_depr.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bn_dh.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bn_div.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bn_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bn_exp.c Fix error handling in bn_exp 2015-03-12 09:18:22 +00:00
bn_exp2.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bn_gcd.c Re-align some comments after running the reformat script. 2015-01-22 09:20:10 +00:00
bn_gf2m.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bn_intern.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bn_kron.c More comment realignment 2015-01-22 09:20:10 +00:00
bn_lcl.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bn_lib.c Final (for me, for now) dead code cleanup 2015-02-08 18:48:09 -05:00
bn_mod.c Final (for me, for now) dead code cleanup 2015-02-08 18:48:09 -05:00
bn_mont.c Use memset in bn_mont 2015-02-05 15:07:40 -05:00
bn_mpi.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bn_mul.c Re-align some comments after running the reformat script. 2015-01-22 09:20:10 +00:00
bn_nist.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bn_prime.c Re-align some comments after running the reformat script. 2015-01-22 09:20:10 +00:00
bn_prime.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bn_prime.pl Minimize stack utilization in probable_prime. 2007-09-18 20:52:05 +00:00
bn_print.c OPENSSL_NO_xxx cleanup: many removals 2015-01-27 10:06:22 -05:00
bn_rand.c Final (for me, for now) dead code cleanup 2015-02-08 18:48:09 -05:00
bn_recp.c Final (for me, for now) dead code cleanup 2015-02-08 18:48:09 -05:00
bn_shift.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bn_sqr.c Re-align some comments after running the reformat script. 2015-01-22 09:20:10 +00:00
bn_sqrt.c More comment realignment 2015-01-22 09:20:10 +00:00
bn_srp.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bn_word.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bn_x931p.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bntest.c Dead code cleanup: #if 0 dropped from tests 2015-02-02 11:11:34 -05:00
exptest.c clang on Linux x86_64 complains about unreachable code. 2015-01-29 01:54:09 +01:00
Makefile Remove unused eng_rsax and related asm file 2015-01-24 16:27:03 -05:00
rsaz_exp.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
rsaz_exp.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
vms-helper.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00