artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c62659
)
Stop testing EVP_PKEY_GOST{IMIT,R01}
author
tb
<tb@openbsd.org>
Thu, 29 Feb 2024 20:02:00 +0000
(20:02 +0000)
committer
tb
<tb@openbsd.org>
Thu, 29 Feb 2024 20:02:00 +0000
(20:02 +0000)
regress/lib/libcrypto/evp/evp_pkey_cleanup.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/evp/evp_pkey_cleanup.c
b/regress/lib/libcrypto/evp/evp_pkey_cleanup.c
index
055a70d
..
d4825f6
100644
(file)
--- a/
regress/lib/libcrypto/evp/evp_pkey_cleanup.c
+++ b/
regress/lib/libcrypto/evp/evp_pkey_cleanup.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: evp_pkey_cleanup.c,v 1.
4 2024/01/15 15:09:57
tb Exp $ */
+/* $OpenBSD: evp_pkey_cleanup.c,v 1.
5 2024/02/29 20:02:00
tb Exp $ */
/*
* Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
@@
-34,8
+34,6
@@
int pkey_ids[] = {
EVP_PKEY_DSA,
EVP_PKEY_EC,
EVP_PKEY_ED25519,
- EVP_PKEY_GOSTIMIT,
- EVP_PKEY_GOSTR01,
EVP_PKEY_HMAC,
EVP_PKEY_RSA,
EVP_PKEY_RSA_PSS,