summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-05-10 11:56:14 +1000
committerDamien Miller <djm@mindrot.org>2010-05-10 11:56:14 +1000
commit2725c2193bdc0b7d0396cf8c69f1eb0d2787eee5 (patch)
treee5b45ff13bef6f0aa784c5f30b4b417a62a20b87
parent79442c07c436d0e307fa251d54606d6342b024d3 (diff)
- djm@cvs.openbsd.org 2010/05/01 02:50:50
[PROTOCOL.certkeys] typo; jmeltzer@
-rw-r--r--ChangeLog3
-rw-r--r--PROTOCOL.certkeys4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b663ddae9..e8237d69b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,9 @@
24 bz#1502: authctxt.success is declared as an int, but passed by 24 bz#1502: authctxt.success is declared as an int, but passed by
25 reference to function that accepts sig_atomic_t*. Convert it to 25 reference to function that accepts sig_atomic_t*. Convert it to
26 the latter; ok markus@ dtucker@ 26 the latter; ok markus@ dtucker@
27 - djm@cvs.openbsd.org 2010/05/01 02:50:50
28 [PROTOCOL.certkeys]
29 typo; jmeltzer@
27 30
2820100423 3120100423
29 - (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir 32 - (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir
diff --git a/PROTOCOL.certkeys b/PROTOCOL.certkeys
index a2069f547..0fa5748f3 100644
--- a/PROTOCOL.certkeys
+++ b/PROTOCOL.certkeys
@@ -103,7 +103,7 @@ p, q, g, y are the DSA parameters as described in FIPS-186-2.
103 103
104serial is an optional certificate serial number set by the CA to 104serial is an optional certificate serial number set by the CA to
105provide an abbreviated way to refer to certificates from that CA. 105provide an abbreviated way to refer to certificates from that CA.
106If a CA does not with to number its certificates it must set this 106If a CA does not wish to number its certificates it must set this
107field to zero. 107field to zero.
108 108
109type specifies whether this certificate is for identification of a user 109type specifies whether this certificate is for identification of a user
@@ -205,4 +205,4 @@ source-address string Comma-separated list of source addresses
205 certificates may be presented from any 205 certificates may be presented from any
206 source address. 206 source address.
207 207
208$OpenBSD: PROTOCOL.certkeys,v 1.4 2010/04/16 01:47:25 djm Exp $ 208$OpenBSD: PROTOCOL.certkeys,v 1.5 2010/05/01 02:50:50 djm Exp $