blob: 848b06717bf84478be90df293c4f0d792d440eca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
From a1d7f1f3e3cc6717f32a517053015585c47177ba Mon Sep 17 00:00:00 2001
From: Daniel Schepler <dschepler@gmail.com>
Date: Thu, 8 Aug 2013 17:12:49 -0600
Subject: [PATCH] fix for texinfo 5.1
Signed-off-by: Ken Dreyer <ktdreyer@ktdreyer.com>
---
doc/hx509.texi | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/doc/hx509.texi b/doc/hx509.texi
index c927357..b44cbea 100644
--- a/doc/hx509.texi
+++ b/doc/hx509.texi
@@ -34,9 +34,20 @@
@subtitle 2008
@author Love Hörnquist Åstrand
+@iftex
@def@copynext{@vskip 20pt plus 1fil}
@def@copyrightstart{}
@def@copyrightend{}
+@end iftex
+@ifinfo
+@macro copynext
+@end macro
+@macro copyrightstart
+@end macro
+@macro copyrightend
+@end macro
+@end ifinfo
+
@page
@copyrightstart
Copyright (c) 1994-2008 Kungliga Tekniska Högskolan
@@ -183,6 +194,13 @@ This manual is for version @value{VERSION} of hx509.
* CMS signing and encryption::
* Certificate matching::
* Software PKCS 11 module::
+* Creating a CA certificate::
+* Issuing certificates::
+* Issuing CRLs::
+* Application requirements::
+* CMS background::
+* Matching syntax::
+* How to use the PKCS11 module::
@detailmenu
--- The Detailed Node Listing ---
|