diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2016-04-21 08:11:48 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2016-04-21 08:11:48 +0200 |
commit | 44d138de959445a619a92608a2133d9558c2a888 (patch) | |
tree | bbc9d2f137947afdd6c8697ed9c1c3b71d46fe61 /moaSig/moa-sig-lib/src/main/resources | |
parent | e86d9677b16f54850cbd4c91c9f714754a75b67b (diff) | |
download | moa-sig-44d138de959445a619a92608a2133d9558c2a888.tar.gz moa-sig-44d138de959445a619a92608a2133d9558c2a888.tar.bz2 moa-sig-44d138de959445a619a92608a2133d9558c2a888.zip |
publishable moa libraries
Diffstat (limited to 'moaSig/moa-sig-lib/src/main/resources')
-rw-r--r-- | moaSig/moa-sig-lib/src/main/resources/sva.config | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/moaSig/moa-sig-lib/src/main/resources/sva.config b/moaSig/moa-sig-lib/src/main/resources/sva.config new file mode 100644 index 0000000..e41cad5 --- /dev/null +++ b/moaSig/moa-sig-lib/src/main/resources/sva.config @@ -0,0 +1,85 @@ +#Fri Jul 27 14:18:37 CEST 2012 +# +# Format [key]=[value] +# +# Note that if an '=' is used in a key or value it has to be escaped: "\=" + +##################### WebConfig ####################### + +#The path to the sva configuration file +#svaconfig=/data/sigval/incoming/svaconfig + +#The directories where to store the collected testdata +#testdir=/data/sigval/incoming/test/ + +#The basepath for signature validation +basepath= + +###################################################### + +#The path prefix for all file system locations +pathprefix=pathprefix/example/ + +#The file where the xmldsig core schema is located +xmlschemaloc=example/schema/xmldsig-core-schema.xsd + +#The root folder where truststore and certstore are created later on +certroot=example/certs + +#The folder containing the trustanchors +trustanchorloc=example/keys_and_certs + +#The folder containing the timestampauthority trustanchors +tsttrustanchorloc=example/keys_and_certs + +#The folder containing alternative revocation information (comment out to use +#infos contained in the certificate) +#altdp= + +#The maximum age of a revocation information of a end user certificate in hours +endusercertgrace=4382 + +#The maximum age of a revocation information for a ca certificate in hours +cacertgrace=4382 + +tstcoherencetolerance=10 + +#The maximum time difference (in hours) the signing-time property and a +#time stamp +#timestampdelay=24 + +# Defines the forbidden hashing algorithms and the inception date +# Format: {<algorithm name>, <inception date>};{<algname 2>, <inc date 2>}... +hashconstraint={md5, 2000-08-08};{sha1, 2016-08-08} + +# Defines the forbidden hashing algorithms for CA Certificates and the inception date +# Format: {<algorithm name>, <inception date>};{<algname 2>, <inc date 2>}... +cahashconstraint={md5,2000-08-08};{sha1, 2012-08-05} + +# Defines the minimum required key lengths +# Format: {<algorithm name>, <min len>,<inception date>};{...}... +keylenconstraint={rsa, 1024, 2000-08-08} + +# Defines the minimum required key lengths for CA Certificates +# Format: {<algorithm name>, <min len>,<inception date>};{...}.. +cakeylenconstraint={rsa,512,2000-08-08} + +# Defines the minimum required key lengths for timestamps +# Format: {<algorithm name>, <min len>,<inception date>};{...}... +tstkeylenconstraint={rsa, 1024, 2000-08-08} + +# Defines the mapping for sub indications to main indications. +# If this property is not present or empty, the default mappings are used. +# See "ETSI TS 102 853 V1.1.1 (2012-07)" +# Format: {<sub indication1>, <main indication1>};{...}... +# Maybe set value to numbers? +indicationmapping={FORMAT_FAILURE,INDETERMINATE};{SUCCESS, SUCCESS} + +# Allows any key usage if set to true, otherwise only dig. signature +allowanykeyusage=false + +# Defines the chaining model for path validation. +# possible values are: +# - All certificates are valid at validationtime (SHELL model) +# - All certificates are valid at the time they were used for issuing a certificate (CHAIN model) +chainingmodel=SHELL |