matrix-dart-sdk/test/encryption
Sorunome 872bc04674
fix(ssss): Strip all whitespace characters from recovery keys upon decode
Previously we stripped all spaces off of the recovery when decoding it,
so that we could format the recovery key nicely. It turns out, however,
that some element flavours also format with linebreaks, leading to the
user having to manually remove them. We fix this by just stripping *all*
whitespace off of the recovery key.
2021-12-05 12:19:22 +01:00
..
bootstrap_test.dart refactor: port encryption tests 2021-10-28 03:44:02 +02:00
cross_signing_test.dart refactor: port encryption tests 2021-10-28 03:44:02 +02:00
encrypt_decrypt_room_message_test.dart refactor: Make room in Event class not nullable 2021-11-04 14:21:04 +01:00
encrypt_decrypt_to_device_test.dart refactor: port encryption tests 2021-10-28 03:44:02 +02:00
key_manager_test.dart refactor: Make room in Event class not nullable 2021-11-04 14:21:04 +01:00
key_request_test.dart refactor: port encryption tests 2021-10-28 03:44:02 +02:00
key_verification_test.dart fix: Dont enable e2ee in test verification DM room 2021-11-09 15:42:43 +01:00
olm_manager_test.dart refactor: port encryption tests 2021-10-28 03:44:02 +02:00
online_key_backup_test.dart refactor: port encryption tests 2021-10-28 03:44:02 +02:00
ssss_test.dart fix(ssss): Strip all whitespace characters from recovery keys upon decode 2021-12-05 12:19:22 +01:00