diff options
author | Alexander Bluhm <[email protected]> | 2017-04-28 13:28:41 +0200 |
---|---|---|
committer | Alexander Bluhm <[email protected]> | 2017-04-28 13:31:05 +0200 |
commit | 3985bc7909111505aea9b50699b9c493a460d339 (patch) | |
tree | 20d78e548978884c53ab17515accfa0ff2102ba9 | |
parent | 2abdfc5a2d75f1cd581235bb3955222b87dad1fc (diff) |
Mention LibreSSL in the docs.
The --with-openssl compile option can also used with LibreSSL. Move
the feature from the todo list to the documentation.
-rw-r--r-- | doc/manual/building.rst | 1 | ||||
-rw-r--r-- | doc/todo.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual/building.rst b/doc/manual/building.rst index 73c3f46f4..fd3eb2308 100644 --- a/doc/manual/building.rst +++ b/doc/manual/building.rst @@ -315,6 +315,7 @@ by the user using - ``--with-openssl`` adds an engine that uses OpenSSL for some public key operations and ciphers/hashes. OpenSSL 1.0.1 or later is supported. + LibreSSL is API compatible with OpenSSL and can be used instead. Multiple Builds ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/doc/todo.rst b/doc/todo.rst index 4a7d60191..bdb68f93a 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -49,7 +49,7 @@ External Providers, Hardware Support * Access to system certificate stores (Windows, OS X) * Extend OpenSSL provider (DH, HMAC, CMAC, GCM) -* Support using BoringSSL or LibreSSL instead of OpenSSL +* Support using BoringSSL instead of OpenSSL or LibreSSL * /dev/crypto provider (ciphers, hashes) * Windows CryptoAPI provider (ciphers, hashes, RSA) * Apple CommonCrypto |