-
- Downloads
swarm: handle device's expiration
If a device expires, a migration will regenerate the device's certificate. In this case, the device certificate in swarms must be updated. So, the idea of this patch is to verify that the current certificate in the repository for this device is still correct. If the device or the member got invalidated, it tries to replace the current certificate (updated via the migration). So that the new commits will still be valid. Change-Id: I75b19b0edbb5601a758a73a4c4a44678d77295e1 GitLab: #684
Showing
- src/jamidht/conversationrepository.cpp 165 additions, 59 deletionssrc/jamidht/conversationrepository.cpp
- src/jamidht/jamiaccount.cpp 12 additions, 0 deletionssrc/jamidht/jamiaccount.cpp
- src/jamidht/jamiaccount.h 2 additions, 0 deletionssrc/jamidht/jamiaccount.h
- test/unitTest/account_archive/migration.cpp 138 additions, 0 deletionstest/unitTest/account_archive/migration.cpp
- test/unitTest/conversation/conversation.cpp 2 additions, 1 deletiontest/unitTest/conversation/conversation.cpp
Loading
Please register or sign in to comment