Commit Graph

17 Commits

Author SHA1 Message Date
Michael Kirk
6dd55895b5 framework compatible tests
// FREEBIE
2017-08-18 18:01:05 -04:00
Michael Kirk
c1925e77fc Make framework friendly
- Adapt to Curve25159Kit renaming
- Explicit import
- move non-framework compatible includes out of header

// FREEBIE
2017-08-18 18:01:05 -04:00
Michael Kirk
7179db4653 Add SPKAssert macros
include more logging
assert some invariants, which will log in production when not met.

Also removed an unsed PCH, moved the PCH out of Classes

// FREEBIE
2017-08-07 11:15:09 -04:00
Michael Kirk
3b04acd9b3 Add CocoaLumberjack
Incidentally:
* Use podspec to determine dependencies
* Since AxolotlKit pod is a dev pod dependency of the AxolotlKit
  test-harness app, removed the redundant include of AxolotlKit files
  from the AxolotlKit test-harness app.

// FREEBIE
2017-03-29 18:42:59 -04:00
Michael Kirk
714f5ebe19 Copy states to avoid crash when saving while mutating in another thread.
A number of places mutate this object. Make sure the encoding process
has it's own copy.

// FREEBIE
2016-12-15 22:30:35 -06:00
Frederic Jacobs
0acacd2012 AxolotlStore needs to be defined in SessionBuilder. 2015-12-05 22:32:32 +01:00
Frederic Jacobs
ffc922b8f1 Upgrading dependencies and passing infer tests. 2015-06-14 13:18:27 +02:00
Frederic Jacobs
d6cd482d9b Upgrading 25519 dependency 2015-05-12 18:56:36 +02:00
Frederic Jacobs
d47fad27c5 NSSecureCoding serialization of PreKeyBundles. 2015-02-15 22:11:26 +01:00
Frederic Jacobs
7122ea0f2d Adding remoteRegistrationId interface on SessionCipher objects. 2015-02-15 16:57:52 +01:00
Frederic Jacobs
fc2b2f9195 ProtocolBuffers specification. 2015-01-28 23:07:32 -10:00
Frederic Jacobs
8347c85438 Adding missing MessageKeys serialization 2014-12-31 21:18:59 +01:00
Frederic Jacobs
c89128029d Adding tests for out of order message decryption 2014-12-31 20:52:20 +01:00
Frederic Jacobs
a1fb9e4d92 Random bug fixes
Update .travis.yml

Update .travis.yml

Some fixes
2014-11-27 03:05:14 +01:00
Frederic Jacobs
dc2cc60848 Fixing Podspec 2014-11-14 22:20:51 +01:00
Frederic Jacobs
ac9ac38059 Fixing typo in Podfile 2014-10-29 00:01:25 +01:00
Frederic Jacobs
8ac6b2d6e2 Clean up, CocoaPod spec draft 2014-10-27 17:09:08 +01:00