The Great Renaming
A simple execution of tmp/invoke-rename.pl
This commit is contained in:
parent
b5904d25ef
commit
2cf5a7c98e
291 changed files with 36012 additions and 36012 deletions
scripts
|
@ -14,26 +14,26 @@ EOU
|
|||
|
||||
# Things that shouldn't be enabled with "full".
|
||||
# Notes:
|
||||
# - POLARSSL_X509_ALLOW_EXTENSIONS_NON_V3 and
|
||||
# POLARSSL_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION could be enabled if the
|
||||
# - MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3 and
|
||||
# MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION could be enabled if the
|
||||
# respective tests were adapted
|
||||
my @excluded = qw(
|
||||
POLARSSL_DEPRECATED_REMOVED
|
||||
POLARSSL_HAVE_INT8
|
||||
POLARSSL_HAVE_INT16
|
||||
POLARSSL_HAVE_SSE2
|
||||
POLARSSL_PLATFORM_NO_STD_FUNCTIONS
|
||||
POLARSSL_ECP_DP_M221_ENABLED
|
||||
POLARSSL_ECP_DP_M383_ENABLED
|
||||
POLARSSL_ECP_DP_M511_ENABLED
|
||||
POLARSSL_NO_DEFAULT_ENTROPY_SOURCES
|
||||
POLARSSL_NO_PLATFORM_ENTROPY
|
||||
POLARSSL_REMOVE_ARC4_CIPHERSUITES
|
||||
POLARSSL_SSL_HW_RECORD_ACCEL
|
||||
POLARSSL_X509_ALLOW_EXTENSIONS_NON_V3
|
||||
POLARSSL_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION
|
||||
POLARSSL_ZLIB_SUPPORT
|
||||
POLARSSL_PKCS11_C
|
||||
MBEDTLS_DEPRECATED_REMOVED
|
||||
MBEDTLS_HAVE_INT8
|
||||
MBEDTLS_HAVE_INT16
|
||||
MBEDTLS_HAVE_SSE2
|
||||
MBEDTLS_PLATFORM_NO_STD_FUNCTIONS
|
||||
MBEDTLS_ECP_DP_M221_ENABLED
|
||||
MBEDTLS_ECP_DP_M383_ENABLED
|
||||
MBEDTLS_ECP_DP_M511_ENABLED
|
||||
MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES
|
||||
MBEDTLS_NO_PLATFORM_ENTROPY
|
||||
MBEDTLS_REMOVE_ARC4_CIPHERSUITES
|
||||
MBEDTLS_SSL_HW_RECORD_ACCEL
|
||||
MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3
|
||||
MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION
|
||||
MBEDTLS_ZLIB_SUPPORT
|
||||
MBEDTLS_PKCS11_C
|
||||
_ALT\s*$
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue