sgallagher / sscg

Simple Signed Certificate Generator
GNU General Public License v3.0
77 stars 13 forks source link

dhparams: Fix the FIPS_mode() call for OpenSSL 3.0 #51

Closed schopin-pro closed 2 years ago

schopin-pro commented 2 years ago

This function has been removed from OpenSSL 3.0, replaced by EVP_default_properties_is_fips_enabled().

Closes #50

packit-as-a-service[bot] commented 2 years ago

Congratulations! One of the builds has completed. :champagne:

You can install the built RPMs by following these steps:

Please note that the RPMs should be used only in a testing environment.

martinpitt commented 2 years ago

@sgallagher : Any chance to get a new point release with this fix? This affects Debian as well now; I can certainly backport the fix, but would be nicer for the distros out there.

sgallagher commented 2 years ago

https://github.com/sgallagher/sscg/releases/tag/sscg-3.0.2

martinpitt commented 2 years ago

Thanks @sgallagher !