Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename README.windows to README.mingw.md | Christian Andersen | 2024-05-25 | 4 | -5/+5 |
| | | | | | Since it is mingw specific and does not really involve other compilers. | ||||
* | Remove the dist-win compilation script | Christian Andersen | 2024-05-25 | 2 | -70/+0 |
| | | | | | | | | | | | With the CMake version of building for windows there is support for building with MINGW, clang, and Visual Studio. CMake can build for MINGW using the regular method of autogen and CMake. Removing this makes it a bit simpler to get an overview of how to build for windows. Reducing confusion. | ||||
* | Update man links | Theo Buehler | 2024-05-25 | 1 | -2/+0 |
| | |||||
* | bye bye enc_writ.c | Theo Buehler | 2024-05-24 | 2 | -2/+0 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-05-22 | 1 | -0/+1 |
| | |||||
* | Land #1054 - add ubuntu 24.04 to CI | Theo Buehler | 2024-05-17 | 1 | -1/+1 |
|\ | |||||
| * | CI: introduce Ubuntu 24.04 | Ilia Shipitsin | 2024-05-17 | 1 | -1/+1 |
|/ | |||||
* | Update man links | Theo Buehler | 2024-05-13 | 1 | -0/+1 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-05-11 | 1 | -0/+2 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-05-09 | 1 | -0/+1 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-05-08 | 1 | -0/+1 |
| | |||||
* | Link lhash_test to build | Theo Buehler | 2024-05-06 | 3 | -0/+11 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-05-06 | 1 | -0/+3 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-05-04 | 1 | -0/+1 |
| | |||||
* | Land #1051 - add libtool for cmake config on macos | Theo Buehler | 2024-04-30 | 1 | -1/+1 |
|\ | |||||
| * | Add libtool for cmake_config CI | Theo Buehler | 2024-04-30 | 1 | -1/+1 |
|/ | |||||
* | Update man links | Theo Buehler | 2024-04-30 | 1 | -0/+2 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-04-29 | 1 | -0/+2 |
| | |||||
* | Update man links | Theo Buehler | 2024-04-25 | 1 | -6/+0 |
| | |||||
* | link crypto_test to the build | Theo Buehler | 2024-04-25 | 3 | -0/+13 |
| | |||||
* | pem2.h headed to the bit bucket | Theo Buehler | 2024-04-25 | 1 | -1/+1 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-04-17 | 1 | -0/+3 |
| | |||||
* | Unhook o_str.c | Theo Buehler | 2024-04-15 | 2 | -2/+0 |
| | |||||
* | Rebase crypto_namespace.h.patch | Theo Buehler | 2024-04-11 | 1 | -4/+4 |
| | |||||
* | Tweak ChangeLog | Theo Buehler | 2024-04-10 | 1 | -1/+1 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-04-09 | 1 | -0/+2 |
| | |||||
* | Link bn_bits to regress | Theo Buehler | 2024-04-09 | 3 | -0/+11 |
| | |||||
* | Add hidden evp.h and conf.h | Theo Buehler | 2024-04-09 | 1 | -0/+2 |
| | |||||
* | ChangeLog: add a couple of missing periods | Theo Buehler | 2024-04-09 | 1 | -2/+2 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-04-09 | 1 | -0/+6 |
| | |||||
* | Land #1045, [Windows] Mention running update.sh in readme | Brent Cook | 2024-04-08 | 1 | -0/+1 |
|\ | |||||
| * | [Windows] Mention running update.sh in readme. | Christian Andersen | 2024-04-08 | 1 | -0/+1 |
| | | | | | | | | | | | | So it is a bit easier to setup, without having to try and figure out why CMake is not generating a valid build. To improve #1044. | ||||
* | | Land #1047, use file version number in test scripts | Brent Cook | 2024-04-08 | 2 | -5/+7 |
|\ \ | |||||
| * | | read VERSION after it is generated by update script | Brent Cook | 2024-04-08 | 1 | -1/+2 |
| | | | |||||
| * | | use a specific version number in test scripts | Brent Cook | 2024-04-08 | 2 | -5/+6 |
| | | | | | | | | | | | | | | | This avoids issue reported in #1041 with file glob confusing cd. Also remove extra newline from VERSION when update.sh runs. | ||||
* | | | Land #1032, mingw: re-enable endbr opcode, add workaround for llvm cet.h issue | Brent Cook | 2024-04-08 | 2 | -1/+2 |
|\ \ \ | |||||
| * | | | also for autotools | Viktor Szakats | 2024-03-26 | 1 | -0/+1 |
| | | | | |||||
| * | | | mingw: re-enable endbr opcode, add workaround for clang `cet.h` issue | Viktor Szakats | 2024-03-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - https://github.com/libressl/openbsd/pull/149 fixes to crash on startup issue, thus nuking all endbr opcodes is no longer necessary. This effectively enables CET in ASM code for MinGW x86_64 builds. - llvm `cet.h` (as of v18) assigns `endbr32` instead of `endbr64` to `_CET_ENDBR` macro for MinGW x86_64 targets. https://github.com/llvm/llvm-project/blob/llvmorg-18.1.1/clang/lib/Headers/cet.h#L15-L35 Work this around by mapping `endbr32` to `endbr64`. Prerequisite: https://github.com/libressl/openbsd/pull/149 Fixes: https://github.com/libressl/portable/issues/1015 | ||||
* | | | | Land #1035, explicitly undef __CET__ on masm cpp | Brent Cook | 2024-04-08 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | explicitly undef __CET__ on masm cpp | Brent Cook | 2024-03-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Some systems (e.g. OpenBSD) unconditionally set __CET__ in the C preprocessor. | ||||
* | | | | Land #1043 - Add uninstall only if install is enabled | Theo Buehler | 2024-04-08 | 1 | -12/+8 |
|\ \ \ \ | |||||
| * | | | | Update CMakeLists.txt | Jim B | 2024-04-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Co-authored-by: Viktor Szakats <vszakats@users.noreply.github.com> | ||||
| * | | | | Update CMakeLists.txt | Jim B | 2024-04-06 | 1 | -13/+9 |
| | |_|/ | |/| | | | | | | Collapse the same if condition blocks into one block. Include the uninstall rule when building install rules; if there was no install, shouldn't need uninstall (for this build; a previous build that was installed would have an uninstall rule) | ||||
* / | | | add stuff | Bob Beck | 2024-03-30 | 1 | -0/+7 |
|/ / / | |||||
* | | | Update ChangeLog | Theo Buehler | 2024-03-30 | 1 | -0/+6 |
| | | | |||||
* | | | Add hidden aes.h and camellia.h | Theo Buehler | 2024-03-29 | 1 | -0/+2 |
| | | | |||||
* | | | Add HAVE_AES_* flags to all x86_64 asm builds | Theo Buehler | 2024-03-29 | 4 | -0/+20 |
| | | | |||||
* | | | Add hidden whrlpool | Theo Buehler | 2024-03-29 | 1 | -0/+1 |
| | | | |||||
* | | | Link rsa_padding_test to build | Theo Buehler | 2024-03-29 | 2 | -0/+10 |
| | | | |||||
* | | | Add whirlpool test | Joshua Sing | 2024-03-29 | 2 | -0/+10 |
| | | |