index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Open master for 2.1 (#3788)
Alex Gaynor
2017-07-17
3
-2
/
+7
*
2.0 version bump and changelog (#3787)
Paul Kehrer
2017-07-17
3
-6
/
+4
*
update docs to reflect #3364 (#3786)
Paul Kehrer
2017-07-17
1
-1
/
+1
*
Remove DH generator size constraint (#3364)
mtury
2017-07-17
2
-3
/
+3
*
add AESGCM AEAD support (#3785)
Paul Kehrer
2017-07-17
6
-4
/
+207
*
move tag_length to the AESCCM constructor (#3783)
Paul Kehrer
2017-07-16
3
-45
/
+41
*
AESCCM support (#3700)
Paul Kehrer
2017-07-16
5
-15
/
+351
*
Fixed #3777 -- document an additional dependency (#3779)
Alex Gaynor
2017-07-14
1
-1
/
+2
*
fedora comes with a py36 now (#3781)
Alex Gaynor
2017-07-13
1
-1
/
+1
*
allow p % 24 == 23 when generator == 2 in DH_check (#3768)
Paul Kehrer
2017-07-09
3
-3
/
+42
*
use an instance in aead_cipher_supported (#3772)
Paul Kehrer
2017-07-09
4
-25
/
+28
*
Fixed #3747 -- cache extensions on x.509 objects (#3769)
Alex Gaynor
2017-07-08
4
-4
/
+72
*
remove egd (#3771)
Paul Kehrer
2017-07-08
2
-20
/
+0
*
remove cryptodev (#3770)
Paul Kehrer
2017-07-08
2
-17
/
+0
*
Attempt to use coverage to quantify how many of the CONDITIONAL_NAMES we real...
Alex Gaynor
2017-07-08
3
-69
/
+196
*
add rfc 3526 DH groups (#3767)
Paul Kehrer
2017-07-08
2
-0
/
+34
*
Remove conditionals we never use. (#3766)
Alex Gaynor
2017-07-08
2
-10
/
+0
*
stop using backend methods for chacha (#3765)
Paul Kehrer
2017-07-08
3
-22
/
+20
*
remove pep8/py3pep8 from jenkins, we run them in travis already (#3764)
Paul Kehrer
2017-07-08
1
-1
/
+1
*
change chacha20poly1305_supported to aead_cipher_supported (#3762)
Paul Kehrer
2017-07-08
3
-4
/
+8
*
Run tests on buster (#3735)
Alex Gaynor
2017-07-08
1
-2
/
+7
*
make the aead work a bit more generic (#3761)
Paul Kehrer
2017-07-08
2
-17
/
+27
*
explicitly pull the latest docker image in jenkins (#3760)
Paul Kehrer
2017-07-07
2
-2
/
+6
*
we added flaky to the pyopenssl test deps... (#3759)
Paul Kehrer
2017-07-07
1
-2
/
+1
*
we forgot to document these DH methods (#3757)
Paul Kehrer
2017-07-06
1
-0
/
+27
*
write some words about encrypt/decrypt in fernet (#3756)
Paul Kehrer
2017-07-06
1
-0
/
+8
*
update static wheel install docs (#3754)
Paul Kehrer
2017-07-04
1
-4
/
+5
*
don't parse SCTs on older openssl (#3749)
Paul Kehrer
2017-07-04
3
-13
/
+51
*
Order our supported OpenSSL versions reasonably (#3752)
Alex Gaynor
2017-07-03
1
-1
/
+1
*
Fixes #3745 -- add the any EKU EKU (#3750)
Alex Gaynor
2017-07-03
2
-0
/
+8
*
sphinx 1.6.3 is also no good (#3748)
Alex Gaynor
2017-07-02
1
-1
/
+1
*
update linux install docs and release instructions (#3746)
Paul Kehrer
2017-07-01
2
-15
/
+52
*
add manylinux1 wheel building to the wheel builder (#3736)
Paul Kehrer
2017-07-01
2
-6
/
+64
*
require a version of twine that uses pypi.org (#3743)
Alex Gaynor
2017-07-01
1
-1
/
+1
*
disallow MD5 in CertificateBuilder and CertificateSigningRequestBuilder (#3738)
Paul Kehrer
2017-06-30
3
-1
/
+157
*
Fixed a memory leak in EC private numbers (#3741)
Alex Gaynor
2017-06-30
2
-12
/
+20
*
pyopenssl needs pretend for its tests now (#3739)
Paul Kehrer
2017-06-29
1
-1
/
+1
*
don't use long keys because they can be confusing wrt bits/bytes (#3734)
Paul Kehrer
2017-06-28
1
-17
/
+17
*
Fix for leaking memory in EllipticCurvePublicNumbers.public_key() (#3732)
Alex Gaynor
2017-06-28
2
-3
/
+22
*
Funcs macros gone (#3695)
Paul Kehrer
2017-06-27
37
-121
/
+3
*
parametrize the wheel builder to support out of order releases (#3731)
Paul Kehrer
2017-06-26
2
-2
/
+10
*
remove python 3.3 from CI (#3729)
Paul Kehrer
2017-06-26
7
-20
/
+5
*
enable wconversion and finish fixes (#3728)
Paul Kehrer
2017-06-26
4
-5
/
+29
*
bind DTLS 1.2 methods (#3725)
Paul Kehrer
2017-06-26
2
-0
/
+20
*
some wconversion fixes (#3727)
Paul Kehrer
2017-06-26
3
-7
/
+8
*
our build function was shadowing the build builtin. whoops. (#3726)
Paul Kehrer
2017-06-26
1
-5
/
+3
*
start testing against alpine (#3724)
Paul Kehrer
2017-06-25
1
-5
/
+5
*
Remove entry_points from setup.py (#3723)
Alex Gaynor
2017-06-25
1
-8
/
+0
*
doc the relationship between PrivateKey and PrivateKeyWithSerialization (#3721)
Paul Kehrer
2017-06-24
5
-8
/
+34
*
Reorganize DHParameters and DHPublicKey *WithSerialization (#3722)
Paul Kehrer
2017-06-24
3
-24
/
+22
[next]