-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
2 changed files
with
6 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
*) mod_ssl: Use OpenSSL-standard functions to assemble CA | ||
name lists for SSLCACertificatePath/SSLCADNRequestPath. | ||
Names will now be consistently sorted. PR 61574. | ||
[Joe Orton] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters