-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Fix backend compatibility with OpenSSL 3.0 #18449
Fix backend compatibility with OpenSSL 3.0 #18449
Conversation
It currently breaks web push notifications because the webpush gem has changed interfaces, and See #18457 |
Reverting to a 0.3.8-based I have confirmed WebAuthn and WebPush to work on non-OpenSSL 3 systems, and the tests run on an OpenSSL 3 system, although I haven't tested Mastodon in real conditions. |
Both WebAuthn and Web Push work on OpenSSL 3 systems |
2a520f2
to
d656d40
Compare
d656d40
to
2986bc6
Compare
2986bc6
to
7b3e747
Compare
7b3e747
to
566de63
Compare
* Update webpush to fork with OpenSSL 3 compatibility * Fix tests with OpenSSL 3.0 * Update webauthn gem to latest release and update dependencies
* Update webpush to fork with OpenSSL 3 compatibility * Fix tests with OpenSSL 3.0 * Update webauthn gem to latest release and update dependencies
* Update webpush to fork with OpenSSL 3 compatibility * Fix tests with OpenSSL 3.0 * Update webauthn gem to latest release and update dependencies
Fixes #18206
webauthn
and dependencieswebpush