openssl/crypto
Andy Polyakov 0a59e2dc30 bn/asm/x86_64-mont5.pl: fix valgrind error.
bn_get_bits5 was overstepping array boundary by 1 byte. It was exclusively
read overstep and data could not have been used. The only potential problem
would be if array happens to end on the very edge of last accesible page.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit 69567687b0)
2015-05-24 21:31:49 +02:00
..
aes Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
asn1 Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
bf Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
bio Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
bn bn/asm/x86_64-mont5.pl: fix valgrind error. 2015-05-24 21:31:49 +02:00
buffer Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
camellia Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
cast Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
cmac Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
cms Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
comp Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
conf Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
des Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
dh Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
dsa Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
dso Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
ec Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
ecdh Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
ecdsa Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
engine Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
err Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
evp Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
hmac Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
idea Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
jpake Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
krb5 Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
lhash Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
md2 Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
md4 Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
md5 Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
mdc2 Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
modes Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
objects Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
ocsp Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
pem Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
perlasm Fix crash in SPARC T4 XTS. 2015-02-24 10:12:57 +01:00
pkcs7 Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
pkcs12 Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
pqueue Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
rand Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
rc2 Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
rc4 Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
rc5 Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
ripemd Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
rsa Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
seed Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
sha Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
srp Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
stack Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
store Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
threads Code style: space after 'if' 2015-04-16 13:50:01 -04:00
ts Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
txt_db Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
ui Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
whrlpool Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
x509 Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
x509v3 Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
.cvsignore
alphacpuid.pl
arm64cpuid.S
arm_arch.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
armcap.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
armv4cpuid.S Remove inconsistency in ARM support. 2015-01-06 11:14:23 +01:00
constant_time_locl.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
constant_time_test.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
cpt_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
cryptlib.c RT3820: Don't call GetDesktopWindow() 2015-05-02 08:01:52 -04:00
cryptlib.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
crypto-lib.com
crypto.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
cversion.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ebcdic.c Appease clang -Wempty-translation-unit 2015-04-08 17:59:40 +02:00
ebcdic.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ex_data.c Fix memory leak reporting. 2015-02-09 13:01:15 +00:00
fips_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
fips_ers.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ia64cpuid.S
install-crypto.com
LPdir_nyi.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
LPdir_unix.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
LPdir_vms.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
LPdir_win.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
LPdir_win32.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
LPdir_wince.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
Makefile Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
md32_common.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
mem.c Fix CRYPTO_strdup 2015-04-22 17:20:38 +01:00
mem_clr.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
mem_dbg.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
o_dir.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
o_dir.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
o_dir_test.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
o_fips.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
o_init.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
o_str.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
o_str.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
o_time.c Re-align some comments after running the reformat script. 2015-01-22 09:31:48 +00:00
o_time.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
opensslconf.h.in
opensslv.h Prepare for 1.0.2b-dev 2015-03-19 13:34:56 +00:00
ossl_typ.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
pariscid.pl
ppc_arch.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ppccap.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ppccpuid.pl
s390xcap.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
s390xcpuid.S
sparc_arch.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
sparccpuid.S
sparcv9cap.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
symhacks.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
uid.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
vms_rms.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
x86_64cpuid.pl
x86cpuid.pl