index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
_cffi_src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Additional SCT bindings (#3510)
Alex Gaynor
2017-04-21
1
-0
/
+21
*
Another simplification of freeing (#3498)
Alex Gaynor
2017-04-09
1
-0
/
+1
*
Fixed #3492 -- use a better API (#3497)
Alex Gaynor
2017-04-09
1
-0
/
+1
*
Add some ASN1_TIME related functions for the relevant PyOpenSSL patch. (#3491)
Moriyoshi Koizumi
2017-04-06
1
-0
/
+2
*
Style nit in C code (#3486)
Alex Gaynor
2017-04-03
1
-1
/
+1
*
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
1
-0
/
+7
*
First pass at adding SCT bindings (#3471)
Alex Gaynor
2017-03-22
2
-0
/
+69
*
Remove workaround for weird NetBSD bug (#3458)
Alex Gaynor
2017-03-17
1
-21
/
+0
*
Ec is a thing (#3453)
Alex Gaynor
2017-03-15
8
-240
/
+3
*
Be on brand: it's macOS (#3456)
Alex Gaynor
2017-03-15
1
-1
/
+1
*
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
2
-34
/
+0
*
Memleak tests (#3140)
Alex Gaynor
2017-03-14
1
-0
/
+46
*
Removed some unused ifdefs from openssl bindings (#3448)
Alex Gaynor
2017-03-14
2
-26
/
+0
*
Refs #3430 -- fixed a memory leak in extension parsing for CRL dp (#3431)
Alex Gaynor
2017-03-09
1
-0
/
+6
*
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
*
switch the PEM password callback to a C implementation (#3382)
Paul Kehrer
2017-02-13
1
-31
/
+35
*
Add EVP_PKEY_DHX (#3388)
Aviv Palivoda
2017-02-13
1
-0
/
+9
*
support defining which windows libraries to link with an env var (#3356)
Paul Kehrer
2017-02-09
1
-1
/
+10
*
Backport DH_check from OpenSSL 1.1.0. (#3375)
Mark Williams
2017-02-03
1
-1
/
+114
*
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
*
DTLS bindings (#3309)
Paul Kehrer
2016-12-19
1
-0
/
+31
*
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
6
-110
/
+4
*
New osrandom_engine in C (#3229)
Christian Heimes
2016-12-09
4
-0
/
+694
*
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
*
PyPy's ssl module, the last missing macro and three macro functions (#3270)
Richard Plangger
2016-11-21
2
-1
/
+4
*
bind a few things pypy ssl stdlib needs in x509v3 (#3255)
Paul Kehrer
2016-11-19
1
-0
/
+7
*
Add DHparams_dup to DH bindings (#3260)
Aviv Palivoda
2016-11-19
1
-0
/
+1
*
bind GENERAL_NAME_free and move GENERAL_NAME_new to macros... (#3257)
Paul Kehrer
2016-11-19
1
-1
/
+2
*
add error codes and ERR_get_state for pypy stdlib ssl (#3256)
Paul Kehrer
2016-11-19
1
-2
/
+29
*
add some x509_object handling for pypy stdlib (#3254)
Paul Kehrer
2016-11-19
2
-0
/
+30
*
add two error codes for pypy ssl stdlib (#3253)
Paul Kehrer
2016-11-19
1
-0
/
+3
*
add OPENSSL_NPN_NEGOTIATED (#3252)
Paul Kehrer
2016-11-19
1
-0
/
+12
*
add some NIDs (#3251)
Paul Kehrer
2016-11-18
1
-0
/
+3
*
add SSL_CTX_set_ecdh_auto where supported (#3250)
Paul Kehrer
2016-11-18
1
-0
/
+9
*
add some BIO functions for pypy's ssl stdlib (#3249)
Paul Kehrer
2016-11-18
2
-0
/
+13
*
Raise padding block_size limit to what is allowed by the specs. (#3108)
Terry Chia
2016-11-15
1
-14
/
+16
*
C locking callback (#3226)
Alex Gaynor
2016-11-13
1
-1
/
+72
*
Name: add support for multi-value RDNs (#3202)
Fraser Tweedale
2016-11-11
1
-0
/
+10
*
Export missing OpenSSL `X509_VERIFY_PARAM_free` (#3221)
Thomas Sileo
2016-11-06
1
-0
/
+1
*
Fix compilation with MinGW (#3191)
Saúl Ibarra Corretgé
2016-10-10
1
-2
/
+5
*
1.0.2i changed the way COMP_METHOD is exported if NO_COMP is set (#3162)
Paul Kehrer
2016-09-22
2
-1
/
+8
*
Scrypt bindings (#3114)
Terry Chia
2016-08-27
1
-0
/
+14
[next]