cryptography/docs
Paul Kehrer 4d77fb9d3e
3.4.5 backports and changelog/version bump (#5827)
* Bump pyo3 and lower MSRV (#5823)

* fix signature of EllipticCurvePublicKey.verify() (#5808)

The signature change was introduced in https://github.com/pyca/cryptography/pull/5729 but is inconsistent with respect to related methods, breaks backward compatibility and compatibility with the OpenSSL backend (and maybe other backends) when named arguments are used.

* Name: update get_attributes_for_oid return type (#5809)

`List` gives more power to the caller.

Note that `RelativeDistinguishedName`, the same function returns a `List`.

Is there a reason this was `Iterable` only for `Name`? If we don't want to
promise `List`, `Sequence` is another alternative.

* Start typing a bunch of stuff from x509 extensions (#5812)

* part 2 of typing x509 extensions (#5815)

* 3.4.5 changelog and version bump

* spelling

* fix a false positive from the latest clippy (#5813)

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
Co-authored-by: Markus Wamser <wamserma@users.noreply.github.com>
Co-authored-by: Dan Halperin <dhalperi@users.noreply.github.com>
2021-02-13 16:44:43 -05:00
..
_static
development Remove __future__ import from our code (#5610) 2020-12-09 00:35:11 -06:00
hazmat remove DSAParametersWithNumbers (#5724) 2021-01-31 17:24:37 -05:00
x509 Apply type annotations to x509 ct and ocsp (#5712) 2021-01-30 16:44:14 -06:00
api-stability.rst tense (#5538) 2020-10-31 11:05:21 -07:00
changelog.rst
community.rst Use stronger language (#3476) 2017-03-22 22:56:05 -04:00
conf.py It's 2021! (#5701) 2021-01-25 14:12:56 -06:00
cryptography-docs.py Remove __future__ import from our code (#5610) 2020-12-09 00:35:11 -06:00
doing-a-release.rst Build manylinux2014 wheels (#5642) 2020-12-12 12:45:20 -06:00
exceptions.rst
faq.rst [3.4] More aggressively point people at Rust version docs (#5782) (#5783) 2021-02-08 09:51:55 -06:00
fernet.rst Polish up the fernet limitations language (#5577) 2020-11-19 13:07:47 -06:00
glossary.rst allow bytes-like for key/iv/data for symmetric encryption (#4621) 2018-12-09 23:13:31 -05:00
index.rst correct types in docs/index.rst doctest (#5692) 2021-01-12 11:05:47 -05:00
installation.rst 3.4.5 backports and changelog/version bump (#5827) 2021-02-13 16:44:43 -05:00
limitations.rst Document that PKCS1v1.5 is not constant time (#5600) 2020-12-06 22:12:44 -06:00
make.bat
Makefile
random-numbers.rst Fixes #2347 -- link to the stdlib secrets module in our random number generation section (#3669) 2017-06-04 05:51:31 -10:00
security.rst Don't tell people to use PGP, it's not good (#5543) 2020-11-01 08:55:52 -08:00
spelling_wordlist.txt 3.4.5 backports and changelog/version bump (#5827) 2021-02-13 16:44:43 -05:00