| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | override native arc4random_buf on OS X | Brent Cook | 2014-11-03 | 1 | -0/+4 |
* | update README to reflect current porting approach | Brent Cook | 2014-11-03 | 1 | -10/+6 |
* | Add an OpenSSL compatible ./config wrapper | Brent Cook | 2014-10-31 | 1 | -0/+17 |
* | wrap arc4random header | Brent Cook | 2014-10-30 | 1 | -0/+4 |
* | Improve and simplify function and header detection logic. | Brent Cook | 2014-10-30 | 10 | -112/+52 |
* | use the correct HOST_OS for the Windows build | Brent Cook | 2014-10-30 | 1 | -1/+1 |
* | enable -lcrypto -lssl with all test programs directly. | Brent Cook | 2014-10-30 | 2 | -2/+3 |
* | remove duplicate (and overlapping) .1 manpages | Brent Cook | 2014-10-26 | 1 | -16/+12 |
* | set various glibc flags that also are useful with mingw | Brent Cook | 2014-10-22 | 1 | -1/+2 |
* | undef LIBRESSL_INTERNAL for the pidwrap test. | Brent Cook | 2014-10-22 | 1 | -0/+1 |
* | update string.h for include strings.h for HPUX environment | kinichiro | 2014-10-22 | 1 | -2/+2 |
* | include a proper check for memmem when configuring unit tests | Brent Cook | 2014-10-22 | 2 | -0/+7 |
* | bump version | Brent Cook | 2014-10-22 | 1 | -1/+1 |
* | update with 2.1.1 changes | Brent Cook | 2014-10-15 | 1 | -0/+5 |
* | LibreSSL portable README update | Brent Cook | 2014-10-15 | 1 | -18/+34 |
* | add extended ChangeLog file | Brent Cook | 2014-10-14 | 2 | -1/+61 |
* | update gitignore to see changelog | Brent Cook | 2014-10-14 | 1 | -1/+2 |
* | add missing commas from man links | Brent Cook | 2014-10-14 | 1 | -6/+6 |
* | update man links | Brent Cook | 2014-10-14 | 1 | -0/+6 |
* | don't fail to make dist on a clean repo | Brent Cook | 2014-10-14 | 1 | -1/+1 |
* | crank version | Brent Cook | 2014-10-14 | 1 | -1/+1 |
* | update to new converted SSL manpages | Brent Cook | 2014-10-14 | 1 | -1/+10 |
* | clear local manpage cache before generating a release tarball | Brent Cook | 2014-09-26 | 1 | -0/+1 |
* | update for upstream move of the openssl app | Brent Cook | 2014-08-27 | 1 | -17/+15 |
* | ensure compatibility with posix shell | Brent Cook | 2014-08-18 | 1 | -1/+1 |
* | add --disable-asm flag for disabling inline asm | Brent Cook | 2014-08-17 | 1 | -0/+4 |
* | allow inline asm | Brent Cook | 2014-08-16 | 2 | -2/+1 |
* | set _DEFAULT_SOURCE on linux hosts | Brent Cook | 2014-08-16 | 1 | -1/+1 |
* | update stdio.h for including stdarg.h | inoguchi | 2014-08-12 | 1 | -0/+1 |
* | remove configure.am.tpl, pull in VERSION directly | Brent Cook | 2014-08-12 | 3 | -4/+1 |
* | rebase on pull when updating the openbsd branch | Brent Cook | 2014-08-08 | 1 | -1/+1 |
* | conditionally build strnlen if needed. | Brent Cook | 2014-08-02 | 3 | -0/+9 |
* | tie master libressl branch to openbsd master | Brent Cook | 2014-07-31 | 2 | -8/+8 |
* | Crank version on HEAD to 2.1.0 2.0 cointinues on OPENBSD_5_6 branch | Bob Beck | 2014-07-31 | 1 | -1/+1 |
* | define MAP_ANON for systems with MAP_ANONYMOUS | Brent Cook | 2014-07-30 | 1 | -3/+3 |
* | merge endian definitions between AIX/HP-UX/Solaris | Brent Cook | 2014-07-30 | 1 | -7/+1 |
* | update include/machine/endian.h for hpux portability. | inoguchi | 2014-07-30 | 1 | -0/+3 |
* | harmonize asprintf with OpenSSH | Brent Cook | 2014-07-30 | 4 | -111/+39 |
* | include comment on windows services | Brent Cook | 2014-07-29 | 1 | -0/+5 |
* | add sys/mman.h shim to define MAP_ANON if needed | Brent Cook | 2014-07-29 | 2 | -0/+15 |
* | stub win32 issetugid implementation | Brent Cook | 2014-07-29 | 2 | -0/+24 |
* | added dist.sh script - generates tarball | Brent Cook | 2014-07-29 | 1 | -0/+6 |
* | produce a error if platform has no arc4random hook | Brent Cook | 2014-07-29 | 1 | -7/+8 |
* | add asprintf / vasprintf from OpenSSH portable | Brent Cook | 2014-07-29 | 5 | -0/+115 |
* | Update endian.h for AIX/IRIX | pgmassey | 2014-07-29 | 1 | -0/+8 |
* | Guard individual compatibility header prototypes. | Brent Cook | 2014-07-28 | 4 | -55/+81 |
* | split big line | Brent Cook | 2014-07-28 | 1 | -1/+2 |
* | prefer - over /dev/stdin for cmp test | Brent Cook | 2014-07-28 | 1 | -1/+1 |
* | check link requirements for dl_iterate_phdr | Brent Cook | 2014-07-28 | 1 | -0/+3 |
* | remove bash-isms from test scripts | Brent Cook | 2014-07-28 | 2 | -3/+4 |