You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Gonzalo Aune (JIRA)" <ji...@apache.org> on 2008/06/03 15:12:45 UTC

[jira] Created: (SHINDIG-328) Moving the pkcs8 conversion from OAuth

Moving the pkcs8 conversion from OAuth
--------------------------------------

                 Key: SHINDIG-328
                 URL: https://issues.apache.org/jira/browse/SHINDIG-328
             Project: Shindig
          Issue Type: Improvement
          Components: Gadget Rendering Server (PHP)
            Reporter: Gonzalo Aune
            Priority: Minor


Instead of doing the exec using openssl to convert the keys to pkcs8, we should prepend the begin private key and end private key strings to the actual key to get it work correctly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SHINDIG-328) Moving the pkcs8 conversion from OAuth

Posted by "Gonzalo Aune (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gonzalo Aune updated SHINDIG-328:
---------------------------------

    Attachment: OAuth.patch

This patch does the improvement.

> Moving the pkcs8 conversion from OAuth
> --------------------------------------
>
>                 Key: SHINDIG-328
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-328
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadget Rendering Server (PHP)
>            Reporter: Gonzalo Aune
>            Priority: Minor
>         Attachments: OAuth.patch
>
>
> Instead of doing the exec using openssl to convert the keys to pkcs8, we should prepend the begin private key and end private key strings to the actual key to get it work correctly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SHINDIG-328) Moving the pkcs8 conversion from OAuth

Posted by "Chris Chabot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Chabot resolved SHINDIG-328.
----------------------------------

    Resolution: Fixed
      Assignee: Chris Chabot

The patch had a couple of issues when the key used already had a key header and footer, and assumed it was always in pkcs8 format ...

I fixed this up and the working implementation is in svn now. 

> Moving the pkcs8 conversion from OAuth
> --------------------------------------
>
>                 Key: SHINDIG-328
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-328
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadget Rendering Server (PHP)
>            Reporter: Gonzalo Aune
>            Assignee: Chris Chabot
>            Priority: Minor
>         Attachments: OAuth.patch
>
>
> Instead of doing the exec using openssl to convert the keys to pkcs8, we should prepend the begin private key and end private key strings to the actual key to get it work correctly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.