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

Improve OpenSSL 3 support #154

Merged
merged 2 commits into from
Apr 5, 2022
Merged

Conversation

athos-ribeiro
Copy link
Contributor

  • allow OpenSSL 3 for unix in reload.lisp
  • Use new EVP_MD_get_size, when available

Ubuntu 22.04 will ship OpenSSL 3. Allow loading its libraries.
OpenSSL 3 renamed EVP_MD_size to EVP_MD_get_size. Check OpenSSL version
and use the proper function depending on availability.
@avodonosov avodonosov merged commit 4a5bf88 into cl-plus-ssl:master Apr 5, 2022
@avodonosov
Copy link
Member

Merged, thank you.

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