aboutsummaryrefslogtreecommitdiffstats
path: root/e_os.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move PRIu64, OSSLzu to e_os.hRich Salz2017-03-281-0/+26
* Use memcmp() instead of CRYPTO_memcmp() when fuzzingKurt Roeckx2017-03-191-0/+4
* Revert "Use memcmp() instead of CRYPTO_memcmp() when fuzzing"Kurt Roeckx2017-02-201-4/+0
* Use memcmp() instead of CRYPTO_memcmp() when fuzzingKurt Roeckx2017-02-191-0/+4
* Change default directory for the .rnd file on Windows and VMSRichard Levitte2016-06-201-0/+2
* Fix strdup macro redefinitionMat2016-05-301-1/+3
* Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmpRichard Levitte2016-05-281-6/+2
* Handle Visual C warning about non-standard function names.Richard Levitte2016-05-261-0/+7
* Move Haiku configuration to separate config file to denoteAndy Polyakov2016-05-191-7/+0
* Manual fixes after copyright consolidationRich Salz2016-05-171-54/+6
* DJGPP adjustmentsRichard Levitte2016-05-121-0/+4
* Include winsock2.h even if compiling no-sockMatt Caswell2016-04-201-1/+1
* Cascade no-dgram from no-sock in Configure not e_os.hMatt Caswell2016-04-201-4/+0
* Add Haiku support.Jérôme Duval2016-04-141-0/+7
* Clean-up *_DEBUG options.Andy Polyakov2016-04-071-4/+1
* More Borland removal.Rich Salz2016-03-241-8/+0
* Remove Netware and OS/2Rich Salz2016-03-171-75/+0
* Allow OPENSSL_NO_SOCK in e_os.h even for non-Windows/DOS platformsDavid Woodhouse2016-03-101-4/+3
* OpenSSLDie --> OPENSSL_dieRich Salz2016-03-081-24/+2
* Revert "Allow OPENSSL_NO_SOCK in e_os.h even for non-Windows/DOS platforms"Rich Salz2016-03-071-1/+4
* Allow OPENSSL_NO_SOCK in e_os.h even for non-Windows/DOS platformsDavid Woodhouse2016-03-071-4/+1
* ISSUE 43: Add BIO_sock_shutdownRich Salz2016-03-071-10/+0
* Remove unused parameters from internal functionsRich Salz2016-02-221-0/+2
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-7/+18
* Refactoring BIO: add wrappers around sockaddr et alRichard Levitte2016-02-031-0/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Add a no-egd option to disable EGD-related codeBenjamin Kaduk2016-01-141-1/+1
* Simplify the EXIT macrot for VMSRichard Levitte2016-01-131-9/+4
* Have the VMS exit code follow POSIX conventionsRichard Levitte2016-01-131-0/+8
* Add ossl_inlineDr. Stephen Henson2015-12-221-17/+0