0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 20:03:07 +02:00
libsignal/rust
Jordan Rose 0ed36f62e0 usernames: Refuse to generate hashes for nicknames over 48 chars long
The scalars associated with these nicknames would be out of range of
the Ristretto group's prime order, meaning curve25519_dalek's Scalar
won't be able to hold them. Previously the value silently wrapped
around to the start of the group, but that would conflict with a
shorter nickname's scalar.
2024-01-08 09:49:36 -08:00
..
attest Implement SVR3 and its SGX connection using libsignal-net 2024-01-03 15:20:14 -08:00
bridge Bump to version v0.38.0 2024-01-05 11:04:43 -08:00
core Allow mixed comparisons between ServiceId and Aci/Pni 2023-12-20 12:44:00 -08:00
crypto Bump all crates to Rust 2021 2023-10-31 13:43:33 -04:00
device-transfer Bump all crates to Rust 2021 2023-10-31 13:43:33 -04:00
media Add WebP sanitizer 2023-10-26 15:16:59 -04:00
message-backup Add basic message backup protobuf validation 2024-01-05 16:09:29 -05:00
net Implement SVR3 and its SGX connection using libsignal-net 2024-01-03 15:20:14 -08:00
pin Bump all crates to Rust 2021 2023-10-31 13:43:33 -04:00
poksho Bump all crates to Rust 2021 2023-10-31 13:43:33 -04:00
protocol Make it harder to forget to clear pending session state fields 2024-01-05 16:23:06 -08:00
svr3 Add length checks to low-level PPSS operations 2024-01-05 16:26:38 -08:00
usernames usernames: Refuse to generate hashes for nicknames over 48 chars long 2024-01-08 09:49:36 -08:00
zkcredential Add GroupSendCredential 2023-12-11 13:45:12 -08:00
zkgroup Allow mixed comparisons between ServiceId and Aci/Pni 2023-12-20 12:44:00 -08:00