summaryrefslogtreecommitdiff
path: root/src/cryptography/fernet.py
Commit message (Expand)AuthorAgeFilesLines
* Final polish on removing backends from places they aren't required (#6644)Alex Gaynor2021-11-221-10/+6
* Update annotation for key (#5951)Sam Bull2021-04-031-1/+5
* more typing (#5887)Paul Kehrer2021-03-021-1/+2
* Apply type annotations to x509 ct and ocsp (#5712)Alex Gaynor2021-01-301-2/+2
* Apply type annotations to fernet (#5708)Alex Gaynor2021-01-291-22/+39
* Complete removal of py2 (#5533)Alex Gaynor2020-12-091-3/+1
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* use _get_backend everywhere (#5408)Paul Kehrer2020-08-161-3/+2
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-1/+1
* Disallow ttl=None in (Multi)Fernet.decrypt_at_time() (#5280)Jakub Stasiak2020-06-241-2/+12
* Add a way to pass current time to Fernet (#5256)Jakub Stasiak2020-06-141-7/+17
* centralize our bytes check (#4622)Paul Kehrer2018-12-021-5/+3
* Add support for extracting timestamp from a Fernet token (#4229)Paul Kehrer2018-05-121-6/+15
* Add Multifernet.rotate method (#3979)Chris Wolfe2017-10-191-2/+23
* fernet fix: ignore the timestamp entirely when no ttl is setPaul Kehrer2016-01-211-2/+4
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
* Move the cryptography package into a src/ subdirectoryDonald Stufft2014-11-131-0/+150