summaryrefslogtreecommitdiff
path: root/src/cryptography/fernet.py
Commit message (Expand)AuthorAgeFilesLines
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-311-0/+1
* Annotate a few more functions (#7876)Alex Gaynor2022-12-041-1/+1
* Allow Fernet decryption to accept string tokens (#7116)Robert Coup2022-04-291-8/+16
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-2/+2
* Swap out the struct module for int methods (#6774)Alex Gaynor2021-12-301-5/+7
* Informative error on incompatible Fernet key (#6768)Bar Harel2021-12-281-1/+6
* 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