aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rename README.windows to README.mingw.mdChristian Andersen2024-05-254-5/+5
| | | | | Since it is mingw specific and does not really involve other compilers.
* Remove the dist-win compilation scriptChristian Andersen2024-05-252-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 linksTheo Buehler2024-05-251-2/+0
|
* bye bye enc_writ.cTheo Buehler2024-05-242-2/+0
|
* Update ChangeLogTheo Buehler2024-05-221-0/+1
|
* Land #1054 - add ubuntu 24.04 to CITheo Buehler2024-05-171-1/+1
|\
| * CI: introduce Ubuntu 24.04Ilia Shipitsin2024-05-171-1/+1
|/
* Update man linksTheo Buehler2024-05-131-0/+1
|
* Update ChangeLogTheo Buehler2024-05-111-0/+2
|
* Update ChangeLogTheo Buehler2024-05-091-0/+1
|
* Update ChangeLogTheo Buehler2024-05-081-0/+1
|
* Link lhash_test to buildTheo Buehler2024-05-063-0/+11
|
* Update ChangeLogTheo Buehler2024-05-061-0/+3
|
* Update ChangeLogTheo Buehler2024-05-041-0/+1
|
* Land #1051 - add libtool for cmake config on macosTheo Buehler2024-04-301-1/+1
|\
| * Add libtool for cmake_config CITheo Buehler2024-04-301-1/+1
|/
* Update man linksTheo Buehler2024-04-301-0/+2
|
* Update ChangeLogTheo Buehler2024-04-291-0/+2
|
* Update man linksTheo Buehler2024-04-251-6/+0
|
* link crypto_test to the buildTheo Buehler2024-04-253-0/+13
|
* pem2.h headed to the bit bucketTheo Buehler2024-04-251-1/+1
|
* Update ChangeLogTheo Buehler2024-04-171-0/+3
|
* Unhook o_str.cTheo Buehler2024-04-152-2/+0
|
* Rebase crypto_namespace.h.patchTheo Buehler2024-04-111-4/+4
|
* Tweak ChangeLogTheo Buehler2024-04-101-1/+1
|
* Update ChangeLogTheo Buehler2024-04-091-0/+2
|
* Link bn_bits to regressTheo Buehler2024-04-093-0/+11
|
* Add hidden evp.h and conf.hTheo Buehler2024-04-091-0/+2
|
* ChangeLog: add a couple of missing periodsTheo Buehler2024-04-091-2/+2
|
* Update ChangeLogTheo Buehler2024-04-091-0/+6
|
* Land #1045, [Windows] Mention running update.sh in readmeBrent Cook2024-04-081-0/+1
|\
| * [Windows] Mention running update.sh in readme.Christian Andersen2024-04-081-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 scriptsBrent Cook2024-04-082-5/+7
|\ \
| * | read VERSION after it is generated by update scriptBrent Cook2024-04-081-1/+2
| | |
| * | use a specific version number in test scriptsBrent Cook2024-04-082-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 issueBrent Cook2024-04-082-1/+2
|\ \ \
| * | | also for autotoolsViktor Szakats2024-03-261-0/+1
| | | |
| * | | mingw: re-enable endbr opcode, add workaround for clang `cet.h` issueViktor Szakats2024-03-261-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 cppBrent Cook2024-04-081-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | explicitly undef __CET__ on masm cppBrent Cook2024-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | Some systems (e.g. OpenBSD) unconditionally set __CET__ in the C preprocessor.
* | | | Land #1043 - Add uninstall only if install is enabledTheo Buehler2024-04-081-12/+8
|\ \ \ \
| * | | | Update CMakeLists.txtJim B2024-04-071-1/+1
| | | | | | | | | | | | | | | Co-authored-by: Viktor Szakats <vszakats@users.noreply.github.com>
| * | | | Update CMakeLists.txtJim B2024-04-061-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 stuffBob Beck2024-03-301-0/+7
|/ / /
* | | Update ChangeLogTheo Buehler2024-03-301-0/+6
| | |
* | | Add hidden aes.h and camellia.hTheo Buehler2024-03-291-0/+2
| | |
* | | Add HAVE_AES_* flags to all x86_64 asm buildsTheo Buehler2024-03-294-0/+20
| | |
* | | Add hidden whrlpoolTheo Buehler2024-03-291-0/+1
| | |
* | | Link rsa_padding_test to buildTheo Buehler2024-03-292-0/+10
| | |
* | | Add whirlpool testJoshua Sing2024-03-292-0/+10
| | |