diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2021-07-20 12:32:46 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-07-20 12:32:46 +0200 |
| commit | cd7b25588b2e3e5d464b87d7391db0d8c5a3ac7a (patch) | |
| tree | 628f6ec3ed622ccdfdbf44f5abc42b861cf8a968 /thirdparty/mbedtls/library/x509_crt.c | |
| parent | 313c88ef39bb0935b4e9e2ed44ca5e1a1e66b431 (diff) | |
| download | redot-engine-cd7b25588b2e3e5d464b87d7391db0d8c5a3ac7a.tar.gz | |
mbedtls: Update to upstream version 2.16.11
Diffstat (limited to 'thirdparty/mbedtls/library/x509_crt.c')
| -rw-r--r-- | thirdparty/mbedtls/library/x509_crt.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/thirdparty/mbedtls/library/x509_crt.c b/thirdparty/mbedtls/library/x509_crt.c index c458c25ff4..52f6de8fc0 100644 --- a/thirdparty/mbedtls/library/x509_crt.c +++ b/thirdparty/mbedtls/library/x509_crt.c @@ -129,9 +129,8 @@ typedef struct { */ #define X509_MAX_VERIFY_CHAIN_SIZE ( MBEDTLS_X509_MAX_INTERMEDIATE_CA + 2 ) -/* - * Default profile - */ +/* Default profile. Do not remove items unless there are serious security + * concerns. */ const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default = { #if defined(MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES) |
