PolarSSL v1.2.5
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 
69 #define POLARSSL_HAVE_LONGLONG
70 
86 #define POLARSSL_HAVE_ASM
87 
97 /* \} name */
98 
122 #define POLARSSL_CIPHER_MODE_CFB
123 
129 #define POLARSSL_CIPHER_MODE_CTR
130 
172 #define POLARSSL_ERROR_STRERROR_DUMMY
173 
181 #define POLARSSL_GENPRIME
182 
188 #define POLARSSL_FS_IO
189 
222 #define POLARSSL_PKCS1_V21
223 
239 #define POLARSSL_SELF_TEST
240 
253 #define POLARSSL_SSL_ALERT_MESSAGES
254 
307 /* \} name */
308 
339 #define POLARSSL_AES_C
340 
353 #define POLARSSL_ARC4_C
354 
363 #define POLARSSL_ASN1_PARSE_C
364 
372 #define POLARSSL_ASN1_WRITE_C
373 
384 #define POLARSSL_BASE64_C
385 
399 #define POLARSSL_BIGNUM_C
400 
408 #define POLARSSL_BLOWFISH_C
409 
429 #define POLARSSL_CAMELLIA_C
430 
441 #define POLARSSL_CERTS_C
442 
453 #define POLARSSL_CIPHER_C
454 
467 #define POLARSSL_CTR_DRBG_C
468 
481 #define POLARSSL_DEBUG_C
482 
496 #define POLARSSL_DES_C
497 
522 #define POLARSSL_DHM_C
523 
536 #define POLARSSL_ENTROPY_C
537 
548 #define POLARSSL_ERROR_C
549 
564 #define POLARSSL_GCM_C
565 
578 #define POLARSSL_HAVEGE_C
579 
590 #define POLARSSL_MD_C
591 
629 #define POLARSSL_MD5_C
630 
641 #define POLARSSL_NET_C
642 
653 #define POLARSSL_PADLOCK_C
654 
680 #define POLARSSL_PEM_C
681 
713 #define POLARSSL_RSA_C
714 
728 #define POLARSSL_SHA1_C
729 
742 #define POLARSSL_SHA2_C
743 
755 #define POLARSSL_SHA4_C
756 
767 #define POLARSSL_SSL_CACHE_C
768 
781 #define POLARSSL_SSL_CLI_C
782 
795 #define POLARSSL_SSL_SRV_C
796 
810 #define POLARSSL_SSL_TLS_C
811 
822 #define POLARSSL_TIMING_C
823 
833 #define POLARSSL_VERSION_C
834 
849 #define POLARSSL_X509_PARSE_C
850 
862 #define POLARSSL_X509_WRITE_C
863 
872 #define POLARSSL_XTEA_C
873 /* \} name */
874 
875 #endif /* config.h */