Skip to content

SSL_library_init() is deprecated as of openssl v1.1.0#166

Merged
michael-grunder merged 1 commit intovalkey-io:mainfrom
michael-grunder:openssl-init-deprecation
Feb 6, 2025
Merged

SSL_library_init() is deprecated as of openssl v1.1.0#166
michael-grunder merged 1 commit intovalkey-io:mainfrom
michael-grunder:openssl-init-deprecation

Conversation

@michael-grunder
Copy link
Collaborator

According to the openss docs SSL_library_init() is deprecated as of openssl v1.1.0. We still need to call it when using crypto locks because we define that if openssl is < 1.1.0.

See: https://manpages.debian.org/experimental/libssl-doc/SSL_library_init.3ssl.en.html
See: https://docs.openssl.org/3.3/man3/OPENSSL_init_ssl/

@michael-grunder michael-grunder requested a review from bjosv February 5, 2025 18:07
According to the openss docs `SSL_library_init()` is deprecated as of
openssl v1.1.0. We still need to call it when using crypto locks because
we define that if openssl is < 1.1.0.

See: https://manpages.debian.org/experimental/libssl-doc/SSL_library_init.3ssl.en.html
See: https://docs.openssl.org/3.3/man3/OPENSSL_init_ssl/

Signed-off-by: michael-grunder <[email protected]>
@michael-grunder michael-grunder force-pushed the openssl-init-deprecation branch from 8fc5ffd to fe37d24 Compare February 5, 2025 18:23
Copy link
Collaborator

@bjosv bjosv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A related issue: valkey-io/valkey#1192

@michael-grunder michael-grunder merged commit 4e41608 into valkey-io:main Feb 6, 2025
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants