rbit / pydtls

Datagram Transport Layer Security for Python
Apache License 2.0
72 stars 45 forks source link

Bidirectional handshake/authentication #28

Open apprenticius opened 8 months ago

apprenticius commented 8 months ago

For WEBRTC connections one needs bidirectional handshake/authentication from server to client and from client to the server on the same port. Is this possible with pydtls library and how? Is there any example?

Sorry, if this not the right place for my question.