Skip to content

Make minimum and maximum version of DTLS configurable #258

@hrosa

Description

@hrosa

Make min and max protocol versions configurable according to the following format:

<dtls>
    <minVersion>1.0</minVersion>
    <maxVersion>1.2</maxVersion>
    <cipherSuite> cipherA,cipherB,...,cipherN</cipherSuite>
    <certificates>
        <certificate path="/path/to/certA.pem" key="/path/to/keyA.pem">
        <certificate path="/path/to/certB.pem" key="/path/to/keyB.pem">
    <certificates>
</dtls>

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions