2
0
mirror of https://github.com/openssl/openssl.git synced 2025-02-17 14:32:04 +08:00
openssl/crypto/bn
Andy Polyakov e4693b4e2a bn/asm/ppc64-mont.pl: adapt for little-endian.
The problem remained unnoticed so far, because it's never called by default.
You have to craft OPENSSL_ppccap environment variable to trigger the problem.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-11-16 13:40:41 +01:00
..
asm bn/asm/ppc64-mont.pl: adapt for little-endian. 2015-11-16 13:40:41 +01:00
bn_add.c
bn_asm.c
bn_blind.c Add and use OPENSSL_zalloc 2015-09-02 22:05:37 -04:00
bn_const.c
bn_ctx.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
bn_depr.c
bn_dh.c Fix undeclared variable warnings. 2015-10-24 16:42:51 +01:00
bn_div.c
bn_err.c Rebuild error source files. 2015-11-05 15:48:37 +00:00
bn_exp2.c
bn_exp.c BN_mod_exp_mont_consttime: check for zero modulus. 2015-08-31 19:25:59 +02:00
bn_gcd.c Set flags to 0 before calling BN_with_flags() 2015-10-07 18:54:12 +02:00
bn_gf2m.c BN_GF2m_mod_inv(): check bn_wexpand return value 2015-10-29 20:34:24 +01:00
bn_intern.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
bn_kron.c
bn_lcl.h Replace "SSLeay" in API with OpenSSL 2015-10-30 17:21:42 -04:00
bn_lib.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
bn_mod.c
bn_mont.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
bn_mpi.c
bn_mul.c
bn_nist.c
bn_prime.c RT3955: Reduce some stack usage 2015-09-05 17:40:48 -04:00
bn_prime.h Replace "SSLeay" in API with OpenSSL 2015-10-30 17:21:42 -04:00
bn_prime.pl Replace "SSLeay" in API with OpenSSL 2015-10-30 17:21:42 -04:00
bn_print.c
bn_rand.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
bn_recp.c Fix memory leaks and other mistakes on errors 2015-10-23 19:52:08 +02:00
bn_shift.c
bn_sqr.c
bn_sqrt.c
bn_srp.c Only include SRP headers when OPENSSL_NO_SRP is undefined 2015-10-22 23:45:45 +02:00
bn_word.c
bn_x931p.c Fix memory leaks and other mistakes on errors 2015-10-23 19:52:08 +02:00
Makefile Fix undeclared variable warnings. 2015-10-24 16:42:51 +01:00
rsaz_exp.c
rsaz_exp.h
vms-helper.c