aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | camellia/cast consolidation copingTheo Buehler2024-03-2910-54/+4
| | |
* | | A concentration of ideas has happenedTheo Buehler2024-03-282-10/+2
| | |
* | | Consolidate AES sourcesTheo Buehler2024-03-282-13/+2
| | |
* | | Uppercase SOURCESTheo Buehler2024-03-281-1/+1
| | |
* | | Consolidate whirlpoolTheo Buehler2024-03-2810-17/+2
| | |
* | | Add hidden blowfish.hTheo Buehler2024-03-281-0/+1
| | |
* | | Hook up hidden DESTheo Buehler2024-03-281-0/+1
| | |
* | | Add hidden ripemd.hTheo Buehler2024-03-281-0/+1
| | |
* | | Remove md32_common.h, unconditionally link aes.cTheo Buehler2024-03-285-6/+0
|/ /
* | Place rc4.c in a more sensible placeTheo Buehler2024-03-285-5/+4
| | | | | | | | Fixes #1036 and https://github.com/google/oss-fuzz/pull/11741
* | Add hiddens in rc4Theo Buehler2024-03-281-0/+1
| |
* | Rebase weird _WIN32 hack for BNTheo Buehler2024-03-271-8/+13
| |
* | Cope with aes consolidationTheo Buehler2024-03-272-10/+2
| |
* | Update ChangeLogTheo Buehler2024-03-271-0/+1
| |
* | why is this such a messTheo Buehler2024-03-273-6/+0
| |
* | More rc4 wants to goTheo Buehler2024-03-273-6/+3
| |
* | More garbageTheo Buehler2024-03-272-3/+0
| |
* | More garbage was hiding hereTheo Buehler2024-03-271-2/+0
| |
* | Drop some no longer existing filesTheo Buehler2024-03-272-14/+2
| |
* | Blowfish was simplifiedTheo Buehler2024-03-272-10/+2
| |
* | Update ChangeLogTheo Buehler2024-03-271-0/+1
| |
* | Add hidden engine.hTheo Buehler2024-03-271-0/+1
| |