PKI 1.0 NO IDEA Avatar
  1. OMG Issue

PKI — AuthorityProviderInfo - supplementary info desirable

  • Key: PKI-22
  • Legacy Issue Number: 4481
  • Status: closed  
  • Summary:

    The AuthorityProviderInfo contains a set of information about the a
    provider.
    It is desirable that this be extended to include the public key of
    the provider and URLs to provider specific information.

    valuetype AuthorityProviderInfo

    { public string standardVersion; public string standardDescription; public string productVersion; public string productDescription; public string productVendor; public PKI::CertificateInfoList supportedCertificates; public PKI::CRLInfoList supportedCRLs; public PKI::CertificateRequestInfoList supportedCertRequestTypes; public PKI::CertificateRevocationInfoList supportedCertRevocationTypes; public PKI::KeyRecoveryInfoList supportedKeyRecoveryTypes; // proposed addition public PKI::Certificate publicKey; public string providerHomeURL; public string providerPublicKeyURL; }

    ;

    These additions enable a consistent mechanism to (a) access a CA or RA
    public
    key, (b) provide a hint to an out-of-band mechanisms through which public
    key
    verification can be enacted, and (c) provide access to provider information
    such as published certification policy, etc.

    If there are not objections - I'll raise this as an FTF issue.

  • Reported: PKI 1.0b1 — Tue, 14 Aug 2001 04:00 GMT
  • Disposition: Resolved — PKI 1.0
  • Disposition Summary:

    see above

  • Updated: Fri, 6 Mar 2015 20:58 GMT