Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tls: tls_get_issuer/subject return the info of the first loaded cert #80

Merged

Conversation

cHuberCoffee
Copy link
Contributor

Openssl uses two different certificate storages by SSL_CTX_use_certificate_chain_file
The first certificate loaded from a file is saved in a sepparate storage.
Upcoming certificates are located in an extra chain cert storage

Openssl uses two different certificate storages by SSL_CTX_use_certificate_chain_file
The first certificate loaded from a file is saved in a sepparate storage.
Upcoming certificates are located in an extra chain cert storage
@sreimers sreimers merged commit 930e72a into baresip:master Mar 9, 2021
@cHuberCoffee cHuberCoffee deleted the tlsissuer_subject_get_correct_infos branch March 16, 2021 09:03
@sreimers sreimers added the enhancement New feature or request label Apr 9, 2021
@sreimers sreimers added this to the v2.0.0 milestone Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants