sergot / openssl

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

Stack handling functions; Imports from libcrypto.so; More certificate handling functions #52

Closed ghost closed 6 years ago

ghost commented 6 years ago

More imports related to handling certificates and keys in ssl context. Also imported low level stack handling functions, although more perlish wrapping is still needed. Added sub crypto-lib to import functions residing in libcrypto.so

ghost commented 6 years ago

Forgot to mention, imports were tested on Ubuntu 16.04.3 LTS and Win7 x64. Using &crypto-lib instead of &gen-lib for X509_* functions seems to be the most relevant behavior.

ugexe commented 6 years ago

Can you resolve the conflicts and submit another PR? I just tried and git refuses to think I did.

ghost commented 6 years ago

Resolved from my side, did it work out?