You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iterate over all certificates in a trusted cert BIO, not just the first (#522)
Previously the code which loaded a trusted certificate from file only
assumed that there was a single certificate in that file, meaning that
using a certificate bundle for certificate verification would not work.
This fix allows the driver to read multiple trusted certificates out
of a BIO and provision them in the trusted certificate store.
Co-authored-by: Max Dymond <[email protected]>
0 commit comments