This repository has been archived by the owner on Jul 20, 2024. It is now read-only.
Couldn't figure out what is purpose of certificated.py in Server Project #15
Answered
by
tidely
dungdamquoc1993
asked this question in
Q&A
-
I found that in the Esocket.py everything is already encrypted just don't know why certificated.py exist |
Beta Was this translation helpful? Give feedback.
Answered by
tidely
Mar 30, 2023
Replies: 1 comment 1 reply
-
ESocket is currently set up to create a encrypted connection between two endpoints. That being said, there is currently no way of verifying the identity of a peer. That is what certificates are for. Although there is no support for certificates in the handshake, meaning currently the certificates.py file only exists for development purposes. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tidely
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ESocket is currently set up to create a encrypted connection between two endpoints. That being said, there is currently no way of verifying the identity of a peer. That is what certificates are for. Although there is no support for certificates in the handshake, meaning currently the certificates.py file only exists for development purposes.