Sylvain Berfini
41b9cf9c67
Fix allocs and frees in lime
2017-01-03 12:29:39 +01:00
Ghislain MARY
563bb427b0
Fix IM encryption engine for automatic wrapper generation.
2016-12-19 11:56:37 +01:00
Sylvain Berfini
85d8e09d59
Call IM Encryption Engine outoing & incoming callbacks also for composing messages, but do nothing with lime + test
2016-12-05 12:07:11 +01:00
Sylvain Berfini
395c81f69a
Added encryption callbacks for file upload in im encryption engine
2016-11-10 15:44:32 +01:00
Sylvain Berfini
3214b4371a
Reworked im encryption engine to be at linphone level instead of sal level
2016-11-10 14:33:04 +01:00
Sylvain Berfini
127d52d72d
Reworked API for im encryption engine for file download + added test for file body handler
2016-11-09 17:26:55 +01:00
Sylvain Berfini
c284239d54
Added callbacks in im encryption engine for decrypting incoming files in chat messages + improved lime test to check decrypted file is equal to sent one
2016-11-07 16:32:09 +01:00
Sylvain Berfini
28d5816c06
Added belle_sip_request_t parameter to im encryption engine callbacks to authorize read/write of SIP headers
2016-11-04 16:26:36 +01:00
Sylvain Berfini
47c08783af
Added process outgoing message for im encryption engine
2016-11-04 15:35:59 +01:00
Sylvain Berfini
2c905e4cde
Started im encryption engine, process incoming message with lime seems to work
2016-11-04 12:02:23 +01:00
Gautier Pelloux-Prayer
f6381d913a
license: update FSF address
2016-07-27 11:58:38 +02:00
Ghislain MARY
300c8b8737
Fix build for Windows 10.
2016-07-04 15:20:13 +02:00
Jehan Monnier
142d465862
add lime stubbed functions
2016-06-23 16:25:41 +02:00
Ghislain MARY
c13647f8bd
Treat warnings as errors on Windows.
2016-06-16 12:23:53 +02:00
Simon Morlat
5b3f085121
lime again
2016-06-01 19:42:35 +02:00
Simon Morlat
e67e881283
change prototype of lime_freeKeys() to avoid passing a full structure by copy.
2016-06-01 19:39:21 +02:00
Simon Morlat
2336ee6f8b
fix compilation without lime, add required copyright headers.
2016-06-01 19:33:12 +02:00
Jehan Monnier
aaa2c3c194
change bctoolbox_ to bctbx_
2016-05-18 16:15:32 +02:00
Johan Pascal
5b4f50fb66
Lime uses bctoolbox crypto API
2016-02-09 22:02:59 +01:00
Johan Pascal
7e742958a2
Fix compilation when LIME is disabled
...
- enabled by default switch using --enable-lime
- check for polarssl gcm.h presence (version >=1.3)
2015-03-19 00:21:07 +01:00
Gautier Pelloux-Prayer
2bc09231d5
lime.c: temporary remove clang-not-compiling checks
2015-03-17 11:28:20 +01:00
Johan Pascal
f942fdeb3b
Fix merge
...
and make code C90 compliant
2014-09-28 23:02:19 +02:00
Johan Pascal
cb4b534a4d
Lime gives more explicit warning messages
2014-07-13 00:31:58 +02:00
Johan Pascal
f6eb21ad82
Lime checks the PVS flag in ZRTP cache when getting keys
2014-07-13 00:02:47 +02:00
Johan Pascal
6bdc649624
Add encrypted file transfer message
...
+ test for the encrypted text message
+ fix bug introduced in last merge
2014-06-12 00:49:36 +02:00
Johan Pascal
26ada60683
Complete LIME integration into liblinphone
...
- add a boolean into linphoneCore to check if encryption is requested
- move encryption/decryption from chat.c to sal_op_message.c
- check encrypted message validity
- return error to application when enable to encrypt/decrypt
2014-04-25 21:24:50 +02:00
Johan Pascal
8a8eb4afe1
Add Lime (Linphone Instant Message Encryption)
...
- not fully functional yet.
2014-04-11 00:02:36 +02:00