Lines Matching full:enable
140 bool "Enable mbedTLS debugging"
143 Enable mbedTLS debugging functions at compile time.
147 at runtime in order to enable mbedTLS debug output via the ESP
216 Define this option only if you enable MBEDTLS_ECP_RESTARTABLE or if you
220 bool "Enable trusted certificate callbacks"
229 bool "Enable serialization of the TLS context structures"
233 Enable serialization of the TLS context structures
249 bool "Enable PKCS #7"
253 Enable PKCS #7 core for using PKCS #7-formatted signatures.
278 Enable support for the DTLS Connection ID extension which allows to
298 bool "Enable support for negotiation of DTLS-SRTP (RFC 5764)"
301 … Enable support for negotiation of DTLS-SRTP (RFC 5764) through the use_srtp extension.
313 bool "Enable trusted root certificate bundle"
316 Enable support for large number of default root certificates
358 bool "Enable mbedTLS ecp restartable"
363 Enable "non-blocking" ECC operations that can return early and be resumed.
366 bool "Enable CMAC mode for block ciphers"
370 Enable the CMAC (Cipher-based Message Authentication Code) mode for
374 bool "Enable hardware AES acceleration"
378 Enable hardware accelerated AES encryption & decryption.
394 bool "Enable partially hardware accelerated GCM"
398 Enable partially hardware accelerated GCM. GHASH calculation is still done
406 bool "Enable support for non-AES ciphers in GCM operation"
410 Enable this config to support fallback to software definitions for a non-AES
429 bool "Enable hardware MPI (bignum) acceleration"
433 Enable hardware accelerated multiple precision integer operations.
462 bool "Enable hardware SHA acceleration"
466 Enable hardware accelerated SHA1, SHA256, SHA384 & SHA512 in mbedTLS.
478 bool "Enable hardware ECC acceleration"
482 Enable hardware accelerated ECC point multiplication and point verification for points
500 bool "Enable ECDSA signing using on-chip ECDSA peripheral"
504 Enable hardware accelerated ECDSA peripheral to sign data
514 menu "Enable Software Countermeasure for ECDSA signing using on-chip ECDSA peripheral"
528 …It is highly recommended to also enable Secure Boot for the device in addition to this countermeas…
546 bool "Enable ECDSA signature verification using on-chip ECDSA peripheral"
550 Enable hardware accelerated ECDSA peripheral to verify signature
554 bool "Enable hardware ECDSA sign acceleration when using ATECC608A"
561 bool "Enable hardware ECDSA verify acceleration when using ATECC608A"
568 bool "Enable mbedtls time support"
572 Enable use of time.h functions (time() and gmtime()) by mbedTLS.
583 bool "Enable mbedtls time support: platform-specific"
592 bool "Enable mbedtls certificate expiry check"
621 bool "Enable deterministic ECDSA"
628 bool "Enable the SHA-384 and SHA-512 cryptographic hash algorithms"
631 Enable MBEDTLS_SHA512_C adds support for SHA-384 and SHA-512.
634 bool "Enable the SHA3 cryptographic hash algorithm"
678 bool "Enable pre-shared-key ciphersuites"
681 … Enable to show configuration for different types of pre-shared-key TLS authentatication methods.
686 bool "Enable PSK based ciphersuite modes"
690 Enable to support symmetric key PSK (pre-shared-key) TLS key exchange modes.
693 bool "Enable DHE-PSK based ciphersuite modes"
697 Enable to support Diffie-Hellman PSK (pre-shared-key) TLS authentication modes.
700 bool "Enable ECDHE-PSK based ciphersuite modes"
704 … Enable to support Elliptic-Curve-Diffie-Hellman PSK (pre-shared-key) TLS authentication modes.
707 bool "Enable RSA-PSK based ciphersuite modes"
711 Enable to support RSA PSK (pre-shared-key) TLS authentication modes.
714 bool "Enable RSA-only based ciphersuite modes"
717 Enable to support ciphersuites with prefix TLS-RSA-WITH-
720 bool "Enable DHE-RSA based ciphersuite modes"
724 Enable to support ciphersuites with prefix TLS-DHE-RSA-WITH-
731 Enable to show Elliptic Curve based ciphersuite mode options.
738 bool "Enable ECDHE-RSA based ciphersuite modes"
742 Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-
745 bool "Enable ECDHE-ECDSA based ciphersuite modes"
749 Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-
752 bool "Enable ECDH-ECDSA based ciphersuite modes"
756 Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-
759 bool "Enable ECDH-RSA based ciphersuite modes"
763 Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-
766 bool "Enable ECJPAKE based ciphersuite modes"
770 Enable to support ciphersuites with prefix TLS-ECJPAKE-WITH-
867 Enable Counter with CBC-MAC (CCM) modes for AES and/or Camellia ciphers.
876 Enable Galois/Counter Mode for AES and/or Camellia ciphers.
885 Enable NIST key wrapping and key wrapping padding.
890 bool "Enable RIPEMD-160 hash algorithm"
893 Enable the RIPEMD-160 hash algorithm.
901 Enable decoding/parsing of PEM formatted certificates.
910 Enable writing of PEM formatted certificates.
937 Enable DHM. Needed to use DHE-xxx TLS ciphersuites.
948 Enable ECDH. Needed to use ECDHE-xxx TLS ciphersuites.
955 Enable ECDSA. Needed to use ECDSA-xxx TLS ciphersuites.
962 Enable ECJPAKE. Needed to use ECJPAKE-xxx TLS ciphersuites.
965 bool "Enable SECP192R1 curve"
969 Enable support for SECP192R1 Elliptic Curve.
972 bool "Enable SECP224R1 curve"
976 Enable support for SECP224R1 Elliptic Curve.
979 bool "Enable SECP256R1 curve"
983 Enable support for SECP256R1 Elliptic Curve.
986 bool "Enable SECP384R1 curve"
990 Enable support for SECP384R1 Elliptic Curve.
993 bool "Enable SECP521R1 curve"
997 Enable support for SECP521R1 Elliptic Curve.
1000 bool "Enable SECP192K1 curve"
1004 Enable support for SECP192K1 Elliptic Curve.
1007 bool "Enable SECP224K1 curve"
1011 Enable support for SECP224K1 Elliptic Curve.
1014 bool "Enable SECP256K1 curve"
1018 Enable support for SECP256K1 Elliptic Curve.
1021 bool "Enable BP256R1 curve"
1028 bool "Enable BP384R1 curve"
1035 bool "Enable BP512R1 curve"
1042 bool "Enable CURVE25519 curve"
1046 Enable support for CURVE25519 Elliptic Curve.
1058 bool "Enable fixed-point multiplication optimisations"
1073 Enable support for Poly1305 MAC algorithm.
1079 Enable support for Chacha20 stream cipher.
1086 Enable support for ChaCha20-Poly1305 AEAD algorithm.
1092 Enable support for the Hashed Message Authentication Code
1096 bool "Enable the threading abstraction layer"
1099 If you do intend to use contexts between threads, you will need to enable
1103 bool "Enable threading alternate implementation"
1107 Enable threading alt to allow your own alternate threading implementation.
1110 bool "Enable threading pthread implementation"
1114 Enable the pthread wrapper layer for the threading layer.
1117 bool "Enable error code to error string conversion"
1137 Enable this flag to use mbedtls crypto algorithm from ROM instead of ESP-IDF.