You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Anton Rusanov (JIRA)" <ji...@apache.org> on 2006/11/02 08:26:16 UTC

[jira] Created: (HARMONY-2041) [classlib][security] o.a.h.s.pkcs7.AuthenticatedAttributes fails to decode

[classlib][security] o.a.h.s.pkcs7.AuthenticatedAttributes fails to decode
--------------------------------------------------------------------------

                 Key: HARMONY-2041
                 URL: http://issues.apache.org/jira/browse/HARMONY-2041
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Anton Rusanov


AuthenticatedAttributes cannot be decoded. The patch fixes the problem. 
The regression test decodes AuthenticatedAttributes as a part of ContentInfo because it is not public and is used only in that class. 
The file TimeStampToken is an encoded ContentInfo. It should be placed to modules/security/src/test/resources/.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2041) [classlib][security] o.a.h.s.pkcs7.AuthenticatedAttributes fails to decode

Posted by "Anton Rusanov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2041?page=all ]

Anton Rusanov updated HARMONY-2041:
-----------------------------------

    Attachment: AuthenticatedAttributesTest

The file is one I accidentally called TimeStampToken in the issue text. It is used in test and should be put to modules/security/src/test/resources/.

> [classlib][security] o.a.h.s.pkcs7.AuthenticatedAttributes fails to decode
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-2041
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2041
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Anton Rusanov
>         Attachments: AuthenticatedAttributesTest, patch.txt, regression_test_patch.txt
>
>
> AuthenticatedAttributes cannot be decoded. The patch fixes the problem. 
> The regression test decodes AuthenticatedAttributes as a part of ContentInfo because it is not public and is used only in that class. 
> The file TimeStampToken is an encoded ContentInfo. It should be placed to modules/security/src/test/resources/.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-2041) [classlib][security] o.a.h.s.pkcs7.AuthenticatedAttributes fails to decode

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2041?page=all ]

Stepan Mishura reassigned HARMONY-2041:
---------------------------------------

    Assignee: Stepan Mishura

> [classlib][security] o.a.h.s.pkcs7.AuthenticatedAttributes fails to decode
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-2041
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2041
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Anton Rusanov
>         Assigned To: Stepan Mishura
>         Attachments: AuthenticatedAttributesTest, patch.txt, regression_test_patch.txt
>
>
> AuthenticatedAttributes cannot be decoded. The patch fixes the problem. 
> The regression test decodes AuthenticatedAttributes as a part of ContentInfo because it is not public and is used only in that class. 
> The file TimeStampToken is an encoded ContentInfo. It should be placed to modules/security/src/test/resources/.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-2041) [classlib][security] o.a.h.s.pkcs7.AuthenticatedAttributes fails to decode

Posted by "Anton Rusanov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2041?page=comments#action_12446909 ] 
            
Anton Rusanov commented on HARMONY-2041:
----------------------------------------

It is OK, thanks Stepan.

> [classlib][security] o.a.h.s.pkcs7.AuthenticatedAttributes fails to decode
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-2041
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2041
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Anton Rusanov
>         Assigned To: Stepan Mishura
>         Attachments: AuthenticatedAttributesTest, patch.txt, regression_test_patch.txt
>
>
> AuthenticatedAttributes cannot be decoded. The patch fixes the problem. 
> The regression test decodes AuthenticatedAttributes as a part of ContentInfo because it is not public and is used only in that class. 
> The file TimeStampToken is an encoded ContentInfo. It should be placed to modules/security/src/test/resources/.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2041) [classlib][security] o.a.h.s.pkcs7.AuthenticatedAttributes fails to decode

Posted by "Anton Rusanov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2041?page=all ]

Anton Rusanov updated HARMONY-2041:
-----------------------------------

    Attachment: patch.txt

> [classlib][security] o.a.h.s.pkcs7.AuthenticatedAttributes fails to decode
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-2041
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2041
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Anton Rusanov
>         Attachments: patch.txt, regression_test_patch.txt
>
>
> AuthenticatedAttributes cannot be decoded. The patch fixes the problem. 
> The regression test decodes AuthenticatedAttributes as a part of ContentInfo because it is not public and is used only in that class. 
> The file TimeStampToken is an encoded ContentInfo. It should be placed to modules/security/src/test/resources/.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HARMONY-2041) [classlib][security] o.a.h.s.pkcs7.AuthenticatedAttributes fails to decode

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2041?page=all ]

Stepan Mishura resolved HARMONY-2041.
-------------------------------------

    Resolution: Fixed

Thanks Anton - patch was applied to SECURITY module at r470741. 

Please check that the patch was applied as you expected. 

> [classlib][security] o.a.h.s.pkcs7.AuthenticatedAttributes fails to decode
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-2041
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2041
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Anton Rusanov
>         Assigned To: Stepan Mishura
>         Attachments: AuthenticatedAttributesTest, patch.txt, regression_test_patch.txt
>
>
> AuthenticatedAttributes cannot be decoded. The patch fixes the problem. 
> The regression test decodes AuthenticatedAttributes as a part of ContentInfo because it is not public and is used only in that class. 
> The file TimeStampToken is an encoded ContentInfo. It should be placed to modules/security/src/test/resources/.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2041) [classlib][security] o.a.h.s.pkcs7.AuthenticatedAttributes fails to decode

Posted by "Anton Rusanov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2041?page=all ]

Anton Rusanov updated HARMONY-2041:
-----------------------------------

    Attachment: regression_test_patch.txt

> [classlib][security] o.a.h.s.pkcs7.AuthenticatedAttributes fails to decode
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-2041
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2041
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Anton Rusanov
>         Attachments: patch.txt, regression_test_patch.txt
>
>
> AuthenticatedAttributes cannot be decoded. The patch fixes the problem. 
> The regression test decodes AuthenticatedAttributes as a part of ContentInfo because it is not public and is used only in that class. 
> The file TimeStampToken is an encoded ContentInfo. It should be placed to modules/security/src/test/resources/.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-2041) [classlib][security] o.a.h.s.pkcs7.AuthenticatedAttributes fails to decode

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2041?page=all ]

Stepan Mishura closed HARMONY-2041.
-----------------------------------


Verified by Anton.

> [classlib][security] o.a.h.s.pkcs7.AuthenticatedAttributes fails to decode
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-2041
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2041
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Anton Rusanov
>         Assigned To: Stepan Mishura
>         Attachments: AuthenticatedAttributesTest, patch.txt, regression_test_patch.txt
>
>
> AuthenticatedAttributes cannot be decoded. The patch fixes the problem. 
> The regression test decodes AuthenticatedAttributes as a part of ContentInfo because it is not public and is used only in that class. 
> The file TimeStampToken is an encoded ContentInfo. It should be placed to modules/security/src/test/resources/.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira