ptrd / kwik

A QUIC client, client library and server implementation in Java. Supports HTTP3 with "Flupke" add-on.
GNU General Public License v3.0
383 stars 55 forks source link

kwik cannot run in Android #23

Closed jackmygreat closed 1 year ago

jackmygreat commented 2 years ago

When I run kwik in an Android project, kwik report "Missing RSASSA-PSS support".

ptrd commented 2 years ago

So, apparently, Android does not (natively) support RSASSA-PSS. Kwik requires this support, because it is required for TLS signatures. You could try using BouncyCastle...

wangpeng1 commented 2 years ago

@jackmygreat can you run success?

ptrd commented 1 year ago

Solved, see #27 .