DKIM: reinstate embedded Polarssl SHA routines under older GnuTLS. Bug 1772
authorJeremy Harris <jgh146exb@wizmail.org>
Thu, 7 Jan 2016 20:47:13 +0000 (20:47 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Thu, 7 Jan 2016 21:12:34 +0000 (21:12 +0000)
commitcb2243935be366d4605e94a1e55c1dcc933b66cd
tree04a68e7f53ba647049825647510d1ffa89db8979
parent309d78dea27ef04de75fca32e12a605571d0e515
DKIM: reinstate embedded Polarssl SHA routines under older GnuTLS.  Bug 1772

We need an incremental build of the hash, and GnuTLS did not expose the
required interfaces until version 2.10.0
src/scripts/MakeLinks
src/src/exim.h
src/src/pdkim/Makefile
src/src/pdkim/crypt_ver.h [new file with mode: 0644]
src/src/pdkim/part-x509parse.c [new file with mode: 0644]
src/src/pdkim/pdkim.c
src/src/pdkim/pdkim.h
src/src/pdkim/sha1.c [new file with mode: 0644]
src/src/pdkim/sha2.c [new file with mode: 0644]