PolarSSL v1.1.4
config.h
Go to the documentation of this file.
00001 
00031 #ifndef POLARSSL_CONFIG_H
00032 #define POLARSSL_CONFIG_H
00033 
00034 #if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
00035 #define _CRT_SECURE_NO_DEPRECATE 1
00036 #endif
00037 
00087 #define POLARSSL_HAVE_ASM
00088 
00098 /* \} name */
00099 
00123 #define POLARSSL_CIPHER_MODE_CFB
00124 
00130 #define POLARSSL_CIPHER_MODE_CTR
00131 
00139 #define POLARSSL_DEBUG_MSG
00140 
00148 #define POLARSSL_GENPRIME
00149 
00155 #define POLARSSL_FS_IO
00156 
00189 #define POLARSSL_PKCS1_V21
00190 
00206 #define POLARSSL_SELF_TEST
00207 
00218 /* \} name */
00219 
00242 #define POLARSSL_AES_C
00243 
00256 #define POLARSSL_ARC4_C
00257 
00266 #define POLARSSL_ASN1_PARSE_C
00267 
00278 #define POLARSSL_BASE64_C
00279 
00293 #define POLARSSL_BIGNUM_C
00294 
00308 #define POLARSSL_CAMELLIA_C
00309 
00320 #define POLARSSL_CERTS_C
00321 
00332 #define POLARSSL_CIPHER_C
00333 
00346 #define POLARSSL_CTR_DRBG_C
00347 
00360 #define POLARSSL_DEBUG_C
00361 
00374 #define POLARSSL_DES_C
00375 
00390 #define POLARSSL_DHM_C
00391 
00404 #define POLARSSL_ENTROPY_C
00405 
00416 #define POLARSSL_ERROR_C
00417 
00430 #define POLARSSL_HAVEGE_C
00431 
00442 #define POLARSSL_MD_C
00443 
00481 #define POLARSSL_MD5_C
00482 
00493 #define POLARSSL_NET_C
00494 
00505 #define POLARSSL_PADLOCK_C
00506 
00519 #define POLARSSL_PEM_C
00520 
00552 #define POLARSSL_RSA_C
00553 
00567 #define POLARSSL_SHA1_C
00568 
00580 #define POLARSSL_SHA2_C
00581 
00593 #define POLARSSL_SHA4_C
00594 
00607 #define POLARSSL_SSL_CLI_C
00608 
00609 /*
00610  * \def POLARSSL_SSL_SRV_C
00611  *
00612  * Enable the SSL/TLS server code.
00613  *
00614  * Module:  library/ssl_srv.c
00615  * Caller:
00616  *
00617  * Requires: POLARSSL_SSL_TLS_C
00618  *
00619  * This module is required for SSL/TLS server support.
00620  */
00621 #define POLARSSL_SSL_SRV_C
00622 
00636 #define POLARSSL_SSL_TLS_C
00637 
00648 #define POLARSSL_TIMING_C
00649 
00659 #define POLARSSL_VERSION_C
00660 
00675 #define POLARSSL_X509_PARSE_C
00676 
00685 #define POLARSSL_XTEA_C
00686 /* \} name */
00687 
00688 #endif /* config.h */