PolarSSL v1.2.7
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 
289 #define POLARSSL_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO
290 
317 /* \} name */
318 
351 #define POLARSSL_AES_C
352 
365 #define POLARSSL_ARC4_C
366 
375 #define POLARSSL_ASN1_PARSE_C
376 
384 #define POLARSSL_ASN1_WRITE_C
385 
396 #define POLARSSL_BASE64_C
397 
411 #define POLARSSL_BIGNUM_C
412 
420 #define POLARSSL_BLOWFISH_C
421 
441 #define POLARSSL_CAMELLIA_C
442 
453 #define POLARSSL_CERTS_C
454 
465 #define POLARSSL_CIPHER_C
466 
479 #define POLARSSL_CTR_DRBG_C
480 
493 #define POLARSSL_DEBUG_C
494 
511 #define POLARSSL_DES_C
512 
537 #define POLARSSL_DHM_C
538 
551 #define POLARSSL_ENTROPY_C
552 
563 #define POLARSSL_ERROR_C
564 
579 #define POLARSSL_GCM_C
580 
593 #define POLARSSL_HAVEGE_C
594 
605 #define POLARSSL_MD_C
606 
646 #define POLARSSL_MD5_C
647 
658 #define POLARSSL_NET_C
659 
670 #define POLARSSL_PADLOCK_C
671 
697 #define POLARSSL_PEM_C
698 
730 #define POLARSSL_RSA_C
731 
745 #define POLARSSL_SHA1_C
746 
759 #define POLARSSL_SHA2_C
760 
772 #define POLARSSL_SHA4_C
773 
784 #define POLARSSL_SSL_CACHE_C
785 
798 #define POLARSSL_SSL_CLI_C
799 
812 #define POLARSSL_SSL_SRV_C
813 
827 #define POLARSSL_SSL_TLS_C
828 
839 #define POLARSSL_TIMING_C
840 
850 #define POLARSSL_VERSION_C
851 
866 #define POLARSSL_X509_PARSE_C
867 
879 #define POLARSSL_X509_WRITE_C
880 
889 #define POLARSSL_XTEA_C
890 /* \} name */
891 
892 #endif /* config.h */