mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
common: Fix test for openpgp_oid_is_ed25519.
* common/t-openpgp-oid.c (test_openpgp_oid_is_ed25519): Add correct value.
This commit is contained in:
parent
8412a5825c
commit
2def230231
@ -145,10 +145,15 @@ test_openpgp_oid_is_ed25519 (void)
|
|||||||
{ 0, "0.0" },
|
{ 0, "0.0" },
|
||||||
{ 0, "1.3.132.0.35" },
|
{ 0, "1.3.132.0.35" },
|
||||||
{ 0, "1.3.6.1.4.1.3029.1.5.0" },
|
{ 0, "1.3.6.1.4.1.3029.1.5.0" },
|
||||||
{ 1, "1.3.6.1.4.1.3029.1.5.1" },
|
{ 0, "1.3.6.1.4.1.3029.1.5.1" }, /* Used during Libgcrypt development. */
|
||||||
{ 0, "1.3.6.1.4.1.3029.1.5.2" },
|
{ 0, "1.3.6.1.4.1.3029.1.5.2" },
|
||||||
{ 0, "1.3.6.1.4.1.3029.1.5.1.0" },
|
{ 0, "1.3.6.1.4.1.3029.1.5.1.0" },
|
||||||
{ 0, "1.3.6.1.4.1.3029.1.5" },
|
{ 0, "1.3.6.1.4.1.3029.1.5" },
|
||||||
|
{ 0, "1.3.6.1.4.1.11591.15.0" },
|
||||||
|
{ 1, "1.3.6.1.4.1.11591.15.1" }, /* Your the one we want. */
|
||||||
|
{ 0, "1.3.6.1.4.1.11591.15.2" },
|
||||||
|
{ 0, "1.3.6.1.4.1.11591.15.1.0" },
|
||||||
|
{ 0, "1.3.6.1.4.1.11591.15" },
|
||||||
{ 0, NULL },
|
{ 0, NULL },
|
||||||
};
|
};
|
||||||
gpg_error_t err;
|
gpg_error_t err;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user