[Ubuntu 18.04] - Openvpn does not upgrade Openssl library

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
lucasomoura
OpenVpn Newbie
Posts: 2
Joined: Wed Jul 03, 2019 2:48 pm

[Ubuntu 18.04] - Openvpn does not upgrade Openssl library

Post by lucasomoura » Wed Jul 03, 2019 2:55 pm

Hello,

Until the present moment I using openvpn 2.4.7 and openssl 1.0.2s:

Code: Select all

OpenVPN 2.4.7 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jul  3 2019
library versions: OpenSSL 1.1.1  11 Sep 2018, LZO 2.08
Originally developed by James Yonan
Copyright (C) 2002-2018 OpenVPN Inc <sales@openvpn.net>
Compile time defines: enable_async_push=no enable_comp_stub=no enable_crypto=yes enable_crypto_ofb_cfb=yes enable_debug=yes enable_def_auth=yes enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown enable_fast_install=needless enable_fragment=yes enable_iproute2=no enable_libtool_lock=yes enable_lz4=yes enable_lzo=yes enable_management=yes enable_multihome=yes enable_pam_dlopen=no enable_pedantic=no enable_pf=yes enable_pkcs11=no enable_plugin_auth_pam=yes enable_plugin_down_root=yes enable_plugins=yes enable_port_share=yes enable_selinux=no enable_server=yes enable_shared=yes enable_shared_with_static_runtimes=no enable_small=no enable_static=yes enable_strict=no enable_strict_options=no enable_systemd=yes enable_werror=no enable_win32_dll=yes enable_x509_alt_username=no with_aix_soname=aix with_crypto_library=openssl with_gnu_ld=yes with_mem_check=no with_sysroot=no

Code: Select all

OpenSSL 1.0.2s  28 May 2019
But look at second line on openvpn information, still using OpenSSL version 1.1.1.

How I can update this library on Openvpn?

Thank's for your time!!!

TinCanTech
OpenVPN Protagonist
Posts: 11139
Joined: Fri Jun 03, 2016 1:17 pm

Re: [Ubuntu 18.04] - Openvpn does not upgrade Openssl library

Post by TinCanTech » Wed Jul 03, 2019 3:03 pm

Which library do you want openvpn to use ?

1.1.1 is preferred over 1.0.2 no matter the build date ..

lucasomoura
OpenVpn Newbie
Posts: 2
Joined: Wed Jul 03, 2019 2:48 pm

Re: [Ubuntu 18.04] - Openvpn does not upgrade Openssl library

Post by lucasomoura » Wed Jul 03, 2019 3:12 pm

I would like openvpn to use the most current version(1.0.2s)

Post Reply