diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2021-02-07 11:36:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-07 10:36:56 -0600 |
| commit | 82b6ce28389f0a317bc55ba2091a74b346db7cae (patch) | |
| tree | 7664b5f2c5af817e737da24d729ecb93ea011e42 /docs/conf.py | |
| parent | 1ff0d50948bbb6f2aa53d5648f1188a567d941cd (diff) | |
| download | cryptography-3.3.2.tar.gz | |
* correct buffer overflows cause by integer overflow in openssl
frustratingly, there is no test for this -- that's because testing this
requires allocating more memory than is available in CI.
fixes #5615.
* backport CI fixes
* another CI backport
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 33240d8de..fb67adabc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -71,7 +71,7 @@ master_doc = "index" # General information about the project. project = "Cryptography" -copyright = "2013-2020, Individual Contributors" +copyright = "2013-2021, Individual Contributors" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |
