Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
57 views

I am trying to develop SHA3 support using the assembly support available in below link: https://github.com/openssl/openssl/blob/master/crypto/sha/asm/keccak1600p8-ppc.pl Am able to generate .s file ...
gabbar's user avatar
  • 63
0 votes
1 answer
276 views

Trying the tried and tested method of connecting Compass to MongoDB instance on VPS over TLS. If the certificates were from LetsEnctrypt CA (generated with CertBot), 2 files are needed: CertAndKey....
jurijus01's user avatar
0 votes
0 answers
63 views

I'm trying to set SSL in a broker that I'm running locally for testing setting this up. This broker will be running with Kraft, and SSL will be set up using PEMs (not keystores or truststores). I've ...
Pedro Gordo's user avatar
  • 1,875
0 votes
0 answers
17 views

i tried building aws-sdk-cpp multiple times but still facing issue. I am using openssl 3.0.2 and curl 7.88 along with ubuntu 20.04. the errors are related to aws-sdk-cpp and openssl. i need the ...
Devansh Singh's user avatar
0 votes
2 answers
399 views

I have a pkcs12 file that contains a public and private key pair that I created using openssl. My Java program reads in the pcks12 file and saves the public and private keys separately for use by the ...
ogionnj's user avatar
11 votes
8 answers
8k views

I’m encountering an issue while trying to compose Docker instances in my local environment. When I run the docker-compose up command, I get the following error: > 2024-12-10 12:46:12 > laredo-...
codernoob8's user avatar
0 votes
0 answers
379 views

I have a class using Openssl. It works 99.99% of the time but occasionally I keep getting an error inside SSL_connect(): errno details: 40D6FFD6FF7F0000:error:0A000126:SSL routines:ssl3_read_n:...
intrigued_66's user avatar
  • 17.6k
0 votes
1 answer
116 views

I am trying to test connection to Outlook365 IMAP server. As I understood. The first step should be to obtain access_token using my client_id and client_secret. I got it using Postman access_token ...
nanu1nkk1k2n3nj12n3's user avatar
0 votes
1 answer
757 views

On a Windows 32-bit program written in Delphi 7 and not updated since 2015 by its author, an error is returned after enabling an option to establish an SSL encrypted connection. In the root folder of ...
Mkgl's user avatar
  • 69
0 votes
1 answer
97 views

I've written an https server in C++ using cpp-httplib (https://github.com/yhirose/cpp-httplib). My requirement is that it needs to work with pre-shared key and cipher DHE-PSK-AES256-CBC-SHA or DHE-PSK-...
crimsonking's user avatar
0 votes
1 answer
62 views

I noticed support for powerpc in openssl in the below link: https://github.com/openssl/openssl/blob/master/crypto/sha/asm/keccak1600-ppc64.pl However, the hardware I am using , the source of that are ...
gabbar's user avatar
  • 63
1 vote
1 answer
152 views

I have a python code which generates signature based on hash string as data. It uses cryptography library to calculate singature based on hash. It uses private key file .pem which contains private key ...
BND's user avatar
  • 93
0 votes
1 answer
261 views

This is a connected to previous question I asked: Compass and MongoDB VPS instance won't establish TLS connection where Wernfried Domscheit provided the solution, which raised further question. ...
jurijus01's user avatar
0 votes
1 answer
1k views

I have an EC Public Key (i think it is pkcs#8 PEM but not really sure because i am not much familiar with these terms): -----BEGIN PUBLIC KEY----- ...
Unknown BL4NK's user avatar
-3 votes
1 answer
198 views

Based on an older post, I am using Azure Key Vault to sign something with an EC Key created in Azure Key Vault. In the C# snippet everything works well and both signatures (IEEE P1363 and RFC 3279 Der ...
Brãnicã's user avatar
0 votes
1 answer
86 views

Trying to build a pipeline using Azure devops pipeline but ran into the issue Error : 0308010C:digital envelope routines::unsupported. npm version: 10.8.2 node version: v18.20.5 openssl version: ...
reel Media's user avatar
0 votes
0 answers
30 views

I am getting this error while building my flutter app in iPhone 16 pro, please tell me how to fix this issue. I have tried adding openssl paths to the header search paths in xcode and library search ...
hulk's user avatar
  • 1
1 vote
0 answers
33 views

I copied a code example using OpenSSL from the web to learn how to use the OpenSSL library (I haven't used the OpenSSL library before) code: #include <stdio.h> #include <stdlib.h> #...
ho tian's user avatar
  • 35
0 votes
1 answer
503 views

I am experiencing issues related to usage of Prisma ORM with Replit to seed my db, whenever I run the command npm run dev , I get the following error. Prisma cannot find the required libssl system ...
Parth Ahuja's user avatar
0 votes
0 answers
42 views

I am new to openssl & working on powerpc architecture device and want to integrate SHA3 from openssl in assembly format. I came across the below link for this: Source file : https://github.com/...
gabbar's user avatar
  • 63
0 votes
1 answer
140 views

I need to use openssl with keys stored on a distant KMS. How can I do this? I've seen specific projects about openssl using AWS keys (1) or Google cloud keys (2). Stil I found no KMIP-generic solution....
fpierrat's user avatar
  • 818
1 vote
1 answer
74 views

I tried to connect for remote MQTTS server (port 8883), that not mine using mosquitto_pub . mosquitto_pub -h example.com -p 8883 -t "TOPIC" -m "message" -u "USER" -P &...
python3.789's user avatar
1 vote
0 answers
131 views

I am trying to use OpenSSL 3.4.0 to generate an HMAC hash EVP_sha256. However, I am not able to match my generated hash to online tools (tried: base32 encoded key for each side). Here is my source ...
jnl's user avatar
  • 11
0 votes
0 answers
93 views

I am working on an iOS framework that requires OpenSSL for certain functionalities. To keep the framework’s size minimal, I included only the iphoneos version of OpenSSL by compiling it specifically ...
Hakan Or's user avatar
0 votes
0 answers
355 views

Most of the API that EC_KEY* functions like EC_KEY_get0_public_key have been deprecated in OpenSSL 3.0, so as far as I know there's no way but to use the EVP interface. I want to export the public key ...
vibhav950's user avatar
1 vote
1 answer
82 views

I compile for WIndows10, using gcc for Cygwin64 openssl is installed through cygwin's installer Add SSL_library_init(); Before and after the code and compile and run results compared: test.c #include &...
ho tian's user avatar
  • 35
0 votes
0 answers
84 views

This is the wrong [INFO]: # Installing pure Python modules [INFO]: *** PYTHON PACKAGE / PROJECT INSTALL STAGE FOR ARCH: arm64-v8a *** [INFO]: The requirements (kivmob, kivy_garden, kivymd) ...
ivanking741245's user avatar
2 votes
0 answers
74 views

I have written some cryptography code built on top of OpenSSL, and added additional logic calling it in C functions and bridging to Swift to use in my iOS application. I have had no problems with ...
Tom Rowbotham's user avatar
0 votes
0 answers
113 views

I am trying to decrypt some of a zlib compressed file. I can decrypt it online using CyberChef. I am trying to write a c program to do the same thing. The following is the simplified program. #include ...
Bret Joseph's user avatar
0 votes
1 answer
147 views

I'm trying to create a secure connection to aws.amazon.com and I'm getting an ssl SSLV3_ALERT_HANDSHAKE_FAILURE error. This makes no sense to me, as there does not appear to be anything wrong on the ...
Anonymous's user avatar
2 votes
2 answers
50 views

Printing outgoing data sent with SSL_write() on ARM64 is quite simple: break set --auto-continue true -n SSL_write break command add memory read -f Y -c `$x2` $x1 DONE The signature of SSL_write()...
Mecki's user avatar
  • 135k
0 votes
0 answers
86 views

I am trying to rotate our encryption keys and encountered the following problem - I expected openssl_decrypt() to always return false when when using an invalid encryption key, but it occasionally ...
Michael David's user avatar
2 votes
0 answers
70 views

So, I've been webscraping a page for about a year now, and since last week I started to get HTTP code 403 everytime I try connecting to it using python-requests. From my web browser and curl there is ...
Mauro Moreira's user avatar
2 votes
1 answer
122 views

I'm looking for a native openssl solution to this and all the other suggestions did NOT help. I'm trying to make a JWT packet I can use to login to google services from within C code as I wish to ...
mike_s's user avatar
  • 27
0 votes
1 answer
187 views

There is a server(java spring) running in HTTP, I want to switch to HTTPS. So I use openssl to generate self-signed cert and key, and test them like below: Curl verison: curl 8.5.0 (x86_64-pc-linux-...
Wanying Gong's user avatar
0 votes
0 answers
809 views

I'm encountering an SSL handshake failure when upgrading my Python application from versions 3.8 and 3.9 to 3.11 or 3.12. Python 3.12: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake ...
Samanth Reddy's user avatar
0 votes
0 answers
95 views

I want to build OpenSSL for Android, as a dependency of my C++-application which is built via Conan. The conan build (conan install /.../my_project -pr:h android34-armv8-clang-17-c++_shared -pr:b ...
simonsays's user avatar
  • 101
2 votes
1 answer
299 views

In my VCL application I send a request to server and receive a data that encrypted with private key using php openssl_private_encrypt. Now I want to decrypt it with a public key. I have the public key....
saeid2014's user avatar
  • 171
1 vote
1 answer
96 views

I configured and built openssl 3.0.15 on Windows, and it works fine. I have the static libraries and the shared too. When I tried to link my application to one of these I noticed that it works with ...
János Varjú's user avatar
0 votes
2 answers
290 views

I'm trying to build a project which links to openssl Using CMake. I'm getting errors at the linking stage. One of the shared libraries cannot find certain openssl functions even tho that shared ...
Tom Shaw's user avatar
0 votes
0 answers
148 views

I want to get a token from a desktop app that calls an OAuth2 authentication server that requires an HTTPS connection for the callback. For this, I created a local Indy web server and use a self-...
Sorin's user avatar
  • 13
0 votes
0 answers
88 views

I am still learning to use EVP_DigestSign functions (https://docs.openssl.org/master/man3/EVP_DigestSignInit/#description). One thing I feel puzzled is that the digest type is somehow restricted to ...
user180574's user avatar
  • 6,244
-2 votes
1 answer
139 views

I use the following procedure: procedure TForm2.Label1DblClick(Sender: TObject); procedure GenerateSelfSignedCertificate(const AFileName: string); procedure GenerateRandomSerialNumber(...
Sorin's user avatar
  • 13
-1 votes
1 answer
175 views

I'm having this really weird issue where when I try to compile my Crow project, which I just added SSL support to, it just straight up rejects to compile. This only happens when I add SSL support, ...
S0nhe's user avatar
  • 11
1 vote
0 answers
119 views

I have an error when trying to decrypt in dart language. with message: Invalid argument(s): Input data length must be a multiple of cipher's block size Here is sample PHP code function ...
ilham's user avatar
  • 71
0 votes
1 answer
61 views

I'm currently implementing feature which is creating ASiC-E with XAdES container for storing information regarding certain files along with their signatures (e.g. mimetype, file1.xml, META-INF/...
Sleepy Ninja's user avatar
0 votes
0 answers
141 views

git pull fatal: unable to access 'https://github.com/highperformancecoder/civita.git/': OpenSSL/3.0.1: error:16000069:STORE routines::unregistered scheme I have been working around it by adding the ...
Russell Standish's user avatar
1 vote
1 answer
728 views

I'm setting up post-quantum cryptography (PQC)-based self-signed certificates for PostgreSQL-16.4, aiming to use PQC KEM and DSA algorithms (specifically Kyber768 for KEM and Dilithium3 for digital ...
Sai Gautam Mandapati's user avatar
1 vote
1 answer
715 views

My existing code is complined with OpenSSL 1.0.2, and I am migration this to OpenSSL 1.1.1. During this I came accross OpenSSL Guide at https://wiki.openssl.org/index.php/OpenSSL_1.1.0_Changes As a ...
Srinath Ganesh's user avatar
1 vote
0 answers
63 views

I am self-studying SSPI and how to program a client for secure connections, I am using a linux based openssl tcp server written in C and for the windows client. So far I know that TLS handshake ...
m3sfit's user avatar
  • 77