You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Tomas Restrepo (JIRA)" <qp...@incubator.apache.org> on 2007/03/04 17:13:50 UTC

[jira] Created: (QPID-398) Implement SSL/TLS support in the .NET Client

Implement SSL/TLS support in the .NET Client
--------------------------------------------

                 Key: QPID-398
                 URL: https://issues.apache.org/jira/browse/QPID-398
             Project: Qpid
          Issue Type: Improvement
          Components: Dot Net Client
         Environment: .NET v1.1 and .NET v2.0
            Reporter: Tomas Restrepo


Implement support for SSL/TLS connections between client and broker, including support for Client-side authentication using client certificates.

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


[jira] Updated: (QPID-398) Implement SSL/TLS support in the .NET Client

Posted by "Tomas Restrepo (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomas Restrepo updated QPID-398:
--------------------------------

    Attachment: QPID-398-BinaryFiles.zip

Binary files to add to the patch

> Implement SSL/TLS support in the .NET Client
> --------------------------------------------
>
>                 Key: QPID-398
>                 URL: https://issues.apache.org/jira/browse/QPID-398
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Dot Net Client
>         Environment: .NET v1.1 and .NET v2.0
>            Reporter: Tomas Restrepo
>         Attachments: QPID-398-BinaryFiles.zip, QPID-398.diff
>
>
> Implement support for SSL/TLS connections between client and broker, including support for Client-side authentication using client certificates.

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


[jira] Resolved: (QPID-398) Implement SSL/TLS support in the .NET Client

Posted by "Tomas Restrepo (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomas Restrepo resolved QPID-398.
---------------------------------

       Resolution: Fixed
    Fix Version/s: M2
         Assignee: Tomas Restrepo

Patch applied in revision 537026

> Implement SSL/TLS support in the .NET Client
> --------------------------------------------
>
>                 Key: QPID-398
>                 URL: https://issues.apache.org/jira/browse/QPID-398
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Dot Net Client
>         Environment: .NET v1.1 and .NET v2.0
>            Reporter: Tomas Restrepo
>         Assigned To: Tomas Restrepo
>             Fix For: M2
>
>         Attachments: QPID-398-BinaryFiles.zip, QPID-398-Fixed.diff, QPID-398.diff
>
>
> Implement support for SSL/TLS connections between client and broker, including support for Client-side authentication using client certificates.

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


[jira] Updated: (QPID-398) Implement SSL/TLS support in the .NET Client

Posted by "Tomas Restrepo (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomas Restrepo updated QPID-398:
--------------------------------

    Attachment: QPID-398.diff

Proposed patch attached. To complete the path, take this into account:
- The file "dotnet\Qpid.Client\Client\Transport\Socket\Blocking\BlockingSocketProcessor.cs" needs to be deleted.
- Two binary files need to be added (the library and a test client certificate for the SSL connection tests). Both files are packed in the QPID-398-BinaryFiles.zip file attached.

Basic connection tests for SSL are included in the SslConnectionTest class.

> Implement SSL/TLS support in the .NET Client
> --------------------------------------------
>
>                 Key: QPID-398
>                 URL: https://issues.apache.org/jira/browse/QPID-398
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Dot Net Client
>         Environment: .NET v1.1 and .NET v2.0
>            Reporter: Tomas Restrepo
>         Attachments: QPID-398-BinaryFiles.zip, QPID-398.diff
>
>
> Implement support for SSL/TLS connections between client and broker, including support for Client-side authentication using client certificates.

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


[jira] Updated: (QPID-398) Implement SSL/TLS support in the .NET Client

Posted by "Tomas Restrepo (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomas Restrepo updated QPID-398:
--------------------------------

    Attachment: QPID-398-Fixed.diff

Please used this fixed patch instead of the original, as it corrects the response codes constants to match a change made on March 6 to the in the java code (NotAllowed)

> Implement SSL/TLS support in the .NET Client
> --------------------------------------------
>
>                 Key: QPID-398
>                 URL: https://issues.apache.org/jira/browse/QPID-398
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Dot Net Client
>         Environment: .NET v1.1 and .NET v2.0
>            Reporter: Tomas Restrepo
>         Attachments: QPID-398-BinaryFiles.zip, QPID-398-Fixed.diff, QPID-398.diff
>
>
> Implement support for SSL/TLS connections between client and broker, including support for Client-side authentication using client certificates.

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