summaryrefslogtreecommitdiff
path: root/src/cryptography/fernet.py
Commit message (Expand)AuthorAgeFilesLines
* 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