| * Custom compact configuration for TLS 1.0 with PSK and RC4 |
| * Distinguishing features: no bignum, no PK, no X509. |
| * ./activate-config.pl data_files/config-mini-tls1_1.h |
| /* PolarSSL feature support */ |
| #define POLARSSL_KEY_EXCHANGE_PSK_ENABLED |
| #define POLARSSL_SSL_PROTO_TLS1 |
| #define POLARSSL_ASN1_PARSE_C |
| #define POLARSSL_ASN1_WRITE_C |
| #define POLARSSL_CIPHER_C |
| #define POLARSSL_CTR_DRBG_C |
| #define POLARSSL_ENTROPY_C |
| #define POLARSSL_SHA256_C |
| #define POLARSSL_SSL_CLI_C |
| #define POLARSSL_SSL_SRV_C |
| #define POLARSSL_SSL_TLS_C |
| /* marker for activate-config.pl |
| * \} name SECTION: PolarSSL modules */ |