aboutsummaryrefslogtreecommitdiff
path: root/apps (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-04Fix getprogname_linux.c for Android API < 21Simone Basso1-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-30Fix MacOSX cmake missing symbol _clock_gettimepaul43341-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-23include -ldl for SHA512 operationsBrent Cook1-1/+1
2019-04-23include -ldl for SHA512 operationsBrent Cook1-1/+1
2019-04-13set branchv2.9.1Brent Cook1-1/+1
2019-04-13add changelog diff from 65.htmlBrent Cook1-1/+24
2019-04-11add pthread_mutex* windows compat for libtlsBrent Cook1-0/+29
2019-04-11include cmake find module in distributionBrent Cook1-1/+1
2019-04-11update manpage linksBrent Cook1-0/+3
2019-03-19update linksBrent Cook1-20/+56
2019-03-04Add ssl/ssl_transcript.c and remove ssl/t1_hash.ckinichiro2-2/+2
2019-03-04Add portable scaffold for SM4Daniel Wyatt6-2/+20
2019-02-11Readme: Using LibreSSL with a CMake projectJohn Norrbin1-0/+51