-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add back CERT_PKEY structure and refactor pointers (#1086)
This doesn't actually implement multiple cert functionality, but sets up the structures to do so. All certs currently use the first index (SSL_PKEY_RSA) during the SSL connection. A subsequent PR will be introduced to implement usage of the new certificate slots. Overall functionality of the code shouldn't be effected right now, this is just letting the code point to new pointers.
- Loading branch information
1 parent
f271390
commit 56067dc
Showing
7 changed files
with
315 additions
and
159 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
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
Oops, something went wrong.