-
Notifications
You must be signed in to change notification settings - Fork 237
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
Support Libressl #537
base: main
Are you sure you want to change the base?
Support Libressl #537
Conversation
FYI we are considering dropping the C code here in PR #457 |
@jlaine well, I've used this patch to make OpenBSD port anyway and I think that better to backport to upstream patches. |
@@ -196,6 +196,7 @@ async def test_connect_and_serve_with_ed25519_certificate(self): | |||
) | |||
) | |||
|
|||
@skipIf("ed448" in SKIP_TESTS, "Skipping ed448 tests") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is this used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I don't understand your question. Can I ask you to rephase it?
@@ -584,9 +584,12 @@ def test_handshake_with_ed25519_certificate(self): | |||
) | |||
|
|||
def test_handshake_with_ed448_certificate(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not use the same skipIf("ed448" in SKIP_TESTS)
as above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed it make things cleaner
@jlaine and ping here as well |
Here a small changes which allows to build and run aioquick against LibreSSL