You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Vamsavardhana Reddy (JIRA)" <de...@geronimo.apache.org> on 2006/09/25 09:14:50 UTC

[jira] Created: (GERONIMO-2431) generateCSR reverses the attribute sequence in subject name

generateCSR reverses the attribute sequence in subject name
-----------------------------------------------------------

                 Key: GERONIMO-2431
                 URL: http://issues.apache.org/jira/browse/GERONIMO-2431
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: security
    Affects Versions: 1.1.1
         Environment: G-1.1.1
            Reporter: Vamsavardhana Reddy
             Fix For: 1.1.2, 1.2


generateCSR function in FileKeystoreInstance is reversing the attribute sequence in the subject name.  For e.g, if the attribute sequence in subject inside the certificate is (C, ST, L, O, OU, CN), the attribute sequence in subject in the CSR is (CN, OU, O, L, ST, C).

-- 
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: (GERONIMO-2431) generateCSR reverses the attribute sequence in subject name

Posted by "Vamsavardhana Reddy (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2431?page=all ]

Vamsavardhana Reddy closed GERONIMO-2431.
-----------------------------------------

    Resolution: Fixed

Fixed in rev 472509 (branches\1.1) and rev 472514 (trunk).

> generateCSR reverses the attribute sequence in subject name
> -----------------------------------------------------------
>
>                 Key: GERONIMO-2431
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2431
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: security
>    Affects Versions: 1.1.1
>         Environment: G-1.1.1
>            Reporter: Vamsavardhana Reddy
>         Assigned To: Vamsavardhana Reddy
>             Fix For: 1.1.2, 1.2
>
>         Attachments: GERONIMO-2431-v1.1.x.patch, GERONIMO-2431-v1.2.patch
>
>
> generateCSR function in FileKeystoreInstance is reversing the attribute sequence in the subject name.  For e.g, if the attribute sequence in subject inside the certificate is (C, ST, L, O, OU, CN), the attribute sequence in subject in the CSR is (CN, OU, O, L, ST, C).

-- 
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: (GERONIMO-2431) generateCSR reverses the attribute sequence in subject name

Posted by "Vamsavardhana Reddy (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2431?page=all ]

Vamsavardhana Reddy updated GERONIMO-2431:
------------------------------------------

    Attachment: GERONIMO-2431-v1.2.patch

GERONIMO-2431-v1.2.patch: Chanages the generateCSR method to use subject DER sequence from the certificate instead of subjectDN.

> generateCSR reverses the attribute sequence in subject name
> -----------------------------------------------------------
>
>                 Key: GERONIMO-2431
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2431
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: security
>    Affects Versions: 1.1.1
>         Environment: G-1.1.1
>            Reporter: Vamsavardhana Reddy
>             Fix For: 1.1.2, 1.2
>
>         Attachments: GERONIMO-2431-v1.2.patch
>
>
> generateCSR function in FileKeystoreInstance is reversing the attribute sequence in the subject name.  For e.g, if the attribute sequence in subject inside the certificate is (C, ST, L, O, OU, CN), the attribute sequence in subject in the CSR is (CN, OU, O, L, ST, C).

-- 
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: (GERONIMO-2431) generateCSR reverses the attribute sequence in subject name

Posted by "Vamsavardhana Reddy (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2431?page=all ]

Vamsavardhana Reddy reassigned GERONIMO-2431:
---------------------------------------------

    Assignee: Vamsavardhana Reddy

> generateCSR reverses the attribute sequence in subject name
> -----------------------------------------------------------
>
>                 Key: GERONIMO-2431
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2431
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: security
>    Affects Versions: 1.1.1
>         Environment: G-1.1.1
>            Reporter: Vamsavardhana Reddy
>         Assigned To: Vamsavardhana Reddy
>             Fix For: 1.1.2, 1.2
>
>         Attachments: GERONIMO-2431-v1.1.x.patch, GERONIMO-2431-v1.2.patch
>
>
> generateCSR function in FileKeystoreInstance is reversing the attribute sequence in the subject name.  For e.g, if the attribute sequence in subject inside the certificate is (C, ST, L, O, OU, CN), the attribute sequence in subject in the CSR is (CN, OU, O, L, ST, C).

-- 
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: (GERONIMO-2431) generateCSR reverses the attribute sequence in subject name

Posted by "Vamsavardhana Reddy (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2431?page=all ]

Vamsavardhana Reddy updated GERONIMO-2431:
------------------------------------------

    Attachment: GERONIMO-2431-v1.1.x.patch

GERONIMO-2431-v1.1.x.patch: Patch for braches 1.1

> generateCSR reverses the attribute sequence in subject name
> -----------------------------------------------------------
>
>                 Key: GERONIMO-2431
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2431
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: security
>    Affects Versions: 1.1.1
>         Environment: G-1.1.1
>            Reporter: Vamsavardhana Reddy
>             Fix For: 1.2, 1.1.2
>
>         Attachments: GERONIMO-2431-v1.1.x.patch, GERONIMO-2431-v1.2.patch
>
>
> generateCSR function in FileKeystoreInstance is reversing the attribute sequence in the subject name.  For e.g, if the attribute sequence in subject inside the certificate is (C, ST, L, O, OU, CN), the attribute sequence in subject in the CSR is (CN, OU, O, L, ST, C).

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