mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
common: Change alias for Curve25519 to "cv25519".
* common/openpgp-oid.c (oidtable): Change alias. -- This is a cosmetic change so that common and expected common algorithms line up nicely in a keylisting. For example: pub ed25519/C68CE6D1ED0319C8 2015-08-06 uid [ultimate] Curve25519 Test 150806.1 sub cv25519/49238B9F0712C9BF 2015-08-06 sub rsa2048/8AEAF74014699D2C 2015-08-06 sub cv25519/8EC3776830B08736 2015-08-06 Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
fb754dc617
commit
9f31ab3d21
@ -45,7 +45,7 @@ static struct {
|
|||||||
const char *alias; /* NULL or alternative name of the curve. */
|
const char *alias; /* NULL or alternative name of the curve. */
|
||||||
} oidtable[] = {
|
} oidtable[] = {
|
||||||
|
|
||||||
{ "Curve25519", "1.3.6.1.4.1.3029.1.5.1", 255, "crv25519" },
|
{ "Curve25519", "1.3.6.1.4.1.3029.1.5.1", 255, "cv25519" },
|
||||||
{ "Ed25519", "1.3.6.1.4.1.11591.15.1", 255, "ed25519" },
|
{ "Ed25519", "1.3.6.1.4.1.11591.15.1", 255, "ed25519" },
|
||||||
|
|
||||||
{ "NIST P-256", "1.2.840.10045.3.1.7", 256, "nistp256" },
|
{ "NIST P-256", "1.2.840.10045.3.1.7", 256, "nistp256" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user