-
Notifications
You must be signed in to change notification settings - Fork 0
/
Config.uk
83 lines (80 loc) · 1.76 KB
/
Config.uk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
config LIBHOGWEED
bool "libhogweed - Public-key algorithms"
default n
select LIBNEWLIBC
if LIBHOGWEED
menuconfig TESTSUITE
bool "testsuite - tests for libhogweed"
default n
if TESTSUITE
config RSA_COMPUTE_ROOT_TEST
bool "rsa-compute-root-test"
default y
config RSA_ENCRYPT_TEST
bool "rsa-encrypt-test"
default y
config RSA_KEYGEN_TEST
bool "rsa-keygen-test"
default y
config RSA_PSS_SIGN_TR_TEST
bool "rsa-pss-sign-tr-test"
default y
config RSA_SEC_DECRYPT_TEST
bool "rsa-sec-decrypt-test"
default y
config RSA_SIGN_TR_TEST
bool "rsa-sign-tr-test"
default y
config RSA_TEST
bool "rsa-test"
default y
config RSA2SEXP_TEST
bool "rsa2sexp-test"
default y
config SEXP2RSA_TEST
bool "sexp2rsa-test"
default y
config CURVE25519_DH_TEST
bool "curve25519-dh-test"
default y
config CURVE448_DH_TEST
bool "curve448-dh-test"
default y
config DSA_KEYGEN_TEST
bool "dsa-keygen-test"
default y
config DSA_TEST
bool "dsa-test"
default y
config ECDSA_KEYGEN_TEST
bool "ecdsa-keygen-test"
default y
config ECDSA_SIGN_TEST
bool "ecdsa-sign-test"
default y
config ECDSA_VERIFY_TEST
bool "ecdsa-verify-test"
default y
config EDDSA_COMPRESS_TEST
bool "eddsa-compress-test"
default y
config EDDSA_SIGN_TEST
bool "eddsa-sign-test"
default y
config EDDSA_VERIFY_TEST
bool "eddsa-verify-test"
default y
config GOSTDSA_KEYGEN_TEST
bool "gostdsa-keygen-test"
default y
config GOSTDSA_SIGN_TEST
bool "gostdsa-sign-test"
default y
config GOSTDSA_VERIFY_TEST
bool "gostdsa-verify-test"
default y
config GOSTDSA_VKO_TEST
bool "gostdsa-vko-test"
default y
endif
endif