You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2009/12/02 23:44:20 UTC

[jira] Created: (TS-59) support for openssl 1.0.0

support for openssl 1.0.0
-------------------------

                 Key: TS-59
                 URL: https://issues.apache.org/jira/browse/TS-59
             Project: Traffic Server
          Issue Type: Improvement
         Environment: fedora core 12
            Reporter: Bryan Call
            Assignee: Bryan Call
            Priority: Minor


SSLv23_server_method() now returns a const SSL_METHOD.

>From the openssl changelog:

  *) Let the TLSv1_method() etc. functions return a 'const' SSL_METHOD
     pointer and make the SSL_METHOD parameter in SSL_CTX_new,
     SSL_CTX_set_ssl_version and SSL_set_ssl_method 'const'.
     [Nils Larsch]


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


[jira] Updated: (TS-59) support for openssl 1.0.0

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

Bryan Call updated TS-59:
-------------------------

    Attachment: 0001-bcall-ssl.patch

Added #if's to check to see if the version number is >= 0x10000000L

It will declare SSL_METHOD to be const if the version is greater or equal to openssl version 1.0.0


> support for openssl 1.0.0
> -------------------------
>
>                 Key: TS-59
>                 URL: https://issues.apache.org/jira/browse/TS-59
>             Project: Traffic Server
>          Issue Type: Improvement
>         Environment: fedora core 12
>            Reporter: Bryan Call
>            Assignee: Bryan Call
>            Priority: Minor
>         Attachments: 0001-bcall-ssl.patch
>
>
> SSLv23_server_method() now returns a const SSL_METHOD.
> From the openssl changelog:
>   *) Let the TLSv1_method() etc. functions return a 'const' SSL_METHOD
>      pointer and make the SSL_METHOD parameter in SSL_CTX_new,
>      SSL_CTX_set_ssl_version and SSL_set_ssl_method 'const'.
>      [Nils Larsch]

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


[jira] Resolved: (TS-59) support for openssl 1.0.0

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

Bryan Call resolved TS-59.
--------------------------

    Resolution: Fixed

> support for openssl 1.0.0
> -------------------------
>
>                 Key: TS-59
>                 URL: https://issues.apache.org/jira/browse/TS-59
>             Project: Traffic Server
>          Issue Type: Improvement
>         Environment: fedora core 12
>            Reporter: Bryan Call
>            Assignee: Bryan Call
>            Priority: Minor
>         Attachments: 0001-bcall-ssl.patch
>
>
> SSLv23_server_method() now returns a const SSL_METHOD.
> From the openssl changelog:
>   *) Let the TLSv1_method() etc. functions return a 'const' SSL_METHOD
>      pointer and make the SSL_METHOD parameter in SSL_CTX_new,
>      SSL_CTX_set_ssl_version and SSL_set_ssl_method 'const'.
>      [Nils Larsch]

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


[jira] Commented: (TS-59) support for openssl 1.0.0

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785069#action_12785069 ] 

Leif Hedstrom commented on TS-59:
---------------------------------

Looks good to me, reviewed and tested on FC11.

r=leif.

> support for openssl 1.0.0
> -------------------------
>
>                 Key: TS-59
>                 URL: https://issues.apache.org/jira/browse/TS-59
>             Project: Traffic Server
>          Issue Type: Improvement
>         Environment: fedora core 12
>            Reporter: Bryan Call
>            Assignee: Bryan Call
>            Priority: Minor
>         Attachments: 0001-bcall-ssl.patch
>
>
> SSLv23_server_method() now returns a const SSL_METHOD.
> From the openssl changelog:
>   *) Let the TLSv1_method() etc. functions return a 'const' SSL_METHOD
>      pointer and make the SSL_METHOD parameter in SSL_CTX_new,
>      SSL_CTX_set_ssl_version and SSL_set_ssl_method 'const'.
>      [Nils Larsch]

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