We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fefe0 commit fed3b47Copy full SHA for fed3b47
mbedtls-sys/build/config.rs
@@ -421,6 +421,9 @@ pub const FEATURE_DEFINES: &'static [(&'static str, CDefine)] = &[
421
("tls13", ("MBEDTLS_SSL_TLS1_3_TICKET_AGE_TOLERANCE", DefinedAs("6000"))),
422
("tls13", ("MBEDTLS_SSL_TLS1_3_TICKET_NONCE_LENGTH", DefinedAs("32"))),
423
("tls13", ("MBEDTLS_SSL_TLS1_3_DEFAULT_NEW_SESSION_TICKETS", DefinedAs("1"))),
424
+ // TODO: This is added becuase of issue: #293
425
+ // Once upstream support MBEDTLS_SSL_RECORD_SIZE_LIMIT extension for TLS 1.3, we need to remove this
426
+ ("tls13", ("MBEDTLS_SSL_OUT_CONTENT_LEN", DefinedAs("4096"))),
427
];
428
429
#[cfg_attr(rustfmt, rustfmt_skip)]
0 commit comments