v1.19.0
·
127 commits
to master
since this release
A switch between encryption algorithms.
A new enum EncryptionAlgorithm allowing to choose between AES_CBC and AES_GCM. It's optional and if it's missing from the message it means we're using AES_CBC.
Eventually all clients should switch to AES_GCM and the switch will be deprecated.