You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/libtextsecure/test
Lilia ae190fed44
Profiles (#1453)
* Add AES-GCM encryption for profiles

With tests.

* Add profileKey to DataMessage protobuf

// FREEBIE

* Decrypt and save profile names

// FREEBIE

* Save incoming profile keys

* Move pad/unpad to crypto module

// FREEBIE

* Support fetching avatars from the cdn

// FREEBIE

* Translate failed authentication errors

When AES-GCM authentication fails, webcrypto returns a very generic error. The
same error is thrown for invalid length inputs, but our earlier checks in
decryptProfile should rule out those failure modes and leave us safe to assume
that we either had bad ciphertext or the wrong key.

// FREEBIE

* Handle profile avatars (wip) and log decrypt errors

// FREEBIE

* Display profile avatars

Synced contact avatars will still override profile avatars.

* Display profile names in convo list

Only if we don't have a synced contact name.

// FREEBIE

* Make cdn url an environment config

Use different ones for staging and production

// FREEBIE

* Display profile name in conversation header

* Display profile name in group messages

* Update conversation header if profile avatar changes

// FREEBIE

* Style profile names small with ~

* Save profileKeys from contact sync messages

// FREEBIE

* Save profile keys from provisioning messages

For standalone accounts, generate a random profile key.

// FREEBIE

* Special case for one-time sync of our profile key

Android will use a contact sync message to sync a profile key from Android
clients who have just upgraded and generated their profile key. Normally we
should receive this data in a provisioning message.

// FREEBIE

* Infer profile sharing from synced data messages

* Populate profile keys on outgoing messages

Requires that `profileSharing` be set on the conversation.

// FREEBIE

* Support for the profile key update flag

When receiving a message with this flag, don't init a message record, just
process the profile key and move on.

// FREEBIE

* Display profile names in group member list

* Refresh contact's profile on profile key changes

// FREEBIE

* Catch errors on profile save

// FREEBIE

* Save our own synced contact info

Don't return early if we get a contact sync for our own number

// FREEBIE
8 years ago
..
_test.js Remove erroneous license file and headers 10 years ago
blanket_mocha.js Split tests between libtextsecure and main 10 years ago
contacts_parser_test.js Remove erroneous license file and headers 10 years ago
crypto_test.js Profiles (#1453) 8 years ago
fake_api.js Remove erroneous license file and headers 10 years ago
generate_keys_test.js Remove out of date test 8 years ago
helpers_test.js Move, rename, and simplify toArrayBuffer helper 9 years ago
in_memory_signal_protocol_store.js Fix tests 8 years ago
index.html Profiles (#1453) 8 years ago
message_receiver_test.js Dedupe methods 9 years ago
protocol_test.js Remove erroneous license file and headers 10 years ago
protocol_wrapper_test.js Fix tests 8 years ago
protos Split tests between libtextsecure and main 10 years ago
storage_test.js Dedupe methods 9 years ago
task_with_timeout_test.js createTaskWithTimeout: Don't log expiration if task threw (#1412) 8 years ago
test.js Update chai 9 years ago
websocket-resources_test.js Disable keepalive tests 10 years ago
websocket_test.js Remove erroneous license file and headers 10 years ago