diff options
author | Jiangge Zhang <tonyseek@gmail.com> | 2015-06-05 18:01:22 +0800 |
---|---|---|
committer | Jiangge Zhang <tonyseek@gmail.com> | 2015-06-05 18:01:22 +0800 |
commit | 764f637ee09276836bbda5902568bed20cb468ad (patch) | |
tree | 60271c921981f38cfc1ab4881ad4e5d7603d0151 /CHANGELOG.rst | |
parent | 5fd451ca5ae667a6485e02739f6d0ff9f797bce6 (diff) | |
download | cryptography-764f637ee09276836bbda5902568bed20cb468ad.tar.gz cryptography-764f637ee09276836bbda5902568bed20cb468ad.tar.bz2 cryptography-764f637ee09276836bbda5902568bed20cb468ad.zip |
Update CHANGELOG for Two-Factor provisioning URI.
Related Issue: #1990
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 88ff1962..c99a566a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,10 @@ Changelog :class:`~cryptography.x509.CertificateSigningRequest`. * Support serialization of certificates using the ``public_bytes`` method of :class:`~cryptography.x509.Certificate`. +* Add ``get_provisioning_uri`` method to + :class:`~cryptography.hazmat.primitives.twofactor.hotp.HOTP` and + :class:`~cryptography.hazmat.primitives.twofactor.totp.TOTP` for generating + provisioning URIs. 0.9 - 2015-05-13 ~~~~~~~~~~~~~~~~ |