dkimpy:async

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

Branch merges

Branch information

Name:
async
Repository:
lp:dkimpy

Recent commits

fce59d4... by Scott Kitterman

Update from master after initial async merge

f680dd8... by Scott Kitterman

Merge async work into master for 1.0

397ec61... by Scott Kitterman

ChangeLog typo

7173c0c... by Scott Kitterman

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

0e687ac... by Scott Kitterman

Start of async tests - not working yet

6bd6107... by Scott Kitterman

New keys and test cases for RSA key format variants like RSAPublicKey

4fa04fd... by Scott Kitterman

Add atility to set DNS port with async to support testing when not root (avoid need for privileged port access)

c66a014... by Scott Kitterman

Fix RSAPublicKey in ChangeLog

b32c917... by Scott Kitterman

Merge branch 'master' of git+ssh://git.launchpad.net/dkimpy

4d2f425... by Scott Kitterman

    - Support signature verification with SubjectPublicKeyInfo formatted keys
      since, although rare, they are RFC 6376 specified (LP: #1851862)