Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
6 days | CI: Apply EVP const_ptr patch for LibreSSL < 4.2.0 | Kenjiro Nakayama | 1 | -0/+4 | |
In the GitHub Actions workflow for rust-openssl testing, apply the patch used in OpenBSD ports to support EVP_PKEY_get1_* APIs with const_ptr. This ensures that the build succeeds before the official version bump to libressl420. This is a temporary workaround to keep the tests passing until 4.2.0 release. Fix https://github.com/libressl/portable/issues/1187 | |||||
8 days | Sync DES_UNROLL removal from opensslconf.h | Theo Buehler | 2 | -24/+0 | |
Change-Id: I6a6a6964d015e92505a3a24785cdc3ea2535ad5e | |||||
12 days | Try to fix OOM in Emscripten ASAN | Theo Buehler | 1 | -0/+1 | |
12 days | Update man links | Theo Buehler | 1 | -2/+0 | |
12 days | regen amd64 crypto_arch.patch | Theo Buehler | 1 | -4/+4 | |
13 days | Sync BN_LLONG removal from opensslconf.h | Theo Buehler | 2 | -10/+0 | |
Change-Id: I6a6a6964e4319a0fb0a0ecf5b4f6ea226beca433 | |||||
2025-07-12 | Adjust for x_pkey.c removal | Theo Buehler | 2 | -2/+0 | |
Change-Id: I6a6a696458f18874c81e49aa5068a910a51becdb | |||||
2025-07-12 | x_info.c was removed | Theo Buehler | 2 | -2/+0 | |
Change-Id: I6a6a6964f97ec3f04111708ee726de6dd4ea8630 | |||||
2025-07-07 | Add missing loongarch64/opensslconf.h | Theo Buehler | 1 | -0/+1 | |
Fixes #1183 | |||||
2025-07-06 | Remove applying flag to C++ code | Jim B | 1 | -1/+1 | |
2025-07-06 | Limit usage of warning flags to C and C++ | Jim B | 1 | -1/+1 | |
`add_compile_options()` adds options to all compilers CMake can invoke, including ASM. The format of this warning flag causes MASM to fail if the option is specified. This limits specifying the warning suppression to just C and C++. | |||||
2025-06-29 | Adjust to GCM refactoring | Theo Buehler | 9 | -34/+43 | |
2025-06-27 | regen nc patch | Theo Buehler | 1 | -13/+13 | |
2025-06-27 | Update ChangeLog | Theo Buehler | 1 | -0/+2 | |
2025-06-27 | Pass -Icrypto/aes to CPP flags | Theo Buehler | 2 | -0/+2 | |
2025-06-26 | Only link aes_${arch}.c to asm builds | Theo Buehler | 7 | -8/+24 | |
Don't mix C source with ASM source. Add the ASM support C code to CRYPTO_SRC or libcrypto_la_SOURCES as normal, but depending on the HOST_ASM* bits Change-Id: I6a6a69648fc7c2102c96813b70be0d255a345cd3 | |||||
2025-06-17 | Revert "Sprinkle some #ifdef" | Theo Buehler | 2 | -110/+0 | |
This reverts commit a64e99ae2562f8294e0910ce2b72aa17249bd1aa. | |||||
2025-06-16 | Sprinkle some #ifdef | Theo Buehler | 2 | -0/+110 | |
2025-06-16 | link aes_{amd64,i386}.c to build | Theo Buehler | 2 | -0/+4 | |
2025-06-16 | regen patches | Theo Buehler | 2 | -8/+8 | |
2025-06-13 | Replace wget -c -N with wget -nv | Theo Buehler | 1 | -1/+1 | |
https://github.com/rpki-client/rpki-client-portable/commit/54a687e045ea381466f8c7628ba64fd79a0bfdec | |||||
2025-06-11 | Garbage collect BF_PTR | Theo Buehler | 2 | -10/+0 | |
Change-Id: I6a6a6964f3ff8920845f29bc620ef51d94c3f5f4 | |||||
2025-06-09 | Update man links | Theo Buehler | 1 | -6/+0 | |
2025-06-09 | Remove MI constants which now live in other headers | Theo Buehler | 2 | -64/+0 | |
2025-06-09 | Remove ${MULTIPLE_OF_EIGHT}_BIT* | Theo Buehler | 2 | -24/+0 | |
2025-06-09 | Remove DES_PTR | Theo Buehler | 2 | -12/+0 | |
2025-06-06 | sync opensslconf.h: remove DES_RISC* logic | Theo Buehler | 2 | -110/+0 | |
Change-Id: I6a6a696436b84c468fe7fc86f7f026918c68bf6f | |||||
2025-06-05 | should be no need to force disabling asm anymore | Brent Cook | 1 | -3/+0 | |
2025-06-05 | adjust CMAKE_SYSTEM_PROCESSOR on Windows builds | Brent Cook | 1 | -2/+10 | |
Match CMAKE_GENERATOR_PLATFORM so that cross-builds work properly. Otherwise, we're just targeting the build system anyway. | |||||
2025-06-05 | sync opensslconf.h: only HEADER_DES_H remains | Theo Buehler | 2 | -2/+2 | |
Change-Id: I6a6a6964d1f15bb620559cb4eaa57d323fe5e6f0 | |||||
2025-06-05 | Remove md2 leftovers | Theo Buehler | 2 | -8/+0 | |
2025-06-03 | add copyright headers to test batch files | Brent Cook | 11 | -15/+156 | |
2025-06-03 | add copyright headers to test shell scripts | Brent Cook | 17 | -5/+252 | |
2025-06-02 | Switch to top_builddir | cierny | 3 | -5/+5 | |
2025-06-02 | Use relative paths in linking step | cierny | 3 | -5/+5 | |
2025-06-02 | add top-level script copyright notices | Brent Cook | 7 | -0/+105 | |
2025-06-01 | adjust incorrect commit years | Brent Cook | 12 | -12/+12 | |
Co-authored-by: Theo Buehler <botovq@users.noreply.github.com> | |||||
2025-06-01 | add autotools build copyright headers | Brent Cook | 14 | -0/+196 | |
2025-06-01 | add copyright headers to Cmake files | Brent Cook | 14 | -0/+211 | |
based on original committer and date | |||||
2025-06-01 | explicitly copy COPYING file in this project from LICENSE file in CVS tree | Brent Cook | 3 | -3/+133 | |
2025-05-31 | Update Windows CI runner to 2025 | Theo Buehler | 1 | -3/+4 | |
Fixes #1172 Change-Id: I6a6a6964447afd42de3911d945671e44f0329d41 | |||||
2025-05-31 | Disable md_test and sha_test on Windows for now | Theo Buehler | 1 | -6/+12 | |
2025-05-31 | regen patch | Theo Buehler | 1 | -1/+1 | |
2025-05-31 | Update ChangeLog | Theo Buehler | 1 | -0/+17 | |
2025-05-31 | Windows still doesn't understand __attribute__ | Theo Buehler | 1 | -0/+11 | |
2025-05-31 | only define noinst_HEADERS once | Theo Buehler | 1 | -1/+1 | |
2025-05-31 | Fix typos plus some automake appeasing | Theo Buehler | 1 | -4/+5 | |
2025-05-31 | Include tests for automake builds | Theo Buehler | 1 | -0/+1 | |
2025-05-31 | link tests that need it against test helpers | Theo Buehler | 2 | -4/+11 | |
2025-05-31 | link bn_mod_words.c to build | Theo Buehler | 2 | -0/+2 | |