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
*
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
*
pypy3 compilation fix for locking callback (#3716)
Paul Kehrer
2017-06-24
1
-20
/
+60
*
add missing methods to DH interfaces (#3719)
Paul Kehrer
2017-06-24
1
-0
/
+18
*
changelog entry and a few updates to the new DH params docs (#3718)
Paul Kehrer
2017-06-24
5
-7
/
+16
*
Dh parameters serialization (#3504)
Aviv Palivoda
2017-06-24
11
-2
/
+395
*
Add DERSerializationBackend to test_dh serialization tests (#3717)
Aviv Palivoda
2017-06-24
1
-1
/
+3
*
be clearer that 65537 is the right answer (#3714)
Paul Kehrer
2017-06-23
1
-1
/
+2
*
implement CCM vector parser (#3699)
Paul Kehrer
2017-06-21
2
-3
/
+260
*
ed25519 vector loader (#3707)
Paul Kehrer
2017-06-20
2
-1
/
+110
*
Removed executable bit from vectors (#3708)
Alex Gaynor
2017-06-19
19
-0
/
+0
*
disallow empty string for NameAttribute (#3711)
Paul Kehrer
2017-06-19
2
-0
/
+7
*
add pypy3.5 to our test matrix (#3709)
Paul Kehrer
2017-06-19
2
-1
/
+10
*
add FAQ entry for failed to install (#3710)
Paul Kehrer
2017-06-19
1
-0
/
+10
*
add NIST CAVP CCM vectors (#3698)
Paul Kehrer
2017-06-18
20
-1
/
+21709
*
update pythons and pypy, a little prep for pypy3 in CI again (#3702)
Paul Kehrer
2017-06-18
2
-13
/
+13
*
fix typo in docs for curve name (#3705)
Paul Kehrer
2017-06-14
1
-1
/
+1
*
It's a method you must call (#3696)
Jean-Paul Calderone
2017-06-09
1
-1
/
+1
*
X25519 Support (#3686)
Paul Kehrer
2017-06-09
7
-0
/
+386
*
ChaCha20Poly1305 support (#3680)
Paul Kehrer
2017-06-08
9
-0
/
+402
*
scrypt can be doctested now that we're using 1.1.0 (#3688)
Paul Kehrer
2017-06-07
1
-1
/
+1
*
compile all our mac builds against 1.1.0 in travis (#3689)
Paul Kehrer
2017-06-07
2
-2
/
+5
*
run our docs job using 1.1.0 (#3687)
Paul Kehrer
2017-06-06
2
-3
/
+3
*
add X25519 test vectors from RFC 7748 section 5.2 (#3685)
Paul Kehrer
2017-06-06
2
-0
/
+17
*
bind even more evp (#3684)
Paul Kehrer
2017-06-06
2
-4
/
+10
*
Do more retries in linkcheck because NIST websites are down a lot (#3683)
Alex Gaynor
2017-06-05
1
-1
/
+1
*
bind EVP_PKEY_get1_tls_encodedpoint because X25519 (#3682)
Paul Kehrer
2017-06-05
2
-0
/
+14
*
add EVP_PKEY_keygen and EVP_PKEY_keygen_init for x25519/ed25519 (#3681)
Paul Kehrer
2017-06-05
1
-0
/
+6
*
bind EVP_CTRL_AEAD even when on < 1.1.0 (#3679)
Paul Kehrer
2017-06-04
2
-7
/
+18
*
when you :%s/\:/=/g sometimes there's a colon you shouldn't have touched (#3678)
Paul Kehrer
2017-06-04
1
-1
/
+1
[next]