]> git.ipfire.org Git - thirdparty/bird.git/commit - lib/sha512.c
Add generic message authentication interface
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 25 Oct 2016 15:04:17 +0000 (17:04 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 2 Nov 2016 15:23:53 +0000 (16:23 +0100)
commitde2a27e255b6ec834d11c005909b28a150c7c0db
tree9b6f61fa7f9d3cb05abf5e72b9fdb8d5ba9bdef7
parent7eec3988758cb4c19a0ab3bf90cab2a4914165be
Add generic message authentication interface

Add generic interface for generating and verifying MACs (message
authentication codes). Replace multiple HMAC implementation with
a generic one.
16 files changed:
lib/Doc
lib/Modules
lib/mac.c [new file with mode: 0644]
lib/mac.h [new file with mode: 0644]
lib/md5.c
lib/md5.h
lib/sha1.c
lib/sha1.h
lib/sha256.c
lib/sha256.h
lib/sha512.c
lib/sha512.h
nest/password.c
nest/password.h
proto/ospf/packet.c
proto/rip/packets.c