From fab963446026a4b1aae7032dc560453135f3f771 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 10 Oct 2008 19:17:37 +0100 Subject: [PATCH] mdw-fixes: New bibliography of patches. This only contains entries which are meant to override entries elsewhere and which are broken for some reason. --- Makefile | 5 ++--- mdw-fixes.bib | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 3 deletions(-) create mode 100644 mdw-fixes.bib diff --git a/Makefile b/Makefile index b431de1..96a6d44 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ default: all INSTALL_TARGETS = \ $(latexdir)/po.sty \ $(latexdir)/babelbst.tex $(bstdir)/mdwalpha.bst \ - $(bibdir)/mdw-crypto.bib $(bibdir)/mdw-crypto.bix \ + $(bibdir)/mdw-crypto.bib $(bibdir)/mdw-fixes.bib \ $(fontinstdir)/zrhax.mtx \ $(fontinstdir)/zrmhax.mtx \ $(fontinstdir)/zrmkern.mtx \ @@ -21,7 +21,7 @@ INSTALL_TARGETS = \ $(fontinstdir)/zryhax.mtx install: $(INSTALL_TARGETS) $(texmf)/ls-R -all: babelbst.tex mdwalpha.bst mdw-crypto.bix +all: babelbst.tex mdwalpha.bst $(texmf)/ls-R: $(INSTALL_TARGETS); mktexlsr $(texmf) $(texdir) $(latexdir) $(bibtexdir) $(bibdir) $(bstdir) $(fontinstdir): %: @@ -30,7 +30,6 @@ $(latexdir)/%: % $(latexdir); cp $< $@ $(fontinstdir)/%: % $(fontinstdir); cp $< $@ $(bibdir)/%: % $(bibdir); cp $< $@ $(bstdir)/%: % $(bstdir); cp $< $@ -%.bix: %.bib; bibindex $< babelbst.tex mdwalpha.bst: mdwalpha.dbj rm -f babelbst.tex mdwalpha.bst diff --git a/mdw-fixes.bib b/mdw-fixes.bib new file mode 100644 index 0000000..346407f --- /dev/null +++ b/mdw-fixes.bib @@ -0,0 +1,45 @@ +%%% Bibliographical patching + +%%%-------------------------------------------------------------------------- +%%% Fixing... + +@Manual{ANSI:2005:AXP, + author = "{ANSI}", + title = "{ANSI X9.62:2005}: Public Key Cryptography for the + Financial Services Industry, The {Elliptic Curve Digital + Signature Algorithm (ECDSA)}", + organization = pub-ANSI, + address = pub-ANSI:adr, + year = 2005, + bibdate = "Thu Mar 22 11:17:32 2007", + url = + "http://webstore.ansi.org/ansidocstore/product.asp?sku=ANSI+X9.62-2005; + http://csrc.nist.gov/encryption/dss/ecdsa/NISTReCur.pdf", + abstract = "This Standard defines methods for digital signature + (signature) generation and verification for the protection + of messages and data using the Elliptic Curve Digital + Signature Algorithm (ECDSA). ECDSA is the elliptic curve + analogue of the Digital Signature Algorithm (ANS + X9.30). The ECDSA shall be used in conjunction with an + approved hash function, as specified in X9 Registry Item + 00003, Secure Hash Standard (SHS). The hash functions + approved at the time of publication of this document are + SHA-1 (see note), SHA-224, SHA-256, SHA-384 and + SHA-512. This ECDSA Standard provides methods and criteria + for the generation of public and private keys that are + required by the ECDSA and the procedural controls required + for the secure use of the algorithm with these keys. This + ECDSA Standard also provides methods and criteria for the + generation of elliptic curve domain parameters that are + required by the ECDSA and the procedural controls required + for the secure use of the algorithm with these domain + parameters.", + acknowledgement =ack-nhfb +} + +%%%-------------------------------------------------------------------------- + +%%% Local variables: +%%% mode: bibtex +%%% bibtex-maintain-sorted-entries: t +%%% End: -- 2.11.0