openssl icon indicating copy to clipboard operation
openssl copied to clipboard

OpenSSL bindings for Perl 6

Results 26 openssl issues
Sort by recently updated
recently updated
newest added

I have an M1 mac running ventura, 13.1 I have installed openssl@3 package with brew. `zef install OpenSSL` results in an error: ``` $ zef install OpenSSL ===> Searching for:...

I'm implementing tool to fetch plain private keys from [Geth keystore files](https://geth.ethereum.org/docs/developers/dapp-developer/native-accounts). `AES-128-CTR` cipher is used there. I added the binding to `EVP_aes_128_ctr()`, followed your code standards and covered new...

WARNING: /Users/zaucker/opt/rakudo-2020.10/bin/rakudo is loading libcrypto in an unsafe way See also https://github.com/jnthn/p6-io-socket-async-ssl/issues/60

``` ~/rakudo-2023.05 % /Users/admin/rakudo/rakudo-2023.05/install/share/perl6/site/bin/zef install OpenSSL ===> Searching for: OpenSSL ===> Searching for missing dependencies: PathTools, JSON::Fast ===> Building: OpenSSL:ver ===> Building [OK] for OpenSSL:ver ===> Testing: PathTools:ver:auth ===> Testing...

Trying to install this yields an error: ```text [OpenSSL] # NETWORK_TESTING was not set [OpenSSL] Unable to read key [OpenSSL] in method new at /home/jmerelo/.zef/store/openssl.git/1e0f472094f3544bde39a15d6fa7cf809324967a/lib/OpenSSL/RSATools.pm6 (OpenSSL::RSATools) line 23 [OpenSSL] in...

The META6.json file misses information about the license and about the dependency on the native libssl.so library. This PR adds this information. In addition it changes the code for finding...

OpenBSD 7.2 Raku 2022.06 ``` zef install OpenSSL ===> Searching for: OpenSSL ===> Searching for missing dependencies: PathTools ===> Building: OpenSSL:ver ===> Building [OK] for OpenSSL:ver ===> Testing: PathTools:ver:auth ===>...

I'm not sure if this is a problem with `NativeCall` or `OpenSSL` but I get the following error when trying out the examples in the README. ``` Cannot locate native...

Hei, An OpenSSL test is failing; Here's the output: ``` $ zef test -v . ===> Testing: OpenSSL:ver:auth t/01-basic.t ........... ok t/02-socket.t .......... ok t/03-rsa.t ............. ok t/04-crypt.t ........... ok...

I've installed `libssl-dev` which provides `libssl.so`. Without `libssl-dev` installed I get `Cannot locate native library 'libssl.so': libssl.so: cannot open shared object file: No such file or directory` instead. Here's trying...