openssl/crypto
Matt Caswell efee575ad4 Fix off-by-one in BN_rand
If BN_rand is called with |bits| set to 1 and |top| set to 1 then a 1 byte
buffer overflow can occur. There are no such instances within the OpenSSL at
the moment.

Thanks to Mateusz Kocielski (LogicalTrust), Marek Kroemeke, Filip Palian for
discovering and reporting this issue.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
2015-05-22 23:40:38 +01:00
..
aes Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
asn1 Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
bf Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
bio Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
bn Fix off-by-one in BN_rand 2015-05-22 23:40:38 +01:00
buffer Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
camellia Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
cast Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
cmac Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
cms Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
comp Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
conf Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
des Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
dh Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
dsa Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
dso Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
ec Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
ecdh Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
ecdsa Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
engine Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
err Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
evp Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
hmac Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
idea Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
include/internal Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
jpake Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
lhash Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
md2 Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
md4 Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
md5 Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
mdc2 Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
modes Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
objects Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
ocsp Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
pem Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
perlasm Add assembly support for 32-bit iOS. 2015-04-20 15:06:22 +02:00
pkcs7 Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
pkcs12 Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
pqueue Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
rand Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
rc2 Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
rc4 Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
rc5 Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
ripemd Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
rsa Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
seed Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
sha Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
srp Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
stack Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
store Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
threads Server side version negotiation rewrite 2015-05-16 09:19:56 +01:00
ts Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
txt_db Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
ui Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
whrlpool Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
x509 Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
x509v3 Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
alphacpuid.pl
arm64cpuid.pl
arm_arch.h
armcap.c Add assembly support for 32-bit iOS. 2015-04-20 15:06:22 +02:00
armv4cpuid.pl Add assembly support for 32-bit iOS. 2015-04-20 15:06:22 +02:00
c64xpluscpuid.pl
cpt_err.c
cryptlib.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
crypto-lib.com Remove remaining Kerberos references 2015-05-13 15:08:10 +01:00
cversion.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
ebcdic.c
ex_data.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
fips_err.h
fips_ers.c
ia64cpuid.S
install-crypto.com Remove remaining Kerberos references 2015-05-13 15:08:10 +01:00
lock.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
LPdir_nyi.c
LPdir_unix.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
LPdir_vms.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
LPdir_win32.c
LPdir_win.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
LPdir_wince.c
Makefile Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
mem_clr.c
mem_dbg.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
mem.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
o_dir_test.c Identify and move OpenSSL internal header files 2015-05-14 15:13:49 +02:00
o_dir.c Identify and move OpenSSL internal header files 2015-05-14 15:13:49 +02:00
o_fips.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
o_init.c
o_str.c Identify and move OpenSSL internal header files 2015-05-14 15:13:49 +02:00
o_time.c
opensslconf.h.in
pariscid.pl
ppc_arch.h
ppccap.c
ppccpuid.pl
s390xcap.c
s390xcpuid.S
sparc_arch.h
sparccpuid.S
sparcv9cap.c
thr_id.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
uid.c
vms_rms.h
x86_64cpuid.pl
x86cpuid.pl