Commit Graph

504 Commits (9a65c8326cb8a883fde3f43af56ce2be4b7ae684)

Author SHA1 Message Date
Matthew Chen b65d515ac3 Update cocoapods. 7 years ago
Matthew Chen 88c96f3c21 Update Cocoapods. 7 years ago
Michael Kirk 0cfa5c07fe update pods 7 years ago
Michael Kirk d6a6024f37 Update PromiseKit 7 years ago
Matthew Chen 0d588346f1 Fix rebase breakage. 7 years ago
Matthew Chen fab79e2673 Respond to CR. 7 years ago
Matthew Chen 75e59bbc6f Discard self-sent messages during the decryption process. 7 years ago
Matthew Chen 624ffdf9b5 Update cocoapods. 7 years ago
Matthew Chen ad56be27c9 Fix missing server timestamps. 7 years ago
Matthew Chen a697072271 Respond to CR. 7 years ago
Matthew Chen 1b25a18e57 Respond to CR. 7 years ago
Matthew Chen 4ab281346a Respond to CR. 7 years ago
Matthew Chen 5da4f7bb57 Update podfile. 7 years ago
Matthew Chen 2c4c096d93 Fix typo in swift names. 7 years ago
Matthew Chen a224401879 Respond to CR. 7 years ago
Matthew Chen 0125535d4d Pull out SignalCoreKit. 7 years ago
Michael Kirk 39a73abcee update pods 7 years ago
Matthew Chen 90e7d9fbb6 Update AxolotlKit. 7 years ago
Matthew Chen 66fc389fba Get SSK tests building and running. 7 years ago
Matthew Chen c7eb80700e Fix memory leak in Curve25519Kit. 7 years ago
Michael Kirk 60a6128afd Remove SSK tests from Signal-iOS xcode test run
Firstly, they aren't compiling (and haven't been for a while), and thus prevent
iOS tests from running and being written. This can and should be fixed.

Secondly, they don't respect the ubsan.supp file. I'm not sure how to fix this.
We may just not be able to run the SSK tests as part of the Signal-iOS test
runner, and instead have to revert to running them from within a separate test
app.
7 years ago
Matthew Chen 9b94580dae Update assertions.
* Streamline precompiled headers.
* Remove obsolete assertions in Constraints.h.
7 years ago
Michael Kirk 6d92413931 WIP: Run SSK tests
This just configures them to run. They're very broken at the moment.
7 years ago
Matthew Chen e5eda8b45d Add convenience initializers to proto wrappers. 7 years ago
Michael Kirk 9662b3cb1e Wait a week before nagging when a new release comes out 7 years ago
Matthew Chen a5ffbdebb3 Remove Obj-c proto parser. 7 years ago
Michael Kirk 495c334d14 update pods
// FREEBIE
7 years ago
Matthew Chen d709a02493 Clean up formatting. 7 years ago
Michael Kirk f633ebe2d9 update socketrocket 7 years ago
Michael Kirk a7bc023526 update pods 7 years ago
Michael Kirk df01c7e63e Update to latest YapDB (with Signal patches applied)
Applied branches:

- mkirk/invalidFinalIndices
- mkirk/upstream-unencrypted-headers

Also fixed up test suite.
7 years ago
Michael Kirk b860dce7f9 Swift protos for Envelope 7 years ago
Matthew Chen 25a98554b7 Intern JSQMessagesViewController. 7 years ago
Matthew Chen 819c2b1ceb Remove Twisted Oak. 7 years ago
Michael Kirk 77997639f5 Use CurrentAppContext instead of compiler flag to affect test behavior 7 years ago
Michael Kirk d423d3487f Disable swift optimizations for tests
Otherwise step-through debugging is untenable

// FREEBIE
7 years ago
Michael Kirk 6b43199ba1 Full text search pods changes
// FREEBIE
7 years ago
Michael Kirk 51747deeb7 update openssl 7 years ago
Matthew Chen 2ed80eb2dc Update cocoapods. 7 years ago
Matthew Chen 0131b8de2d Update cocoapods. 7 years ago
Matthew Chen 1395a6c37b Respond to CR. 7 years ago
Michael Kirk eae2fa27b3 Update pods
// FREEBIE
7 years ago
Michael Kirk 00e5e1b0d6 Fixup some tests
// FREEBIE
7 years ago
Matthew Chen e12a1e984a Work on two-factor auth settings UI. 7 years ago
Matthew Chen 710d164186 Update minimum iOS version to 9.0. 7 years ago
Matthew Chen e411bd5ee5 Update cocoapods. 7 years ago
Matthew Chen b64528e817 Respond to CR. 7 years ago
Matthew Chen 122ef91e57 Add protocol context to protocol kit. 7 years ago
Michael Kirk 6f959ff292 CR: be more conservative about deriving key spec, clear old passphrase
after deriving key spec.

// FREEBIE
7 years ago
Michael Kirk 426c9baa16 Key material changes
- For new installs, generate raw key-spec rather than derive it
- Adapt to separated concerns of the key derivation migration from the unencrypted header migration
- Reduce number of places where we delete/generate keying information
- Only store relevant keying material

// FREEBIE
7 years ago