Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Small improvements for pygpghttpd #119

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 23, 2013

  1. Sets shebang to explicitly use python3, adds proper query string pars…

    …ing using urllib and fixes key listing in example.htm
    krautsource committed Oct 23, 2013
    Configuration menu
    Copy the full SHA
    b290a85 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2013

  1. pygpghttpd/pygpghttpd.py: fixed signing and verification, added error…

    … handling, changed from low-level socket handling to http.server.HTTPServer,
    
                              made reading accepted_domains.txt a one-shot instead of on every request.
    pygpghttpd/example.htm: improved readability of HTML output, added tests for signing and signature verification, added output of key identities.
    krautsource committed Oct 25, 2013
    Configuration menu
    Copy the full SHA
    a90fd51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    222c69d View commit details
    Browse the repository at this point in the history