XKMS 2: errata: X.509 DNs not in RFC 2253 format

XML-Signature formats X.509 distinguished names (DNs) according to RFC 2253 "LDAP (v3): UTF-8 representation of distinguished names".  XKMS should use the same format.

XMKS 2.0 uses the following text as DNs in paragraphs 186, 243, 246 & 252:

  C="UK" O="CryptoGuys Ltd." CN="Bob"
  C="US" O="Alice Corp" CN="Alice Aardvark"
  C="UK" O="Bob Corp" CN="Bob Baker"

The text for these DNs should be:

  CN=Bob,O=CryptoGuys Ltd.,C=UK
  CN=Alice Aardvark,O=Alice Corp,C=US
  CN=Bob Baker,O=Bob Corp,C=UK

XKMS should explicitly state that the RFC 2253 is the format used for the <UseKeyWith> Identifier attribute (when the Application attribute is urn:ietf:rfc:2459).  Paragraph 186 in section 5.1.3 "Element <UseKeyWith>" is the appropriate place.

Received on Monday, 17 October 2005 03:32:48 UTC