mdw-fixes: New bibliography of patches.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 10 Oct 2008 18:17:37 +0000 (19:17 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 10 Oct 2008 18:17:37 +0000 (19:17 +0100)
This only contains entries which are meant to override entries elsewhere
and which are broken for some reason.

Makefile
mdw-fixes.bib [new file with mode: 0644]

index b431de1..96a6d44 100644 (file)
--- 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 (file)
index 0000000..346407f
--- /dev/null
@@ -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
+}
+
+%%%--------------------------------------------------------------------------
+\f
+%%% Local variables:
+%%% mode: bibtex
+%%% bibtex-maintain-sorted-entries: t
+%%% End: