cli checks for cryptography library

This commit is contained in:
David Lord 2020-02-09 16:01:23 -08:00
parent 982663d063
commit bcde664f9a
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 11 additions and 7 deletions

View file

@ -16,6 +16,8 @@ Unreleased
- :func:`send_file` raises a :exc:`ValueError` when passed an
:mod:`io` object in text mode. Previously, it would respond with
200 OK and an empty file. :issue:`3358`
- When using ad-hoc certificates, check for the cryptography library
instead of PyOpenSSL. :pr:`3492`
Version 1.1.2