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
...
*
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
*
Use some more recent version numbers in examples (#3474)
Alex Gaynor
2017-03-22
1
-3
/
+3
*
From time to time, we ignore our own policy (#3475)
Alex Gaynor
2017-03-22
1
-0
/
+4
*
Use stronger language (#3476)
Alex Gaynor
2017-03-22
1
-2
/
+1
*
Interfaces for SCTs, feedback wanted (#3467)
Alex Gaynor
2017-03-22
2
-0
/
+80
*
add captions to the split toctrees (#3466)
anarcat
2017-03-20
1
-9
/
+3
*
Refs #3461 -- added the OID for the SCT x.509 extension (#3464)
Alex Gaynor
2017-03-20
1
-0
/
+6
*
Refs #3461 -- added a test vector with SCTs (#3462)
Alex Gaynor
2017-03-19
2
-0
/
+3
*
Be on brand: it's macOS (#3456)
Alex Gaynor
2017-03-15
6
-12
/
+12
*
update dev docs to also say macOS and use openssl 1.1 (#3452)
Paul Kehrer
2017-03-14
1
-4
/
+4
*
fix typo (#3442)
Ofek Lev
2017-03-12
1
-1
/
+1
*
it's called macOS and let's document openssl 1.1.0 installation on mac (#3437)
Paul Kehrer
2017-03-09
1
-15
/
+15
*
document that we're not building universal wheels now (#3436)
Paul Kehrer
2017-03-09
1
-7
/
+4
*
DH subgroup order (q) (#3369)
Aviv Palivoda
2017-03-05
3
-5
/
+36
*
Update NIST urls in docs (#3418)
Alex Gaynor
2017-02-27
3
-4
/
+4
*
SHA-1 is broken, run for the hills (#3417)
Alex Gaynor
2017-02-23
1
-15
/
+16
*
Use HTTPS urls for a few more websites (#3416)
Alex Gaynor
2017-02-23
2
-3
/
+3
*
This is HTTPS now (#3407)
Alex Gaynor
2017-02-18
2
-2
/
+2
*
Two random grammar fixes (#3402)
Alex Gaynor
2017-02-18
2
-2
/
+2
*
add support for update_into on CipherContext (#3190)
Paul Kehrer
2017-02-16
1
-0
/
+43
*
faq entry for setuptools_ext issues (#3393)
Paul Kehrer
2017-02-13
1
-0
/
+5
[prev]
[next]