Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-09-30 | update manpage linksv3.0.1 | Brent Cook | 1 | -0/+91 | |
2019-09-30 | 3.0.1 changelog | Brent Cook | 1 | -0/+17 | |
2019-09-20 | Check for existing uninstall target before creating. | Matthew Albrecht | 1 | -6/+8 | |
2019-09-09 | add cms.h to public headers | Brent Cook | 1 | -1/+1 | |
2019-09-09 | remove duplicate copy of public header | Brent Cook | 1 | -1/+0 | |
2019-09-09 | update portable for latest build changes | Brent Cook | 2 | -0/+5 | |
2019-08-01 | update ChangeLogv3.0.0 | Brent Cook | 1 | -0/+23 | |
2019-07-28 | Use posix_win.c functions on WIN32 | kinichiro | 4 | -66/+6 | |
- read() returns bytes count as 1 for crlf unless binary mode isn't specified with open(). Reported by @ulfworsoe in libressl-portable#542 - err could be WSANOTINITIALISED when WSAStartup() is not called | |||||
2019-07-26 | Force binary mode for open() on WIN32 | kinichiro | 2 | -4/+28 | |
Reported by @ulfworsoe https://github.com/libressl-portable/portable/issues/542 | |||||
2019-07-14 | Enable speed on win32 | kinichiro | 4 | -2/+167 | |
- Use thread and sleep instead of signal and alarm, on win32 - Disable -multi option on win32 since fork is hard to implement | |||||
2019-07-09 | Fix illegal pkg-config file generated | kinichiro | 1 | -1/+3 | |
2019-06-19 | update links | Brent Cook | 1 | -1/+0 | |
2019-06-13 | Add regress bn_to_string | kinichiro | 3 | -0/+13 | |
2019-06-12 | default to a directory that is not world-creatable | Brent Cook | 1 | -1/+1 | |
2019-06-10 | sigh, add back the quotes for C | Brent Cook | 1 | -1/+1 | |
2019-06-10 | use something else by default for Windows builds (match dist-win.sh) | Brent Cook | 1 | -2/+6 | |
2019-06-10 | let cmake handle quoting itself | Brent Cook | 1 | -2/+2 | |
2019-06-10 | remove comments and unify fixups | Brent Cook | 2 | -15/+11 | |
2019-06-10 | Fix masm build | kinichiro | 4 | -5/+19 | |
- Fix masm operators and comments - Add -DOPENSSL_NO_ASM only if not 64 bit build - Add -DCMAKE_INSTALL_PREFIX to avoid build error | |||||
2019-06-10 | Enable masm compilation under windows | Stephan Vedder | 2 | -2/+2 | |
2019-06-10 | run masm files through the C preprocessor | Brent Cook | 1 | -2/+10 | |
2019-06-09 | new links | Brent Cook | 1 | -0/+23 | |
2019-05-24 | update man links | Brent Cook | 1 | -37/+61 | |
2019-05-23 | condense android comments for clarity | Brent Cook | 1 | -13/+6 | |
2019-05-22 | Remove info about glibc | Ishimoto Shinobu | 1 | -2/+0 | |
2019-05-21 | avoid glibc | Ishimoto Shinobu | 1 | -3/+1 | |
cause problems on musl systems | |||||
2019-05-20 | update changelog for 2.9.2 | Brent Cook | 1 | -0/+7 | |
2019-05-20 | do a system upgrade on msys64 packages | Brent Cook | 1 | -1/+1 | |
2019-05-10 | unconditionally define reallocarray | Brent Cook | 1 | -2/+0 | |
deal with systems missing it but with it exported as a symbol | |||||
2019-05-07 | rebase patches | Brent Cook | 2 | -15/+15 | |
2019-05-04 | Fix getprogname_linux.c for Android API < 21 | Simone Basso | 1 | -0/+25 | |
This diff fixes the build of LibreSSL for Android with API < 21 where the `getprogname` system call was not part of libc. A comment in the diff itself explains in detail the issue. | |||||
2019-04-30 | Fix MacOSX cmake missing symbol _clock_gettime | paul4334 | 1 | -0/+7 | |
On El Capitan: [exec] [100%] Linking C executable openssl [exec] Undefined symbols for architecture x86_64: [exec] "_clock_gettime", referenced from: [exec] _app_timer_real in apps_posix.c.o [exec] ld: symbol(s) not found for architecture x86_64 [exec] clang: error: linker command failed with exit code 1 (use -v to see invocation) [exec] make[2]: *** [apps/openssl/openssl] Error 1 [exec] make[1]: *** [apps/openssl/CMakeFiles/openssl.dir/all] Error 2 [exec] make: *** [all] Error 2 | |||||
2019-04-23 | include -ldl for SHA512 operations | Brent Cook | 1 | -1/+1 | |
2019-04-13 | add changelog diff from 65.html | Brent Cook | 1 | -1/+24 | |
2019-04-11 | add pthread_mutex* windows compat for libtls | Brent Cook | 1 | -0/+29 | |
2019-04-11 | include cmake find module in distribution | Brent Cook | 1 | -1/+1 | |
2019-04-11 | update manpage links | Brent Cook | 1 | -0/+3 | |
2019-03-19 | update links | Brent Cook | 1 | -20/+56 | |
2019-03-04 | Add ssl/ssl_transcript.c and remove ssl/t1_hash.c | kinichiro | 2 | -2/+2 | |
2019-03-04 | Add portable scaffold for SM4 | Daniel Wyatt | 6 | -2/+20 | |
2019-02-11 | Readme: Using LibreSSL with a CMake project | John Norrbin | 1 | -0/+51 | |