X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/774d32a5b60c5e7d38fba874a42e2273c49889fc..c080c887f9304819f3df80195ed3670680e3f05c:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index 38989e5..45e60c6 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.35 2000/07/16 20:00:46 mdw Exp $ +## $Id: Makefile.m4,v 1.36 2000/07/20 20:13:38 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,6 +29,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ +## Revision 1.36 2000/07/20 20:13:38 mdw +## Added Bellare and Rogaway's PSS encoding for RSA signatures. +## ## Revision 1.35 2000/07/16 20:00:46 mdw ## Bug fixes to distribution. ## @@ -242,7 +245,7 @@ pkginclude_HEADERS = \ primetab.h pfilt.h primorial.h rabin.h \ pgen.h prim.h strongprime.h limlee.h \ bbs.h rsa.h dh.h dsarand.h dsa.h \ - oaep.h pkcs1.h \ + oaep.h pkcs1.h pss.h \ gfshare.h share.h \ rho.h \ allwithsuffix(`ciphers', `cipher_modes', `.h') \ @@ -276,7 +279,7 @@ libcatacomb_la_SOURCES = \ limlee.c \ bbs-rand.c bbs-gen.c bbs-jump.c bbs-fetch.c \ rsa-priv.c rsa-pub.c rsa-gen.c rsa-recover.c rsa-fetch.c \ - oaep.c pkcs1.c \ + oaep.c pkcs1.c pss.c \ dh-gen.c dh-fetch.c \ dsarand.c dsa-sign.c dsa-verify.c dsa-gen.c dsa-fetch.c \ gfshare.c share.c \