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
/
openssl
Commit message (
Expand
)
Author
Age
Files
Lines
*
add SSL_CTX_(get|set)_keylog_callback (#5187)
Maximilian Hils
2020-04-11
1
-0
/
+18
*
Drop support for OpenSSL 1.0.1 (#5178)
Alex Gaynor
2020-04-04
6
-177
/
+13
*
add SSL_get_verify_result (#5071)
Maximilian Hils
2019-11-23
1
-0
/
+1
*
add SSL_CTX_get0_param (#5070)
Maximilian Hils
2019-11-22
1
-0
/
+2
*
add SSL[_CTX]_clear_mode (#5062)
Maximilian Hils
2019-11-11
1
-0
/
+2
*
Fixed #5050 -- dropped support for an old LibresSSL release (#5056)
Alex Gaynor
2019-11-11
8
-14
/
+11
*
Silence unguarded availability warnings for `getentropy` when targeting macOS...
Max BĂ©langer
2019-10-24
1
-1
/
+5
*
Test against libressl 3.0 (#5031)
Alex Gaynor
2019-10-20
1
-2
/
+2
*
update openssls (#4995)
Paul Kehrer
2019-10-15
1
-0
/
+2
*
Add SSL_get0_verified_chain to cffi lib (#4965)
arjenzorgdoc
2019-08-14
1
-0
/
+9
*
fix osrandom/builtin switching methods for 1.1.0+ (#4955)
Paul Kehrer
2019-07-27
1
-3
/
+3
*
add bindings to parse and create challenge passwords in X509 CSRs (#4943)
Paul Kehrer
2019-07-09
2
-1
/
+11
*
Switch to new notBefore/After APIs (#4914)
Rosen Penev
2019-06-07
1
-0
/
+9
*
add BIO_free_all (#4874)
Dominic Chen
2019-05-06
1
-0
/
+1
*
Use generic DTLS functions added in LibreSSL 2.9.1 (#4855)
Charlie Li
2019-04-23
2
-3
/
+9
*
fix a memory leak in AIA parsing (#4836)
Paul Kehrer
2019-04-11
1
-0
/
+3
*
Added BN_is_negative -- refs #4830 (#4831)
Alex Gaynor
2019-04-05
1
-0
/
+1
*
Try to use getrandom even in manylinux1 wheels (#4816)
Alex Gaynor
2019-03-19
1
-0
/
+12
*
add poly1305 NID/EVP, and EVP_DigestSign{Update,Final} for incremental (#4799)
Paul Kehrer
2019-03-07
2
-0
/
+17
*
ed25519 support (#4114)
Paul Kehrer
2019-02-26
1
-0
/
+3
*
remove unused x509 bindings (#4776)
Paul Kehrer
2019-02-26
1
-87
/
+1
*
remove unused locking functions (#4780)
Paul Kehrer
2019-02-26
1
-24
/
+2
*
remove unused DH bindings (#4779)
Paul Kehrer
2019-02-26
1
-7
/
+0
*
remove unused PEM bindings (#4778)
Paul Kehrer
2019-02-26
1
-10
/
+0
*
how about we have less NIDs (#4777)
Paul Kehrer
2019-02-26
1
-204
/
+0
*
strip out unused EVP functions (#4775)
Paul Kehrer
2019-02-26
1
-51
/
+0
*
Remove unused constant binding from ecdh.py (#4774)
Alex Gaynor
2019-02-26
1
-3
/
+0
*
Remove unused constant from ec.py bindings (#4773)
Alex Gaynor
2019-02-26
1
-3
/
+0
*
Remove unused bindings from aes.py (#4772)
Alex Gaynor
2019-02-26
1
-7
/
+1
*
Removed unused constant from bindings (#4771)
Alex Gaynor
2019-02-26
1
-2
/
+0
*
Polish off removal of unused engine bindings (#4769)
Alex Gaynor
2019-02-25
1
-12
/
+0
*
reduce our engine bindings even more (#4768)
Paul Kehrer
2019-02-25
3
-78
/
+18
*
support NO_ENGINE (#4763)
Paul Kehrer
2019-02-25
2
-1
/
+68
*
Remove a bunch of unused engine bindings (#4766)
Alex Gaynor
2019-02-25
1
-61
/
+0
*
Run wycheproof RSA tests on LibreSSL>=2.8 (#4737)
Alex Gaynor
2019-01-24
1
-1
/
+10
*
Use O_CLOEXEC when it's available (#4733)
Alex Gaynor
2019-01-23
1
-10
/
+16
*
bind EVP_R_MEMORY_LIMIT_EXCEEDED and update a test (#4726)
Paul Kehrer
2019-01-21
1
-0
/
+9
*
expose the ed448 nid (#4717)
Paul Kehrer
2019-01-19
1
-0
/
+1
*
Fixes #4683 -- fixed linux kernel version that has getrandom (#4684)
Alex Gaynor
2019-01-12
2
-2
/
+2
*
Add bindings to get SRTP protection profile (#4679)
Jeremy Lainé
2019-01-11
1
-0
/
+6
*
Fixes #4645 -- poll() on /dev/random before reading from /dev/urandom on Linu...
Alex Gaynor
2018-12-29
1
-17
/
+55
*
Raise MemoryError when backend.derive_scrypt can't malloc enough (#4592)
Tux
2018-12-08
1
-0
/
+2
*
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
[next]