aboutsummaryrefslogtreecommitdiff
path: root/crypto/compat (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert back to GetStdHandle, since it works fine with pipes.Brent Cook2015-12-111-6/+6
* include stdint.h uint*_tBrent Cook2015-12-111-0/+1
* Replace STDIN_FILENO with _filenoAnthony Novatsis2015-12-111-3/+3
* only set the console mode if stdin is a console (not a pipe)Brent Cook2015-12-061-9/+21
* wrap gets on Windows, replacing '\r\n' with '\n'Brent Cook2015-12-051-0/+14
* check bounds before casting (long long) to time_tBrent Cook2015-10-211-0/+6
* Windows compatibility fixesBrent Cook2015-10-181-0/+12
* make internal functions staticBrent Cook2015-10-151-4/+4
* use timegm from muslBrent Cook2015-10-151-60/+191
* include timegm fallbackBrent Cook2015-10-151-0/+71
* fix spelling of OPENSSL_cleanseBrent Cook2015-09-131-1/+1
* add win32-specific explicit_bzero implementationBrent Cook2015-08-031-0/+13
* move sleep shim to posix_win.cBrent Cook2015-07-211-0/+7
* add initial CMake and Visual Studio build supportBrent Cook2015-07-211-0/+24
* win32 openssl CLI: preserve original echo stateBrent Cook2015-07-161-9/+9
* add check for inet_pton, nudge minimum win32 compat to 0x0501Brent Cook2015-07-021-0/+212
* add a missing header and fix typo in windows posix layerBrent Cook2015-06-131-1/+2
* refactor win32 shims into posix_win.cBrent Cook2015-06-051-0/+167
* remove issetuigid wrappers, now that all getenv calls are gone.Brent Cook2015-04-145-213/+0
* Add experimental AIX support.Brent Cook2015-03-312-1/+111
* disable system issetugid on OS X since it is not fork-safeBrent Cook2015-02-171-0/+16
* remove getuid/getgid fallbacks from hp-ux issetugid emulationBrent Cook2015-02-161-15/+6
* add NetBSD shims for arc4randomBrent Cook2015-01-211-0/+3
* Add support for HP-UXkinichiro2015-01-062-0/+29
* Add conditional compilation for windows and posix functions.Brent Cook2014-12-032-0/+421
* Use _WIN32 instead of __WIN32.宋冬生2014-11-181-1/+1
* override native arc4random_buf on FreeBSDBrent Cook2014-11-031-1/+6
* wrap arc4random headerBrent Cook2014-10-301-0/+4
* Improve and simplify function and header detection logic.Brent Cook2014-10-301-3/+1
* harmonize asprintf with OpenSSHBrent Cook2014-07-302-110/+13
* include comment on windows servicesBrent Cook2014-07-291-0/+5
* stub win32 issetugid implementationBrent Cook2014-07-291-0/+21
* produce a error if platform has no arc4random hookBrent Cook2014-07-291-7/+8
* add asprintf / vasprintf from OpenSSH portableBrent Cook2014-07-291-0/+94
* remove thread_private.h, no longer neededBrent Cook2014-07-271-0/+0
* remove thread_private.h defines, moved to arc4random_*.hBrent Cook2014-07-191-14/+0
* update to newly-refactored arc4random compatibility shimsBrent Cook2014-07-181-0/+16
* register the atfork handler from arc4randomBrent Cook2014-07-151-0/+8
* We're probably gonna need this for solaris 10Bob Beck2014-07-121-0/+101
* initial top-level import of subdirectoriesBrent Cook2014-07-102-0/+53