Google Code Exporter

Results 11117 issues of 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...

enhancement
auto-migrated

``` 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...

enhancement
auto-migrated

``` 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,...

enhancement
auto-migrated

``` 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...

duplicate
auto-migrated

``` 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...

duplicate
auto-migrated

``` 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...

duplicate
enhancement
auto-migrated

``` 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...

Type-Defect
Priority-Medium
auto-migrated

``` 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...

Type-Defect
Priority-Medium
auto-migrated

``` 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...

Type-Defect
Priority-Medium
auto-migrated

``` 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...

Type-Defect
Priority-Medium
auto-migrated