kc3-lang/libressl/ssl

Branch :


Log

Author Commit Date CI Message
0d6948ba 2025-06-06 00:03:26 Land #1176, Automake: use relative paths when linking object lists
e95c54d5 2025-06-02 18:42:46 Switch to top_builddir
23a3d0ea 2025-06-02 16:15:41 Use relative paths in linking step
5d9229b1 2025-06-01 17:24:24 adjust incorrect commit years Co-authored-by: Theo Buehler <botovq@users.noreply.github.com>
340037f6 2025-06-01 08:20:41 add autotools build copyright headers
c51665d4 2025-06-01 08:11:22 add copyright headers to Cmake files based on original committer and date
1087da12 2025-04-11 18:31:04 Sync opensslconf.h, add crypto_arch.h for mips This was easy enough to make compile. As long as it doesn't get in the way, I think we can keep this. Fixes #1110
031c2f17 2025-04-10 17:09:19 Basic loongarch64 support Just wire things up to make the project buildable on LoongArch64. opensslconf.h is taken form riscv64 folder as is, and is the same as on some other 64 bit architectures. Refs: https://github.com/libressl/portable/issues/1123 Signed-off-by: Ivan A. Melnikov <iv@altlinux.org>
1996dbc0 2024-11-13 12:05:09 Disable additional MSVC warnings Append additional MSVC warnings to `MSVC_DISABLED_WARNINGS_LIST`. Disable warnings for specific files using `COMPILE_OPTIONS`.
47681bf7 2024-10-02 13:00:09 Pull if() statement out of argument list Pointed out by @vszakats in #1100