X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/9b8b6877809f0626e8e3eff1f731b1daa796fecb..bc985cefafea2e1b02095a2ff2a9982c4c647d17:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index 2bb62f2..ee3872a 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-m4-*- ## -## $Id: Makefile.m4,v 1.68 2004/03/21 23:03:30 mdw Exp $ +## $Id: Makefile.m4,v 1.69 2004/03/23 15:19:32 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,6 +29,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ +## Revision 1.69 2004/03/23 15:19:32 mdw +## Test elliptic curves more thoroughly. +## ## Revision 1.68 2004/03/21 23:03:30 mdw ## Distribute headers properly. ## @@ -352,7 +355,7 @@ pkginclude_HEADERS = \ oaep.h pkcs1.h pss.h tlsprf.h sslprf.h \ gfshare.h share.h \ rho.h \ - field.h ec.h ec-exp.h \ + field.h ec.h ec-exp.h ec-test.h \ allwithsuffix(`ciphers', `cipher_modes', `.h') \ allwithsuffix(`hashes', `hash_modes', `.h') \ addsuffix(`cipher_modes', `-def.h') \ @@ -374,7 +377,7 @@ define(`GF_SOURCES', `gfx.c gfx-kmul.c gfx-sqr.c gf-arith.c gf-gcd.c gfreduce.c') define(`EC_SOURCES', - `field.c f-prime.c f-binpoly.c ec.c ec-prime.c ec-bin.c') + `field.c f-prime.c f-binpoly.c ec.c ec-prime.c ec-bin.c ec-test.c') define(`PGEN_SOURCES', `pfilt.c rabin.c \ @@ -550,6 +553,7 @@ CTESTRIG(gf-gcd) CTESTRIG(gfreduce) CTESTRIG(ec-prime) CTESTRIG(ec-bin) +CTESTRIG(ec-test) CTESTRIG(pgen) CTESTRIG(dsa-gen) CTESTRIG(dsa-sign)