add reference to RFC5246 bblfish
authorStephane Corlosquet <scorlosquet@gmail.com>
Mon, 21 Nov 2011 11:58:21 -0500
branchbblfish
changeset 196 b875b3bb617e
parent 195 e9981503463d
child 197 a1b91a2f2d76
add reference to RFC5246
spec/index-respec.html
--- a/spec/index-respec.html	Mon Nov 21 15:31:44 2011 +0100
+++ b/spec/index-respec.html	Mon Nov 21 11:58:21 2011 -0500
@@ -45,6 +45,9 @@
     <script class='remove'>
       var preProc = {
           apply:  function(c) {
+                    // extend the bibliography entries
+                    berjon.biblio["RFC5246"] = "T. Dierks; E. Rescorla. <a href=\"http://tools.ietf.org/html/rfc5246\"><cite>The Transport Layer Security (TLS) Protocol Version 1.2</cite></a> August 2008. Internet RFC 5246. URL: <a href=\"http://tools.ietf.org/html/rfc5246\">http://tools.ietf.org/html/rfc5246</a> ";
+
                     // process the document before anything else is done
                     var refs = document.querySelectorAll('adef') ;
                     for (var i = 0; i < refs.length; i++) {