summaryrefslogtreecommitdiff
path: root/e_os.h
Commit message (Expand)AuthorAgeFilesLines
* Move e_os.h to include/internalRichard Levitte2022-02-051-414/+0
* Remove I_CAN_LIVE_WITH_LNK4049Rich Salz2021-06-091-15/+0
* Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb2021-05-181-0/+48
* Avoid #include with inline function on C++BuilderTanzinul Islam2021-04-271-1/+8
* e_os.h: Include wspiapi.h to improve Windows backward compatibilityPrcuvu2021-04-221-0/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Corrected missing definitions from NonStop SPT build.Randall S. Becker2021-04-011-1/+1
* Implement OpenSSL secure memory for WindowsJeremiah Gowdy2020-10-221-4/+5
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-0/+58
* Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka2020-07-151-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Make secure-memory be a config optionRich Salz2020-02-141-6/+11
* Remove unused HAS_LFN_SUPPORTRich Salz2020-02-071-1/+0
* Move random-related defines from e_os.h to rand_unix.cDr. Matthias St. Pierre2019-10-191-45/+0
* Fix typo in commentPauli2019-10-061-1/+1
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Don't include the DEVRANDOM being seeded logic on Android.Pauli2019-08-301-1/+1
* Start up DEVRANDOM entropy improvement for older Linux devices.Pauli2019-08-201-0/+29
* Remove NextStep supportRich Salz2019-07-011-5/+1
* Revert the DEVRANDOM_WAIT featureDr. Matthias St. Pierre2019-06-091-3/+0
* Use vxRandLib for VxWorks7Klotz, Tobias2019-05-021-1/+1
* Limit DEVRANDOM_WAIT to linuxBernd Edlinger2019-03-071-1/+3
* Fix seeding from random device w/o getrandom syscallBernd Edlinger2019-03-011-6/+3
* Make sure build_SYS_str_reasons() preserves errnoMatt Caswell2018-12-101-0/+3
* Following the license change, modify the boilerplates in last fewRichard Levitte2018-12-061-1/+1
* test/secmemtest: test secure memory only if it is implementedDr. Matthias St. Pierre2018-10-051-3/+10
* typo-fixes: miscellaneous typo fixesagnosticdev2018-09-211-1/+1
* Remove __cplusplus preamble from internal headersNicola Tuveri2018-06-221-8/+0
* Update copyright yearMatt Caswell2018-02-271-1/+1
* Remove OSSLzu, and fix the one place that used it.Rich Salz2018-02-231-27/+0
* e_os.h: add prandom and hwrng to the list of random devices on s390x.Patrick Steuer2017-10-221-1/+5
* struct timeval include guardsPauli2017-09-011-0/+6
* Move OPENSSL_CONF from e_os.h to cryptlib.hPauli2017-08-301-2/+0
* Move e_os.h to be the very first include.Pauli2017-08-301-0/+1
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-301-20/+0
* MSC_VER <= 1200 isn't supported; remove dead codeRich Salz2017-08-271-8/+0
* Remove NO_DIRENT; it isn't used anywhereRich Salz2017-08-251-1/+0
* Move more socket stuffRichard Levitte2017-08-251-9/+0
* NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte2017-08-251-3/+1
* (Re)move some things from e_os.hRich Salz2017-08-221-170/+7
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-3/+3
* fix some typosFdaSilvaYY2017-08-161-2/+2
* Fix two MSVC warnings in apps.cFdaSilvaYY2017-08-161-0/+1
* Move ossl_assertMatt Caswell2017-08-031-17/+0
* Use randomness not entropyRich Salz2017-06-271-2/+2
* Add parentheses around macro argument of OSSL_NELEM.Bernd Edlinger2017-06-201-1/+1
* Add a macro for testing assertion in both debug and production buildsMatt Caswell2017-05-221-0/+18
* e_os.h: drop now-redundant PRIu64 [and fix OSSLzu].Andy Polyakov2017-03-301-20/+21
* Cleaning UEFI Build with additional OPENSSL_SYS_UEFI flagsQin Long2017-03-291-1/+1