Skip to main content
Filter by
Sorted by
Tagged with
Advice
1 vote
0 replies
61 views

My problem: I need to digitally sign RDP files before distribution since Microsoft change in April 2026. I have an RSA code signing certificate stored in HSM (Azure Key Vault) and hence can't use ...
LightningRider's user avatar
0 votes
2 answers
98 views

In the below shell script function I am calculating the SHA-256 hash values using combination of find and sha256sum commands. But, when I do cat of generated hash file hashedoutput.sha256 it contains ...
Harry's user avatar
  • 4,407
Advice
0 votes
0 replies
86 views

The X509_get_signature_info() function allows the public/private key nid (pknid) to be returned for an X509 certificate, with examples like "RSA". To be nice to people, we want to offer ...
Graham Leggett's user avatar
2 votes
0 answers
295 views

I am developing an application, which has a built-in TCP server. I want the server to be secure via OpenSSL. The server has to identify its clients and the clients must identify the server. If I ...
loltrol's user avatar
  • 123
2 votes
0 answers
81 views

Using OpenSSL 3.3.0, we are having trouble with TLS 1.2 renegotiation. We implemented C++ applications on both the server and client sides, and configured options to enable renegotiation. In practice, ...
user32380169's user avatar
0 votes
0 answers
57 views

I am trying to build OpenSSL from source inside a Docker container based on an Alpine Linux toolchain image (ghcr.io/nokia/corteca-toolchain). The target architecture is AArch64, and this environment ...
Velloor hemanth's user avatar
0 votes
1 answer
130 views

I have a set of 64-bit DLLs, but the standard DLL names for the 64-bit DLL names clash with the 32-bit DLL names. We should probably not mix 32-bit and 64-bit and have their .exes and .dlls in ...
Warren  P's user avatar
  • 69.9k
1 vote
1 answer
268 views

I updated my Apache Tomcat installation from 9.0.57 to 9.0.127 on Ubuntu 22.04 (in other words I removed the apt version and manually installed the updated version). Everything works fine, except that ...
Paul's user avatar
  • 77
0 votes
0 answers
63 views

I've generated a domain certificate and it comes with three files: a certificate, a private key, and a CA bundle. The TTaurusTLSServerIOHandler exposes three fields: PrivateKey PublicKey Rootkey I set ...
Mike at Bookup's user avatar
1 vote
1 answer
241 views

My Delphi 13 32-bit FMX project using Indy and TaurusTLS is throwing this exception: Project ProjectMikeTaurus.exe raised exception class ETaurusTLSLoadingCertError with message Could not load ...
Mike at Bookup's user avatar
1 vote
1 answer
90 views

Postgres is running inside a docker container named postgres_server.development.ch_api Express is running inside another docker container named express_server.development.ch_api I am trying to setup ...
PirateApp's user avatar
  • 6,423
4 votes
1 answer
313 views

I am trying to compile my code with openssl library. My code is printf then the program received SIGSEGV signal. Code of test.c: #include <winsock2.h> #include <openssl/ssl.h> #include <...
Orang Keren's user avatar
1 vote
0 answers
124 views

Suppose we are waiting for incoming data on a socket using the call socket::async_wait(socket::wait_read, callback). After the callback notifies us that data is available, is it possible to read the ...
Joe J's user avatar
  • 1,411
0 votes
0 answers
220 views

I've been working on a C++ project. I have been using 2 Windows PCs for building it and both worked fine with the same (kinda janky) setup. I recently got a new computer and I get a linker error. My ...
indjev99's user avatar
  • 122
12 votes
3 answers
3k views

m getting an SSL error when making an HTTPS request in a Rails controller (Ruby 3.1.6): OpenSSL::SSL::SSLError in PurchaseAttemptsController#create SSL_connect returned=1 errno=0 peeraddr=3.175.45.47:...
Arnold Roa's user avatar
  • 7,906

15 30 50 per page
1
2 3 4 5
1110