Use genpkey instead of genrsa to generate private keys #1

Open
mtrossevin wants to merge 1 commit from openssl-pkey into master
Owner

genrsa is being deprecated by openssl for a long time and genpkey do the same thing (and more) better so we might as well use it.

I already checked that genpkey is available with the needed options since at least Debian 7 (and OpenBSD 5.0) so there shouldn't be compatibility issues.

`genrsa` is being deprecated by openssl for a long time and `genpkey` do the same thing (and more) better so we might as well use it. I already checked that `genpkey` is available with the needed options since at least Debian 7 (and OpenBSD 5.0) so there shouldn't be compatibility issues.
mtrossevin added 1 commit 2022-04-06 12:17:38 +02:00
5ea07db20c
Use genpkey instead of genrsa to generate private keys
`genrsa` is being deprecated by openssl for a long time and `genpkey` do
the same thing (and more) better so we might as well use it.
mtrossevin requested review from jlecour 2022-04-06 12:17:47 +02:00
Author
Owner

ping

ping
jlecour was assigned by mtrossevin 2023-11-17 15:30:44 +01:00
mtrossevin self-assigned this 2023-11-17 15:30:44 +01:00
Owner

"genrsa" is always in our ref doc : https://wiki.evolix.org/HowtoSSL

"genrsa" is always in our ref doc : https://wiki.evolix.org/HowtoSSL
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin openssl-pkey:openssl-pkey
git checkout openssl-pkey

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff openssl-pkey
git checkout master
git merge --ff-only openssl-pkey
git checkout openssl-pkey
git rebase master
git checkout master
git merge --no-ff openssl-pkey
git checkout master
git merge --squash openssl-pkey
git checkout master
git merge --ff-only openssl-pkey
git checkout master
git merge openssl-pkey
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: evolix/evoacme#1
No description provided.