This patch updates to OpenSSL to 1.1.0. I don't think we should update now; basically nothing works yet with the new interface.
But, I could adapt the patch to add this version as openssl-next. Your thoughts? PS — Python's journey to support OpenSSL 1.1.0: https://bugs.python.org/issue26470 Leo Famulari (1): gnu: openssl: Update to 1.1.0. gnu/local.mk | 3 - gnu/packages/patches/openssl-CVE-2016-2177.patch | 286 ----------------------- gnu/packages/patches/openssl-CVE-2016-2178.patch | 112 --------- gnu/packages/patches/openssl-c-rehash-in.patch | 12 +- gnu/packages/patches/openssl-runpath.patch | 15 -- gnu/packages/tls.scm | 42 ++-- 6 files changed, 21 insertions(+), 449 deletions(-) delete mode 100644 gnu/packages/patches/openssl-CVE-2016-2177.patch delete mode 100644 gnu/packages/patches/openssl-CVE-2016-2178.patch delete mode 100644 gnu/packages/patches/openssl-runpath.patch -- 2.9.3