]> git.puffer.fish Git - mirror/frr.git/commit
lib: add support for keyed-hashing with MD5
authorJosh Bailey <joshb@google.com>
Wed, 21 Mar 2012 17:22:19 +0000 (10:22 -0700)
committerAvneesh Sachdev <avneesh@opensourcerouting.org>
Sat, 7 Apr 2012 20:53:22 +0000 (13:53 -0700)
commitbed930fd70742af5ae138e0a5ee629dda296ea36
tree38d107117db56d60ce8d136507cc1d79ac2e22dc
parent54dd61227352dd1dd4db4fe76dbf7d2e92522e74
lib: add support for keyed-hashing with MD5

  * lib/md5.[ch] Add implementation of HMAC-MD5 from RFC 2104.

From: Josh Bailey <joshb@google.com>
Signed-off-by: Avneesh Sachdev <avneesh@opensourcerouting.org>
Signed-off-by: David Lamparter <equinox@diac24.net>
lib/md5.c
lib/md5.h