sergot / openssl

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

Add OpenSSL::Version #65

Closed voegelas closed 6 years ago

voegelas commented 6 years ago

This pull request fixes issue #62. The patch adds the module OpenSSL::Version and the functions version_num and version. OpenSSL::Stack uses version_num to define sk_num, sk_value and sk_free, which have been renamed in OpenSSL 1.1.

As mentioned in #64 Rakudo HEAD currently seems to be broken on Windows. See https://ci.appveyor.com/project/voegelas/openssl/build/1.0.17 for a successful build with Rakudo 2018.06. See https://travis-ci.org/voegelas/openssl for a successful Travis build.