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

Consider using Botan for host certificate store access #129

Open
Tectu opened this issue Apr 24, 2024 · 2 comments
Open

Consider using Botan for host certificate store access #129

Tectu opened this issue Apr 24, 2024 · 2 comments
Labels
discussion General discussions enhancement New feature or request

Comments

@Tectu
Copy link
Owner

Tectu commented Apr 24, 2024

Currently, we're using certify for accessing the host's certificate store.
It might be worth considering using Botan instead (https://github.com/randombit/botan).

@Tectu Tectu added enhancement New feature or request discussion General discussions labels Apr 24, 2024
@reneme
Copy link

reneme commented Apr 25, 2024

Perhaps, you could even consider using Botan as your (alternative) TLS provider, which then includes certificate validation with its system certificate store adapters, of course. I see you're using asio's ssl_stream that uses OpenSSL underneath. Botan provides a "more-or-less" drop in replacement for this. 🙂

@Tectu
Copy link
Owner Author

Tectu commented Apr 26, 2024

That's a good suggestion - Thanks for pointing that out!

Ideally we'd make this options so users can pick one or the other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion General discussions enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants