DDS-Security 1.0 FTF Avatar
  1. OMG Issue

DDSSEC_ — register_matched_remote_datawriter: wrong parameter name

  • Key: DDSSEC_-19
  • Legacy Issue Number: 19782
  • Status: closed  
  • Source: ZettaScale Technology ( Mr. Julien Enoch)
  • Summary:

    According to Table 22 (p.94) the register_matched_remote_datawriter has a "local_datareader_crypto_handle" parameter.

    Consequently, in ยง8.5.1.7.6, the following text:
    "Parameter local_datawriter_crypto_handle: A DatawriterCryptoHandle returned by a prior call to register_local_datawriter. If this argument is nil, the operation returns nil."

    must be replaced by this:
    "Parameter local_datareader_crypto_handle: A DatareaderCryptoHandle returned by a prior
    call to register_local_datareader. If this argument is nil, the operation returns nil."

  • Reported: DDS-Security 1.0b1 — Mon, 8 Jun 2015 04:00 GMT
  • Disposition: Resolved — DDS-Security 1.0
  • Disposition Summary:

    Section 8.5.1.7.6 change local_datawriter_crypto_handle to local_datareader_crypto_handle

    Make the change suggested in issue description.

  • Updated: Tue, 12 Jul 2016 14:45 GMT