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
...
*
switch osrandom engine to blocking mode when getting entropy (#4620)
Paul Kehrer
2018-12-02
2
-15
/
+3
*
reuse the libressl branch for OpenSSL built with OPENSSL_NO_PSK (#4619)
Paul Kehrer
2018-12-01
1
-1
/
+1
*
Adjust DTLS check (#4593)
Rosen Penev
2018-11-19
1
-1
/
+1
*
add EVPDigestFinalXOF for extendable output functions (#4589)
Paul Kehrer
2018-11-13
1
-0
/
+5
*
Ed bindings (#4586)
Paul Kehrer
2018-11-13
2
-0
/
+21
*
add bindings for early data (#4582)
Paul Kehrer
2018-11-12
1
-0
/
+9
*
x448 bindings (#4577)
Paul Kehrer
2018-11-12
2
-0
/
+16
*
add EVP raw key bindings (#4578)
Paul Kehrer
2018-11-12
1
-0
/
+18
*
Revert O_CLOEXEC change to fix builds (#4570)
Alex Gaynor
2018-11-11
1
-2
/
+9
*
add various new TLS bindings (#4555)
Paul Kehrer
2018-11-03
1
-0
/
+19
*
do not pass conversion on Solaris (#4545)
Bernát Gábor
2018-10-30
1
-1
/
+1
*
add SCT_get0_signature (#4540)
Paul Kehrer
2018-10-28
1
-0
/
+3
*
add bindings for supporting the issuing distribution point CRL extension (#4532)
Paul Kehrer
2018-10-27
1
-0
/
+12
*
bind a constant for an error check (#4514)
Paul Kehrer
2018-10-23
1
-0
/
+1
*
Fixes #4500 -- use O_CLOEXEC when opening the /dev/urandom file descriptor (#...
Alex Gaynor
2018-10-23
1
-9
/
+2
*
Remove branch for old libressl versions that we don't support any more (#4505)
Alex Gaynor
2018-10-20
1
-2
/
+1
*
Add definitions that help with hostname checking (#4492)
Kai Engert
2018-10-10
2
-0
/
+41
*
additional OCSP bindings for the response builder (#4480)
Paul Kehrer
2018-10-06
1
-3
/
+5
*
add ed25519 bindings (#4476)
Paul Kehrer
2018-09-26
3
-0
/
+33
*
Remove conditionals for OpenSSL 1.1.1 pre-releases (#4467)
Alex Gaynor
2018-09-15
2
-8
/
+3
*
OCSP request extension parsing (#4464)
Paul Kehrer
2018-09-09
1
-0
/
+2
*
Add flags to error on compile with incompatible pointer type (#4455)
Paul Kehrer
2018-09-05
4
-21
/
+26
*
OCSP bindings (#4449)
Paul Kehrer
2018-09-01
2
-0
/
+97
*
Simplify OCSP no check serialization (#4444)
Alex Gaynor
2018-08-31
1
-0
/
+3
*
Fixed two memory leaks in x509 csr extensions (#4434)
Alex Gaynor
2018-08-31
1
-0
/
+3
*
make an ocsp request (#4402)
Paul Kehrer
2018-08-30
1
-0
/
+2
*
1.1.0 locks (#4420)
Paul Kehrer
2018-08-29
1
-1
/
+4
*
add bindings for SCT creation (#4407)
Paul Kehrer
2018-08-20
1
-0
/
+15
*
Add more SSL_CIPHER_* functions, necessary to implement ctx.get_ciphers() in ...
Amaury Forgeot d'Arc
2018-07-23
1
-0
/
+19
*
add crl.get_revoked_certificate method (#4331)
Paul Kehrer
2018-07-16
1
-0
/
+2
*
Make our locking setup function compy with our style guide (#4316)
Alex Gaynor
2018-07-06
1
-2
/
+2
*
set an OPENSSL_API_COMPAT level (#4313)
Paul Kehrer
2018-07-06
1
-0
/
+5
*
Revert the const bits of #4220. (#4276)
David Benjamin
2018-06-29
1
-1
/
+1
*
Exposed OpenSSL prime methods (#4292)
Quinten Stokkink
2018-06-22
1
-0
/
+6
*
Perform an OPENSSL_cleanup before checking the heap in our memleak tests (#4293)
Alex Gaynor
2018-06-20
1
-1
/
+8
*
LibreSSL 2.7.x support (#4270)
Paul Kehrer
2018-05-30
8
-17
/
+25
*
Removes branches in bindings for various OpenSSL 1.1.0 prereleases (#4269)
Alex Gaynor
2018-05-31
6
-18
/
+8
*
Fixed build errors on HP-UX. (#4259)
dumol
2018-05-22
2
-2
/
+2
*
Cleanup unused err bindings. (#4246)
David Benjamin
2018-05-15
1
-106
/
+0
*
Remove ECDSA_sign_setup and *sign_ex bindings. (#4245)
David Benjamin
2018-05-15
1
-5
/
+0
*
Remove some unused RSA bindings. (#4243)
David Benjamin
2018-05-14
1
-11
/
+0
*
Remove some unused RAND bindings. (#4239)
David Benjamin
2018-05-14
1
-4
/
+0
*
Clean up unused EC bindings. (#4225)
David Benjamin
2018-05-14
1
-79
/
+0
*
Remove unused BIO bindings. (#4220)
David Benjamin
2018-05-14
1
-107
/
+3
*
Fix some callback type signatures. (#4227)
David Benjamin
2018-05-12
1
-3
/
+3
*
Remove unused BN bindings. (#4219)
David Benjamin
2018-05-09
1
-28
/
+2
*
Expose OpenSSL constant time bignum arithmetic (#4200)
Tux
2018-04-24
1
-0
/
+14
*
Add Session functions, necessary to implement new features in Python 3.6. (#4...
Amaury Forgeot d'Arc
2018-04-24
1
-0
/
+14
*
add custom extensions functions for openssl >=1.0.2 (#4202)
Denis Lila
2018-04-21
1
-0
/
+68
*
OpenSSL 1.0.2o has switched to winsock2 (#4184)
Thierry Bastian
2018-04-05
2
-0
/
+6
[prev]
[next]