mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
Default is always 150 regardless of ssl configuration.
git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@200 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
@ -252,7 +252,7 @@ config CONFIG_SSL_EXPIRY_TIME
|
|||||||
|
|
||||||
config CONFIG_X509_MAX_CA_CERTS
|
config CONFIG_X509_MAX_CA_CERTS
|
||||||
int "Maximum number of certificate authorites"
|
int "Maximum number of certificate authorites"
|
||||||
default 150 if CONFIG_SSL_CERT_VERIFICATION
|
default 150
|
||||||
depends on !CONFIG_SSL_SERVER_ONLY && !CONFIG_SSL_SKELETON_MODE
|
depends on !CONFIG_SSL_SERVER_ONLY && !CONFIG_SSL_SKELETON_MODE
|
||||||
help
|
help
|
||||||
Determines the number of CA's allowed.
|
Determines the number of CA's allowed.
|
||||||
|
Reference in New Issue
Block a user