You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "David Kocher (JIRA)" <ji...@apache.org> on 2011/04/05 10:36:05 UTC

[jira] [Created] (NET-400) Option to override SSL negotiation

Option to override SSL negotiation
----------------------------------

                 Key: NET-400
                 URL: https://issues.apache.org/jira/browse/NET-400
             Project: Commons Net
          Issue Type: Improvement
          Components: FTP
    Affects Versions: 3.0
         Environment: 1.6.0_24
            Reporter: David Kocher
         Attachments: FTPSClient.java.diff

The following use case. Decide upon the server features if the connection should be TLS secured or not. Therefore A FTPSClient is instantiated and the SSL negotiation methods overridden to decide wether to pass through or not depending if AUTH TLS is available in the features list for example.

Patch attached making methods execAUTH, sslNegotiation protected.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (NET-400) Option to override SSL negotiation

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

Sebb closed NET-400.
--------------------

    Resolution: Fixed

> Option to override SSL negotiation
> ----------------------------------
>
>                 Key: NET-400
>                 URL: https://issues.apache.org/jira/browse/NET-400
>             Project: Commons Net
>          Issue Type: Improvement
>          Components: FTP
>    Affects Versions: 2.0
>         Environment: 1.6.0_24
>            Reporter: David Kocher
>              Labels: tls
>             Fix For: 3.0
>
>         Attachments: FTPSClient.java.diff
>
>
> The following use case. Decide upon the server features if the connection should be TLS secured or not. Therefore A FTPSClient is instantiated and the SSL negotiation methods overridden to decide wether to pass through or not depending if AUTH TLS is available in the features list for example.
> Patch attached making methods execAUTH, sslNegotiation protected.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (NET-400) Option to override SSL negotiation

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

Sebb updated NET-400:
---------------------

    Summary: Option to override SSL negotiation  (was: 2)

> Option to override SSL negotiation
> ----------------------------------
>
>                 Key: NET-400
>                 URL: https://issues.apache.org/jira/browse/NET-400
>             Project: Commons Net
>          Issue Type: Improvement
>          Components: FTP
>    Affects Versions: 2.0
>         Environment: 1.6.0_24
>            Reporter: David Kocher
>              Labels: tls
>             Fix For: 3.0
>
>         Attachments: FTPSClient.java.diff
>
>
> The following use case. Decide upon the server features if the connection should be TLS secured or not. Therefore A FTPSClient is instantiated and the SSL negotiation methods overridden to decide wether to pass through or not depending if AUTH TLS is available in the features list for example.
> Patch attached making methods execAUTH, sslNegotiation protected.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (NET-400) 2

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

Sebb updated NET-400:
---------------------

    Affects Version/s:     (was: 3.0)
                       2.0
              Summary: 2  (was: Option to override SSL negotiation)

> 2
> -
>
>                 Key: NET-400
>                 URL: https://issues.apache.org/jira/browse/NET-400
>             Project: Commons Net
>          Issue Type: Improvement
>          Components: FTP
>    Affects Versions: 2.0
>         Environment: 1.6.0_24
>            Reporter: David Kocher
>              Labels: tls
>             Fix For: 3.0
>
>         Attachments: FTPSClient.java.diff
>
>
> The following use case. Decide upon the server features if the connection should be TLS secured or not. Therefore A FTPSClient is instantiated and the SSL negotiation methods overridden to decide wether to pass through or not depending if AUTH TLS is available in the features list for example.
> Patch attached making methods execAUTH, sslNegotiation protected.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (NET-400) Option to override SSL negotiation

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

David Kocher updated NET-400:
-----------------------------

    Attachment: FTPSClient.java.diff

> Option to override SSL negotiation
> ----------------------------------
>
>                 Key: NET-400
>                 URL: https://issues.apache.org/jira/browse/NET-400
>             Project: Commons Net
>          Issue Type: Improvement
>          Components: FTP
>    Affects Versions: 3.0
>         Environment: 1.6.0_24
>            Reporter: David Kocher
>              Labels: tls
>         Attachments: FTPSClient.java.diff
>
>
> The following use case. Decide upon the server features if the connection should be TLS secured or not. Therefore A FTPSClient is instantiated and the SSL negotiation methods overridden to decide wether to pass through or not depending if AUTH TLS is available in the features list for example.
> Patch attached making methods execAUTH, sslNegotiation protected.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (NET-400) 2

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

Sebb resolved NET-400.
----------------------

       Resolution: Fixed
    Fix Version/s: 3.0

> 2
> -
>
>                 Key: NET-400
>                 URL: https://issues.apache.org/jira/browse/NET-400
>             Project: Commons Net
>          Issue Type: Improvement
>          Components: FTP
>    Affects Versions: 2.0
>         Environment: 1.6.0_24
>            Reporter: David Kocher
>              Labels: tls
>             Fix For: 3.0
>
>         Attachments: FTPSClient.java.diff
>
>
> The following use case. Decide upon the server features if the connection should be TLS secured or not. Therefore A FTPSClient is instantiated and the SSL negotiation methods overridden to decide wether to pass through or not depending if AUTH TLS is available in the features list for example.
> Patch attached making methods execAUTH, sslNegotiation protected.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira