Xpra: Ticket #2615: replace javascript crypto library with jsSHA

forge.



Sat, 13 Jun 2020 06:58:50 GMT - Antoine Martin: status changed

This may help with #2799.


Mon, 29 Jun 2020 12:17:22 GMT - Antoine Martin:

jsSHA is great and could be used for hmac authentication, but it doesn't handle AES... So maybe we can just use the crypto API and drop IE11 support.

Examples here: webcrypto-examples.


Mon, 29 Jun 2020 14:04:10 GMT - Antoine Martin:

Big problem with browser crypto is that this relies on asynchronous promises, which would require a huge rewrite of the protocol layer which is sequential by nature.

Maybe this fork has documentation)


Mon, 29 Jun 2020 15:17:47 GMT - Antoine Martin: attachment set

attempting to switch over


Sun, 04 Oct 2020 14:28:50 GMT - Antoine Martin: milestone changed


Sat, 23 Jan 2021 05:56:06 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2615