krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
920 stars 340 forks source link

Initialize OpenSSL for certificate validation. #90

Closed WildStudio closed 4 years ago

WildStudio commented 4 years ago

Hi, I am trying to initialize OpenSSL for certificate validation and I see there no init optionlike follows: OPENSSL_init_crypto should I use OPENSSL_init() instead? Calling OPENSSL_init() the library will automatically load and make available all libcrypto digests? Thanks in advance.

krzyzanowskim commented 4 years ago

yes. OPENSSL_init_crypto is OpenSSL 1.1

WildStudio commented 3 years ago

Thanks for you help @krzyzanowskim