mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-05 22:19:11 +01:00
Rename to mbed TLS in the documentation/comments
This commit is contained in:
parent
967a2a5f8c
commit
b4fe3cb1fa
32 changed files with 73 additions and 73 deletions
|
|
@ -23,4 +23,4 @@ them, you can pick one of the following methods:
|
|||
make
|
||||
|
||||
Note that the second method also works if you want to keep your custom
|
||||
configuration file outside the PolarSSL tree.
|
||||
configuration file outside the mbed TLS tree.
|
||||
|
|
|
|||
|
|
@ -16,12 +16,12 @@
|
|||
//#define POLARSSL_HAVE_TIME /* Optionally used in Hello messages */
|
||||
/* Other POLARSSL_HAVE_XXX flags irrelevant for this configuration */
|
||||
|
||||
/* PolarSSL feature support */
|
||||
/* mbed TLS feature support */
|
||||
#define POLARSSL_KEY_EXCHANGE_PSK_ENABLED
|
||||
#define POLARSSL_SSL_PROTO_TLS1_2
|
||||
#define POLARSSL_SSL_DISABLE_RENEGOTIATION
|
||||
|
||||
/* PolarSSL modules */
|
||||
/* mbed TLS modules */
|
||||
#define POLARSSL_AES_C
|
||||
#define POLARSSL_CCM_C
|
||||
#define POLARSSL_CIPHER_C
|
||||
|
|
|
|||
|
|
@ -13,14 +13,14 @@
|
|||
#define POLARSSL_HAVE_TIME
|
||||
#define POLARSSL_HAVE_IPV6
|
||||
|
||||
/* PolarSSL feature support */
|
||||
/* mbed TLS feature support */
|
||||
#define POLARSSL_CIPHER_MODE_CBC
|
||||
#define POLARSSL_PKCS1_V15
|
||||
#define POLARSSL_KEY_EXCHANGE_RSA_ENABLED
|
||||
#define POLARSSL_SSL_PROTO_TLS1_1
|
||||
#define POLARSSL_SSL_DISABLE_RENEGOTIATION
|
||||
|
||||
/* PolarSSL modules */
|
||||
/* mbed TLS modules */
|
||||
#define POLARSSL_AES_C
|
||||
#define POLARSSL_ASN1_PARSE_C
|
||||
#define POLARSSL_ASN1_WRITE_C
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
#define POLARSSL_HAVE_TIME
|
||||
#define POLARSSL_HAVE_IPV6
|
||||
|
||||
/* PolarSSL feature support */
|
||||
/* mbed TLS feature support */
|
||||
#define POLARSSL_CIPHER_MODE_CBC
|
||||
#define POLARSSL_CIPHER_PADDING_PKCS7
|
||||
#define POLARSSL_ECP_DP_SECP256K1_ENABLED
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
#define POLARSSL_ERROR_STRERROR_DUMMY
|
||||
#define POLARSSL_FS_IO
|
||||
|
||||
/* PolarSSL modules */
|
||||
/* mbed TLS modules */
|
||||
#define POLARSSL_AESNI_C
|
||||
#define POLARSSL_AES_C
|
||||
#define POLARSSL_ASN1_PARSE_C
|
||||
|
|
|
|||
|
|
@ -16,12 +16,12 @@
|
|||
//#define POLARSSL_HAVE_TIME /* Optionnaly used in Hello messages */
|
||||
/* Other POLARSSL_HAVE_XXX flags irrelevant for this configuration */
|
||||
|
||||
/* PolarSSL feature support */
|
||||
/* mbed TLS feature support */
|
||||
#define POLARSSL_KEY_EXCHANGE_PSK_ENABLED
|
||||
#define POLARSSL_SSL_PROTO_TLS1
|
||||
#define POLARSSL_SSL_DISABLE_RENEGOTIATION
|
||||
|
||||
/* PolarSSL modules */
|
||||
/* mbed TLS modules */
|
||||
#define POLARSSL_AES_C
|
||||
#define POLARSSL_ARC4_C
|
||||
#define POLARSSL_CIPHER_C
|
||||
|
|
|
|||
|
|
@ -20,14 +20,14 @@
|
|||
#define POLARSSL_HAVE_TIME
|
||||
#define POLARSSL_HAVE_IPV6
|
||||
|
||||
/* PolarSSL feature support */
|
||||
/* mbed TLS feature support */
|
||||
#define POLARSSL_ECP_DP_SECP256R1_ENABLED
|
||||
#define POLARSSL_ECP_DP_SECP384R1_ENABLED
|
||||
#define POLARSSL_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED
|
||||
#define POLARSSL_SSL_PROTO_TLS1_2
|
||||
#define POLARSSL_SSL_DISABLE_RENEGOTIATION
|
||||
|
||||
/* PolarSSL modules */
|
||||
/* mbed TLS modules */
|
||||
#define POLARSSL_AES_C
|
||||
#define POLARSSL_ASN1_PARSE_C
|
||||
#define POLARSSL_ASN1_WRITE_C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue