URL: https://github.com/freeipa/freeipa/pull/1012 Author: abbra Title: #1012: csrgen: support openssl 1.0 and 1.1 Action: opened
PR body: """ Support both openssl 1.0 and 1.1 APIs where sk_* functions got prefixed with OPENSSL_ in the latter version.
Since referencing a symbol from a dynamically loaded library generates exception, use the AttributeError exception to catch it and fall back to the older method.
Fixes https://pagure.io/freeipa/issue/7110 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1012/head:pr1012 git checkout pr1012
URL: https://github.com/freeipa/freeipa/pull/1012 Author: abbra Title: #1012: csrgen: support openssl 1.0 and 1.1 Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1012/head:pr1012 git checkout pr1012
freeipa-devel@lists.fedorahosted.org