Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
d58c6ad13d3f853e1ba69a25283b7069024cbccd
/
docs
d58c6ad
Fixed #3777 -- document an additional dependency (#3779)
by Alex Gaynor
· 8 years ago
601ed63
Attempt to use coverage to quantify how many of the CONDITIONAL_NAMES we really use (#3763)
by Alex Gaynor
· 8 years ago
bf128a4
add rfc 3526 DH groups (#3767)
by Paul Kehrer
· 8 years ago
3ba1d8a
we forgot to document these DH methods (#3757)
by Paul Kehrer
· 8 years ago
765a3e4
write some words about encrypt/decrypt in fernet (#3756)
by Paul Kehrer
· 8 years ago
f92f2d4
update static wheel install docs (#3754)
by Paul Kehrer
· 8 years ago
a509496
Order our supported OpenSSL versions reasonably (#3752)
by Alex Gaynor
· 8 years ago
b7912ee
Fixes #3745 -- add the any EKU EKU (#3750)
by Alex Gaynor
· 8 years ago
1eeaabb
update linux install docs and release instructions (#3746)
by Paul Kehrer
· 8 years ago
a857fe6
don't use long keys because they can be confusing wrt bits/bytes (#3734)
by Paul Kehrer
· 8 years ago
491fd7c
Funcs macros gone (#3695)
by Paul Kehrer
· 8 years ago
e3a2fb2
remove python 3.3 from CI (#3729)
by Paul Kehrer
· 8 years ago
5bc8c7d
doc the relationship between PrivateKey and PrivateKeyWithSerialization (#3721)
by Paul Kehrer
· 8 years ago
2748e2e
Reorganize DHParameters and DHPublicKey *WithSerialization (#3722)
by Paul Kehrer
· 8 years ago
361a9fc
changelog entry and a few updates to the new DH params docs (#3718)
by Paul Kehrer
· 8 years ago
6b08aba
Dh parameters serialization (#3504)
by Aviv Palivoda
· 8 years ago
3dccf6a
be clearer that 65537 is the right answer (#3714)
by Paul Kehrer
· 8 years ago
c38e550
add FAQ entry for failed to install (#3710)
by Paul Kehrer
· 8 years ago
e67354e
add NIST CAVP CCM vectors (#3698)
by Paul Kehrer
· 8 years ago
9e19428
fix typo in docs for curve name (#3705)
by Paul Kehrer
· 8 years ago
61858f3
It's a method you must call (#3696)
by Jean-Paul Calderone
· 8 years ago
3e357f7
X25519 Support (#3686)
by Paul Kehrer
· 8 years ago
7e53d91
ChaCha20Poly1305 support (#3680)
by Paul Kehrer
· 8 years ago
f12955c
scrypt can be doctested now that we're using 1.1.0 (#3688)
by Paul Kehrer
· 8 years ago
cfdc605
add X25519 test vectors from RFC 7748 section 5.2 (#3685)
by Paul Kehrer
· 8 years ago
e2e8782
Do more retries in linkcheck because NIST websites are down a lot (#3683)
by Alex Gaynor
· 8 years ago
5afd569
Change the link to appease linkcheck (#3677)
by Alex Gaynor
· 8 years ago
e3ff364
fix symmetric encryption interfaces heading (#3676)
by Paul Kehrer
· 8 years ago
a8b1c6e
document invalidtag (#3675)
by Paul Kehrer
· 8 years ago
66dcd38
add ChaCha20Poly1305 test vectors from OpenSSL/RFC7539 (#3673)
by Paul Kehrer
· 8 years ago
3661011
Remove a line from "Why do we exist" (#3672)
by Alex Gaynor
· 8 years ago
6a0718f
Refs #3461 -- parse SCTs from x.509 extension (#3480)
by Alex Gaynor
· 8 years ago
140ec5d
Fixes #2347 -- link to the stdlib secrets module in our random number generation section (#3669)
by Alex Gaynor
· 8 years ago
1a5d70e
deprecate signer/verifier on asymmetric keys (#3663)
by Paul Kehrer
· 8 years ago
26fcc5c
make signature and verification contexts error better re: prehashed (#3658)
by Paul Kehrer
· 8 years ago
5f84523
FreeBSD 10 and higher use Fortuna, not Yarrow (#3652)
by Jeroen Ruigrok van der Werven
· 8 years ago
ece3af1
for humans is irritating, let's stop saying it (#3647)
by Paul Kehrer
· 8 years ago
5a284e6
update the docs with new jenkins CI URL & mac openssl upgrade process (#3639)
by Paul Kehrer
· 8 years ago
0db218e
reorder the primitives list and improve a few titles (#3640)
by Paul Kehrer
· 8 years ago
d607dd7
Enlarge _oid2txt buffer to handle larger OIDs (#3612)
by Fraser Tweedale
· 8 years ago
7bc3686
move MACContext to mac.py and eliminate interfaces.py (#3631)
by Paul Kehrer
· 8 years ago
e10d0d6
reorganize our toc to look nicer and make more sense (#3632)
by Paul Kehrer
· 8 years ago
aef8ebc
Ignore linkcheck errors from cryptrec (#3629)
by Alex Gaynor
· 8 years ago
6a10b29
Improve accuracy of install docs page (#3626)
by Paul Kehrer
· 8 years ago
afa84f1
strongly encourage the use of fernet, document its limitation (#3623)
by Paul Kehrer
· 8 years ago
35acb37
Modify DH/ECDH examples to be explicit for DHE/ECDHE (#3622)
by Paul Kehrer
· 8 years ago
f916dfc
re-add the why of cryptography to the faq with some small updates (#3621)
by Paul Kehrer
· 8 years ago
136b324
add some explicit instructions on determining key type in a cert (#3596)
by Paul Kehrer
· 8 years ago
9bab8bd
comma comma comma (#3595)
by Paul Kehrer
· 8 years ago
a9b8690
Put the exchange method on the correct interface (#3591)
by Alex Gaynor
· 8 years ago
312d75d
Update the docs to not be redundant and wrong (#3593)
by Paul Kehrer
· 8 years ago
adeaacf
allow global suppression of link flags (#3592)
by Paul Kehrer
· 8 years ago
1adb9aa
can we convince people we're pyca/cryptography and not cryptography.io (#3588)
by Paul Kehrer
· 8 years ago
416f526
add convenience methods for key_size on EC{Public,Private}Key (#3587)
by Paul Kehrer
· 8 years ago
70e8f90
let's deprecate some hashes we should never have exposed (#3584)
by Paul Kehrer
· 8 years ago
51ef0eb
update the docs index (#3583)
by Paul Kehrer
· 8 years ago
76e68eb
Document DH in serialization (#3569)
by Aviv Palivoda
· 8 years ago
9b22eb9
Let's help out the newbies (#3572)
by Cory Benfield
· 8 years ago
db51114
Deprecate Python 3.3 support, with the intention of being removed in the next release (#3566)
by Alex Gaynor
· 8 years ago
c7dd9de
Replace release automation with click (#3557)
by Alex Gaynor
· 8 years ago
a4668c6
remove multibackend (#3555)
by Paul Kehrer
· 8 years ago
2240ba2
Dropped support for really old macOS (#3554)
by Alex Gaynor
· 8 years ago
5103235
time to remove commoncrypto, fare thee well (#3551)
by Paul Kehrer
· 8 years ago
d08ddd5
Don't raise an UnsupportedExtension for critical extensions. (#3550)
by Alex Gaynor
· 8 years ago
99ebc22
Make the code compatible with the latest sphinx release (#3543)
by Alex Gaynor
· 8 years ago
5ca9946
Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#3539)
by Alex Gaynor
· 8 years ago
5fb1021
add a changelog entry for finalize_with_tag and move the note (#3531)
by Paul Kehrer
· 8 years ago
2e84daa
postpone GCM authentication tag requirement until finalization (#3421)
by Philipp Gesang
· 8 years ago
89c2ce4
Update docs to reflect a change that occured long ago with bindings (#3517)
by Alex Gaynor
· 8 years ago
de569c5
format some function names in docs (#3511)
by Alex Gaynor
· 8 years ago
e660ffe
Fixed #3489 -- document that we don't have wheels for pypy (#3496)
by Alex Gaynor
· 8 years ago
9ef1d6f
I don't know what a bug issue is (#3481)
by Alex Gaynor
· 8 years ago
2a0b834
Update symmetric-encryption.rst (#3479)
by gdmnbt
· 8 years ago
4a772a8
Another site goes HTTPS! (#3477)
by Alex Gaynor
· 8 years ago
46c0c62
Use some more recent version numbers in examples (#3474)
by Alex Gaynor
· 8 years ago
511098c
From time to time, we ignore our own policy (#3475)
by Alex Gaynor
· 8 years ago
03d8e02
Use stronger language (#3476)
by Alex Gaynor
· 8 years ago
bca951e
Interfaces for SCTs, feedback wanted (#3467)
by Alex Gaynor
· 8 years ago
fd2b27a
add captions to the split toctrees (#3466)
by anarcat
· 8 years ago
9bab0ed
Refs #3461 -- added the OID for the SCT x.509 extension (#3464)
by Alex Gaynor
· 8 years ago
5f9c5cb
Refs #3461 -- added a test vector with SCTs (#3462)
by Alex Gaynor
· 8 years ago
0604944
Be on brand: it's macOS (#3456)
by Alex Gaynor
· 8 years ago
4ce11b1
update dev docs to also say macOS and use openssl 1.1 (#3452)
by Paul Kehrer
· 8 years ago
3017c33
fix typo (#3442)
by Ofek Lev
· 8 years ago
524e745
it's called macOS and let's document openssl 1.1.0 installation on mac (#3437)
by Paul Kehrer
· 8 years ago
e9dbbd8
document that we're not building universal wheels now (#3436)
by Paul Kehrer
· 8 years ago
e44efb6
DH subgroup order (q) (#3369)
by Aviv Palivoda
· 8 years ago
64f1f42
Update NIST urls in docs (#3418)
by Alex Gaynor
· 8 years ago
500047b
SHA-1 is broken, run for the hills (#3417)
by Alex Gaynor
· 8 years ago
9a59ad8
Use HTTPS urls for a few more websites (#3416)
by Alex Gaynor
· 8 years ago
5ad6df9
This is HTTPS now (#3407)
by Alex Gaynor
· 8 years ago
8aa893b
Two random grammar fixes (#3402)
by Alex Gaynor
· 8 years ago
9b34ca9
add support for update_into on CipherContext (#3190)
by Paul Kehrer
· 8 years ago
bd7cd2d
faq entry for setuptools_ext issues (#3393)
by Paul Kehrer
· 8 years ago
9794588
Update tutorial.rst (#3394)
by AlexanderWeyman
· 8 years ago
f19fef1
support defining which windows libraries to link with an env var (#3356)
by Paul Kehrer
· 8 years ago
6723a12
DH serialization (#3297)
by Aviv Palivoda
· 8 years ago
d0c6983
Point people to python3-dev if needed (#3359)
by Alex Gaynor
· 9 years ago
4e87cf4
Removed dead link from docs (#3360)
by Alex Gaynor
· 9 years ago
1bab7bc
add a SAN to the certificatebuilder example (#3353)
by Paul Kehrer
· 9 years ago
Next »