Category "openssl"

LINK Error when trying to use OpenSSL evp aes 256 c++

i have a lot of LINK error when i'm trying to use the evp aes encryption template code from OpenSSL documentation : https://wiki.openssl.org/index.php/EVP_Symme

Nginx: [emerg] cannot load certificate after I deleted the certificate

I generated an SSL certificate on one of my subdomains. I then tried to delete/revoke the certificate using the command certbot delete. A little terminal menu p

rvm can't compile ruby: fails openssl check

I'm trying to install ruby 2.7.6 on MacOS 11.6.1 using rvm. I am specifying the location of a brew-installed openssl but the logs say that it isn't the right ve

Can't create google CA certificate via google client library

Getting an error error parsing CSR: ToCertificateRequest: nil DER when decoding PEM The same CSR works when using the gcp console 3 INVALID_ARGUMENT: error pars

Is there a way to get validity (notAfter) from a openssl certificate fingerprint and no certificate?

Is there a way I can determine when a particular certificate fingerprint without having the certificate itself? something like OpenSSL::X509::Certificate.new("-

Error received: [SSL: BAD_LENGTH] bad length (_ssl.c:2408)

I made a game that can be controlled with voice command. To convert all the voice command into text I used IBM Cloud Speech to Text service. Everything is done

how to solve openssl configuration error when trying to install react native cli?

When trying to install react native cli I get the following error messages. How can I solve. PS C:\WINDOWS\system32> npm install -g react-native-cli OpenSSL

How to generate the output in hexadecimal in Openssl?

Finally I am able to get the output in base64 format by using the "-a" switch; there is any hexadecimal switch that I can use? echo '0: 63616e74676574746869733

How to replicate bouncycastle CMSEnvelopedData decryption using Openssl

I have working code that uses Java Bouncycastle lib that (as I understood) decrypts CMS data. byte[] encryptedData = Base64.decode(encryptedText); CMSEnvelopedD

How to build OpenSSL on Mac and Windows

I need to build static OpenSSL libraries for Windows, iOS, and Android (x86, MIPS, and Arm). I have a Mac and I have a Windows PC. I do not have a Linux box.

Error in SSLv2/SSLv3 read client hello

Some Background: I am trying to setup reverse proxy for my internal business users for site validation when the external route is down. I am able to setup mult

Call to undefined function openssl_decrypt

When I try to make a request with POST to a script that has this line: $decrypted_data = openssl_decrypt($encrypted_data, 'AES-256-CBC', $key); I get the fol

How to check a public RSA key file

Inside a shell script I want verify public RSA file. All I want to do is that find a way to check this file is a genuine public key file, nothing else. Can I a

How to use CMake FetchContent to link OpenSSL?

I don't quite understand how to integrate libraries by FetchContent if they were not found by find_package. Currently, I have the following code: # OpenSSL depe

Building a CMake project with OpenSSL as dependency

I would like to build my project with OpenSSL from sources. I am using a modern CMake with FetchContent feature. So far, I have no trouble using FetchContent wi

Building Python 3.7.1 - SSL module failed

Building Python 3.7 from source runs into following error: Failed to build these modules: _hashlib _ssl Coul

builder error: 'openssl/rand.h' not found [Windows 10]

I'm learning Vlang and I want to make a simple discord bot with it, so I tried with https://github.com/Terisback/discord.v but I had error I fixed. But finally

PHP Startup: Unable to load dynamic library 'openssl' in Ubuntu

I get the error message in the question's title, or to be exact I get this message PHP Startup: Unable to load dynamic library 'openssl' (tried: /usr/lib/ph

SSL error unsafe legacy renegotiation disabled

I am running a Python code where I have to get some data from HTTPSConnectionPool(host='ssd.jpl.nasa.gov', port=443). But every time I try to run the code I get

gem eventmachine fatal error: 'openssl/ssl.h' file not found

Just installed El Capitan and can't install gem eventmachine 1.0.7. openssl is at 1.0.2a-1. Tried to use --with-ssl-dir but it seems ignored. Reported it to th