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

Deprecated functions in OpenSSL v3.0 #3046

Closed
atoppi opened this issue Aug 26, 2022 · 0 comments
Closed

Deprecated functions in OpenSSL v3.0 #3046

atoppi opened this issue Aug 26, 2022 · 0 comments

Comments

@atoppi
Copy link
Member

atoppi commented Aug 26, 2022

OpenSSL v3.0 is the only version shipped in Ubuntu 22.04.
While compiling Janus we found out that some functions used in dtls.c are now deprecated in OpenSSL v3.0.

See openssl 3.0 migration docs for guidelines.

Janus commit: c3190246

dtls.c:216 warning: ‘RSA_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
dtls.c:223 warning: ‘RSA_generate_key_ex’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
dtls.c:228 warning: ‘EVP_PKEY_assign’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
dtls.c:237 warning: ‘EC_KEY_new_by_curve_name’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
dtls.c:242 warning: ‘EC_KEY_set_asn1_flag’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
dtls.c:245 warning: ‘EC_KEY_generate_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
dtls.c:250 warning: ‘EVP_PKEY_assign’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
dtls.c:311 warning: ‘RSA_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
dtls.c:313 warning: ‘EC_KEY_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
dtls.c:588 warning: ‘EC_KEY_new_by_curve_name’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
dtls.c:598 warning: ‘EC_KEY_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants