aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* re-add CMS to openssl(1)Brent Cook2019-11-072-0/+2
|
* enable cmstestBrent Cook2019-11-032-0/+10
|
* remove extra cms in cmacBrent Cook2019-11-031-3/+3
|
* add cms to portable buildBrent Cook2019-11-032-3/+35
|
* rebased netcat patchBrent Cook2019-10-271-17/+17
|
* Land #553, add initial support for midipixBrent Cook2019-10-273-1/+9
|\
| * initial support for midipixØrjan Malde2019-10-203-1/+9
| |
* | Land #550, add OSS-Fuzz badgeBrent Cook2019-10-271-1/+1
|\ \
| * | Add OSS-Fuzz fuzzing badgeAbhishek Arya2019-10-071-1/+1
| |/
* / 3.0.2 changelogBrent Cook2019-10-271-0/+15
|/
* update manpage linksv3.0.1Brent Cook2019-09-301-0/+91
|
* 3.0.1 changelogBrent Cook2019-09-301-0/+17
|
* Check for existing uninstall target before creating.Matthew Albrecht2019-09-201-6/+8
|
* add cms.h to public headersBrent Cook2019-09-091-1/+1
|
* remove duplicate copy of public headerBrent Cook2019-09-091-1/+0
|
* update portable for latest build changesBrent Cook2019-09-092-0/+5
|
* update ChangeLogv3.0.0Brent Cook2019-08-011-0/+23
|
* Use posix_win.c functions on WIN32kinichiro2019-07-284-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
* Force binary mode for open() on WIN32kinichiro2019-07-262-4/+28
| | | | Reported by @ulfworsoe https://github.com/libressl-portable/portable/issues/542
* Enable speed on win32kinichiro2019-07-144-2/+167
| | | | | - Use thread and sleep instead of signal and alarm, on win32 - Disable -multi option on win32 since fork is hard to implement
* Land #540, fix pkg-configBrent Cook2019-07-111-1/+3
|\
| * Fix illegal pkg-config file generatedkinichiro2019-07-091-1/+3
| |
* | update linksBrent Cook2019-06-191-1/+0
|/
* Land #535, add regress bn_to_stringBrent Cook2019-06-123-0/+13
|\
| * Add regress bn_to_stringkinichiro2019-06-133-0/+13
| |
* | default to a directory that is not world-creatableBrent Cook2019-06-121-1/+1
| |
* | sigh, add back the quotes for CBrent Cook2019-06-101-1/+1
| |
* | use something else by default for Windows builds (match dist-win.sh)Brent Cook2019-06-101-2/+6
| |
* | let cmake handle quoting itselfBrent Cook2019-06-101-2/+2
| |
* | remove comments and unify fixupsBrent Cook2019-06-102-15/+11
| |
* | Fix masm buildkinichiro2019-06-104-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
* | Enable masm compilation under windowsStephan Vedder2019-06-102-2/+2
| |
* | run masm files through the C preprocessorBrent Cook2019-06-101-2/+10
|/
* new linksBrent Cook2019-06-091-0/+23
|
* update man linksBrent Cook2019-05-241-37/+61
|
* condense android comments for clarityBrent Cook2019-05-231-13/+6
|
* Remove info about glibcIshimoto Shinobu2019-05-221-2/+0
|
* avoid glibcIshimoto Shinobu2019-05-211-3/+1
| | | cause problems on musl systems
* update changelog for 2.9.2Brent Cook2019-05-201-0/+7
|
* do a system upgrade on msys64 packagesBrent Cook2019-05-201-1/+1
|
* unconditionally define reallocarrayBrent Cook2019-05-101-2/+0
| | | | deal with systems missing it but with it exported as a symbol
* rebase patchesBrent Cook2019-05-072-15/+15
|
* Land #523, fix MacOS _clock_gettime with CMakeBrent Cook2019-05-071-0/+7
|\
| * Fix MacOSX cmake missing symbol _clock_gettimepaul43342019-04-301-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
* | Fix getprogname_linux.c for Android API < 21Simone Basso2019-05-041-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.
* include -ldl for SHA512 operationsBrent Cook2019-04-231-1/+1
|
* add changelog diff from 65.htmlBrent Cook2019-04-131-1/+24
|
* add pthread_mutex* windows compat for libtlsBrent Cook2019-04-111-0/+29
|
* include cmake find module in distributionBrent Cook2019-04-111-1/+1
|
* Land #503, add CMake moduleBrent Cook2019-04-112-0/+276
|\