Tomáš Mráz
Tomáš Mráz
We should somehow make the fact more clear to users at least in fingerprints.txt.
##### Checklist - [x] documentation is added or updated
Fixes #19498 However the private key part is not optional which was mishandled by the legacy routine. It would be nice to have a test for this however this needs...
Also avoid misleading users in the demo by use of the alias name. ##### Checklist - [x] documentation is added or updated - [x] tests are added or updated
Fixes #19584
Second batch of backport commits to 3.1. Made on top of first batch #19587 so draft until that one is merged.
Fixes #19589 ##### Checklist - [x] tests are added or updated
The github rest calls are now under `.rest`. The FIPS changed label is not being properly set now so marking urgent.
We did not use libctx when generating the safe prime DH parameters. It needs to be passed via BN_CTX.
Otherwise the powerbufLen can overflow. Issue reported by Jiayi Lin.