Skip to content

IsraelShushan/MbedTLS-Dtls-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

DTLS Application

Features and Updates

This application has been updated with new features to enhance its DTLS protocol support and user configuration options.

Main Window

The following updates were made to the main window:

  • Cipher Suites: A combobox has been added to allow users to choose the desired cipher suite.

    Cipher Suite

  • Common Name of the Server: Clients can now provide the server's common name for verification.

    Common Name

  • Persistent Checkbox: A new option has been added to save the session key after the first handshake for session persistence.

    Persistent Checkbox

  • Add Server Verification (Optional): An option for two-sided verification has been added.

    Server Verification

  • DTLS Server Port: A button to configure the DTLS server port is now available.

    DTLS Server Port

Settings Window - Network Tab

Updates to the Network Tab include:

  • Send Simple Acknowledge: A checkbox to enable simple acknowledgment sending.

    Send Acknowledge

  • Enable DTLS Server: Users can now enable the DTLS server and choose a specific port.

    Enable DTLS Server

  • Certificates and Keys: Certificates and keys can now be loaded in the same way as SSL certificates and keys.

    Certificates and Keys

Settings Window - Smart Responses Tab

  • Smart Responses: Smart responses now function using the DTLS protocol for enhanced communication capabilities.

    Smart Responses

Wireshark Integration

The application provides examples of both regular connection creation and persistent connections using Wireshark for monitoring.

  • Regular Connection Example:

    Wireshark Regular Connection

  • Persistent Connection Example:

    Wireshark Persistent Connection


Make sure to replace the placeholder image paths (e.g., ./images/image_name.png) with actual image URLs or file paths once the images are uploaded to the appropriate location in your project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages