landry e24420c37a Import py-signedjson 1.1, from maintainer Renaud Allard
Signs JSON objects with ED25519 signatures.

- More than one entity can sign the same object.

- Each entity can sign the object with more than one key making it
easier to rotate keys

- ED25519 can be replaced with a different algorithm.

- Unprotected data can be added to the object under the "unsigned" key.

dependency for upcoming synapse/matrix server port.

ok solene@
2020-03-08 16:46:03 +00:00

18 lines
1.5 KiB
Plaintext

@comment $OpenBSD: PLIST,v 1.1.1.1 2020/03/08 16:46:03 landry Exp $
lib/python${MODPY_VERSION}/site-packages/signedjson/
lib/python${MODPY_VERSION}/site-packages/signedjson-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/signedjson-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/signedjson-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/signedjson-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/signedjson-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/signedjson-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/signedjson/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/signedjson/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/signedjson/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/signedjson/${MODPY_PYCACHE}key.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/signedjson/${MODPY_PYCACHE}sign.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/signedjson/${MODPY_PYCACHE}types.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/signedjson/key.py
lib/python${MODPY_VERSION}/site-packages/signedjson/sign.py
lib/python${MODPY_VERSION}/site-packages/signedjson/types.py