Remove useful files which should have been checked in!
[u/mdw/catacomb] / Makefile.m4
index 3a7c02a..45e60c6 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.m4,v 1.34 2000/07/15 20:55:32 mdw Exp $
+## $Id: Makefile.m4,v 1.36 2000/07/20 20:13:38 mdw Exp $
 ##
 ## Makefile for Catacomb
 ##
 ##----- 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.
+##
 ## Revision 1.34  2000/07/15 20:55:32  mdw
 ## More hashes and ciphers.  An extra tool.
 ##
@@ -239,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') \
@@ -252,6 +258,8 @@ libcatacomb_la_SOURCES = \
        des-base.c des-base.h \
        cast-s.c cast-sk.c cast-base.h cast-tab.h \
        serpent-sbox.h \
+       skipjack-tab.h \
+       tiger-base.h \
        daftstory.h \
        rc4.c seal.c \
        rand.c noise.c fipstest.c maurer.c \
@@ -271,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 \