-
Notifications
You must be signed in to change notification settings - Fork 10
Include OpenSSL 3.5.0 in list of tested SULs #182
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
base: master
Are you sure you want to change the base?
Conversation
|
@kostis @pfg666 I found I use command openssl-3.5.0_server_all_cert_reqArgument: openssl-3.5.0_server_pskArgument: |
|
The patch to OpenSSL's code fixed some issue with non-determinism when learning OpenSSL servers, so some progress has been achieved. Regarding learning clients, I've extended the CI with a test for an OpenSSL 3.5.0 client configuration, but the hypotheses we learn, not only for this particular configuration but also in other ones, are obviously not correct (we learn models with only one state and/or some @pfg666 @c-southwest : Help is needed. |
|
@kostis @pfg666 I fixed the problem by adding the Using command |
In preparation for testing DTLS 1.3 on OpenSSL, we add support for the latest release of OpenSSL (3.5.0) and include its server in the list of tested systems of the CI.
However, something does not seem right in the hypotheses that we learn. Perhaps @pfg666 should look into this.
There is also a related open issue (#24) showing that the current support for OpenSSL 3.x.x. is not OK.