All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 1/4] unit: Rename asymmetric key type to L_KEY_RSA
@ 2016-08-01 21:25 Mat Martineau
  2016-08-01 21:25 ` [PATCH v3 2/4] checksum: Add L_CHECKSUM_NONE, needed for key crypto Mat Martineau
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mat Martineau @ 2016-08-01 21:25 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 630 bytes --]

---
 unit/test-key.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/unit/test-key.c b/unit/test-key.c
index d52ae1b..7f5124f 100644
--- a/unit/test-key.c
+++ b/unit/test-key.c
@@ -375,9 +375,9 @@ static void test_trusted_keyring(const void *data)
 					&certlen);
 	assert(cert);
 
-	cakey = l_key_new(L_KEY_ASYMMETRIC, cacert, cacertlen);
+	cakey = l_key_new(L_KEY_RSA, cacert, cacertlen);
 	assert(cakey);
-	key = l_key_new(L_KEY_ASYMMETRIC, cert, certlen);
+	key = l_key_new(L_KEY_RSA, cert, certlen);
 	assert(key);
 
 	trust = l_keyring_new(L_KEYRING_SIMPLE, NULL);
-- 
2.9.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-08-01 21:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-01 21:25 [PATCH v3 1/4] unit: Rename asymmetric key type to L_KEY_RSA Mat Martineau
2016-08-01 21:25 ` [PATCH v3 2/4] checksum: Add L_CHECKSUM_NONE, needed for key crypto Mat Martineau
2016-08-01 21:25 ` [PATCH v3 3/4] key: Add key-based asymmetric crypto operations Mat Martineau
2016-08-01 21:25 ` [PATCH v3 4/4] unit: Add tests for key-based asymmetric crypto Mat Martineau
2016-08-01 21:40 ` [PATCH v3 1/4] unit: Rename asymmetric key type to L_KEY_RSA Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.