summaryrefslogtreecommitdiff
path: root/protocols/WhatsAppWeb/src/noise.cpp
AgeCommit message (Collapse)Author
2022-10-15compilation fixGeorge Hazan
2022-10-07WhatsApp: app sync addedGeorge Hazan
2022-10-06WhatsApp:George Hazan
- global context moved inside MSignalStore; - signed prekey is stored now as one binary record; - libsignal errors are now logged to network log; - code cleaning
2022-10-05WhatsApp:George Hazan
- all signal storage data extracted to the separate class MSignalStore; - MSignalSession added to handle session ciphers - signal store callbacks registered - all libsignal related code moved to signal.cpp
2022-10-02WhatsApp: prekeys uploadGeorge Hazan
2022-10-01minor code cleaningGeorge Hazan
2022-10-01WhatsApp:George Hazan
- first version that registers ok in the phone (YAHOO!!); - the rest of legacy code removed; - class WAJid introduced to handle various perversions; - ServerThread behavior changed to use global variables instead of locals; - IQ processing core extracted to the separate module; - added <stream:error> processing
2022-09-30WhatsApp:George Hazan
- full preparation of key-pair response during device registration; - getBlob() now returns MBinBuffer; - fixed some WAWriter issues;
2022-09-29WhatsApp: small fixes for packet encryptionGeorge Hazan
2022-09-28WhatsApp: fix for the binary nodes decodingGeorge Hazan
2022-09-28WhatsApp: fix for zero-length HKDF calculationGeorge Hazan
2022-09-28WhatsApp: another fix for packet decryptionGeorge Hazan
2022-09-28WhatsApp: fix for packet decodingGeorge Hazan
2022-09-27WhatsApp: fix for encryption mechanismGeorge Hazan
2022-09-17WhatsApp: secong registration packet completedGeorge Hazan
2022-09-17Noise processing code extracted to the separate moduleGeorge Hazan