-
Notifications
You must be signed in to change notification settings - Fork 328
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
Openssl 3.0 #290
Comments
It's still in alpha stage. So I don't think we should/can work on it until we see its stable version in package management systems of our supported platforms (Debian has an experimental package for it). |
openssl 3.0.0 and 3.0.1 have now been released. Since alpha ERR_GET_FUNC has been removed 1 which is used in pxyconn.c Line 2205 in dcce1ab
ERR_func_error_string now returns NULL 2 it is also used in pxyconn.c Line 2207 in dcce1ab
|
…sue #290 This patch fixes errors only, so that build succeeds, but deprecation warnings remain. It seems we need considerable changes to replace those deprecated functions in the warnings.
Please apply the commit e17de84 and report back. |
Applying e17de84 fixed the issue. |
Upstream-issue: droe/sslsplit#290 Closes: https://bugs.gentoo.org/805536 Signed-off-by: Petr Vaněk <[email protected]>
Upstream-issue: droe/sslsplit#290 Closes: https://bugs.gentoo.org/805536 Signed-off-by: Petr Vaněk <[email protected]> Closes: #25611 Signed-off-by: Joonas Niilola <[email protected]>
Is support going to be added in sslsplit for openssl 3.0? I built sslsplit against openssl 3.0 Many of the openssl APIs seem to be deprecated.
Thanks.
The text was updated successfully, but these errors were encountered: