Re: [openssl-users] updating openssl

2018-11-08 Thread Jakob Bohm via openssl-users
On Debian systems, the standard procedure on Debian is to build your private/different versions of openssl (or anything else) in /usr/local, while leaving the Debain modified OpenSSL in /usr . This should keep your own code and Debian code out of each others way. Any programs you need to use wit

Re: [openssl-users] updating openssl

2018-11-08 Thread Kyle Hamilton
Generally, you don't want to replace any system-provided version of OpenSSL with a different version that has a different ABI. The way you've done so (without deleting the libraries from the older version) is safe, but don't remove the system package of openssl-1.0.2. Other packages may link to tha

Re: [openssl-users] updating openssl

2018-11-08 Thread Paul
Thank you for the quick response On Tue, Nov 6, 2018 at 4:42 PM Wim Lewis wrote: > > On 6. nóv. 2018, at 2:02 e.h., Paul wrote: > > I configured Openvpn server on ubuntu 16.04 and ubuntu was using a old > version of openssl 1.0.2 and I was updating openssl to v1.1.1 > > Now I've installed the

Re: [openssl-users] updating openssl

2018-11-06 Thread Wim Lewis
On 6. nóv. 2018, at 2:02 e.h., Paul wrote: > I configured Openvpn server on ubuntu 16.04 and ubuntu was using a old > version of openssl 1.0.2 and I was updating openssl to v1.1.1 > Now I've installed the openssl but now unable to mv file installed to ln -s > /usr/local/ssl/bin/openssl /usr/bin

Re: [openssl-users] updating openssl on MacOS

2018-09-20 Thread Michael Richardson
Salz, Rich via openssl-users wrote: > It's hard enough for the openssl team to document the basic > config/build things, let alone all the operating systems and > vendor-supplied stuff. > Perhaps a wiki page, that the community could help maintain? that's what I had in mind. --

Re: [openssl-users] updating openssl on MacOS

2018-09-20 Thread Dominyk Tiller
Thanks Uri. On the Homebrew side the same sort of loose plan is being followed. I recently departed the project for unrelated reasons but before I left I was pushing a timetable of no later than Summer 2019 to have migrated everything over to OpenSSL 1.1.1, likely with some package-availability ca

Re: [openssl-users] updating openssl on MacOS

2018-09-20 Thread Blumenthal, Uri - 0553 - MITLL
On 9/20/18, 4:39 PM, "openssl-users on behalf of Viktor Dukhovni" wrote: Despite (IMHO) its increasing obsolescence and irrelevance, the LibreSSL fork of OpenSSL 1.0.2 also supports ECDSA. Yep. > so openssl 1.1.0 or newer, and his Mac is infested with > 0.98letter.

Re: [openssl-users] updating openssl on MacOS

2018-09-20 Thread Viktor Dukhovni
> On Sep 20, 2018, at 3:43 PM, Michael Richardson wrote: > > Sitting with a colleague, he's trying to get some code working that requires > ECDSA support, ECDSA support is also present in OpenSSL 1.0.2. With recent versions of MacOS you actually get LibreSSL with the base system: $ /usr/b

Re: [openssl-users] updating openssl on MacOS

2018-09-20 Thread Blumenthal, Uri - 0553 - MITLL
Macports team is working on upgrading OpenSSL to 1.1.1. It takes time because they plan to move all the ports that depend on OpenSSL to that level. I assume that once that is done, 1.0.2 won't be supported/available on Macports anymore. Installation - as Dominyk said: "sudo port install openssl"

Re: [openssl-users] updating openssl on MacOS

2018-09-20 Thread Dominyk Tiller
FWIW on macOS: If you use Homebrew and want/need OpenSSL 1.1.1 then `brew install openssl@1.1`. If you want the 1.0.2x series `brew install openssl` currently is & will likely remain attached to 1.0.2x for the foreseeable. If you use MacPorts and want OpenSSL 1.0.2x then `sudo port install openss

Re: [openssl-users] updating openssl on MacOS

2018-09-20 Thread Salz, Rich via openssl-users
It's hard enough for the openssl team to document the basic config/build things, let alone all the operating systems and vendor-supplied stuff. Perhaps a wiki page, that the community could help maintain? -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/o