der fixes and additions

This commit is contained in:
Christopher Brown
2013-01-24 11:14:05 -08:00
committed by Steffen Jaeckel
parent 7050bdb7c8
commit 2cb8c44113
10 changed files with 551 additions and 13 deletions
+4 -4
View File
@@ -10,13 +10,13 @@
#include "tomcrypt.h"
static const oid_st rsa_oid = {
.OIDlen = 7,
.OID = { 1, 2, 840, 113549, 1, 1, 1 },
{ 1, 2, 840, 113549, 1, 1, 1 },
7,
};
static const oid_st dsa_oid = {
.OIDlen = 6,
.OID = { 1, 2, 840, 10040, 4, 1 },
{ 1, 2, 840, 10040, 4, 1 },
6,
};
/*