-
Notifications
You must be signed in to change notification settings - Fork 15
License
chris-wood/dtls-test
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# Setup Generate client and server key pairs as follows: openssl req -x509 -newkey rsa:2048 -days 3650 -nodes -keyout client-key.pem -out client-cert.pem openssl req -x509 -newkey rsa:2048 -days 3650 -nodes -keyout server-key.pem -out server-cert.pem # Usage: Run the client and server as follows: ./server ./client <message to send to the server> The server just echoes back whatever it receives from the client. Both sides display the resultant plaintext as a character string.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published