Mozilla's server side web signing operations
Project description
See https://wiki.mozilla.org/Apps/WebApplicationReceipt/SigningService
Dev and testing
Create a virtualenv of your choosing and activate it:
virtualenv websigning source websigning/bin/activate
Or using virtualenvwrapper:
mkvirtualenv websigning
Install the dependencies:
python setup.py develop
Run tests:
python setup.py nosetests
When testing, you may see output along the lines of:
“InsecurePlatformWarning: A true SSLContext object is not available.”
This seems to be a feature of newer versions of the request module. This can be solved by installing by running:
pip install requests[security]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
websigning-0.1.tar.gz
(19.4 kB
view details)
File details
Details for the file websigning-0.1.tar.gz
.
File metadata
- Download URL: websigning-0.1.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b81217fb7960445f2a11be9c711abaf26fda6b6d950ee2d000271deefac53c8 |
|
MD5 | 20c567be85b81de5dc8656006c937ab1 |
|
BLAKE2b-256 | 0a14cea39ff74dea5f56a017fb601cf134c6ec78166b86d7c95c92990cadf053 |