Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | override native arc4random_buf on OS X | Brent Cook | 2014-11-03 | 1 | -0/+4 | |
| | | | | | | | | While the native OS X implementation is fork-safe, it does not seed safely, as of the latest released OS X libc sources, version 997.90.3. It only uses weak sources of entropy if accessing /dev/urandom fails. ok beck@ deraadt@ | |||||
* | Improve and simplify function and header detection logic. | Brent Cook | 2014-10-30 | 1 | -76/+21 | |
| | | | | | | | | | Simplify autoconf checks by using AC_CHECK_FUNCS/HEADERS. Clarify some ambiguous dependencies around strnlen/strndup. Unconditionally enable pidwraptest for all arc4random implementations. Remove HAVE_VASPRINTF conditional, since asprintf requires vasprintf. ok @doug | |||||
* | use the correct HOST_OS for the Windows build | Brent Cook | 2014-10-30 | 1 | -1/+1 | |
| | | | | ok doug@ | |||||
* | set various glibc flags that also are useful with mingw | Brent Cook | 2014-10-22 | 1 | -1/+2 | |
| | | | | for example, asprintf/vasprintf are unmasked with _GNU_SOURCE in mingw | |||||
* | include a proper check for memmem when configuring unit tests | Brent Cook | 2014-10-22 | 1 | -0/+5 | |
| | | | | This allows the proper compatibility header definition to be exposed. | |||||
* | ensure compatibility with posix shell | Brent Cook | 2014-08-18 | 1 | -1/+1 | |
| | | | | remove bash comparison, thanks kinichiro | |||||
* | add --disable-asm flag for disabling inline asm | Brent Cook | 2014-08-17 | 1 | -0/+4 | |
| | | | | | Surprisingly (or not), a lot of OpenSSL's inline assembly actually makes things slower with a relatively modern compiler (read, gcc >= 4.x). | |||||
* | allow inline asm | Brent Cook | 2014-08-16 | 1 | -1/+1 | |
| | | | | use default of -std=gnu99 for it to be recognized | |||||
* | set _DEFAULT_SOURCE on linux hosts | Brent Cook | 2014-08-16 | 1 | -1/+1 | |
| | | | | this is the replacement for _BSD_SOURCE on newer glibc's | |||||
* | remove configure.am.tpl, pull in VERSION directly | Brent Cook | 2014-08-12 | 1 | -0/+184 | |
| | | | | from wouter@ | |||||
* | source library version from a common place, speed man builds | Brent Cook | 2014-07-12 | 1 | -99/+0 | |
| | | | | | | | grab library version from VERSION file build manpages only on changes ok beck@ | |||||
* | remove unconditional -Werror | Brent Cook | 2014-07-11 | 1 | -1/+1 | |
| | | | | | | Allow warnings to be reported without failing the entire build. ok beck@ | |||||
* | link -lrt on linux for glibc < 2.17 compatibility | Brent Cook | 2014-07-11 | 1 | -0/+1 | |
| | | | | ok beck@ | |||||
* | prefer symlinks rather than hardlinks for manpages | Brent Cook | 2014-07-11 | 1 | -1/+0 | |
| | | | | ok beck@ | |||||
* | put CPP defines in CPPFLAGS | Brent Cook | 2014-07-11 | 1 | -1/+1 | |
| | ||||||
* | add manpages and links | Brent Cook | 2014-07-11 | 1 | -0/+1 | |
| | ||||||
* | wording changes and initial stab at crypto man pages. | Charlie Root | 2014-07-11 | 1 | -1/+1 | |
| | | | | | still need to get man links working and ssl and apps man pages added. | |||||
* | bump to version 2.0.0 | Brent Cook | 2014-07-10 | 1 | -1/+1 | |
| | ||||||
* | better fix for __bounded removal | Brent Cook | 2014-07-10 | 1 | -8/+3 | |
| | ||||||
* | fix CFLAGS line | Charlie Root | 2014-07-10 | 1 | -1/+1 | |
| | ||||||
* | deal with bounded attribute | Bob Beck | 2014-07-10 | 1 | -0/+8 | |
| | ||||||
* | initial top-level import | Brent Cook | 2014-07-10 | 1 | -0/+95 | |