openssl/crypto
Matt Caswell 615614c886 Fix bug in nistp224/256/521 where have_precompute_mult always returns 0
During precomputation if the group given is well known then we memcpy a
well known precomputation. However we go the wrong label in the code and
don't store the data properly. Consequently if we call have_precompute_mult
the data isn't there and we return 0.

RT#3600

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-01-29 12:56:58 +00:00
..
aes Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
asn1 Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
async Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bf Remove outdated legacy crypto options 2016-01-27 19:05:50 -05:00
bio Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
bn Restore NUMPRIMES as a numeric literal 2016-01-28 06:36:55 -05:00
buffer Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
camellia Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
cast Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
chacha Remove update tags 2016-01-20 09:09:14 -05:00
cmac Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
cms Comment side-effect only calls of X509_check_purpose 2016-01-27 22:16:12 -05:00
comp Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
conf Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ct Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
des Remove outdated legacy crypto options 2016-01-27 19:05:50 -05:00
dh Add missing return value checks 2016-01-29 11:53:32 +00:00
dsa Use callback for DSAPublicKey 2016-01-28 23:41:35 +00:00
dso Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ec Fix bug in nistp224/256/521 where have_precompute_mult always returns 0 2016-01-29 12:56:58 +00:00
engine Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
err Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
evp Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
hmac Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
idea Remove outdated legacy crypto options 2016-01-27 19:05:50 -05:00
include/internal Remove outdated legacy crypto options 2016-01-27 19:05:50 -05:00
jpake Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
kdf prf redirection build fixes 2016-01-19 15:33:45 +00:00
lhash Remove outdated tests 2016-01-28 15:45:02 -05:00
md2 Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
md4 Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
md5 Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
mdc2 Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
modes Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
objects Complete the removal of /* foo.c */ comments 2016-01-27 18:42:23 +01:00
ocsp Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
pem Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
perlasm ARMv4 assembly pack: allow Thumb2 even in iOS build, 2015-12-07 12:06:06 +01:00
pkcs7 Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
pkcs12 Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
poly1305 Remove update tags 2016-01-20 09:09:14 -05:00
rand Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
rc2 Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
rc4 Remove outdated legacy crypto options 2016-01-27 19:05:50 -05:00
rc5 Keep RC5 bit shifts in [0..31] 2016-01-28 21:39:46 -05:00
ripemd Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
rsa Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
seed Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
sha Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
srp Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
stack Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
store Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ts Comment side-effect only calls of X509_check_purpose 2016-01-27 22:16:12 -05:00
txt_db Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ui Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
whrlpool Remove update tags 2016-01-20 09:09:14 -05:00
x509 Comment side-effect only calls of X509_check_purpose 2016-01-27 22:16:12 -05:00
x509v3 Comment side-effect only calls of X509_check_purpose 2016-01-27 22:16:12 -05:00
alphacpuid.pl
arm64cpuid.pl
arm_arch.h
armcap.c
armv4cpuid.pl
c64xpluscpuid.pl
cpt_err.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
cryptlib.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
crypto-lib.com Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
cversion.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ebcdic.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ex_data.c Only declare stacks in headers 2016-01-07 18:00:51 +00:00
fips_err.h Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
fips_ers.c
ia64cpuid.S
install-crypto.com
lock.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
LPdir_nyi.c
LPdir_unix.c
LPdir_vms.c
LPdir_win32.c
LPdir_win.c
LPdir_wince.c
Makefile.in Remove update tags 2016-01-20 09:09:14 -05:00
mem_clr.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
mem_dbg.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
mem_sec.c Add CRYPTO_secure_zalloc 2016-01-27 23:34:13 -05:00
mem.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
o_dir.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
o_fips.c
o_init.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
o_str.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
o_time.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
pariscid.pl
ppc_arch.h crypto/ppccap.c: add SIGILL-free processor capability detection code. 2015-12-14 16:08:49 +01:00
ppccap.c crypto/ppccap.c: add SIGILL-free processor capability detection code. 2015-12-14 16:08:49 +01:00
ppccpuid.pl crpyto/ppccpuid.pl: add FPU probe and fix OPENSSL_rdtsc. 2015-12-14 16:09:25 +01:00
s390xcap.c
s390xcpuid.S
sparc_arch.h
sparccpuid.S
sparcv9cap.c crypto/sparcv9cap.c: add SIGILL-free feature detection for Solaris. 2015-12-02 10:53:33 +01:00
thr_id.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
uid.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
vms_rms.h
x86_64cpuid.pl
x86cpuid.pl