Re: help with data signing please.

2003-12-10 Thread Alfred Perlstein
u are better of > using standard mechanisms like PKCS#7; see apps/pkcs7.c, e.g. > /r$ What advanteges does that offer me? Lastly, thanks for tolerating my newbieness, it's much appreciated. :) -- - Alfred Perlstein - Resear

Re: help with data signing please.

2003-12-10 Thread Alfred Perlstein
Ok, so this wound up being a bug in my code where I was malloc(sizeof(len)) instead of simply malloc(len). Now I'm wondering if I'm going about things correctly, should I be using DSA to sign things? DSA seems to only support signing something of up to 20 bytes. Should I be doing an MD5 of my da