[ 
https://issues.apache.org/jira/browse/AXIS2C-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18021678#comment-18021678
 ] 

Bill Blough commented on AXIS2C-1420:
-------------------------------------

According to https://docs.openssl.org/1.1.1/man3/SSL_CTX_new/#description

```SSLv23_method(), SSLv23_server_method(), SSLv23_client_method()

These functions do not exist anymore, they have been renamed to TLS_method(), 
TLS_server_method() and TLS_client_method() respectively. Currently, the old 
function calls are renamed to the corresponding new ones by preprocessor 
macros, to ensure that existing code which uses the old function names still 
compiles. However, using the old function names is deprecated and new code 
should call the new functions instead.

```

The calls in the code could potentially be updated for clarity, but otherwise 
this does not appear to be an issue any longer.

> Support to talk to a TLS1 only server
> -------------------------------------
>
>                 Key: AXIS2C-1420
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1420
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: transport/http
>            Reporter: Damitha N.M. Kumarage
>            Assignee: Bill Blough
>            Priority: Major
>             Fix For: 1.7.0
>
>
> Axis2/C transport security implementation use the SSLv23_method() which 
> cannot communicate with a TLS1 only server. It is desirable to add the 
> support to talk to  TLS1 only server as well.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to