(windows) when using OpenSSL, the system store is used to populate the cacert. No need to ship a cacert.pem file with your app.

This commit is contained in:
Benjamin Sergeant
2020-04-04 18:33:01 -07:00
parent d1cd5e62ac
commit f9d75c9374
3 changed files with 63 additions and 1 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All changes to this project will be documented in this file.
## [9.2.1] - 2020-04-04
(windows) when using OpenSSL, the system store is used to populate the cacert. No need to ship a cacert.pem file with your app.
## [9.2.0] - 2020-04-04
(windows) ci: windows build with TLS (mbedtls) + verify that we can be build with OpenSSL