-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add E2E tests with OpenSSL #11
Comments
Also introduce packet loss on either side. Create a Client/Server from a wrapped Conn and add a certain % of packet loss (it may be helpful to log messages, otherwise fixing will be really hard here) |
The tests themselves aren't available yet but this came from starting OpenSSL tests Relates to #11
OpenSSL tests have been added in #193 TODO:
|
I found that our implementation of Ed25519 signature calculation and hash used in One bad news is that OpenSSL haven't support DTLS Ed25519 yet. |
Ed25519 implementation of the master branch should be fixed now. We can enable the E2E test once OpenSSL supports DTLS 1.2 Ed25519. |
OpenSSL finally caught up. Closes: #11
OpenSSL finally caught up. Closes: #11
OpenSSL finally caught up. Closes: #11
OpenSSL finally caught up. Closes: #11
OpenSSL finally caught up. Closes: #11
Add some basic testing using s_client + s_server
The author should also refactor/re-use our existing E2E testing code so that we don't duplicate in both places.
The text was updated successfully, but these errors were encountered: