diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-23 21:10:55 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-23 21:10:55 +0100 |
commit | d5656ec46e47d49d16b21b5cbc1c34caf5ea4b83 (patch) | |
tree | d2c6cecb321e6468ba4ce97f51f4cfddda1769c7 /src/util/test_helper_rsa.conf | |
parent | 77dbb8327618ada8fd112209e54a7bf05d2958f0 (diff) |
finish helper test cases
Diffstat (limited to 'src/util/test_helper_rsa.conf')
-rw-r--r-- | src/util/test_helper_rsa.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/test_helper_rsa.conf b/src/util/test_helper_rsa.conf index 2bce81122..e3b3d0895 100644 --- a/src/util/test_helper_rsa.conf +++ b/src/util/test_helper_rsa.conf @@ -1,10 +1,10 @@ [coin_1] -duration_withdraw = 1 minute -rsa_keysize = 2048 +DURATION_WITHDRAW = 1 minute +RSA_KEYSIZE = 2048 [taler-helper-crypto-rsa] -lookahead_sign = 5 minutes -overlap_duration = 1 s +LOOKAHEAD_SIGN = 5 minutes +OVERLAP_DURATION = 1 s KEY_DIR = ${TALER_RUNTIME_DIR}/test_helper_rsa/ UNIXPATH = ${TALER_RUNTIME_DIR}test_helper_rsa.unix |