libssl is the portion of OpenSSL which supports TLS
Questions tagged [libssl]
152 questions
0
votes
0 answers
OpenSSL cve-2023-0286 vulnerability on centos7
Im Using OpenSSL-1.0.2k on centos7, and would like to upgrade it due to cve-2023-0286 vulnerability,
But is it out of support since 2020.
There is any way I can upgrade openssl to a fix version ?
Tried to install openssl-1.1.1t from source, but…

Meitar
- 1
0
votes
0 answers
fixing cannot get required symbol SSL_set_alpn_protos from libssl
ASP .NET 7.0.103 MVC application is deployed to Debian Linux 8.11 (jessie). Kestrel server with Apache proxy is used.
Publish settings in latest Visual Studio are:
Trying to run it in Linux throws error
Cannot get required symbol…

Andrus
- 26,339
- 60
- 204
- 378
0
votes
0 answers
openssl 3 does not prompt password to the user using OSSL_DECODER_from_fp()
Before openssl 3, (in openssl 1.1.1) when reading an RSA private key file, I used this function:
PEM_read_RSAPrivateKey(f, NULL, NULL, (void*)pass);
Where f is the FILE* and pass is a const char*.
If pass was NULL, this function automatically…

hudac
- 2,584
- 6
- 34
- 57
0
votes
0 answers
No usable version of libssl was found. Process exited with status 134
I tried to deploy a .net 5 app to HEROKU. App was built, but than I saw this in logs:
No usable version of libssl was found Process exited with status 134 State changed from starting to crashed State changed from crashed to starting
As I understand…

Kot1984
- 23
- 4
0
votes
1 answer
Can´t install Rstudio in Ubuntu "Dependency is not satisfiable: libssl1.0.0|libssl1.0.2|libssl1.1"
Does have someone the same issue?
i'm trying to install Rstudio, so downloaded the current version and i got the following:
It is worth mentioning that I had several previous versions of Rstudio downloaded so I renamed it as…

kevin SalOrt
- 21
- 1
0
votes
0 answers
manjaro/arch-linux: Installing base-devel breaks installation
quick little disclaimer: I'm only somewhat experienced using linux.
On my system (manjaro kde-plasma) I installed base-devel.
After that, I had errors with missing sudoers.so, libcrypto.so and libssl.so. I tried to solve it and finally gave up (thus…

Hauptsatz.mp3
- 47
- 3
0
votes
1 answer
.NET Runtime on arm64, libssl issue
I use Orange PI 3 LTS with latest version armbian (Ubuntu 22.04.1 LTS). NET 5.0.17.
So, i installed dotnet runtime:
root@orangepi3-lts:~# dotnet --info
Host (useful for support):
Version: 5.0.17
Commit: 6a98414363
.NET SDKs installed:
No…

Роман Кириллов
- 139
- 1
- 10
0
votes
1 answer
spl-token create-token failed to create token
I am trying to create my first token using the Linode website
I created a Linux machine Ubuntu latest version
and I followed some steps to create my token
I used Solana blockchain for that, and I reached the part where we created the…

Milad Zarour
- 11
- 3
0
votes
0 answers
How to link shared object file in eclipse android application project?
I have cross compile libssl1.1.1q for arm android on linux Host. I have the libraries
libssl.so shared library
libssl.so.1.1 shared object
I tried to use libssl.so in Eclipse Android application project , but how ever when i compile the java…

VamsiKrishna Neelam
- 103
- 1
- 1
- 11
0
votes
2 answers
Problem installing the rstudio on ubuntu 20.04
I'm trying to install the rstudio on ubuntu 20.04 but it is saying the the libssl1.0.0,libssl1.0.2, and the libssl1.1 is not installed. Someone can help me please

mack_hyuuga
- 11
- 1
- 3
0
votes
1 answer
libssl not found by Python on Ubuntu 22.04
As the title says, I've just upgraded to Ubuntu 22.04 LTS and my previously working setup now says ImportError: libssl.so.1.1: cannot open shared object file: No such file or directory when starting Jupyter, and equivalently throws Could not fetch…

Martino
- 729
- 6
- 18
0
votes
1 answer
How do i compile my app in Xcode with these errors - LibCurl
I've been porting icy (iPhone Debian-Based Package manager -- Jailbreak ) to iOS 5.
i've allready ported it once 4.0 came out, but now i'm getting errors wich untill now, i didn't solve.
When i build icy in iOS Simulator it has zero errors, but…

Sam Guichelaar
- 31
- 7
0
votes
1 answer
How to statically link libssl and libcrypto when using cygwin?
cmake_minimum_required(VERSION 3.17)
project(test)
set(CMAKE_CXX_STANDARD 17)
add_executable(test main.cpp)
target_link_libraries(test ssl crypto)
when use the CMakeLists.txt above, it can link the openssl lib dynamiclly
but when add…

today man
- 15
- 2
0
votes
4 answers
Library not loaded: libssl.1.1.dylib (LoadError) when trying to run rails server and connect to mysql
Recently I updated my MacOS to Monterey 12.3 which included updates for xcode.
After that I am not able to run the rails application that I have been working on. I keep getting this error when I try to spin up the server.
I have tried installing and…

ls168
- 27
- 1
- 7
0
votes
1 answer
Mongoose statically linking with libssl?
I want to compile moongose with static library of libssl .
I have given .a file with -L option.
But still it is loading .so file.
why ?
how can I force it to use static lib ?

Vivek Goel
- 22,942
- 29
- 114
- 186