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

Make OpenSSL engine optional #234

Merged
merged 1 commit into from
Nov 3, 2024
Merged

Conversation

ellert
Copy link
Member

@ellert ellert commented Nov 2, 2024

OpenSSL in RHEL 10 has dropped the support for the ENGINE API.
This PR makes the use of the ENGINE API optional in myproxy. so that it can be compiled on RHEL+EPEL 10.

Copy link
Member

@fscheiner fscheiner left a comment

Choose a reason for hiding this comment

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

If it doesn't hinder its main functionality, let's do that.

myproxy/source/myproxy_server.c Outdated Show resolved Hide resolved
@fscheiner
Copy link
Member

Context: "The ENGINE API was introduced in OpenSSL version 0.9.6 as a low level interface for adding alternative implementations of cryptographic primitives, most notably for integrating hardware crypto devices."

from https://github.com/openssl/openssl/blob/master/README-ENGINES.md

@ellert ellert force-pushed the myproxy-no-engine branch from d5b0cfa to 1ee8700 Compare November 3, 2024 20:40
@ellert ellert merged commit b471994 into gridcf:master Nov 3, 2024
7 checks passed
@ellert ellert deleted the myproxy-no-engine branch November 3, 2024 21:27
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