Category "openssl"

Use rsa-pss algorithm to sign data

I want to use RSA-PSS algorithm to sign and verify data by using rust openssl crate. But I ran into some problems. Here is my code: use openssl::sign::{Sign

Valid leaf certificate in PEM format

I am troubleshooting an SSL certificate issue where after the.PFX conversion to.PEM file using the OpenSSL. The certificate is from Azure App Service Managed Ce

How to create passwordfile with env variables

In my Programm how can i Iterate trough ENV in bash if [ ! -z $USER_1 ] then echo "$USER_1":$(openssl passwd -apr1 $PASS_1) > ./passwords fi if [ ! -z $USE

compiling OpenSSL openssl-1.0.2u using the SDK path

I need to compile OpenSSL (openssl-1.0.2u) using the SDK path. Can anyone help me what option need to select during compilation with given SDK path. Please let

Can't use PHPMailer to sign with S/MIME, getting "Signing Error: "

I'm using phpmailer to try to send signed emails (S/MIME). I used this excellent tutorial by John Dalesandro to create a Self-Signed S/MIME Certificate and pack

idevicedebugserverproxy: Immediate debugserver connection closed

after solving my previous problem in Unable to mount a developer disk image. iOS 15.4.1 - Xcode 13.3.1 (13E500a) , I encountered a new one. As mentioned in my p

Unsupported certificate purpose - NextAuth - SSL in Localhost - Node server

I followed this tutorial for setting up the https in local development machine: https://dev.to/nakib/using-https-on-next-js-local-development-server-bcd And her

On macOS Big Sur, how do I get the version of OpenSSL installed through Homebrew to be what is used on the command line?

I’m on macOS Big Sur. I installed OpenSSL via Homebrew like this: $ brew install openssl Updating Homebrew... ==> Auto-updated Homebrew! Updated Homebr

Qt missing OpenSSL 3.x support on Ubuntu 22.04

I tried to build my application which uses QNetworkManager to communicate to a server. I did not have any problems on older Linux versions but with the newest U

openssl_pkcs7_verify(): signature OK, but cannot open for writing

I'm trying to decrypt a payload from a request it's working to decrypt but give me this error I searched a lot but can't find nothing specific. I also used thi

How can i include my certificate chain and private key in a tls server using openssl library?

I am trying to write a c code to implement a tls socket using openssl. The server has a certificate chain with 4 certificates: leaf certificate - intermediate1

Create Certificate x509 with php problem with the parameters

I am trying to create a certificate with PHP with library openssl . The code is: global $gbl, $login, $ghtml; $today = date("m.d.y") + rand(1,10000); $cerpath

what format is this "passcode" file? (found along a keystore)

A Globalprotect vpn client seems to use a keystore in pfx format + a pan_client_cert_passcode.dat file for which I want to find out what the format is (=how to

PFX import always gives Incorrect password error

I tried to generate a private key and certificate using OpenSSL v3.0.1 on x64 using the command: "C:\Program Files\OpenSSL\bin\openssl.exe" req -x509 -sha256 -

cargo install cargo-generate --features vendored-openssl failed

I am trying to install terrain from terra-money. For that, the instructions said to follow the commands. I have run these instructions on ubuntu 20.04 1. Set 's

Change hostname of SQL server SSL certificates

I have a postgres SQL server set up in google cloud. The certificates that I downloaded for this have a hostname of the form: project_name:instance_name. Howeve

Npm not working (openSSL configuration error windows10x64)

I was getting this error whenever I try the npm command in powershell: **~ $ node -v v17.1.0 ~ $ npm -v OpenSSL configuration error: 74240000:error:80000003:sys

openssl CMS decryption fails

openssl cms -decrypt -in cms.txt -recip my_cert.pem -inkey private_key.pem Error reading S/MIME message 140064210231744:error:0D0D40D1:asn1 encoding routines:SM

Ruby 2.7 and TLS 1.3 with RestClient not working

I'm having problems trying to request an endpoint that is using TLS 1.3 require 'base64' require 'openssl' require 'rest-client' auth_payload = { grant_type:

Error installing OpenSSL using VCPKG on Visual Studio code: Error: in triplet x64-windows: Unable to find a valid Visual Studio instance

I am trying to fix the error I'm facing while running a rust program on my VScode as shown in the link below, install openssl and and set the paths using vcpkg