Correct handshake tokens verification w.r.t. optional fields
Signed-off-by: Marcel Jordense <marcel.jordense@adlinktech.com>
This commit is contained in:
parent
4ac06895f0
commit
623a5c02bd
10 changed files with 227 additions and 176 deletions
|
@ -327,6 +327,7 @@ specification.</p></xs:documentation>
|
|||
<xs:all>
|
||||
<xs:element ref="config:IdentityCA"/>
|
||||
<xs:element ref="config:IdentityCertificate"/>
|
||||
<xs:element minOccurs="0" ref="config:IncludeOptionalFields"/>
|
||||
<xs:element minOccurs="0" name="Library">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
|
@ -419,6 +420,17 @@ MIIDjjCCAnYCCQDCEu9...6rmT87dhTo=<br>
|
|||
-----END CERTIFICATE-----</IdentityCertificate></p></xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="IncludeOptionalFields" type="xs:boolean">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<p>The authentication handshake tokens may contain optional fields to be
|
||||
included for finding interoperability problems.
|
||||
|
||||
If this parameter is set to true the optional fields are included in the
|
||||
handshake token exchange.</p><p>The default value is:
|
||||
&quot;false&quot;.</p></xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="Password" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue