added libtomcrypt-1.09

This commit is contained in:
Tom St Denis
2006-01-26 18:11:56 +00:00
committed by Steffen Jaeckel
parent 1eeff0bfb4
commit a3ce807bae
55 changed files with 2480 additions and 126 deletions
+8
View File
@@ -54,6 +54,14 @@ static int qsort_helper(const void *a, const void *b)
}
}
/*
Encode a SET type
@param list The list of items to encode
@param inlen The number of items in the list
@param out [out] The destination
@param outlen [in/out] The size of the output
@return CRYPT_OK on success
*/
int der_encode_set(ltc_asn1_list *list, unsigned long inlen,
unsigned char *out, unsigned long *outlen)
{