LibreSSL

PPA description

This package provides unofficial builds of LibreSSL Portable
http://www.libressl.org/

Our packaging includes various optimizations from upstream OpenSSL / BoringSSL that are not present (yet) in the LibreSSL fork.

You can install the packages simultaneously to the libssl-* packages (headers are installed to "/usr/include/libressl/*", libraries/binaries are prefixed with "libressl-").

It is recommended to get compiler/linker parameters through "pkg-config":
$ pkg-config --cflags --libs libressl-openssl
-I/usr/include/libressl -lressl-ssl -lressl-crypto

Same applies to library detection from "configure":

OpenSSL:
------------------
PKG_CHECK_MODULES(libcrypto, libcrypto)
AC_SUBST(libcrypto_CFLAGS)
AC_SUBST(libcrypto_LIBS)
PKG_CHECK_MODULES(libssl, libssl)
AC_SUBST(libssl_CFLAGS)
AC_SUBST(libssl_LIBS)

LibreSSL:
------------------
PKG_CHECK_MODULES(libcrypto, libressl-crypto)
AC_SUBST(libcrypto_CFLAGS)
AC_SUBST(libcrypto_LIBS)
PKG_CHECK_MODULES(libssl, libressl-ssl)
AC_SUBST(libssl_CFLAGS)
AC_SUBST(libssl_LIBS)
PKG_CHECK_MODULES(libtls, libressl-tls)
AC_SUBST(libtls_CFLAGS)
AC_SUBST(libtls_LIBS)

Adding this PPA to your system

You can update your system with unsupported packages from this untrusted PPA by adding ppa:strukturag/libressl to your system's Software Sources. (Read about installing)

sudo add-apt-repository ppa:strukturag/libressl
sudo apt update
        
Technical details about this PPA

This PPA can be added to your system manually by copying the lines below and adding them to your system's software sources.

Display sources.list entries for:
deb https://ppa.launchpadcontent.net/strukturag/libressl/ubuntu YOUR_UBUNTU_VERSION_HERE main 
deb-src https://ppa.launchpadcontent.net/strukturag/libressl/ubuntu YOUR_UBUNTU_VERSION_HERE main 
Signing key:
1024R/C6610628A707A7E5E391D27A9641080A705C2B92 (What is this?)
Fingerprint:
C6610628A707A7E5E391D27A9641080A705C2B92

For questions and bugs with software in this PPA please contact struktur AG.

PPA statistics

Activity
0 updates added during the past month.
View package details

Overview of published packages

13 of 3 results
Package Version Uploaded by
libressl 2.5.5-1ppa1~xenial1 Joachim Bauch ()
libressl 2.5.5-1ppa1~trusty1 Joachim Bauch ()
libressl 2.5.5-1ppa1~precise1 Joachim Bauch ()
13 of 3 results

Latest updates

  • libressl 358 weeks ago
    Successfully built
  • libressl 358 weeks ago
    Successfully built
  • libressl 358 weeks ago
    Successfully built