OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 1... Line 1...
1 if PACKAGE_libwolfssl 1 if PACKAGE_libwolfssl
Line 2... Line 2...
2   2  
3 config WOLFSSL_HAS_AES_CCM 3 config WOLFSSL_HAS_AES_CCM
4 bool "Include AES-CCM support" 4 bool "Include AES-CCM support"
Line 5... Line 5...
5 default y 5 default n
6   6  
7 config WOLFSSL_HAS_AES_GCM 7 config WOLFSSL_HAS_AES_GCM
Line 8... Line 8...
8 bool "Include AES-GCM support" 8 bool "Include AES-GCM support"
9 default y 9 default n
10   10  
Line 16... Line 16...
16 bool "Include ECC (Elliptic Curve Cryptography) support" 16 bool "Include ECC (Elliptic Curve Cryptography) support"
17 default y 17 default y
Line 18... Line 18...
18   18  
19 config WOLFSSL_HAS_DH 19 config WOLFSSL_HAS_DH
20 bool "Include DH (Diffie-Hellman) support" 20 bool "Include DH (Diffie-Hellman) support"
Line 21... Line 21...
21 default y 21 default n
22   22  
23 config WOLFSSL_HAS_ARC4 23 config WOLFSSL_HAS_ARC4
Line 24... Line 24...
24 bool "Include ARC4 support" 24 bool "Include ARC4 support"
25 default y 25 default n
26   26  
Line 27... Line 27...
27 config WOLFSSL_HAS_DES3 27 config WOLFSSL_HAS_DES3
28 bool "Include DES3 (Tripple-DES) support" 28 bool "Include DES3 (Tripple-DES) support"
29 default y 29 default n
Line 30... Line 30...
30   30  
31 config WOLFSSL_HAS_PSK 31 config WOLFSSL_HAS_PSK
32 bool "Include PKS (Pre Share Key) support" 32 bool "Include PKS (Pre Share Key) support"
Line 33... Line 33...
33 default y 33 default n
34   34  
35 config WOLFSSL_HAS_SESSION_TICKET 35 config WOLFSSL_HAS_SESSION_TICKET
Line 36... Line 36...
36 bool "Include session ticket support" 36 bool "Include session ticket support"
37 default y 37 default n
38   38  
Line 39... Line 39...
39 config WOLFSSL_HAS_DTLS 39 config WOLFSSL_HAS_DTLS
40 bool "Include DTLS support" 40 bool "Include DTLS support"
41 default n 41 default n
Line 42... Line 42...
42   42  
43 config WOLFSSL_HAS_OCSP 43 config WOLFSSL_HAS_OCSP
44 bool "Include OSCP support" 44 bool "Include OSCP support"
45 default y 45 default n