dkimpy:stable/0.9

Last commit made on 2019-12-31
Get this branch:
git clone -b stable/0.9 https://git.launchpad.net/dkimpy
Members of dkimpy developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
stable/0.9
Repository:
lp:dkimpy

Recent commits

31a30b8... by Scott Kitterman

   - dknewkey: On posix operating systems set file permissions to 600 for ed25519 private key files (as is already done for RSA) (LP: #1857827)

a1af75e... by Scott Kitterman

Set 0.9.6 release date in ChangeLog

16bcc33... by Scott Kitterman

exclude .pyc files from MANIFEST so we con't accidentally ship test artifacts

dfa9019... by Scott Kitterman

Bump version to 0.9.6

7cbd0fd... by Scott Kitterman

Provide specialized error message when signing or verifying ed25519
signatures and pynacl is not installed (LP: #1854475)

1f53ed8... by Scott Kitterman

Follow CNAMES when looking up key records when using DNS (pydns)
(LP: #1856421)

dccd683... by Scott Kitterman

Catch binascii related key format errors (LP: #1854477)

6db388d... by Scott Kitterman

Ignore unknown service types in key records (LP: #1847020)

d1801bb... by Scott Kitterman

    - Add LICENSE to MANIFEST.in so it is included in the tarball (LP:
      #1845318)

f8e0cba... by Scott Kitterman

Documentation updates