Signal-iOS/SignalServiceKit/tests
Michael Kirk 7499b3aaf0 Avatar API integration / WIP crypto scheme
Crypto Scheme:

- Name (un)padding
- WIP AES-GCM (funtioning, but need to verify against android
  implementation, and tag functionality)

Changes to avatar API:

- hard code avatar domain (cdn.signal.org)
- avatar form hands out new avatar key, invalidating old avatar
- preliminary aes-gcm integration

Also:

- New type to represent AES128 keys, rather than passing around opaque
  data blobs everywhere, we can use the compiler to help us make sure
  we're passing compliant keying material.

- Started using factory pattern for API requests. This is intended to be
  a lighter weight way to implement new API requests, rather than the
  current 1-method class ceremony.

// FREEBIE
2017-08-14 12:45:37 -04:00
..
Account Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
Contacts Fixup tests 2017-08-03 13:27:09 -04:00
Devices Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
Messages fix some recently broken tests 2017-08-04 11:33:51 -04:00
Security Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
Storage Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
TestSupport/Fakes Fix up some tests 2017-08-09 12:17:03 -04:00
Util Avatar API integration / WIP crypto scheme 2017-08-14 12:45:37 -04:00