Google Code Exporter
Google Code Exporter
``` I don't know about quirks in other countries, but Polish law requires that the CRL or OCSP response been created at least an hour after the signature has been...
``` While the library can create XAdES-X and XAdES-X-L forms by extending XAdES-C document it can't validate them. Related: issue 18. What version of the product are you using? On...
``` Library doesn't support extending previous forms to -A form. Since in Issue 55 we have support for both creation and validation of XAdES up to and including X-L form,...
``` DefaultTimeStampVerificationProvider, verifyToken method uses time from the token itself to validate if the signature in it is valid. So we're using not validated data in validation. That's incorrect. The...
``` What steps will reproduce the problem? 1. Time stamp document with TSA that has certificate with Extended Key Usage set to critical with Time Stamping property set 2. Try...
``` Few independent problems: 1. Library for tests depends on external TSAs -- tests can't be performed offline. 2. Can't easily test more complex situations: revoked TSA certificates, tokens from...
``` I'm receiving syntax errors in some of the checks which use `binary_matches_string_grep`. For example, running a check from lib/checks/privileged_arguments manually: sh-4.3$ y="`binary_matches_string_grep \"/tmp/foo\" \"\$[\{]*[[:digit:]][\}]*\"`" sh: \{: syntax error: operand...
``` I believe there are a couple of deficiencies in the current implementation of the privileged_writable check: 1. I think files writable by a low privileged owner should always be...
``` The GNU version of which outputs error messages as follows: $ which aaaaaa which: no aaaaaa in ... This isn't handled correctly in lib/misc/file. Attached patch adds an optional...
``` The first argument to printf is often passed directly from the sudoers file. This can cause problems because this file commonly contains % characters for group definitions. This is...