]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1544774, r1544812 from trunk:
authorJim Jagielski <jim@apache.org>
Tue, 21 Jan 2014 16:44:48 +0000 (16:44 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 21 Jan 2014 16:44:48 +0000 (16:44 +0000)
commit8ee4c2a9d9a84bdef9d4e141614fedb1eee6e432
tree8c941186419684749df17f8bc37b8196a23a0023
parent7f456709e34158f81c04ca3e2e6b19b467ca49ed
Merge r1544774, r1544812 from trunk:

Address a todo listed in
https://mail-archives.apache.org/mod_mbox/httpd-dev/200205.mbox/%3CPine.LNX.4.33.0205292300380.27841-100000%40mako.covalent.net%3E
"init functions should return status code rather than ssl_die()"

For diagnostic purposes, ssl_die() is still there, but instead
of abruptly exit(1)ing, it will return APR_EGENERAL to the
ssl_init_* callers in ssl_engine_init.c, and these will propagate
the status back to ssl_init_Module.

Followup to r1544774: do not ignore failures from ssl_server_import_{cert,key}
in ssl_init_server_certs

Submitted by: kbrand
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1560082 13f79535-47bb-0310-9956-ffa450edef68
STATUS
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_engine_log.c
modules/ssl/ssl_engine_pphrase.c
modules/ssl/ssl_private.h
modules/ssl/ssl_scache.c
modules/ssl/ssl_util_stapling.c