Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

radhus/debian-libressl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Debian package for LibreSSL

Build Status

This repository provides the LibreSSL alternative to OpenSSL packaged for Debian.

Packages

It currently provides four packages, similar to the OpenSSL packages in Debian:

  • libressl-utils: the /usr/bin/openssl and such, conflicts with the Debian openssl package.
  • libressl-doc: development documentation
  • libressl2.3: LibreSSL libraries libssl.so, libtls.so and libcrypto.so. Libary versions should differ to the OpenSSL ones, thus should be possible to co-exist with e.g. libssl1.0.0.
  • libressl-dev: Development files, conflicts with the Debian openssl-dev package.

Building

This repository should build LibreSSL simply by cloning it and building it, preferably with pbuilder.

If you have setup a pbuilder environment, build the package by running pdebuild in the cloned repository.

Using LibreSSL

In order for applications to use LibreSSL instead, they need to be re-linked against LibreSSL instead of OpenSSL. Many times, it is as simple as changing dependencies from libssl-dev to libressl-dev and rebuild the package.

It might be useful to rebuild packages inside a pbuilder environment to avoid conflicts with libssl-dev.

About

LibreSSL packaged for Debian (NOTE: IS NOT ACTIVELY MAINTAINED)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published