aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/src
Commit message (Expand)AuthorAgeFilesLines
* Silence unguarded availability warnings for `getentropy` when targeting macOS...Max BĂ©langer2019-10-241-1/+5
* Try to use getrandom even in manylinux1 wheels (#4816)Alex Gaynor2019-03-191-0/+12
* reduce our engine bindings even more (#4768)Paul Kehrer2019-02-252-0/+18
* Use O_CLOEXEC when it's available (#4733)Alex Gaynor2019-01-231-10/+16
* Fixes #4683 -- fixed linux kernel version that has getrandom (#4684)Alex Gaynor2019-01-122-2/+2
* Fixes #4645 -- poll() on /dev/random before reading from /dev/urandom on Linu...Alex Gaynor2018-12-291-17/+55
* switch osrandom engine to blocking mode when getting entropy (#4620)Paul Kehrer2018-12-022-15/+3
* Revert O_CLOEXEC change to fix builds (#4570)Alex Gaynor2018-11-111-2/+9
* Fixes #4500 -- use O_CLOEXEC when opening the /dev/urandom file descriptor (#...Alex Gaynor2018-10-231-9/+2
* Add flags to error on compile with incompatible pointer type (#4455)Paul Kehrer2018-09-051-6/+6
* Fix weak linking of getentropy when compiling on older macOS (#3841)Paul Kehrer2017-08-031-0/+3
* fix compilation on openbsd (#3814)Paul Kehrer2017-07-261-0/+2
* some wconversion fixes (#3727)Paul Kehrer2017-06-261-5/+6
* runtime detection of getentropy for macOS via weak-linking (#3650)Paul Kehrer2017-05-302-22/+55
* move files to make the next PR easier to read (#3651)Paul Kehrer2017-05-301-43/+43
* Style nit in C code (#3486)Alex Gaynor2017-04-031-1/+1
* use official API for unreachable C code (#3404)Alex Gaynor2017-02-181-3/+3
* make cryptography fallback to /dev/urandom on mac on macOS < 10.12 (#3354)Paul Kehrer2017-01-311-2/+6
* New osrandom_engine in C (#3229)Christian Heimes2016-12-092-0/+664
* remove remaining vestiges, make adding twice workGlyph2015-06-262-173/+0
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-072-0/+173