3.4.7 GSS_UnwrapEx() Call

This call is an extension to GSS_Unwrap [RFC2743] that passes multiple buffers.<80>

Inputs:

  • context_handle CONTEXT HANDLE

  • input_message ORDERED LIST of:

    • conf_state BOOLEAN

    • signed BOOLEAN

    • data OCTET STRING

  • signature OCTET STRING

Outputs:

  • qop_req INTEGER, -- 0 specifies default QOP

  • major_status INTEGER

  • minor_status INTEGER

  • output_message ORDERED LIST (in same order as input_message) of:

    • conf_state BOOLEAN

    • data OCTET STRING

This call is identical to GSS_Unwrap, except that it supports multiple input buffers. Input data buffers having conf_state==TRUE are decrypted in the output_message.