PolarSSL v1.1.4
config.h
Go to the documentation of this file.
1 
31 #ifndef POLARSSL_CONFIG_H
32 #define POLARSSL_CONFIG_H
33 
34 #if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
35 #define _CRT_SECURE_NO_DEPRECATE 1
36 #endif
37 
87 #define POLARSSL_HAVE_ASM
88 
98 /* \} name */
99 
123 #define POLARSSL_CIPHER_MODE_CFB
124 
130 #define POLARSSL_CIPHER_MODE_CTR
131 
139 #define POLARSSL_DEBUG_MSG
140 
148 #define POLARSSL_GENPRIME
149 
155 #define POLARSSL_FS_IO
156 
189 #define POLARSSL_PKCS1_V21
190 
206 #define POLARSSL_SELF_TEST
207 
218 /* \} name */
219 
242 #define POLARSSL_AES_C
243 
256 #define POLARSSL_ARC4_C
257 
266 #define POLARSSL_ASN1_PARSE_C
267 
278 #define POLARSSL_BASE64_C
279 
293 #define POLARSSL_BIGNUM_C
294 
308 #define POLARSSL_CAMELLIA_C
309 
320 #define POLARSSL_CERTS_C
321 
332 #define POLARSSL_CIPHER_C
333 
346 #define POLARSSL_CTR_DRBG_C
347 
360 #define POLARSSL_DEBUG_C
361 
374 #define POLARSSL_DES_C
375 
390 #define POLARSSL_DHM_C
391 
404 #define POLARSSL_ENTROPY_C
405 
416 #define POLARSSL_ERROR_C
417 
430 #define POLARSSL_HAVEGE_C
431 
442 #define POLARSSL_MD_C
443 
481 #define POLARSSL_MD5_C
482 
493 #define POLARSSL_NET_C
494 
505 #define POLARSSL_PADLOCK_C
506 
519 #define POLARSSL_PEM_C
520 
552 #define POLARSSL_RSA_C
553 
567 #define POLARSSL_SHA1_C
568 
580 #define POLARSSL_SHA2_C
581 
593 #define POLARSSL_SHA4_C
594 
607 #define POLARSSL_SSL_CLI_C
608 
609 /*
610  * \def POLARSSL_SSL_SRV_C
611  *
612  * Enable the SSL/TLS server code.
613  *
614  * Module: library/ssl_srv.c
615  * Caller:
616  *
617  * Requires: POLARSSL_SSL_TLS_C
618  *
619  * This module is required for SSL/TLS server support.
620  */
621 #define POLARSSL_SSL_SRV_C
622 
636 #define POLARSSL_SSL_TLS_C
637 
648 #define POLARSSL_TIMING_C
649 
659 #define POLARSSL_VERSION_C
660 
675 #define POLARSSL_X509_PARSE_C
676 
685 #define POLARSSL_XTEA_C
686 /* \} name */
687 
688 #endif /* config.h */