Skip to content

Optimize transmission of vCard parts

Hash vCard parts before sending them to backend

How to test: Until now the whole contents of the attachments was sent to backend, where it is hashed. Now these hashes are calculated on client side, so transmitted data is much less.

The system should behave as before and verify vCards successfully. Related to https://code.vereign.com/code/signing-service-agent/issues/34

Edited by Damyan Mitev