P
P
pl4cebo2022-04-01 14:28:01
Digital certificates
pl4cebo, 2022-04-01 14:28:01

SSL version output issue Ubuntu 20.04. Wrong libraries?

Good afternoon! When trying to display the ssl version with the openssl version -a command, it gives

OpenSSL 1.1.1f  31 Mar 2020 (Library: OpenSSL 1.1.1n  15 Mar 2022)
built on: Fri Apr  1 06:08:05 2022 UTC
platform: linux-x86_64
options:  bn(64,64) rc4(8x,int) des(int) blowfish(ptr)
compiler: gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -DOPENSSL_USE_NODE                                                                                                                                                             LETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_                                                                                                                                                             BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM                                                                                                                                                              -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHA                                                                                                                                                             SH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DZLIB -DNDEBUG
OPENSSLDIR: "/usr/local/ssl"
ENGINESDIR: "/usr/local/ssl/lib/engines-1.1"
Seeding source: os-specific


As I understand it, with the openssl version -a command, version 1.1.1f is accessed, but it costs 1.1.1n.
Please tell me how to solve the problem.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
AVKor, 2022-04-01
@AVKor

Please tell me how to solve the problem.

Stop installing software not from repositories, but from sources (which gets into /usr/local/).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question