Added Bellare and Rogaway's PSS encoding for RSA signatures.
[u/mdw/catacomb] / Makefile.m4
index 38989e5..45e60c6 100644 (file)
@@ -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 \