X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/2b2d07ca33cf57a82d416ee0aafa5842bf24e509..052b36d05a622a93733b735acce2de865b14627b:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index 536007d..302e2f4 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.22 1999/12/22 16:04:06 mdw Exp $ +## $Id: Makefile.m4,v 1.23 2000/02/12 18:21:01 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,6 +29,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ +## Revision 1.23 2000/02/12 18:21:01 mdw +## Overhaul of key management (again). +## ## Revision 1.22 1999/12/22 16:04:06 mdw ## Lots of new files. ## @@ -174,7 +177,7 @@ pkginclude_HEADERS = \ mprand.h \ primetab.h pfilt.h primorial.h rabin.h \ pgen.h prim.h strongprime.h \ - bbs.h rsa.h dsarand.h dsa.h \ + bbs.h rsa.h dh.h dsarand.h dsa.h \ allwithsuffix(`ciphers', `cipher_modes', `.h') \ allwithsuffix(`hashes', `hash_modes', `.h') \ addsuffix(`cipher_modes', `-def.h') \ @@ -186,8 +189,8 @@ libcatacomb_la_SOURCES = \ des-base.c des-base.h des_sp.h bf_ikey.h daftstory.h \ rc4.c \ rand.c noise.c \ - key-misc.c key-file.c key-data.c key-attr.c key-flags.c \ - key-io.c key-pass.c key-moan.c \ + key-data.c key-flags.c key-text.c key-binary.c key-pass.c \ + key-misc.c key-file.c key-attr.c key-io.c key-moan.c key-error.c \ passphrase.c pixie-client.c pixie-common.c lmem.c \ lcrand.c fibrand.c \ mpx.c mpx-kmul.c mpx-ksqr.c mpscan.c mparena.c \ @@ -202,6 +205,7 @@ libcatacomb_la_SOURCES = \ pgen.c pgen-stdev.c pgen-safe.c prim.c strongprime.c \ bbs-rand.c bbs-gen.c bbs-jump.c \ rsa-decrypt.c rsa-gen.c rsa-recover.c \ + dh-gen.c \ dsarand.c dsa-sign.c dsa-verify.c dsa-gen.c \ addsuffix(join(`ciphers', `-', `cipher_modes'), `.c') \ addsuffix(join(`hashes', `-', `hash_modes'), `.c') \ @@ -212,7 +216,7 @@ mpx.lo: mptypes.h ## --- Utility programs --- -bin_PROGRAMS = key pixie rspit +bin_PROGRAMS = key pixie rspit distsig bin_SCRIPTS = catacomb-config xpixie noinst_PROGRAMS = des-mktab genprimes mptypes LDADD = libcatacomb.la @@ -224,6 +228,8 @@ pixie_LDADD = rspit_SOURCES = rspit.c +distsig_SOURCES = distsig.c + des_mktab_SOURCES = des-mktab.c des_mktab_LDADD =