2013-01-31 04:07:04 +08:00
|
|
|
--- a/include/polarssl/config.h
|
|
|
|
+++ b/include/polarssl/config.h
|
2013-07-25 00:59:43 +08:00
|
|
|
@@ -206,8 +206,8 @@
|
2013-01-31 04:07:04 +08:00
|
|
|
* Requires: POLARSSL_BIGNUM_C, POLARSSL_RSA_C
|
|
|
|
*
|
|
|
|
* Enable the RSA prime-number generation code.
|
|
|
|
- */
|
|
|
|
#define POLARSSL_GENPRIME
|
|
|
|
+ */
|
|
|
|
|
|
|
|
/**
|
|
|
|
* \def POLARSSL_FS_IO
|
2013-07-25 00:59:43 +08:00
|
|
|
@@ -264,8 +264,8 @@
|
2013-01-31 04:07:04 +08:00
|
|
|
* \def POLARSSL_SELF_TEST
|
|
|
|
*
|
|
|
|
* Enable the checkup functions (*_self_test).
|
|
|
|
- */
|
|
|
|
#define POLARSSL_SELF_TEST
|
|
|
|
+ */
|
|
|
|
|
|
|
|
/**
|
2013-02-09 03:47:48 +08:00
|
|
|
* \def POLARSSL_SSL_ALL_ALERT_MESSAGES
|
2013-07-25 00:59:43 +08:00
|
|
|
@@ -466,8 +466,8 @@
|
2013-01-31 04:07:04 +08:00
|
|
|
* TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256
|
|
|
|
* TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
|
|
|
|
* TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256
|
|
|
|
- */
|
|
|
|
#define POLARSSL_CAMELLIA_C
|
|
|
|
+ */
|
|
|
|
|
|
|
|
/**
|
|
|
|
* \def POLARSSL_CERTS_C
|
2013-07-25 00:59:43 +08:00
|
|
|
@@ -478,8 +478,8 @@
|
2013-01-31 04:07:04 +08:00
|
|
|
* Caller:
|
|
|
|
*
|
|
|
|
* This module is used for testing (ssl_client/server).
|
|
|
|
- */
|
|
|
|
#define POLARSSL_CERTS_C
|
|
|
|
+ */
|
|
|
|
|
|
|
|
/**
|
|
|
|
* \def POLARSSL_CIPHER_C
|
2013-07-25 00:59:43 +08:00
|
|
|
@@ -518,8 +518,8 @@
|
2013-01-31 04:07:04 +08:00
|
|
|
* library/ssl_tls.c
|
|
|
|
*
|
|
|
|
* This module provides debugging functions.
|
|
|
|
- */
|
|
|
|
#define POLARSSL_DEBUG_C
|
|
|
|
+ */
|
|
|
|
|
|
|
|
/**
|
|
|
|
* \def POLARSSL_DES_C
|
2013-07-25 00:59:43 +08:00
|
|
|
@@ -604,8 +604,8 @@
|
2013-01-31 04:07:04 +08:00
|
|
|
* enabled as well):
|
|
|
|
* TLS_RSA_WITH_AES_128_GCM_SHA256
|
|
|
|
* TLS_RSA_WITH_AES_256_GCM_SHA384
|
|
|
|
- */
|
|
|
|
#define POLARSSL_GCM_C
|
|
|
|
+ */
|
|
|
|
|
|
|
|
/**
|
|
|
|
* \def POLARSSL_HAVEGE_C
|
2013-07-25 00:59:43 +08:00
|
|
|
@@ -704,8 +704,8 @@
|
2013-01-31 04:07:04 +08:00
|
|
|
* Caller: library/aes.c
|
|
|
|
*
|
|
|
|
* This modules adds support for the VIA PadLock on x86.
|
|
|
|
- */
|
|
|
|
#define POLARSSL_PADLOCK_C
|
|
|
|
+ */
|
|
|
|
|
|
|
|
/**
|
|
|
|
* \def POLARSSL_PBKDF2_C
|
2013-07-25 00:59:43 +08:00
|
|
|
@@ -848,8 +848,8 @@
|
2013-01-31 04:07:04 +08:00
|
|
|
* Caller:
|
|
|
|
*
|
|
|
|
* Requires: POLARSSL_SSL_CACHE_C
|
|
|
|
- */
|
|
|
|
#define POLARSSL_SSL_CACHE_C
|
|
|
|
+ */
|
|
|
|
|
|
|
|
/**
|
|
|
|
* \def POLARSSL_SSL_CLI_C
|
2013-07-25 00:59:43 +08:00
|
|
|
@@ -903,8 +903,8 @@
|
2013-01-31 04:07:04 +08:00
|
|
|
* Caller: library/havege.c
|
|
|
|
*
|
|
|
|
* This module is used by the HAVEGE random number generator.
|
|
|
|
- */
|
|
|
|
#define POLARSSL_TIMING_C
|
|
|
|
+ */
|
|
|
|
|
|
|
|
/**
|
|
|
|
* \def POLARSSL_VERSION_C
|
2013-07-25 00:59:43 +08:00
|
|
|
@@ -953,8 +953,8 @@
|
2013-01-31 04:07:04 +08:00
|
|
|
*
|
|
|
|
* Module: library/xtea.c
|
|
|
|
* Caller:
|
|
|
|
- */
|
|
|
|
#define POLARSSL_XTEA_C
|
|
|
|
+ */
|
|
|
|
/* \} name */
|
|
|
|
|
2013-07-25 00:59:43 +08:00
|
|
|
/**
|