index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Ec is a thing (#3453)
Alex Gaynor
2017-03-15
10
-365
/
+6
*
Be on brand: it's macOS (#3456)
Alex Gaynor
2017-03-15
2
-2
/
+2
*
add X509_STORE_CTX_get0_cert binding (#3455)
Paul Kehrer
2017-03-14
1
-0
/
+9
*
More ifdef death (#3450)
Alex Gaynor
2017-03-14
4
-62
/
+2
*
Memleak tests (#3140)
Alex Gaynor
2017-03-14
2
-0
/
+49
*
Removed some unused ifdefs from openssl bindings (#3448)
Alex Gaynor
2017-03-14
3
-45
/
+0
*
port 1.8.1 changelog and update master for 1.9 release cycle (#3440)
Paul Kehrer
2017-03-10
1
-1
/
+1
*
1.8 version bump and changelog date (#3438)
Paul Kehrer
2017-03-09
1
-1
/
+1
*
reverts a change to our exceptions (#3429)
Paul Kehrer
2017-03-09
1
-21
/
+1
*
Refs #3430 -- fixed a memory leak in extension parsing for CRL dp (#3431)
Alex Gaynor
2017-03-09
4
-5
/
+26
*
DH subgroup order (q) (#3369)
Aviv Palivoda
2017-03-05
5
-33
/
+143
*
Fixed #3422 -- Remove some legacy code which is now in 1.0.1 (#3423)
Alex Gaynor
2017-03-01
2
-50
/
+10
*
Add ASN1_F_ASN1_CHECK_TLEN (#3414)
Aviv Palivoda
2017-02-21
1
-0
/
+1
*
use official API for unreachable C code (#3404)
Alex Gaynor
2017-02-18
1
-3
/
+3
*
add support for update_into on CipherContext (#3190)
Paul Kehrer
2017-02-16
4
-2
/
+99
*
Refactor binding initialization to allow specified errors (#3278)
Paul Kehrer
2017-02-13
1
-1
/
+6
*
switch the PEM password callback to a C implementation (#3382)
Paul Kehrer
2017-02-13
3
-121
/
+57
*
Add EVP_PKEY_DHX (#3388)
Aviv Palivoda
2017-02-13
2
-0
/
+12
*
support defining which windows libraries to link with an env var (#3356)
Paul Kehrer
2017-02-09
1
-1
/
+10
*
enforce password must be bytes when loading PEM/DER asymmetric keys (#3383)
Paul Kehrer
2017-02-08
1
-0
/
+2
*
replace pyasn1 with asn1crypto (#3361)
Ofek Lev
2017-02-08
2
-48
/
+7
*
DH serialization (#3297)
Aviv Palivoda
2017-02-07
2
-7
/
+60
*
Backport DH_check from OpenSSL 1.1.0. (#3375)
Mark Williams
2017-02-03
2
-3
/
+116
*
make cryptography fallback to /dev/urandom on mac on macOS < 10.12 (#3354)
Paul Kehrer
2017-01-31
1
-2
/
+6
*
Use static callbacks with Python 3.x again (#3350)
Christian Heimes
2017-01-18
1
-4
/
+1
*
update comment to be more descriptive (#3349)
Paul Kehrer
2017-01-18
1
-2
/
+3
*
Move pkg_resources import location. (#3347)
Dan Sully
2017-01-17
1
-2
/
+4
*
add memory limit check for scrypt (#3328)
Paul Kehrer
2017-01-05
2
-4
/
+12
*
It is 2017, in UTC (#3342)
Alex Gaynor
2016-12-31
1
-1
/
+1
*
openssl backend: s/unserialize/deserialize/ in exception messages (#3339)
Jan-Philip Gehrcke
2016-12-28
1
-2
/
+2
*
Inline a pair of functions that became trivial post-1.0.0 (#3336)
Alex Gaynor
2016-12-25
1
-7
/
+1
*
add openssl_version_number & doc openssl_version_text (#3329)
Paul Kehrer
2016-12-21
1
-0
/
+3
*
DTLS bindings (#3309)
Paul Kehrer
2016-12-19
2
-0
/
+35
*
Add d2i_DHparams_bio, i2d_DHparams_bio bindings (#3322)
Aviv Palivoda
2016-12-18
1
-0
/
+2
*
restore this constant, pyopenssl needs it (#3321)
Alex Gaynor
2016-12-14
1
-0
/
+3
*
Drop 1.0.0 (#3312)
Alex Gaynor
2016-12-13
14
-363
/
+29
*
fix a regression in int_from_bytes (#3316)
Paul Kehrer
2016-12-13
1
-1
/
+2
*
1.8 begins (#3311)
Paul Kehrer
2016-12-12
1
-1
/
+1
*
1.7 changelog date and version bump (#3310)
Paul Kehrer
2016-12-12
1
-1
/
+1
*
New osrandom_engine in C (#3229)
Christian Heimes
2016-12-09
6
-57
/
+728
*
friendly error if you put a date too far in the future on windows (#3279)
Paul Kehrer
2016-12-05
1
-2
/
+15
*
clean up int_from_bytes (#3295)
Ofek Lev
2016-12-02
1
-13
/
+1
*
cffi bindings additions for pypy's _hashlib module (#3291)
Richard Plangger
2016-11-30
2
-0
/
+10
*
Bind TLSEXT_STATUSTYPE_ocsp (#3290)
Cory Benfield
2016-11-29
1
-0
/
+1
*
Add OPENSSL_malloc. (#3289)
Cory Benfield
2016-11-28
1
-0
/
+1
*
OpenSSL DH backend implementation [Second attempt] (#2914)
Aviv Palivoda
2016-11-26
6
-15
/
+399
*
Error out on OpenSSL 1.0.0 by default (#3276)
Alex Gaynor
2016-11-22
1
-6
/
+13
*
let's get rolling on 1.7! (#3274)
Paul Kehrer
2016-11-22
1
-1
/
+1
*
bump version and set changelog date for 1.6 release (#3271)
Paul Kehrer
2016-11-21
1
-1
/
+1
*
error if private_value is <= 0 in ec.derive_private_key (#3273)
Paul Kehrer
2016-11-21
1
-0
/
+3
[prev]
[next]