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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501
  
     | 
    
      <pre>Internet Engineering Task Force (IETF)              N. Mavrogiannopoulos
Request for Comments: 6091                                           KUL
Obsoletes: <a href="./rfc5081">5081</a>                                               D. Gillmor
Category: Informational                                      Independent
ISSN: 2070-1721                                            February 2011
  <span class="h1">Using OpenPGP Keys for Transport Layer Security (TLS) Authentication</span>
Abstract
   This memo defines Transport Layer Security (TLS) extensions and
   associated semantics that allow clients and servers to negotiate the
   use of OpenPGP certificates for a TLS session, and specifies how to
   transport OpenPGP certificates via TLS.  It also defines the registry
   for non-X.509 certificate types.
Status of This Memo
   This document is not an Internet Standards Track specification; it is
   published for informational purposes.
   This document is a product of the Internet Engineering Task Force
   (IETF).  It represents the consensus of the IETF community.  It has
   received public review and has been approved for publication by the
   Internet Engineering Steering Group (IESG).  Not all documents
   approved by the IESG are a candidate for any level of Internet
   Standard; see <a href="./rfc5741#section-2">Section 2 of RFC 5741</a>.
   Information about the current status of this document, any errata,
   and how to provide feedback on it may be obtained at
   <a href="http://www.rfc-editor.org/info/rfc6091">http://www.rfc-editor.org/info/rfc6091</a>.
Copyright Notice
   Copyright (c) 2011 IETF Trust and the persons identified as the
   document authors.  All rights reserved.
   This document is subject to <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and the IETF Trust's Legal
   Provisions Relating to IETF Documents
   (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of
   publication of this document.  Please review these documents
   carefully, as they describe your rights and restrictions with respect
   to this document.  Code Components extracted from this document must
   include Simplified BSD License text as described in Section 4.e of
   the Trust Legal Provisions and are provided without warranty as
   described in the Simplified BSD License.
<span class="grey">Mavrogiannopoulos & Gillmor   Informational                     [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc6091">RFC 6091</a>                   Using OpenPGP Keys              February 2011</span>
Table of Contents
   <a href="#section-1">1</a>. Introduction ....................................................<a href="#page-2">2</a>
   <a href="#section-2">2</a>. Terminology .....................................................<a href="#page-2">2</a>
   <a href="#section-3">3</a>. Changes to the Handshake Message Contents .......................<a href="#page-3">3</a>
      <a href="#section-3.1">3.1</a>. Client Hello ...............................................<a href="#page-3">3</a>
      <a href="#section-3.2">3.2</a>. Server Hello ...............................................<a href="#page-4">4</a>
      <a href="#section-3.3">3.3</a>. Server Certificate .........................................<a href="#page-4">4</a>
      <a href="#section-3.4">3.4</a>. Certificate Request ........................................<a href="#page-6">6</a>
      <a href="#section-3.5">3.5</a>. Client Certificate .........................................<a href="#page-6">6</a>
      <a href="#section-3.6">3.6</a>. Other Handshake Messages ...................................<a href="#page-7">7</a>
   <a href="#section-4">4</a>. Security Considerations .........................................<a href="#page-7">7</a>
   <a href="#section-5">5</a>. IANA Considerations .............................................<a href="#page-7">7</a>
   <a href="#section-6">6</a>. Acknowledgements ................................................<a href="#page-8">8</a>
   <a href="#section-7">7</a>. References ......................................................<a href="#page-8">8</a>
      <a href="#section-7.1">7.1</a>. Normative References .......................................<a href="#page-8">8</a>
      <a href="#section-7.2">7.2</a>. Informative References .....................................<a href="#page-8">8</a>
   <a href="#appendix-A">Appendix A</a>.  Changes from <a href="./rfc5081">RFC 5081</a> .................................<a href="#page-9">9</a>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>.  Introduction</span>
   The IETF has two sets of standards for public key certificates: one
   set for the use of X.509 certificates [<a href="./rfc5280" title=""Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile"">RFC5280</a>], and one for OpenPGP
   certificates [<a href="./rfc4880" title=""OpenPGP Message Format"">RFC4880</a>].  At the time of this writing, TLS [<a href="./rfc5246" title=""The Transport Layer Security (TLS) Protocol Version 1.2"">RFC5246</a>]
   standards are defined to use X.509 certificates.  This document
   specifies a way to negotiate the use of OpenPGP certificates for a
   TLS session, and specifies how to transport OpenPGP certificates via
   TLS.  The proposed extensions are backward-compatible with the
   current TLS specification, so that existing client and server
   implementations that make use of X.509 certificates are not affected.
   These extensions are not backward-compatible with [<a href="./rfc5081" title=""Using OpenPGP Keys for Transport Layer Security (TLS) Authentication"">RFC5081</a>], and the
   major differences are summarized in <a href="#appendix-A">Appendix A</a>.  Although the OpenPGP
   CertificateType value is being reused by this memo with the same
   number as that specified in [<a href="./rfc5081" title=""Using OpenPGP Keys for Transport Layer Security (TLS) Authentication"">RFC5081</a>] but with different semantics,
   we believe that this causes no interoperability issues because the
   latter was not widely deployed.
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>.  Terminology</span>
   The term "OpenPGP key" is used in this document as in the OpenPGP
   specification [<a href="./rfc4880" title=""OpenPGP Message Format"">RFC4880</a>].  We use the term "OpenPGP certificate" to
   refer to OpenPGP keys that are enabled for authentication.
   This document uses the same notation and terminology used in the TLS
   Protocol specification [<a href="./rfc5246" title=""The Transport Layer Security (TLS) Protocol Version 1.2"">RFC5246</a>].
<span class="grey">Mavrogiannopoulos & Gillmor   Informational                     [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc6091">RFC 6091</a>                   Using OpenPGP Keys              February 2011</span>
   The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
   "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
   document are to be interpreted as described in [<a href="./rfc2119" title=""Key words for use in RFCs to Indicate Requirement Levels"">RFC2119</a>].
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>.  Changes to the Handshake Message Contents</span>
   This section describes the changes to the TLS handshake message
   contents when OpenPGP certificates are to be used for authentication.
<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a>.  Client Hello</span>
   In order to indicate the support of multiple certificate types,
   clients MUST include an extension of type "cert_type" to the extended
   client hello message.  The "cert_type" TLS extension is assigned the
   value of 9 from the TLS ExtensionType registry.  This value is used
   as the extension number for the extensions in both the client hello
   message and the server hello message.  The hello extension mechanism
   is described in [<a href="./rfc5246" title=""The Transport Layer Security (TLS) Protocol Version 1.2"">RFC5246</a>].
   This extension carries a list of supported certificate types the
   client can use, sorted by client preference.  This extension MUST be
   omitted if the client only supports X.509 certificates.  The
   "extension_data" field of this extension contains a
   CertificateTypeExtension structure.  Note that the
   CertificateTypeExtension structure is being used both by the client
   and the server, even though the structure is only specified once in
   this document.  Reusing a single specification for both client and
   server is common in other specifications, such as the TLS protocol
   itself [<a href="./rfc5246" title=""The Transport Layer Security (TLS) Protocol Version 1.2"">RFC5246</a>].
      enum { client, server } ClientOrServerExtension;
      enum { X.509(0), OpenPGP(1), (255) } CertificateType;
      struct {
         select(ClientOrServerExtension) {
            case client:
               CertificateType certificate_types<1..2^8-1>;
            case server:
               CertificateType certificate_type;
         }
      } CertificateTypeExtension;
   No new cipher suites are required to use OpenPGP certificates.  All
   existing cipher suites that support a key exchange method compatible
   with the key in the certificate can be used in combination with
   OpenPGP certificates.
<span class="grey">Mavrogiannopoulos & Gillmor   Informational                     [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc6091">RFC 6091</a>                   Using OpenPGP Keys              February 2011</span>
<span class="h3"><a class="selflink" id="section-3.2" href="#section-3.2">3.2</a>.  Server Hello</span>
   If the server receives a client hello that contains the "cert_type"
   extension and chooses a cipher suite that requires a certificate,
   then two outcomes are possible.  The server MUST either select a
   certificate type from the certificate_types field in the extended
   client hello or terminate the session with a fatal alert of type
   "unsupported_certificate".
   The certificate type selected by the server is encoded in a
   CertificateTypeExtension structure, which is included in the extended
   server hello message using an extension of type "cert_type".  Servers
   that only support X.509 certificates MAY omit including the
   "cert_type" extension in the extended server hello.
<span class="h3"><a class="selflink" id="section-3.3" href="#section-3.3">3.3</a>.  Server Certificate</span>
   The contents of the certificate message sent from server to client
   and vice versa are determined by the negotiated certificate type and
   the selected cipher suite's key exchange algorithm.
   If the OpenPGP certificate type is negotiated, then it is required to
   present an OpenPGP certificate in the certificate message.  The
   certificate must contain a public key that matches the selected key
   exchange algorithm, as shown below.
      Key Exchange Algorithm    OpenPGP Certificate Type
      RSA                       RSA public key that can be used for
                                encryption.
      DHE_DSS                   DSA public key that can be used for
                                authentication.
      DHE_RSA                   RSA public key that can be used for
                                authentication.
   An OpenPGP certificate appearing in the certificate message is sent
   using the binary OpenPGP format.  The certificate MUST contain all
   the elements required by <a href="./rfc4880#section-11.1">Section 11.1 of [RFC4880]</a>.
   OpenPGP certificates to be transferred are placed in the Certificate
   structure and tagged with the OpenPGPCertDescriptorType
   "subkey_cert".  Since those certificates might contain several
   subkeys, the subkey ID to be used for this session is explicitly
<span class="grey">Mavrogiannopoulos & Gillmor   Informational                     [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc6091">RFC 6091</a>                   Using OpenPGP Keys              February 2011</span>
   specified in the OpenPGPKeyID field.  The key ID must be specified
   even if the certificate has only a primary key.  The peer, upon
   receiving this type, has to either use the specified subkey or
   terminate the session with a fatal alert of
   "unsupported_certificate".
   The option is also available to send an OpenPGP fingerprint, instead
   of sending the entire certificate, by using the
   "subkey_cert_fingerprint" tag.  This tag uses the
   OpenPGPSubKeyFingerprint structure and requires the primary key
   fingerprint to be specified, as well as the subkey ID to be used for
   this session.  The peer shall respond with a
   "certificate_unobtainable" fatal alert if the certificate with the
   given fingerprint cannot be found.  The "certificate_unobtainable"
   fatal alert is defined in <a href="./rfc6066#section-5">Section 5 of [RFC6066]</a>.
   Implementations of this protocol MUST ensure that the sizes of key
   IDs and fingerprints in the OpenPGPSubKeyCert and
   OpenPGPSubKeyFingerprint structures comply with [<a href="./rfc4880" title=""OpenPGP Message Format"">RFC4880</a>].  Moreover,
   it is RECOMMENDED that the keys to be used with this protocol have
   the authentication flag (0x20) set.
   The process of fingerprint generation is described in <a href="./rfc4880#section-12.2">Section 12.2 of
   [RFC4880]</a>.
   The enumerated types "cert_fingerprint" and "cert" of
   OpenPGPCertDescriptorType that were defined in [<a href="./rfc5081" title=""Using OpenPGP Keys for Transport Layer Security (TLS) Authentication"">RFC5081</a>] are not used
   and are marked as obsolete by this document.  The "empty_cert" type
   has replaced "cert" and is a backward-compatible way to specify an
   empty certificate; "cert_fingerprint" MUST NOT be used with this
   updated specification, and hence that old alternative has been
   removed from the Certificate struct description.
<span class="grey">Mavrogiannopoulos & Gillmor   Informational                     [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc6091">RFC 6091</a>                   Using OpenPGP Keys              February 2011</span>
      enum {
           empty_cert(1),
           subkey_cert(2),
           subkey_cert_fingerprint(3),
           (255)
      } OpenPGPCertDescriptorType;
      uint24 OpenPGPEmptyCert = 0;
      struct {
          opaque OpenPGPKeyID<8..255>;
          opaque OpenPGPCert<0..2^24-1>;
      } OpenPGPSubKeyCert;
      struct {
          opaque OpenPGPKeyID<8..255>;
          opaque OpenPGPCertFingerprint<20..255>;
      } OpenPGPSubKeyFingerprint;
      struct {
           OpenPGPCertDescriptorType descriptorType;
           select (descriptorType) {
                case empty_cert: OpenPGPEmptyCert;
                case subkey_cert: OpenPGPSubKeyCert;
                case subkey_cert_fingerprint:
                    OpenPGPSubKeyCertFingerprint;
           }
      } Certificate;
<span class="h3"><a class="selflink" id="section-3.4" href="#section-3.4">3.4</a>.  Certificate Request</span>
   The semantics of this message remain the same as in the TLS
   specification.  However, if this message is sent, and the negotiated
   certificate type is OpenPGP, the "certificate_authorities" list MUST
   be empty.
<span class="h3"><a class="selflink" id="section-3.5" href="#section-3.5">3.5</a>.  Client Certificate</span>
   This message is only sent in response to the certificate request
   message.  The client certificate message is sent using the same
   formatting as the server certificate message, and it is also required
   to present a certificate that matches the negotiated certificate
   type.  If OpenPGP certificates have been selected and no certificate
   is available from the client, then a certificate structure of type
   "empty_cert" that contains an OpenPGPEmptyCert value MUST be sent.
   The server SHOULD respond with a "handshake_failure" fatal alert if
   client authentication is required.
<span class="grey">Mavrogiannopoulos & Gillmor   Informational                     [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc6091">RFC 6091</a>                   Using OpenPGP Keys              February 2011</span>
<span class="h3"><a class="selflink" id="section-3.6" href="#section-3.6">3.6</a>.  Other Handshake Messages</span>
   All the other handshake messages are identical to the TLS
   specification.
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>.  Security Considerations</span>
   All security considerations discussed in [<a href="./rfc5246" title=""The Transport Layer Security (TLS) Protocol Version 1.2"">RFC5246</a>], [<a href="./rfc6066" title=""Transport Layer Security (TLS) Extensions: Extension Definitions"">RFC6066</a>], and
   [<a href="./rfc4880" title=""OpenPGP Message Format"">RFC4880</a>] apply to this document.  Considerations about the use of
   the web of trust or identity and certificate verification procedures
   are outside the scope of this document.  These are considered issues
   to be handled by the application layer protocols.
   The protocol for certificate type negotiation is identical in
   operation to cipher suite negotiation as described in the TLS
   specification [<a href="./rfc5246" title=""The Transport Layer Security (TLS) Protocol Version 1.2"">RFC5246</a>], with the addition of default values when the
   extension is omitted.  Since those omissions have a unique meaning
   and the same protection is applied to the values as with cipher
   suites, it is believed that the security properties of this
   negotiation are the same as with cipher suite negotiation.
   When using OpenPGP fingerprints instead of the full certificates, the
   discussion in <a href="./rfc6066#section-5">Section 5 of [RFC6066]</a> for "Client Certificate URLs"
   applies, especially when external servers are used to retrieve keys.
   However, a major difference is that although the
   "client_certificate_url" extension allows identifying certificates
   without including the certificate hashes, this is not possible in the
   protocol proposed here.  In this protocol, the certificates, when not
   sent, are always identified by their fingerprint, which serves as a
   cryptographic hash of the certificate (see <a href="./rfc4880#section-12.2">Section 12.2 of
   [RFC4880]</a>).
   The information that is available to participating parties and
   eavesdroppers (when confidentiality is not available through a
   previous handshake) is the number and the types of certificates they
   hold, plus the contents of the certificates.
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>.  IANA Considerations</span>
   This document uses a registry and the "cert_type" extension
   originally defined in [<a href="./rfc5081" title=""Using OpenPGP Keys for Transport Layer Security (TLS) Authentication"">RFC5081</a>].  Existing IANA references have been
   updated to point to this document.
<span class="grey">Mavrogiannopoulos & Gillmor   Informational                     [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc6091">RFC 6091</a>                   Using OpenPGP Keys              February 2011</span>
   In addition, the "TLS Certificate Types" registry established by
   [<a href="./rfc5081" title=""Using OpenPGP Keys for Transport Layer Security (TLS) Authentication"">RFC5081</a>] has been updated in the following ways:
   1.  Values 0 (X.509) and 1 (OpenPGP) are defined in this document.
   2.  Values from 2 through 223 decimal inclusive are assigned via "RFC
       Required" [<a href="./rfc5226" title="">RFC5226</a>].
   3.  Values from 224 decimal through 255 decimal inclusive are
       reserved for Private Use [<a href="./rfc5226" title="">RFC5226</a>].
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>.  Acknowledgements</span>
   The authors wish to thank Alfred Hoenes and Ted Hardie for their
   suggestions on improving this document.
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>.  References</span>
<span class="h3"><a class="selflink" id="section-7.1" href="#section-7.1">7.1</a>.  Normative References</span>
   [<a id="ref-RFC2119">RFC2119</a>]   Bradner, S., "Key words for use in RFCs to Indicate
               Requirement Levels", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc2119">RFC 2119</a>, March 1997.
   [<a id="ref-RFC4880">RFC4880</a>]   Callas, J., Donnerhacke, L., Finney, H., Shaw, D., and R.
               Thayer, "OpenPGP Message Format", <a href="./rfc4880">RFC 4880</a>,
               November 2007.
   [<a id="ref-RFC5226">RFC5226</a>]   Narten, T. and H. Alvestrand, "Guidelines for Writing an
               IANA Considerations Section in RFCs", <a href="https://www.rfc-editor.org/bcp/bcp26">BCP 26</a>, <a href="./rfc5226">RFC 5226</a>,
               May 2008.
   [<a id="ref-RFC5246">RFC5246</a>]   Dierks, T. and E. Rescorla, "The Transport Layer Security
               (TLS) Protocol Version 1.2", <a href="./rfc5246">RFC 5246</a>, August 2008.
   [<a id="ref-RFC6066">RFC6066</a>]   Eastlake 3rd, D., "Transport Layer Security (TLS)
               Extensions: Extension Definitions", <a href="./rfc6066">RFC 6066</a>,
               January 2011.
<span class="h3"><a class="selflink" id="section-7.2" href="#section-7.2">7.2</a>.  Informative References</span>
   [<a id="ref-RFC5081">RFC5081</a>]   Mavrogiannopoulos, N., "Using OpenPGP Keys for Transport
               Layer Security (TLS) Authentication", <a href="./rfc5081">RFC 5081</a>,
               November 2007.
   [<a id="ref-RFC5280">RFC5280</a>]   Cooper, D., Santesson, S., Farrell, S., Boeyen, S.,
               Housley, R., and W. Polk, "Internet X.509 Public Key
               Infrastructure Certificate and Certificate Revocation
               List (CRL) Profile", <a href="./rfc5280">RFC 5280</a>, May 2008.
<span class="grey">Mavrogiannopoulos & Gillmor   Informational                     [Page 8]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-9" ></span>
<span class="grey"><a href="./rfc6091">RFC 6091</a>                   Using OpenPGP Keys              February 2011</span>
<span class="h2"><a class="selflink" id="appendix-A" href="#appendix-A">Appendix A</a>.  Changes from <a href="./rfc5081">RFC 5081</a></span>
   This document incorporates a major change in the "Server Certificate"
   and "Client Certificate" TLS messages that will make implementations
   following this protocol incompatible with those following [<a href="./rfc5081" title=""Using OpenPGP Keys for Transport Layer Security (TLS) Authentication"">RFC5081</a>].
   This change requires the subkey IDs used for TLS authentication to be
   marked explicitly in the handshake procedure.  This was decided in
   order to place no limitation on the OpenPGP certificates' contents
   that can be used with this protocol.
   [<a id="ref-RFC5081">RFC5081</a>] required that an OpenPGP key or subkey be marked with the
   authentication flag; thus, authentication would have failed if this
   flag was not set or if this flag was set in more than one subkey.
   The protocol in this memo has no such limitation.
Authors' Addresses
   Nikos Mavrogiannopoulos
   ESAT/COSIC Katholieke Universiteit Leuven
   Kasteelpark Arenberg 10, bus 2446
   Leuven-Heverlee,   B-3001
   Belgium
   EMail: nikos.mavrogiannopoulos@esat.kuleuven.be
   Daniel Kahn Gillmor
   Independent
   119 Herkimer St.
   Brooklyn, NY  11216-2801
   US
   EMail: dkg@fifthhorseman.net
Mavrogiannopoulos & Gillmor   Informational                     [Page 9]
</pre>
 
     |