heck
a2ccfac61a
Fix: Re-Add the original function 'import_key'
has been removed by changing it to use 'import_key_with_fpr'
2 years ago
heck
b5d35fcd67
Fix: Function 'import_key' has incorrect name
(has been changed to use import_key_with_fpr_return. So 1) the actual func 'import_key' is gone, and 2) the new func has to be called 'import_key_with_fpr_return'
2 years ago
Luca Saiu
19ca884783
import_key: change Python documentation to reflect the new API
2 years ago
Luca Saiu
eadbd2d52d
import_key: enrich return value, adding the list of imported FPRs
2 years ago
heck
5955eba1b8
update for new sync interface
2 years ago
heck
44f66c4744
Improvement: update for rename of retrieve_next_sync_event in libpEpAdapter
2 years ago
heck
c57aeca312
Improvement: update for API change - remove `PEP_SESSION.sync_obj` ( closes #12 )
2 years ago
heck
223f4ac3cd
Build: Add Makefile-based build
4 years ago
heck
983164e42a
Style: Dont use namespace std, it has no future considering templates (dont 'use' any namespace, use ns aliases)
4 years ago
heck
cc2a5a2aa7
Feature: Add set_comm_partner_key()
4 years ago
heck
4f13825991
FROMATTING: reformat cxx codebase
4 years ago
heck
4d4bb909c2
Remove: UserInterface_callback because its unused and should be implemented in python if needed again ever (probably not)
4 years ago
heck
ec5b5643ca
Fix session mgmt and some cleanup
4 years ago
heck
c03191dfc4
WIP: warning: breaks existing tests (WIP!) Making it work with libpEpAdapter/master/tip
4 years ago
heck
7fb3ef584e
use Adapter::inject_sync_shutdown() (libpEpAdapter > 0517b9b)
4 years ago
Volker Birk
7f2d884f6e
add disable_all_sync_channels() and test with extra identity
4 years ago
heck
bb70cf0169
PYADPT-111: "Add Single Threaded Sync Implementation" - Implementation
4 years ago
heck
f858556460
PYADPT-110: "Add Mutlithreaded Sync Implementation" - Implementation
4 years ago
heck
c643f1ff4c
C++ class Myself : Identity unused
5 years ago
heck
b5d3177292
PYADPT-86 - "Rename `native_pEp` into `_pEp`"
PYADPT-89 - "Make `native_pep` / `_pEp` a submodule of `pEp`"
More doc
5 years ago