Configure RPM with --with-crypto=openssl flag #2038
-
Hi, I want to use OpenSSL instead of the default NSS library for RPM itself. please help me with the below questions.
Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
In general you should use the rpm version from the distribution you are building the packages for. |
Beta Was this translation helpful? Give feedback.
-
Also note that the OpenSSL license is tricky, see INSTALL. |
Beta Was this translation helpful? Give feedback.
-
NSS is not even an option for recent versions of RPM. |
Beta Was this translation helpful? Give feedback.
-
@ffesti @pmatilai @DemiMarie My requirement is to build my packages using sha256 digest on rhel6 where the default algo is sha1. |
Beta Was this translation helpful? Give feedback.
In general you should use the rpm version from the distribution you are building the packages for.
Fedora (and its derivatives) is using openssl for quite a while now. There may be more.