-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
7.88.0 test fail : 320 321 322 324 #10522
Comments
What OpenSSL is this? Does it know SRP? |
Oh, it might your gnutls-serv that does not support SRP based on this output:
... I wonder how we could figure that out!? |
Is it caused by gnutls 3.8.0?
|
It could be disabled in earlier versions as well. The test suite should check if gnutls-serv actually supports it before using it, but it's not clear how to do it. I suppose the |
Reported-by: fundawang on github Fixes #10522
Thanks, the patch works as expected, the tests are skipped. |
Reported-by: fundawang on github Fixes curl#10522 Closes curl#10524
I did this
Build curl 7.88.0 under Anolis OS (Fedora rawhide based), with openssl 3.0.7
I expected the following
Test succeed
curl/libcurl version
7.88.0
operating system
Anolis OS (Fedora rawhide based), with openssl 3.0.7
I've attached the cutted build.log , and full build log here:
https://build.openanolis.cn/taskinfo?taskID=537820
FYI, if ssl settings needed, it goes the same with RHEL9.
The text was updated successfully, but these errors were encountered: