beremiz
Clone
Summary
Browse
Changes
Graph
PYRO PSK: adjusted cipher and key length to be usable with openSSL 1.0.2k.
2018-10-30, Edouard Tisserant
71593d3f880b
PYRO PSK: adjusted cipher and key length to be usable with openSSL 1.0.2k.
These classes are intended for use server-side.
e.g. in a django view.py :
from pyjs.jsonrpc.django import JSONService, jsonremote
jsonservice = JSONRPCService()
@jsonremote(jsonservice)
def test(request, echo_param):
return "echoing the param back: %s" % echo_param