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

Fix for SSL_get_server_tmp_key is not available for openssl < 1.0.2 #1530

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

michaelortmann
Copy link
Member

@michaelortmann michaelortmann commented Jan 21, 2024

Found by: Jobe
Patch by: michaelortmann
Fixes:

One-line summary:
Fix for SSL_get_server_tmp_key is not available for openssl < 1.0.2

Additional description (if needed):

Test cases demonstrating functionality (if applicable):
tested with openssl 1.0.1u and 1.0.2u
like:

LD_LIBRARY_PATH=/home/michael/opt/openssl-1.0.1u ./configure --with-sslinc=/home/michael/opt/openssl-1.0.1u/include --with-ssllib=/home/michael/opt/openssl-1.0.1u/lib
LD_LIBRARY_PATH=/home/michael/opt/openssl-1.0.1u make config
LD_LIBRARY_PATH=/home/michael/opt/openssl-1.0.1u make
LD_LIBRARY_PATH=/home/michael/opt/openssl-1.0.1u make install
LD_LIBRARY_PATH=/home/michael/opt/openssl-1.0.1u ./eggdrop -t BotA.conf
.jump 127.0.0.1 +6697

@vanosg vanosg added this to the v1.10.0 milestone Jan 21, 2024
@vanosg vanosg merged commit bd2d900 into eggheads:develop Jan 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants