On Darwin SSL, add ability to skip peer verification.

This commit is contained in:
Benjamin Sergeant
2019-11-20 13:58:08 -08:00
parent a7df6120d5
commit 6808a0b500
4 changed files with 31 additions and 5 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## [7.3.5] - 2019-11-20
- On Darwin SSL, add ability to skip peer verification.
## [7.3.4] - 2019-11-20
- 32-bits compile fix, courtesy of @fcojavmc