openssl/apps
Matt Caswell fc7f190c73 Handle no async jobs in libssl
If the application has limited the size of the async pool using
ASYNC_init_thread() then we could run out of jobs while trying to start a
libssl io operation. However libssl was failing to handle this and treating
it like a fatal error. It should not be fatal...we just need to retry when
there are jobs available again.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-05-05 19:39:14 +01:00
..
demoCA
demoSRP
app_rand.c
apps.c various spelling fixes 2016-04-28 14:22:26 -04:00
apps.h Make string_to_hex/hex_to_string public 2016-04-18 09:02:11 -04:00
asn1pars.c GH932: Add more help messages to some apps options. 2016-05-04 07:44:21 -04:00
build.info Fix no-stdio and no-autoalginit 2016-04-14 16:41:03 +01:00
ca-cert.srl
ca-key.pem
ca-req.pem
ca.c GH932: Add more help messages to some apps options. 2016-05-04 07:44:21 -04:00
CA.pl.in Copyright consolidation: perl files 2016-04-20 09:45:40 -04:00
cert.pem
ciphers.c Use minimum and maximum protocol version instead of version fixed methods 2016-03-09 19:38:56 +01:00
client.pem
cms.c GH932: Add more help messages to some apps options. 2016-05-04 07:44:21 -04:00
crl2p7.c argv was set but unused 2016-02-20 14:53:53 +01:00
crl.c GH932: Add more help messages to some apps options. 2016-05-04 07:44:21 -04:00
ct_log_list.cnf Extends s_client to allow a basic CT policy to be enabled 2016-03-04 10:50:10 -05:00
dgst.c Remove unused parameters from internal functions 2016-02-22 13:39:44 -05: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 GH932: Add more help messages to some apps options. 2016-05-04 07:44:21 -04:00
dsa512.pem
dsa1024.pem
dsa-ca.pem
dsa-pca.pem
dsa.c GH932: Add more help messages to some apps options. 2016-05-04 07:44:21 -04:00
dsap.pem
dsaparam.c Fix mixed declarations and code 2016-04-03 21:49:24 -04:00
ec.c GH932: Add more help messages to some apps options. 2016-05-04 07:44:21 -04:00
ecparam.c argv was set but unused 2016-02-20 14:53:53 +01:00
enc.c Remove some unused argc assignments 2016-04-21 10:51:57 +01:00
engine.c Use NON_EMPTY_TRANSLATION_UNIT, consistently. 2016-02-09 20:13:29 -05:00
errstr.c Remove some unused argc assignments 2016-04-21 10:51:57 +01:00
gendsa.c Make DSA_METHOD opaque 2016-04-03 00:23:56 +01:00
genpkey.c GH715: ENGINE_finish can take NULL 2016-02-25 15:19:42 -05:00
genrsa.c Make the RSA structure opaque 2016-04-06 16:19:17 +02:00
nseq.c argv was set but unused 2016-02-20 14:53:53 +01:00
ocsp.c GH932: Add more help messages to some apps options. 2016-05-04 07:44:21 -04:00
openssl-vms.cnf
openssl.c remove unused macros in list -disabled 2016-05-05 14:25:41 +01:00
openssl.cnf
opt.c Fix no-ocsp on Windows (and probably VMS) 2016-04-21 17:03:02 +01:00
passwd.c Fix passwd seg fault 2016-04-27 09:17:37 +01:00
pca-cert.srl
pca-key.pem
pca-req.pem
pkcs7.c Fix NULL deref in apps/pkcs7 2016-04-25 11:44:24 -04:00
pkcs8.c Add missing return value check in pkcs8 app 2016-04-21 10:51:57 +01:00
pkcs12.c Check return of PEM_write_* functions and report possible errors 2016-05-04 14:56:58 +02:00
pkey.c argv was set but unused 2016-02-20 14:53:53 +01:00
pkeyparam.c argv was set but unused 2016-02-20 14:53:53 +01:00
pkeyutl.c GH932: Add more help messages to some apps options. 2016-05-04 07:44:21 -04:00
prime.c Add missing return value checks 2016-04-21 10:51:57 +01:00
privkey.pem
progs.h make update 2016-04-29 09:09:46 +02:00
progs.pl apps/progs.pl: don't make digests disablable by default 2016-04-29 09:08:06 +02:00
rand.c
rehash.c Make string_to_hex/hex_to_string public 2016-04-18 09:02:11 -04:00
req.c Deprecate OBJ_cleanup() and make it a no-op 2016-04-13 08:52:33 +01:00
req.pem
rsa8192.pem
rsa.c Make the RSA structure opaque 2016-04-06 16:19:17 +02:00
rsautl.c GH932: Add more help messages to some apps options. 2016-05-04 07:44:21 -04:00
s512-key.pem
s512-req.pem
s1024key.pem
s1024req.pem
s_apps.h Remove Netware and OS/2 2016-03-17 17:06:57 -04:00
s_cb.c Remove some dead code 2016-04-21 10:51:57 +01:00
s_client.c Handle no async jobs in libssl 2016-05-05 19:39:14 +01:00
s_server.c Handle no async jobs in libssl 2016-05-05 19:39:14 +01:00
s_socket.c Remove stale errors from early connection attempts in a client 2016-05-04 10:16:39 +01:00
s_time.c Fix no-sock 2016-03-21 16:33:59 +00:00
server2.pem
server.pem
server.srl
sess_id.c argv was set but unused 2016-02-20 14:53:53 +01:00
smime.c GH932: Add more help messages to some apps options. 2016-05-04 07:44:21 -04:00
speed.c Rename some lowercase API's 2016-04-18 08:22:00 -04:00
spkac.c argv was set but unused 2016-02-20 14:53:53 +01:00
srp.c Don't use an uninitialised variable in srp application 2016-04-29 16:47:41 +01:00
testCA.pem
testdsa.h Deprecate RAND_cleanup() and make it a no-op 2016-04-13 08:52:33 +01:00
testrsa.h
timeouts.h
ts.c GH932: Add more help messages to some apps options. 2016-05-04 07:44:21 -04:00
tsget.in Make the use of perl more consistent 2016-04-01 07:24:04 +02:00
verify.c Make many X509_xxx types opaque. 2016-04-15 13:21:43 -04:00
version.c Rename some lowercase API's 2016-04-18 08:22:00 -04:00
vms_decc_init.c Force argv to be an array of long pointers on VMS 2016-04-01 16:23:35 +02:00
winrand.c
x509.c GH932: Add more help messages to some apps options. 2016-05-04 07:44:21 -04:00