Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #11256] Replace deprecated function SSLv23_method() with TLS_method() #3692

Closed
icinga-migration opened this issue Feb 29, 2016 · 3 comments
Labels
area/distributed Distributed monitoring (master, satellites, clients) enhancement New feature or request

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/11256

Created by tobiasvdk on 2016-02-29 07:20:42 +00:00

Assignee: tobiasvdk
Status: Assigned
Target Version: (none)
Last Update: 2016-03-18 11:01:53 +00:00 (in Redmine)

Backport?: Not yet backported
Include in Changelog: 1

Since OpenSSL version >1.0.2 the function SSLv23_method() is deprecated and TLS_method() should be used, see https://www.openssl.org/docs/manmaster/ssl/SSL\_CTX\_new.html

TLS_method(), TLS_server_method(), TLS_client_method()
These are the general-purpose version-flexible SSL/TLS methods. The actual protocol version used will be negotiated to the highest version mutually supported by the client and the server. The supported protocols are SSLv3, TLSv1, TLSv1.1 and TLSv1.2. Most applications should use these method, and avoid the version specific methods described below.

SSLv23_method(), SSLv23_server_method(), SSLv23_client_method()
Use of these functions is deprecated. They have been replaced with the above TLS_method(), TLS_server_method() and TLS_client_method() respectively. New code should use those functions instead.


Relations:

@icinga-migration
Copy link
Author

Updated by tobiasvdk on 2016-02-29 07:23:28 +00:00

  • Relates set to 10988

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2016-03-18 11:01:53 +00:00

Any updates?

@icinga-migration icinga-migration added enhancement New feature or request area/distributed Distributed monitoring (master, satellites, clients) labels Jan 17, 2017
@dnsmichi
Copy link
Contributor

dnsmichi commented Feb 7, 2017

Once we drop support for RHEL5 this certainly is an option. Not sure about SLES11 though. Guess it will never happen.

@dnsmichi dnsmichi closed this as completed Feb 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/distributed Distributed monitoring (master, satellites, clients) enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants