Closed phaupt closed 10 years ago
With workaround:
./ais-verify.sh -v myfile.txt myfile.t7s
OK on myfile.t7s with following details:
Signer : subject= C=ch,O=Swisscom,OU=Digital Certificate Service,CN=Swisscom TSA 3
issuer= C=ch,O=Swisscom,OU=Digital Certificate Services,CN=Swisscom TSS CA 2
validity= notBefore=Aug 7 12:23:58 2012 GMT notAfter=Jan 11 09:55:58 2022 GMT
OCSP check= good
Embedded OCSP: No
Embedded TSA : No
The verification of a timestamp token in
ais-verify.sh
shows a wrong Signer information:The reason is related to a misorder in the certificate chain of the timestamp response. Currently, level1 and level2 are swapped:
This will be fixed on Swisscom AIS side. It shall always provide a correct order of the certificate chain in all responses.