Skip to content

KeyServer Develop Protocol

Javier Gusano Martinez edited this page Nov 30, 2016 · 3 revisions

KeyServer Protocol

This software is a Key Server that implements the TLS Session Key Interface (SKI) defined in draft-cairns-tls-session-key-interface-01.

Error Responses

If something goes wrong during the KeyServer connection/requests, it will response a JSON with an error message using this structure:

{"error":"ERROR_MESSAGE"}

This table shows a list with the possible ERROR_MESSAGE values:

ERROR_MESSAGE Description
malformed request The current request is not correctly formatted according to the Session Key Interface for TLS and DTLS.
request denied You don't have rights for access to the KeyServer.
spki not found The SPKI in your requests is not provisioned to KeyServer database.
unspecified error Something with the request goes wrong and the KeyServer don't sows info about it for security reasons.
Clone this wiki locally