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

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: $

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

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

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:

[openssl-users] updating openssl on MacOS

2018-09-20 Thread Michael Richardson
(I'm a Linux desktop guy) Sitting with a colleague, he's trying to get some code working that requires ECDSA support, so openssl 1.1.0 or newer, and his Mac is infested with 0.98letter. There are a a whole bunch of pages with a variety of recommendations. None of them are on openssl.org... I

[openssl-users] Manpages still say "pre-release"

2018-09-20 Thread Dennis Clarke
Pretty sure this could be cleaned up : https://www.openssl.org/docs/manpages.html Then again the tar balls create all the manpages locally but the install process wants some perl pod2html thing laying about and some systems don't have that. Dennis -- openssl-users mailing list To