signal-desktop/js
lilia 39505c81b1 Finish up webcrypto integration, Fixes #72
We now correctly and opportunistically use the webcrypto API if
available, polyfilling if it's not detected. This change also includes a
layer of abstraction over the webcrypto interface so we no longer have
to deal with key-imports or algorithm names all over the place. Since we
no longer support AES-CTR, code outside this file can simply call
`textsecure.subtle.<encrypt|decrypt|sign>(key, data [, iv])`.
2014-10-26 20:29:10 -07:00
..
models Save outgoing attachments 2014-10-26 00:30:20 -07:00
views Basic frontend support for image attachments 2014-10-24 18:53:55 -07:00
api.js No, jQuery, don't processData! 2014-10-25 19:48:54 -07:00
background.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 2014-06-01 21:33:58 +02:00
chromium.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 2014-06-01 21:33:58 +02:00
crypto.js Finish up webcrypto integration, Fixes #72 2014-10-26 20:29:10 -07:00
fake_api.js Add closeSession tests as Alice and fix re-requesting prekeys 2014-07-24 20:15:27 -04:00
helpers.js Fix buffer concatenation 2014-10-25 23:07:14 -07:00
libphonenumber-util.js Move phonenumbery utils to libphonenumber object 2014-10-13 22:49:39 -07:00
options.js Refactor options page and style using bootstrap 2014-10-14 13:59:43 -07:00
popup.js Open the most recent conversation on load 2014-10-20 17:49:41 -07:00
protobufs.js Refactor textsecure.protos -> textsecure.protobuf 2014-10-20 15:11:16 -07:00
sendmessage.js Fix attachment ids 2014-10-25 18:12:20 -07:00
test.js Finish up webcrypto integration, Fixes #72 2014-10-26 20:29:10 -07:00
testvectors.js Remove now-broken axolotl test 2014-10-26 03:44:55 -07:00
webcrypto.js Finish up webcrypto integration, Fixes #72 2014-10-26 20:29:10 -07:00