Re: [PATCH 7/7] command: add hmac sum supportfor md5, sha1, sha224, sha256, sha384, sha512

2015-03-11 Thread Sascha Hauer
On Wed, Mar 11, 2015 at 12:00:29PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 11:52 Wed 11 Mar , Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 06:43 Wed 11 Mar , Sascha Hauer wrote: > > > On Tue, Mar 10, 2015 at 03:28:17PM +0100, Jean-Christophe > > > PLAGNIOL-VILLARD wrote: > >

Re: [PATCH 7/7] command: add hmac sum supportfor md5, sha1, sha224, sha256, sha384, sha512

2015-03-11 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:52 Wed 11 Mar , Jean-Christophe PLAGNIOL-VILLARD wrote: > On 06:43 Wed 11 Mar , Sascha Hauer wrote: > > On Tue, Mar 10, 2015 at 03:28:17PM +0100, Jean-Christophe PLAGNIOL-VILLARD > > wrote: > > > pass the key via -k param > > > > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD

Re: [PATCH 7/7] command: add hmac sum supportfor md5, sha1, sha224, sha256, sha384, sha512

2015-03-11 Thread Jean-Christophe PLAGNIOL-VILLARD
On 06:43 Wed 11 Mar , Sascha Hauer wrote: > On Tue, Mar 10, 2015 at 03:28:17PM +0100, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > pass the key via -k param > > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > --- > > commands/digest.c | 26 ++ > > common/dig

Re: [PATCH 7/7] command: add hmac sum supportfor md5, sha1, sha224, sha256, sha384, sha512

2015-03-10 Thread Sascha Hauer
On Tue, Mar 10, 2015 at 03:28:17PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > pass the key via -k param > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > commands/digest.c | 26 ++ > common/digest.c | 22 +- > include/digest.h | 3

[PATCH 7/7] command: add hmac sum supportfor md5, sha1, sha224, sha256, sha384, sha512

2015-03-10 Thread Jean-Christophe PLAGNIOL-VILLARD
pass the key via -k param Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- commands/digest.c | 26 ++ common/digest.c | 22 +- include/digest.h | 3 +++ 3 files changed, 42 insertions(+), 9 deletions(-) diff --git a/commands/digest.c b/commands