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

cert util: replace deprecated OpenSSL calls #7576

Closed
wants to merge 1 commit into from

Commits on Sep 17, 2024

  1. cert util: replace deprecated OpenSSL calls

    In OpenSSL 3.0 some of the calls we currently use in the utility
    functions to covert the public key from a X.509 certificate into an ssh
    public key got deprecated. This patch replaces them if OpenSSL 3.0 or
    newer is used.
    
    In contrast to the older calls which just returned references the new
    calls return the requested data in freshly allocated memory. To keep
    it consistent the data referenced by the old calls are copied into
    allocated memory as well.
    
    Resolves: SSSD#5861
    sumit-bose committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    527cd18 View commit details
    Browse the repository at this point in the history