Split out a FederationReader process

This commit is contained in:
Erik Johnston 2016-07-21 17:37:44 +01:00
parent 2c28e25bda
commit aede7248ab
4 changed files with 238 additions and 0 deletions

View file

@ -22,6 +22,10 @@ import OpenSSL
from signedjson.key import decode_verify_key_bytes
import hashlib
import logging
logger = logging.getLogger(__name__)
class KeyStore(SQLBaseStore):
"""Persistence for signature verification keys and tls X.509 certificates