Skip to content

Security enhancement release

Compare
Choose a tag to compare
@adobeDan adobeDan released this 19 Apr 00:58
· 154 commits to master since this release

This release adds the ability for clients to specify their private key data directly when creating a connection, as opposed to having to put it in a local file. Thus it allows removing the chance of someone else on the machine observing the file content. For details, see the documentation of Connection.__init__, in particular the new private_key_data argument.

This release also adds certification for Python 2.6 support.