Statistics
| Branch: | Tag: | Revision:

root / test / ganeti.serializer_unittest.py @ f4a2f532

History | View | Annotate | Download (3.6 kB)

# Date Author Comment
f4a2f532 07/14/2009 01:35 pm Guido Trotter

HMAC authenticated json messages

This patch includes HMAC authenticated json messages to the serializer.
The new interface works on any json-encodable data type, and can sign it
with a private key and an optional salt. The same private key must be
used upon message loading to verify the message....

501c95a2 06/23/2008 08:22 pm Michael Hanselmann

Add unittests for ganeti.serializer

Reviewed-by: iustinp