Skip to content

v1.19.0

Choose a tag to compare

@makingthematrix makingthematrix released this 04 Apr 07:57
· 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.