aboutsummaryrefslogtreecommitdiff
path: root/man (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-30update manpage linksv3.0.1Brent Cook1-0/+91
2019-09-303.0.1 changelogBrent Cook1-0/+17
2019-09-20Check for existing uninstall target before creating.Matthew Albrecht1-6/+8
2019-09-09add cms.h to public headersBrent Cook1-1/+1
2019-09-09remove duplicate copy of public headerBrent Cook1-1/+0
2019-09-09update portable for latest build changesBrent Cook2-0/+5
2019-08-01update ChangeLogv3.0.0Brent Cook1-0/+23
2019-07-28Use posix_win.c functions on WIN32kinichiro4-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-26Force binary mode for open() on WIN32kinichiro2-4/+28
Reported by @ulfworsoe https://github.com/libressl-portable/portable/issues/542
2019-07-14Enable speed on win32kinichiro4-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-09Fix illegal pkg-config file generatedkinichiro1-1/+3
2019-06-19update linksBrent Cook1-1/+0
2019-06-13Add regress bn_to_stringkinichiro3-0/+13
2019-06-12default to a directory that is not world-creatableBrent Cook1-1/+1
2019-06-10sigh, add back the quotes for CBrent Cook1-1/+1
2019-06-10use something else by default for Windows builds (match dist-win.sh)Brent Cook1-2/+6
2019-06-10let cmake handle quoting itselfBrent Cook1-2/+2
2019-06-10remove comments and unify fixupsBrent Cook2-15/+11
2019-06-10Fix masm buildkinichiro4-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-10Enable masm compilation under windowsStephan Vedder2-2/+2
2019-06-10run masm files through the C preprocessorBrent Cook1-2/+10
2019-06-09new linksBrent Cook1-0/+23
2019-05-24update man linksBrent Cook1-37/+61
2019-05-23condense android comments for clarityBrent Cook1-13/+6
2019-05-22Remove info about glibcIshimoto Shinobu1-2/+0
2019-05-21avoid glibcIshimoto Shinobu1-3/+1
cause problems on musl systems
2019-05-20update changelog for 2.9.2Brent Cook1-0/+7
2019-05-20do a system upgrade on msys64 packagesBrent Cook1-1/+1
2019-05-10unconditionally define reallocarrayBrent Cook1-2/+0
deal with systems missing it but with it exported as a symbol
2019-05-07rebase patchesBrent Cook2-15/+15
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-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