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

ZBUG-2411 - zmdhparam is broken #94

Merged
merged 1 commit into from
Oct 28, 2021
Merged

ZBUG-2411 - zmdhparam is broken #94

merged 1 commit into from
Oct 28, 2021

Conversation

umagmrit
Copy link
Contributor

This is happening due to a change in the order of arguments for newer versions of openssl.

This fails:

openssl dhparam 2048 -out /tmp/file

While this works:

openssl dhparam -out /tmp/file 2048

This is happening due to a change in the order of arguments for newer versions of openssl.

This fails:

 openssl dhparam 2048 -out /tmp/file

While this works:

 openssl dhparam -out /tmp/file 2048
@umagmrit umagmrit merged commit cbdfdca into develop Oct 28, 2021
@umagmrit umagmrit deleted the ZBUG-2411-1 branch October 28, 2021 04:00
@ghen2
Copy link
Contributor

ghen2 commented Oct 28, 2021

Nowadays it's recommended (see RFC 7919) to use standardized groups instead of custom generated ones, see #92.

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.

3 participants