diff --git a/CMake/FindNGTCP2.cmake b/CMake/FindNGTCP2.cmake index bc79634902..700017f859 100644 --- a/CMake/FindNGTCP2.cmake +++ b/CMake/FindNGTCP2.cmake @@ -26,11 +26,11 @@ # This module accepts optional COMPONENTS to control the crypto library (these are # mutually exclusive): # -# - BoringSSL: Use `libngtcp2_crypto_boringssl`. (choose this for AWS-LC) +# - BoringSSL: Use `libngtcp2_crypto_boringssl`. (also for AWS-LC) # - GnuTLS: Use `libngtcp2_crypto_gnutls`. # - LibreSSL: Use `libngtcp2_crypto_libressl`. (requires ngtcp2 1.15.0+) # - ossl: Use `libngtcp2_crypto_ossl`. -# - quictls: Use `libngtcp2_crypto_quictls`. +# - quictls: Use `libngtcp2_crypto_quictls`. (also for LibreSSL with ngtcp2 <1.15.0) # - wolfSSL: Use `libngtcp2_crypto_wolfssl`. # # Input variables: diff --git a/docs/INSTALL-CMAKE.md b/docs/INSTALL-CMAKE.md index 7417db62d2..ea761fa99a 100644 --- a/docs/INSTALL-CMAKE.md +++ b/docs/INSTALL-CMAKE.md @@ -434,11 +434,11 @@ Details via CMake - `NGHTTP3_LIBRARY`: Path to `nghttp3` library. - `NGTCP2_INCLUDE_DIR`: The ngtcp2 include directory. - `NGTCP2_LIBRARY`: Path to `ngtcp2` library. -- `NGTCP2_CRYPTO_BORINGSSL_LIBRARY`: Path to `ngtcp2_crypto_boringssl` library. +- `NGTCP2_CRYPTO_BORINGSSL_LIBRARY`: Path to `ngtcp2_crypto_boringssl` library. (also for AWS-LC) - `NGTCP2_CRYPTO_GNUTLS_LIBRARY`: Path to `ngtcp2_crypto_gnutls` library. - `NGTCP2_CRYPTO_LIBRESSL_LIBRARY`: Path to `ngtcp2_crypto_libressl` library. (requires ngtcp2 1.15.0+) - `NGTCP2_CRYPTO_OSSL_LIBRARY`: Path to `ngtcp2_crypto_ossl` library. -- `NGTCP2_CRYPTO_QUICTLS_LIBRARY`: Path to `ngtcp2_crypto_quictls` library. +- `NGTCP2_CRYPTO_QUICTLS_LIBRARY`: Path to `ngtcp2_crypto_quictls` library. (also for LibreSSL with ngtcp2 <1.15.0) - `NGTCP2_CRYPTO_WOLFSSL_LIBRARY`: Path to `ngtcp2_crypto_wolfssl` library. - `NETTLE_INCLUDE_DIR`: The nettle include directory. - `NETTLE_LIBRARY`: Path to `nettle` library.