]> granicus.if.org Git - apache/commit
* modules/ssl/ssl_engine_init.c (ssl_init_PushCAList): Remove function.
authorJoe Orton <jorton@apache.org>
Fri, 23 Feb 2018 11:51:49 +0000 (11:51 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 23 Feb 2018 11:51:49 +0000 (11:51 +0000)
commit348083128dfe74f041decd5175302d42fd22965d
tree3be86f1ea3a4458c5142a3230be6e78308ff723c
parentd771a84dbfa002cb0fc74ed1d9708d58039ffe78
* modules/ssl/ssl_engine_init.c (ssl_init_PushCAList): Remove function.
  (ssl_init_ca_cert_path): Use SSL_add_file_cert_subjects_to_stack()
  instead.

[Edit: This does change behaviour: the acceptable client CA list is now
 always be sent in sorted order rather than configured/file order.
 In the case of SSLCACertificatePath and SSLCADNRequestPath, the
 order will be stable rather than non-determistic as previously.]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1825120 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_init.c