Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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-23 | include -ldl for SHA512 operations | Brent Cook | 1 | -1/+1 | |
2019-04-13 | set branchv2.9.1 | 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 | |