aboutsummaryrefslogtreecommitdiff
path: root/libtls-standalone/include (unfollow)
Commit message (Collapse)AuthorFilesLines
6 daysCI: Apply EVP const_ptr patch for LibreSSL < 4.2.0Kenjiro Nakayama1-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 daysSync DES_UNROLL removal from opensslconf.hTheo Buehler2-24/+0
Change-Id: I6a6a6964d015e92505a3a24785cdc3ea2535ad5e
12 daysTry to fix OOM in Emscripten ASANTheo Buehler1-0/+1
12 daysUpdate man linksTheo Buehler1-2/+0
12 daysregen amd64 crypto_arch.patchTheo Buehler1-4/+4
13 daysSync BN_LLONG removal from opensslconf.hTheo Buehler2-10/+0
Change-Id: I6a6a6964e4319a0fb0a0ecf5b4f6ea226beca433
2025-07-12Adjust for x_pkey.c removalTheo Buehler2-2/+0
Change-Id: I6a6a696458f18874c81e49aa5068a910a51becdb
2025-07-12x_info.c was removedTheo Buehler2-2/+0
Change-Id: I6a6a6964f97ec3f04111708ee726de6dd4ea8630
2025-07-07Add missing loongarch64/opensslconf.hTheo Buehler1-0/+1
Fixes #1183
2025-07-06Remove applying flag to C++ codeJim B1-1/+1
2025-07-06Limit usage of warning flags to C and C++Jim B1-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-29Adjust to GCM refactoringTheo Buehler9-34/+43
2025-06-27regen nc patchTheo Buehler1-13/+13
2025-06-27Update ChangeLogTheo Buehler1-0/+2
2025-06-27Pass -Icrypto/aes to CPP flagsTheo Buehler2-0/+2
2025-06-26Only link aes_${arch}.c to asm buildsTheo Buehler7-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-17Revert "Sprinkle some #ifdef"Theo Buehler2-110/+0
This reverts commit a64e99ae2562f8294e0910ce2b72aa17249bd1aa.
2025-06-16Sprinkle some #ifdefTheo Buehler2-0/+110
2025-06-16link aes_{amd64,i386}.c to buildTheo Buehler2-0/+4
2025-06-16regen patchesTheo Buehler2-8/+8
2025-06-13Replace wget -c -N with wget -nvTheo Buehler1-1/+1
https://github.com/rpki-client/rpki-client-portable/commit/54a687e045ea381466f8c7628ba64fd79a0bfdec
2025-06-11Garbage collect BF_PTRTheo Buehler2-10/+0
Change-Id: I6a6a6964f3ff8920845f29bc620ef51d94c3f5f4
2025-06-09Update man linksTheo Buehler1-6/+0
2025-06-09Remove MI constants which now live in other headersTheo Buehler2-64/+0
2025-06-09Remove ${MULTIPLE_OF_EIGHT}_BIT*Theo Buehler2-24/+0
2025-06-09Remove DES_PTRTheo Buehler2-12/+0
2025-06-06sync opensslconf.h: remove DES_RISC* logicTheo Buehler2-110/+0
Change-Id: I6a6a696436b84c468fe7fc86f7f026918c68bf6f
2025-06-05should be no need to force disabling asm anymoreBrent Cook1-3/+0
2025-06-05adjust CMAKE_SYSTEM_PROCESSOR on Windows buildsBrent Cook1-2/+10
Match CMAKE_GENERATOR_PLATFORM so that cross-builds work properly. Otherwise, we're just targeting the build system anyway.
2025-06-05sync opensslconf.h: only HEADER_DES_H remainsTheo Buehler2-2/+2
Change-Id: I6a6a6964d1f15bb620559cb4eaa57d323fe5e6f0
2025-06-05Remove md2 leftoversTheo Buehler2-8/+0
2025-06-03add copyright headers to test batch filesBrent Cook11-15/+156
2025-06-03add copyright headers to test shell scriptsBrent Cook17-5/+252
2025-06-02Switch to top_builddircierny3-5/+5
2025-06-02Use relative paths in linking stepcierny3-5/+5
2025-06-02add top-level script copyright noticesBrent Cook7-0/+105
2025-06-01adjust incorrect commit yearsBrent Cook12-12/+12
Co-authored-by: Theo Buehler <botovq@users.noreply.github.com>
2025-06-01add autotools build copyright headersBrent Cook14-0/+196
2025-06-01add copyright headers to Cmake filesBrent Cook14-0/+211
based on original committer and date
2025-06-01explicitly copy COPYING file in this project from LICENSE file in CVS treeBrent Cook3-3/+133
2025-05-31Update Windows CI runner to 2025Theo Buehler1-3/+4
Fixes #1172 Change-Id: I6a6a6964447afd42de3911d945671e44f0329d41
2025-05-31Disable md_test and sha_test on Windows for nowTheo Buehler1-6/+12
2025-05-31regen patchTheo Buehler1-1/+1
2025-05-31Update ChangeLogTheo Buehler1-0/+17
2025-05-31Windows still doesn't understand __attribute__Theo Buehler1-0/+11
2025-05-31only define noinst_HEADERS onceTheo Buehler1-1/+1
2025-05-31Fix typos plus some automake appeasingTheo Buehler1-4/+5
2025-05-31Include tests for automake buildsTheo Buehler1-0/+1
2025-05-31link tests that need it against test helpersTheo Buehler2-4/+11
2025-05-31link bn_mod_words.c to buildTheo Buehler2-0/+2