openssl/apps
Steven Danneman 8530039a30 Fix double array increment in s_client mysql connect
The packet parsing code for the server version string was incrementing
the array index twice on every iteration. This meant that strings with
an even number of characters would pass, but strings with an odd number
(ex: 5.7.18-0ubuntu0.16.04.1) would cause the pos variable to get out
of sync.

This would cause a later failure with "MySQL packet is broken."

CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3799)
2017-06-29 08:20:14 -04:00
..
demoSRP Missing SRP files. 2011-03-16 11:50:33 +00:00
app_rand.c Use randomness not entropy 2017-06-27 12:14:49 -04:00
apps.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
apps.h Use constants rather than macros for the cipher bytes in the apps 2017-06-21 14:45:36 +01:00
asn1pars.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
build.info Add a simple store utility command 2017-06-29 11:55:31 +02:00
ca-cert.srl Update test server certificate in apps/server.pem (it was expired). 2000-10-16 22:56:10 +00:00
ca-key.pem Fix verify(1) to report failure when verification fails 2016-01-13 17:55:17 -05:00
ca-req.pem Fix verify(1) to report failure when verification fails 2016-01-13 17:55:17 -05:00
ca.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
CA.pl.in apps/req.c: flag "-new" is implied by "-precert" 2017-02-22 10:40:30 -05:00
cert.pem Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
ciphers.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
client.pem Replace expired test server and client certificates with new ones. 2011-12-08 14:44:05 +00:00
cms.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
crl.c Switch command-line utils to new nameopt API. 2017-04-25 12:37:17 -04:00
crl2p7.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
ct_log_list.cnf GH1536: Install empty CT log list 2016-09-14 18:22:33 -04:00
dgst.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
dh1024.pem Update Diffie-Hellman parameters to IANA standards 2016-05-03 10:32:01 -04:00
dh2048.pem Update Diffie-Hellman parameters to IANA standards 2016-05-03 10:32:01 -04:00
dh4096.pem Update Diffie-Hellman parameters to IANA standards 2016-05-03 10:32:01 -04:00
dhparam.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
dsa-ca.pem Fix verify(1) to report failure when verification fails 2016-01-13 17:55:17 -05:00
dsa-pca.pem Fix verify(1) to report failure when verification fails 2016-01-13 17:55:17 -05:00
dsa.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
dsa512.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
dsa1024.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
dsap.pem Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
dsaparam.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
ec.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
ecparam.c Modify Sun copyright to follow OpenSSL style 2017-06-20 11:13:45 -04:00
enc.c Ensure a space after colon in enc -v 2017-06-20 14:14:48 -04:00
engine.c engine app: print out information on STORE loaders and STORE FILE handlers 2017-06-29 11:55:32 +02:00
errstr.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
gendsa.c If an engine comes up explicitely, it must also come down explicitely 2016-10-19 17:44:08 +02:00
genpkey.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
genrsa.c If an engine comes up explicitely, it must also come down explicitely 2016-10-19 17:44:08 +02:00
nseq.c Constify command options 2016-10-14 18:25:50 +02:00
ocsp.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
openssl-vms.cnf Added support for ESSCertIDv2 2017-05-03 09:04:23 +02:00
openssl.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
openssl.cnf Added support for ESSCertIDv2 2017-05-03 09:04:23 +02:00
opt.c Make clear error message if opt_<number> fails 2017-06-20 11:33:01 +02:00
passwd.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
pca-cert.srl Update test server certificate in apps/server.pem (it was expired). 2000-10-16 22:56:10 +00:00
pca-key.pem Fix verify(1) to report failure when verification fails 2016-01-13 17:55:17 -05:00
pca-req.pem Fix verify(1) to report failure when verification fails 2016-01-13 17:55:17 -05:00
pkcs7.c Switch command-line utils to new nameopt API. 2017-04-25 12:37:17 -04:00
pkcs8.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
pkcs12.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
pkey.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
pkeyparam.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
pkeyutl.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
prime.c Fix some extra or missing whitespaces... 2017-01-25 09:06:34 +00:00
privkey.pem PR: 1644 2009-09-06 15:49:46 +00:00
progs.pl Reformat progs.pl; add ARIA support 2017-06-21 08:44:56 -04:00
rand.c If an engine comes up explicitely, it must also come down explicitely 2016-10-19 17:44:08 +02:00
rehash.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
req.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
req.pem Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
rsa.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
rsa8192.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
rsautl.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
s512-key.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
s512-req.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
s1024key.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
s1024req.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
s_apps.h Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
s_cb.c Print Ed25519 in s_client/s_server 2017-06-21 14:11:01 +01:00
s_client.c Fix double array increment in s_client mysql connect 2017-06-29 08:20:14 -04:00
s_server.c Use constants rather than macros for the cipher bytes in the apps 2017-06-21 14:45:36 +01:00
s_socket.c Fix return value checking for BIO_sock_init 2017-06-26 15:19:12 +02:00
s_time.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
server.pem Replace expired test server and client certificates with new ones. 2011-12-08 14:44:05 +00:00
server.srl Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
server2.pem Replace expired test server and client certificates with new ones. 2011-12-08 14:44:05 +00:00
sess_id.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
smime.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
speed.c Use randomness not entropy 2017-06-27 12:14:49 -04:00
spkac.c Fix possible usage of NULL pointers in apps/spkac.c 2017-06-10 02:22:22 +08:00
srp.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
storeutl.c STORE 'file' scheme loader: refactor the treatment of matches 2017-06-29 11:55:33 +02:00
testCA.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
testdsa.h Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
testrsa.h Copyright consolidation 01/10 2016-05-17 14:19:19 -04:00
timeouts.h Copyright consolidation 01/10 2016-05-17 14:19:19 -04:00
ts.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
tsget.in tsget.in: remove call of WWW::Curl::Easy::global_cleanup 2017-06-25 22:14:30 +02:00
verify.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
version.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
vms_decc_init.c Copyright consolidation 01/10 2016-05-17 14:19:19 -04:00
vms_term_sock.c Reformat to fit OpenSSL source code standards 2016-09-15 23:24:06 +02:00
vms_term_sock.h Reformat to fit OpenSSL source code standards 2016-09-15 23:24:06 +02:00
win32_init.c Fix not-c code 2016-10-19 00:56:48 +02:00
x509.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00