]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1825120 from trunk:
authorJoe Orton <jorton@apache.org>
Mon, 12 Feb 2024 08:37:35 +0000 (08:37 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 12 Feb 2024 08:37:35 +0000 (08:37 +0000)
commitd02cfc9f8b9933e7863c7831204b36eb3329d6b4
treeb6908d25a52006f81d8e1e3fc3fdde5bce65317e
parent7e3634baa86a69888175692d3535d1eb9d3752a0
Merge r1825120 from trunk:

* 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.]

PR: 61574
Github: closes #406
Reviewed by: jorton, jfclere, covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1915740 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/pr61574.txt [new file with mode: 0644]
modules/ssl/ssl_engine_init.c