Git Product home page Git Product logo

docker-openssl's Introduction

docker-openssl

Build Status

Dockerfiles for OpenSSL built from source.

Build details

OpenSSL is built mostly with the standard build configuration. The target platform is linux-x86_64 and the enable-ec_nistp_64_gcc_128 option is set. Otherwise, everything is the default. That means no SSL v2.0 or v3.0 and no zlib compression support.

--prefix and --openssldir

The default --prefix and --openssldir options are used. This means different things on OpenSSL 1.0.2 and 1.1.0.

OpenSSL 1.0.2

OpenSSL is installed to /usr/local/ssl (--prefix) and the config files (--openssldir) are stored there too. Importantly, this means that OpenSSL 1.0.2 is not in the default library load path and should not conflict with the OpenSSL provided by the distribution. You will need to set LD_LIBRARY_PATH=/usr/local/ssl when running any software linked against this OpenSSL.

OpenSSL 1.1.0

In this version of OpenSSL, the defaults and behaviour for --prefix and --openssldir changed. The default prefix is /usr/local and the config directory is in <prefix>/ssl. This means that this OpenSSL will be included in the default library load path. However, this shouldn't conflict with the distribution-provided OpenSSL as the platform used (Debian Jessie) still uses OpenSSL 1.0.1 and the library name has changed in OpenSSL 1.1.0 (libssl.so.1.0.0 vs libssl.so.1.1).

CA certificates

The system CA certificates are copied into the certificate store directory for the built OpenSSL and rehashed. This is similar to what Homebrew does.

To update the CA certificates, it's probably best to reinstall the ca-certificates package, update the system certificates, and then purge and recopy the system certificates to the local certificate store directory (/usr/local/ssl/certs).

docker-openssl's People

Contributors

jayh5 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.