sergot / openssl

OpenSSL bindings for Perl 6
MIT License
14 stars 31 forks source link

Added SSL_CTX_use_certificate_chain_file import #51

Closed ghost closed 6 years ago

ghost commented 6 years ago

Needed to allow certificate chains containing intermediate certificates to be imported. Tested locally with corresponding changes made to IO::Socket::Async::SSL, works as expected.