mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Make ready for release of 1.3.8 and soversion 7
This commit is contained in:
@ -147,6 +147,9 @@ const char *features[] = {
|
||||
#if defined(POLARSSL_ENABLE_WEAK_CIPHERSUITES)
|
||||
"POLARSSL_ENABLE_WEAK_CIPHERSUITES",
|
||||
#endif /* POLARSSL_ENABLE_WEAK_CIPHERSUITES */
|
||||
#if defined(POLARSSL_REMOVE_ARC4_CIPHERSUITES)
|
||||
"POLARSSL_REMOVE_ARC4_CIPHERSUITES",
|
||||
#endif /* POLARSSL_REMOVE_ARC4_CIPHERSUITES */
|
||||
#if defined(POLARSSL_ECP_DP_SECP192R1_ENABLED)
|
||||
"POLARSSL_ECP_DP_SECP192R1_ENABLED",
|
||||
#endif /* POLARSSL_ECP_DP_SECP192R1_ENABLED */
|
||||
@ -336,6 +339,9 @@ const char *features[] = {
|
||||
#if defined(POLARSSL_X509_CHECK_EXTENDED_KEY_USAGE)
|
||||
"POLARSSL_X509_CHECK_EXTENDED_KEY_USAGE",
|
||||
#endif /* POLARSSL_X509_CHECK_EXTENDED_KEY_USAGE */
|
||||
#if defined(POLARSSL_X509_RSASSA_PSS_SUPPORT)
|
||||
"POLARSSL_X509_RSASSA_PSS_SUPPORT",
|
||||
#endif /* POLARSSL_X509_RSASSA_PSS_SUPPORT */
|
||||
#if defined(POLARSSL_ZLIB_SUPPORT)
|
||||
"POLARSSL_ZLIB_SUPPORT",
|
||||
#endif /* POLARSSL_ZLIB_SUPPORT */
|
||||
|
Reference in New Issue
Block a user