index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
add X25519 test vectors from RFC 7748 section 5.2 (#3685)
Paul Kehrer
2017-06-06
1
-0
/
+1
*
Do more retries in linkcheck because NIST websites are down a lot (#3683)
Alex Gaynor
2017-06-05
1
-1
/
+1
*
Change the link to appease linkcheck (#3677)
Alex Gaynor
2017-06-04
1
-1
/
+1
*
fix symmetric encryption interfaces heading (#3676)
Paul Kehrer
2017-06-04
1
-1
/
+1
*
document invalidtag (#3675)
Paul Kehrer
2017-06-04
1
-0
/
+11
*
add ChaCha20Poly1305 test vectors from OpenSSL/RFC7539 (#3673)
Paul Kehrer
2017-06-04
1
-0
/
+4
*
Remove a line from "Why do we exist" (#3672)
Alex Gaynor
2017-06-04
1
-1
/
+0
*
Refs #3461 -- parse SCTs from x.509 extension (#3480)
Alex Gaynor
2017-06-04
2
-3
/
+29
*
Fixes #2347 -- link to the stdlib secrets module in our random number generat...
Alex Gaynor
2017-06-04
1
-0
/
+5
*
deprecate signer/verifier on asymmetric keys (#3663)
Paul Kehrer
2017-06-03
5
-196
/
+105
*
make signature and verification contexts error better re: prehashed (#3658)
Paul Kehrer
2017-06-02
1
-0
/
+12
*
FreeBSD 10 and higher use Fortuna, not Yarrow (#3652)
Jeroen Ruigrok van der Werven
2017-06-01
1
-2
/
+4
*
for humans is irritating, let's stop saying it (#3647)
Paul Kehrer
2017-05-30
1
-2
/
+2
*
update the docs with new jenkins CI URL & mac openssl upgrade process (#3639)
Paul Kehrer
2017-05-29
2
-3
/
+2
*
reorder the primitives list and improve a few titles (#3640)
Paul Kehrer
2017-05-29
3
-9
/
+9
*
Enlarge _oid2txt buffer to handle larger OIDs (#3612)
Fraser Tweedale
2017-05-29
1
-0
/
+3
*
move MACContext to mac.py and eliminate interfaces.py (#3631)
Paul Kehrer
2017-05-29
6
-87
/
+38
*
reorganize our toc to look nicer and make more sense (#3632)
Paul Kehrer
2017-05-29
1
-5
/
+5
*
Ignore linkcheck errors from cryptrec (#3629)
Alex Gaynor
2017-05-28
1
-0
/
+5
*
Improve accuracy of install docs page (#3626)
Paul Kehrer
2017-05-27
1
-5
/
+5
*
strongly encourage the use of fernet, document its limitation (#3623)
Paul Kehrer
2017-05-27
2
-0
/
+10
*
Modify DH/ECDH examples to be explicit for DHE/ECDHE (#3622)
Paul Kehrer
2017-05-27
2
-3
/
+32
*
re-add the why of cryptography to the faq with some small updates (#3621)
Paul Kehrer
2017-05-27
1
-0
/
+19
*
add some explicit instructions on determining key type in a cert (#3596)
Paul Kehrer
2017-05-24
1
-0
/
+17
*
comma comma comma (#3595)
Paul Kehrer
2017-05-24
1
-2
/
+2
*
Put the exchange method on the correct interface (#3591)
Alex Gaynor
2017-05-24
1
-12
/
+12
*
Update the docs to not be redundant and wrong (#3593)
Paul Kehrer
2017-05-24
1
-3
/
+0
*
allow global suppression of link flags (#3592)
Paul Kehrer
2017-05-24
2
-6
/
+6
*
can we convince people we're pyca/cryptography and not cryptography.io (#3588)
Paul Kehrer
2017-05-23
1
-2
/
+2
*
add convenience methods for key_size on EC{Public,Private}Key (#3587)
Paul Kehrer
2017-05-23
1
-0
/
+18
*
let's deprecate some hashes we should never have exposed (#3584)
Paul Kehrer
2017-05-23
1
-16
/
+0
*
update the docs index (#3583)
Paul Kehrer
2017-05-23
1
-23
/
+19
*
Document DH in serialization (#3569)
Aviv Palivoda
2017-05-23
1
-1
/
+10
*
Let's help out the newbies (#3572)
Cory Benfield
2017-05-22
1
-2
/
+5
*
Deprecate Python 3.3 support, with the intention of being removed in the next...
Alex Gaynor
2017-05-22
1
-0
/
+2
*
Replace release automation with click (#3557)
Alex Gaynor
2017-05-20
1
-1
/
+1
*
remove multibackend (#3555)
Paul Kehrer
2017-05-20
2
-52
/
+2
*
Dropped support for really old macOS (#3554)
Alex Gaynor
2017-05-20
1
-2
/
+1
*
time to remove commoncrypto, fare thee well (#3551)
Paul Kehrer
2017-05-20
6
-80
/
+0
*
Don't raise an UnsupportedExtension for critical extensions. (#3550)
Alex Gaynor
2017-05-20
1
-21
/
+2
*
Make the code compatible with the latest sphinx release (#3543)
Alex Gaynor
2017-05-17
1
-15
/
+6
*
Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#...
Alex Gaynor
2017-05-10
1
-14
/
+19
*
add a changelog entry for finalize_with_tag and move the note (#3531)
Paul Kehrer
2017-05-02
1
-4
/
+4
*
postpone GCM authentication tag requirement until finalization (#3421)
Philipp Gesang
2017-05-02
1
-8
/
+48
*
Update docs to reflect a change that occured long ago with bindings (#3517)
Alex Gaynor
2017-04-26
1
-3
/
+4
*
format some function names in docs (#3511)
Alex Gaynor
2017-04-21
1
-1
/
+1
*
Fixed #3489 -- document that we don't have wheels for pypy (#3496)
Alex Gaynor
2017-04-09
2
-0
/
+5
*
I don't know what a bug issue is (#3481)
Alex Gaynor
2017-03-24
1
-1
/
+1
*
Update symmetric-encryption.rst (#3479)
gdmnbt
2017-03-23
1
-0
/
+1
*
Another site goes HTTPS! (#3477)
Alex Gaynor
2017-03-23
1
-1
/
+1
[next]