Specification of unpadded Base64

This commit is contained in:
Richard van der Hoff 2017-03-01 08:50:07 +00:00
parent 39f177b5eb
commit da686ba4eb
5 changed files with 66 additions and 5 deletions

View file

@ -165,7 +165,7 @@ events sent by that server can still be checked.
``signatures`` Object Digital signatures for this object
signed using the ``verify_keys``.
``tls_fingerprints`` Array of Objects Hashes of X.509 TLS certificates used
by this this server encoded as base64.
by this this server encoded as `Unpadded Base64`_.
``valid_until_ts`` Integer POSIX timestamp when the list of valid
keys should be refreshed.
==================== =================== ======================================
@ -271,7 +271,7 @@ at ``/_matrix/key/v1``.
``signatures`` Object Digital signatures for this object
signed using the ``verify_keys``.
``tls_certificate`` String The X.509 TLS certificate used by this
this server encoded as base64.
this server encoded as `Unpadded Base64`_.
==================== =================== ======================================
.. code:: json
@ -1144,3 +1144,4 @@ that are too long.
known hash functions like SHA-256 when none of the keys have been redacted]]
.. _`Canonical JSON`: ../appendices.html#canonical-json
.. _`Unpadded Base64`: ../appendices.html#unpadded-base64