aboutsummaryrefslogtreecommitdiff
path: root/e_os.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-14Make secure-memory be a config optionRich Salz1-6/+11
2020-02-07Remove unused HAS_LFN_SUPPORTRich Salz1-1/+0
2019-10-19Move random-related defines from e_os.h to rand_unix.cDr. Matthias St. Pierre1-45/+0
2019-10-06Fix typo in commentPauli1-1/+1
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-08-30Don't include the DEVRANDOM being seeded logic on Android.Pauli1-1/+1
2019-08-20Start up DEVRANDOM entropy improvement for older Linux devices.Pauli1-0/+29
2019-07-01Remove NextStep supportRich Salz1-5/+1
2019-06-09Revert the DEVRANDOM_WAIT featureDr. Matthias St. Pierre1-3/+0
2019-05-02Use vxRandLib for VxWorks7Klotz, Tobias1-1/+1
2019-03-07Limit DEVRANDOM_WAIT to linuxBernd Edlinger1-1/+3
2019-03-01Fix seeding from random device w/o getrandom syscallBernd Edlinger1-6/+3
2018-12-10Make sure build_SYS_str_reasons() preserves errnoMatt Caswell1-0/+3
2018-12-06Following the license change, modify the boilerplates in last fewRichard Levitte1-1/+1
2018-10-05test/secmemtest: test secure memory only if it is implementedDr. Matthias St. Pierre1-3/+10
2018-09-21typo-fixes: miscellaneous typo fixesagnosticdev1-1/+1
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri1-8/+0
2018-02-27Update copyright yearMatt Caswell1-1/+1
2018-02-23Remove OSSLzu, and fix the one place that used it.Rich Salz1-27/+0
2017-10-22e_os.h: add prandom and hwrng to the list of random devices on s390x.Patrick Steuer1-1/+5
2017-09-01struct timeval include guardsPauli1-0/+6
2017-08-30Move OPENSSL_CONF from e_os.h to cryptlib.hPauli1-2/+0
2017-08-30Move e_os.h to be the very first include.Pauli1-0/+1
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli1-20/+0
2017-08-27MSC_VER <= 1200 isn't supported; remove dead codeRich Salz1-8/+0
2017-08-25Remove NO_DIRENT; it isn't used anywhereRich Salz1-1/+0
2017-08-25Move more socket stuffRichard Levitte1-9/+0
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte1-3/+1
2017-08-22(Re)move some things from e_os.hRich Salz1-170/+7
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-3/+3
2017-08-16fix some typosFdaSilvaYY1-2/+2
2017-08-16Fix two MSVC warnings in apps.cFdaSilvaYY1-0/+1
2017-08-03Move ossl_assertMatt Caswell1-17/+0
2017-06-27Use randomness not entropyRich Salz1-2/+2
2017-06-20Add parentheses around macro argument of OSSL_NELEM.Bernd Edlinger1-1/+1
2017-05-22Add a macro for testing assertion in both debug and production buildsMatt Caswell1-0/+18
2017-03-30e_os.h: drop now-redundant PRIu64 [and fix OSSLzu].Andy Polyakov1-20/+21
2017-03-29Cleaning UEFI Build with additional OPENSSL_SYS_UEFI flagsQin Long1-1/+1
2017-03-28Move PRIu64, OSSLzu to e_os.hRich Salz1-0/+26
2017-03-19Use memcmp() instead of CRYPTO_memcmp() when fuzzingKurt Roeckx1-0/+4
2017-02-20Revert "Use memcmp() instead of CRYPTO_memcmp() when fuzzing"Kurt Roeckx1-4/+0
2017-02-19Use memcmp() instead of CRYPTO_memcmp() when fuzzingKurt Roeckx1-0/+4
2016-06-20Change default directory for the .rnd file on Windows and VMSRichard Levitte1-0/+2
2016-05-30Fix strdup macro redefinitionMat1-1/+3
2016-05-28Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmpRichard Levitte1-6/+2
2016-05-26Handle Visual C warning about non-standard function names.Richard Levitte1-0/+7
2016-05-19Move Haiku configuration to separate config file to denoteAndy Polyakov1-7/+0
2016-05-17Manual fixes after copyright consolidationRich Salz1-54/+6