Skip to content

Commit 07167d9

Browse files
authored
fixed #12965 -- document that OPENSSL_DIR is the way to build with boring or aws-lc (#13011)
* fixed #12965 -- document that OPENSSL_DIR is the way to build with boring or aws-lc * Update installation.rst
1 parent add956a commit 07167d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/installation.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,13 @@ You can also build cryptography statically:
305305
If you need to rebuild ``cryptography`` for any reason be sure to clear the
306306
local `wheel cache`_.
307307

308+
Building with BoringSSL, LibreSSL, or AWS-LC
309+
--------------------------------------------
310+
311+
To build against BoringSSL, LibreSSL, or AWS-LC instead of OpenSSL, you can set the
312+
``OPENSSL_DIR`` environment variable to point to your BoringSSL, LibreSSL, or AWS-LC
313+
installation directory.
314+
308315
Rust
309316
----
310317

0 commit comments

Comments
 (0)