aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/manual/building.rst1
-rw-r--r--doc/todo.rst2
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