minkan-chat / server

This repository keeps the backend implementation for the Minkan end-to-end encrypted messenger.
GNU Affero General Public License v3.0
16 stars 1 forks source link

Add own key policy #5

Closed Erik1000 closed 3 years ago

Erik1000 commented 3 years ago

Currently we only check if the pgp certificates are valid. We don't check the key types for our special use case. E.g. the server would accept a RSA key. We only want to allow ed25519 keys.