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
Mikunj 012575be35 Remove calling sc_reduce32 when deriving a keypair from a mnemonic seed.
This is the reason that seeds across desktop and mobile devices would never restore to the same keypair. This function was there from the initial messenger days and with further discussion with Maxim, we deemed calling this function an unnecessary step for generating a keypair. There are no security implications for this change as we generate keypairs the exact same way as Signal does.

The biggest downside to this change however is that if you try to restore a desktop device with a seed from before this change, that seed will generate a completely different key pair and thus a different session ID.
This will only affect users who plan to restore any device from the seed of a desktop device before this change.
5 years ago
..
storage Enforce curlies completely and lint with new settings 6 years ago
test Added testing on pull request 5 years ago
ProvisioningCipher.js Eslintify all of libtextsecure 7 years ago
account_manager.js Remove calling sc_reduce32 when deriving a keypair from a mnemonic seed. 5 years ago
contacts_parser.js Use Int32 for the contact list buffer 5 years ago
crypto.js Throttle typing events, fix profile logging, fix group typing 6 years ago
errors.js Remove P2P 5 years ago
event_target.js Eslintify all of libtextsecure 7 years ago
helpers.js Enforce curlies completely and lint with new settings 6 years ago
http-resources.js log exception and when we exhausted long polling pool 5 years ago
key_worker.js Enforce curlies completely and lint with new settings 6 years ago
libsignal-protocol.js libsignal-protocol: Be resilient to missing open session 6 years ago
message_receiver.js Added testing on pull request 5 years ago
outgoing_message.js Fix friend request logic triggerring on session requests 5 years ago
protobufs.js Ensure a session is always initiated using the prekey assigned to the contact 6 years ago
protocol_wrapper.js Eslintify all of libtextsecure 7 years ago
sendmessage.js add sync of open groups on device link 5 years ago
storage.js Enforce curlies completely and lint with new settings 6 years ago
stringview.js Linted files 6 years ago
sync_request.js Request configuration sync on startup of new version 6 years ago
task_with_timeout.js limit max message length to 2000 characters. 6 years ago
websocket-resources.js Support for web socket communication with no signaling key 6 years ago