cryptography/docs
Marko Kreen 0f8626093c
Support OpenSSH private key serialization format (#5146)
* ssh.py contains load/serialize code.
* Add PrivateFormat.OpenSSH to .private_bytes() format.
* Add load_ssh_private_key().
* Use new code for PublicFormat.OpenSSH too.
* load_ssh_public_key() now supports reading signed public keys.
* Supported algorithms: rsa, dsa, ec, ed25519.
* Optional dependency on 'bcrypt' package via [ssh] extra
2020-06-20 19:06:26 -05:00
..
_static
development Fix for linkcheck (#5281) 2020-06-20 17:39:22 -05:00
hazmat Support OpenSSH private key serialization format (#5146) 2020-06-20 19:06:26 -05:00
x509 Removed deprecated behavior in AKI.from_issuer_subject_key_identifier (#5182) 2020-04-05 20:00:55 -05:00
api-stability.rst Add a Versioning section to the API stability docs (#4027) 2018-01-07 10:32:36 -06:00
changelog.rst
community.rst Use stronger language (#3476) 2017-03-22 22:56:05 -04:00
conf.py fixed linkcheck for CVE website configuration failure (#5169) 2020-03-31 19:24:42 -05:00
cryptography-docs.py fixed docs with latest sphinx (#4107) 2018-02-13 19:31:05 +04:00
doing-a-release.rst goodbye azure (#5207) 2020-04-19 20:32:28 -04:00
exceptions.rst
faq.rst Drop support for OpenSSL 1.0.1 (#5178) 2020-04-04 16:08:08 -05:00
fernet.rst Add a way to pass current time to Fernet (#5256) 2020-06-14 13:30:18 -05:00
glossary.rst allow bytes-like for key/iv/data for symmetric encryption (#4621) 2018-12-09 23:13:31 -05:00
index.rst Also suggest cryptopals to learn crypo (#4745) 2019-02-03 07:25:27 -08:00
installation.rst Document that we test on bullseye (#5197) 2020-04-17 20:14:19 -05:00
limitations.rst Update the link to CERT's website for linkcheck (#5278) 2020-06-14 13:29:16 -05: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 Clarify that static linkage only applies to wheels (#5265) 2020-06-03 11:15:28 -05:00
spelling_wordlist.txt Document that we test on bullseye (#5197) 2020-04-17 20:14:19 -05:00