Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avoid exporting a sleep() symbol from libcrypto | Brent Cook | 2020-04-14 | 2 | -7/+0 |
| | | | | | | Since it seems only MSVC lacks sleep(), and it's only used by apps, lets special-case that and make it available as a static inline function instead. | ||||
* | crypto: regenerate crypto_portable.sym | Dmitry Baryshkov | 2020-03-31 | 1 | -1/+2 |
| | | | | | | | Make crypto_portable.sym depend on crypto.sym and libcrypto.so on crypto_portable.sym to rebuild library if one of symbol files changes. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com> | ||||
* | crypto: do not include gost.h into noinst_HEADERS | Dmitry Baryshkov | 2020-03-25 | 1 | -1/+0 |
| | | | | | gost/gost.h will go into include/openssl/, no need to duplicate it into crypto/gost directory Signed-by: Dmitry Baryshkov <dbaryshkov@gmail.com> | ||||
* | Crypto target properties when building static libs | Dan Nestor | 2020-03-02 | 1 | -11/+9 |
| | |||||
* | remove extra cms in cmac | Brent Cook | 2019-11-03 | 1 | -3/+3 |
| | |||||
* | add cms to portable build | Brent Cook | 2019-11-03 | 2 | -3/+35 |
| | |||||
* | initial support for midipix | Ørjan Malde | 2019-10-20 | 1 | -0/+3 |
| | |||||
* | remove duplicate copy of public header | Brent Cook | 2019-09-09 | 1 | -1/+0 |
| | |||||
* | update portable for latest build changes | Brent Cook | 2019-09-09 | 2 | -0/+5 |
| | |||||
* | Use posix_win.c functions on WIN32 | kinichiro | 2019-07-28 | 1 | -3/+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 | ||||
* | default to a directory that is not world-creatable | Brent Cook | 2019-06-12 | 1 | -1/+1 |
| | |||||
* | sigh, add back the quotes for C | Brent Cook | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | use something else by default for Windows builds (match dist-win.sh) | Brent Cook | 2019-06-10 | 1 | -2/+6 |
| | |||||
* | let cmake handle quoting itself | Brent Cook | 2019-06-10 | 1 | -2/+2 |
| | |||||
* | Fix masm build | kinichiro | 2019-06-10 | 1 | -1/+5 |
| | | | | | | - 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 windows | Stephan Vedder | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | condense android comments for clarity | Brent Cook | 2019-05-23 | 1 | -13/+6 |
| | |||||
* | Remove info about glibc | Ishimoto Shinobu | 2019-05-22 | 1 | -2/+0 |
| | |||||
* | avoid glibc | Ishimoto Shinobu | 2019-05-21 | 1 | -3/+1 |
| | | | cause problems on musl systems | ||||
* | Fix getprogname_linux.c for Android API < 21 | Simone Basso | 2019-05-04 | 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. | ||||
* | Add portable scaffold for SM4 | Daniel Wyatt | 2019-03-04 | 2 | -0/+6 |
| | |||||
* | add unimpl fallback for getprogname | Brent Cook | 2019-02-03 | 3 | -1/+13 |
| | |||||
* | export getuid for libtls | Brent Cook | 2019-02-01 | 1 | -0/+1 |
| | |||||
* | update cmake | Brent Cook | 2019-01-31 | 1 | -0/+12 |
| | |||||
* | update autoconf for latest compat functions | Brent Cook | 2019-01-31 | 5 | -0/+62 |
| | |||||
* | more masm fixes, but disable for now | Brent Cook | 2019-01-21 | 1 | -1/+1 |
| | |||||
* | a couple of fixes to get MSVC Win64 going again | Brent Cook | 2019-01-21 | 1 | -1/+1 |
| | |||||
* | fixes to build asm on MSVS | Brent Cook | 2019-01-21 | 1 | -1/+1 |
| | |||||
* | adjust asm exclusions | Brent Cook | 2019-01-20 | 1 | -4/+13 |
| | |||||
* | remove xcode annotations for windows | Brent Cook | 2019-01-20 | 1 | -2/+0 |
| | |||||
* | consider masm/mingw assembly flavors from cmake | Brent Cook | 2019-01-20 | 1 | -1/+92 |
| | |||||
* | disable bn acceleration | Brent Cook | 2019-01-20 | 1 | -7/+7 |
| | |||||
* | enable asm for mingw64 | Brent Cook | 2019-01-20 | 1 | -3/+0 |
| | |||||
* | generate masm and mingw64 assembly | Brent Cook | 2019-01-20 | 3 | -0/+88 |
| | |||||
* | fix build | Brent Cook | 2019-01-19 | 2 | -0/+7 |
| | |||||
* | add ec to crypto private -I path for ec_lcl.h | Brent Cook | 2019-01-19 | 1 | -0/+1 |
| | |||||
* | Handle malloc returning null | John Norrbin | 2019-01-04 | 1 | -2/+4 |
| | | | Locks are required for multi-threading. If memory can't be allocated, exit the program with memory error. If we let the program continue, it will deadlock in the next part of the code anyway so better end it before. | ||||
* | Add arm_arch.h to build ARM portable | kinichiro | 2019-01-04 | 1 | -0/+1 |
| | |||||
* | enable getpagesize for all Windows builds | Brent Cook | 2019-01-01 | 1 | -2/+2 |
| | |||||
* | use InterlockedExchangeAdd for add | Brent Cook | 2019-01-01 | 1 | -8/+6 |
| | |||||
* | make locks self-initialize, switch to critical sections | Brent Cook | 2019-01-01 | 1 | -12/+13 |
| | |||||
* | build crypto_lock_win.c in-place | Brent Cook | 2019-01-01 | 2 | -2/+2 |
| | |||||
* | build lock functions with CMake | Brent Cook | 2018-11-11 | 1 | -0/+2 |
| | |||||
* | include header | Brent Cook | 2018-11-11 | 1 | -0/+2 |
| | |||||
* | Land #439, Add portable scaffold for SM3 | Brent Cook | 2018-11-11 | 2 | -0/+7 |
|\ | |||||
| * | Add portable scaffold for SM3 | Jack Lloyd | 2018-08-14 | 2 | -0/+7 |
| | | |||||
* | | added crypto_lock portable bits | Brent Cook | 2018-11-11 | 2 | -0/+5 |
| | | |||||
* | | add simple Windows lock implementation | Brent Cook | 2018-11-11 | 1 | -0/+53 |
| | | |||||
* | | add Makefile.am.elf-arm | Brent Cook | 2018-11-11 | 1 | -0/+30 |
| | | |||||
* | | add arm asm support via autoconf/make | Brent Cook | 2018-11-11 | 1 | -0/+3 |
| | |