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
...
*
remove multibackend (#3555)
Paul Kehrer
2017-05-20
2
-531
/
+2
*
More accurate LibreSSL detection (#3530)
Moriyoshi Koizumi
2017-05-20
1
-0
/
+8
*
time to remove commoncrypto, fare thee well (#3551)
Paul Kehrer
2017-05-20
25
-1715
/
+3
*
Don't raise an UnsupportedExtension for critical extensions. (#3550)
Alex Gaynor
2017-05-20
4
-17
/
+17
*
Add PEM_write_bio_DHxparams, d2i_DHxparams_bio, i2d_DHxparams_bio (#3485)
Aviv Palivoda
2017-05-19
3
-0
/
+23
*
Added a binding that will be useful for AIA chasing (#3546)
Alex Gaynor
2017-05-18
2
-1
/
+20
*
Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#...
Alex Gaynor
2017-05-10
1
-3
/
+2
*
use openssl constants (#3534)
Paul Kehrer
2017-05-03
3
-7
/
+20
*
postpone GCM authentication tag requirement until finalization (#3421)
Philipp Gesang
2017-05-02
4
-23
/
+64
*
Delete dead code and update a comment (#3529)
Alex Gaynor
2017-04-30
2
-5
/
+3
*
Don't compare cffi version using strings (#3524)
Alex Gaynor
2017-04-29
2
-9
/
+2
*
Remove unused assignment (#3519)
Alex Gaynor
2017-04-27
1
-1
/
+1
*
Additional SCT bindings (#3510)
Alex Gaynor
2017-04-21
2
-0
/
+23
*
Another simplification of freeing (#3498)
Alex Gaynor
2017-04-09
2
-7
/
+2
*
Fixed #3492 -- use a better API (#3497)
Alex Gaynor
2017-04-09
2
-7
/
+2
*
Add some ASN1_TIME related functions for the relevant PyOpenSSL patch. (#3491)
Moriyoshi Koizumi
2017-04-06
1
-0
/
+2
*
minor int_to_bytes performance increase (#3490)
Ofek Lev
2017-04-06
1
-7
/
+13
*
Style nit in C code (#3486)
Alex Gaynor
2017-04-03
1
-1
/
+1
*
remove key check (#3473)
Ofek Lev
2017-04-01
1
-3
/
+0
*
Attempt to simplify the libressl checing (#3482)
Alex Gaynor
2017-03-26
16
-60
/
+54
*
Two additional bindings for CT (#3478)
Alex Gaynor
2017-03-23
2
-0
/
+9
*
First pass at adding SCT bindings (#3471)
Alex Gaynor
2017-03-22
3
-0
/
+75
*
Interfaces for SCTs, feedback wanted (#3467)
Alex Gaynor
2017-03-22
2
-0
/
+48
*
Remove API deprecated in 1.6, clean up the legacy deprecations (#3468)
Alex Gaynor
2017-03-21
5
-22
/
+10
*
Refs #3461 -- added the OID for the SCT x.509 extension (#3464)
Alex Gaynor
2017-03-20
1
-0
/
+3
*
Remove workaround for weird NetBSD bug (#3458)
Alex Gaynor
2017-03-17
2
-25
/
+0
*
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
[prev]
[next]