mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
common: Extend the openpgp_curve_to_oid function.
* common/openpgp-oid.c (openpgp_curve_to_oid): Add optional arg R_NBITS.
Change all callers.
--
In particular for ed25519 and cv25519 it is quite useful to have an
ability to get the required algorithm.
(cherry picked from commit 24095101a5
)
This commit is contained in:
parent
f3c98b8cb5
commit
5b8593135f
8 changed files with 24 additions and 14 deletions
|
@ -1160,7 +1160,7 @@ ecckey_from_sexp (gcry_mpi_t *array, gcry_sexp_t sexp, int algo)
|
|||
goto leave;
|
||||
}
|
||||
gcry_sexp_release (l2);
|
||||
oidstr = openpgp_curve_to_oid (curve, &nbits);
|
||||
oidstr = openpgp_curve_to_oid (curve, &nbits, NULL);
|
||||
if (!oidstr)
|
||||
{
|
||||
/* That can't happen because we used one of the curves
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue