heck
e6fdbd081d
Fix for failing Test: "encrypt msg to self using imported key with passphrase"
2 years ago
heck
49d4ac3b0d
config_passphrase() - implemented using cache.add()
2 years ago
Volker Birk
f67d98cb10
missing header file violating C++ standard
2 years ago
heck
d020c79c03
Replaced hashCode() with UniquelyIdentifiable.getId()
java.lang.Object.hashCode() returns non unique numbers.
2 years ago
heck
0254493742
Per object c++ mutex locking for the Engine class (java).
All calls to an Engine obj are locking the mutex for their respective object.
A unordered_map holds the mutex per java obj hash. The mutexes are created/deleted in constructor/destructor of an engine object.
A global mutex is being locked for write operations on the unordered map (not thread safe).
Cleanup of #includes
2 years ago
heck
e774036922
Added feature Blob.toString() - Human readable string representation of Blob.
The data field is ASN.1 XER decoded for mime_types:
"application/pEp.sync"
"application/pEp.keyreset"
3 years ago
Volker Birk
678fca7ea8
adding config_cipher_suite
3 years ago
Hussein Kasem
4a1daeb7de
Change default JNI-NDK logging options.
3 years ago
Volker Birk
5758fcd11e
updating to new sync API
3 years ago
Volker Birk
b971de7a78
more...
4 years ago
Volker Birk
be51e38280
adding inout for Integer
4 years ago
Hussein Kasem
545ebdc862
JNI-58 Expose enc_format parameter on encrypt_message instead of force PEP_enc_PEP
5 years ago
Volker Birk
76adb8c6c1
adding "pEp/" to include paths
5 years ago
Edouard Tisserant
30f2c10694
JNI-26 fixed include path for pEpEngine includes, according to new JNI build.
6 years ago
Hussein Kasem
e6849af9d3
Changes needed to trigger keysync.
- Make syncthread use only global class refs
- Fix typos
- Make pEpExepcions public
6 years ago
Hussein Kasem
6c749ec8c5
Disable NDK/JNI log
6 years ago
Hussein Kasem
456ad4e50c
fix findClass thread issue (ClassNotFound from syncthread)
6 years ago
Volker Birk
16f7fd4dc0
the weather is cloudy this Sunday
7 years ago
Volker Birk
9f381968ae
...
7 years ago
Volker Birk
595b0806ef
mutex constructor with EAGAIN
7 years ago
Volker Birk
60b5eedca1
locked queue and threads
7 years ago
Volker Birk
5428da6581
identity conversion
7 years ago
Volker Birk
0b9db3886a
stringpairlist
7 years ago
Volker Birk
5afe57ad02
completing C++ message
7 years ago
Volker Birk
6d616ce2c3
...
7 years ago