Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-04-06 | Update CMakeLists.txt | Jim B | 1 | -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) | |||||
2024-03-30 | add stuff | Bob Beck | 1 | -0/+7 | |
2024-03-30 | Update ChangeLog | Theo Buehler | 1 | -0/+6 | |
2024-03-29 | Add hidden aes.h and camellia.h | Theo Buehler | 1 | -0/+2 | |
2024-03-29 | Add HAVE_AES_* flags to all x86_64 asm builds | Theo Buehler | 4 | -0/+20 | |
2024-03-29 | Add hidden whrlpool | Theo Buehler | 1 | -0/+1 | |
2024-03-29 | Link rsa_padding_test to build | Theo Buehler | 2 | -0/+10 | |
2024-03-29 | Add whirlpool test | Joshua Sing | 2 | -0/+10 | |
2024-03-29 | camellia/cast consolidation coping | Theo Buehler | 10 | -54/+4 | |
2024-03-28 | A concentration of ideas has happened | Theo Buehler | 2 | -10/+2 | |
2024-03-28 | Consolidate AES sources | Theo Buehler | 2 | -13/+2 | |
2024-03-28 | Uppercase SOURCES | Theo Buehler | 1 | -1/+1 | |
2024-03-28 | Consolidate whirlpool | Theo Buehler | 10 | -17/+2 | |
2024-03-28 | Add hidden blowfish.h | Theo Buehler | 1 | -0/+1 | |
2024-03-28 | Hook up hidden DES | Theo Buehler | 1 | -0/+1 | |
2024-03-28 | Add hidden ripemd.h | Theo Buehler | 1 | -0/+1 | |
2024-03-28 | Remove md32_common.h, unconditionally link aes.c | Theo Buehler | 5 | -6/+0 | |
2024-03-28 | Place rc4.c in a more sensible place | Theo Buehler | 5 | -5/+4 | |
Fixes #1036 and https://github.com/google/oss-fuzz/pull/11741 | |||||
2024-03-28 | Add hiddens in rc4 | Theo Buehler | 1 | -0/+1 | |
2024-03-27 | Rebase weird _WIN32 hack for BN | Theo Buehler | 1 | -8/+13 | |
2024-03-27 | Cope with aes consolidation | Theo Buehler | 2 | -10/+2 | |
2024-03-27 | Update ChangeLog | Theo Buehler | 1 | -0/+1 | |
2024-03-27 | why is this such a mess | Theo Buehler | 3 | -6/+0 | |
2024-03-27 | More rc4 wants to go | Theo Buehler | 3 | -6/+3 | |
2024-03-27 | More garbage | Theo Buehler | 2 | -3/+0 | |
2024-03-27 | More garbage was hiding here | Theo Buehler | 1 | -2/+0 | |
2024-03-27 | Drop some no longer existing files | Theo Buehler | 2 | -14/+2 | |
2024-03-27 | Blowfish was simplified | Theo Buehler | 2 | -10/+2 | |
2024-03-27 | Update ChangeLog | Theo Buehler | 1 | -0/+1 | |
2024-03-27 | Add hidden engine.h | Theo Buehler | 1 | -0/+1 | |
2024-03-26 | Temporarily disable the clienttest | Theo Buehler | 2 | -8/+8 | |
2024-03-25 | Add libssl and libcrypto to libtls's Libs.private | Alyssa Ross | 1 | -1/+1 | |
Since d193f43 ("slim down `libtls`"), statically linking libtls requires also linking libssl and libcrypto, so express that in the pkg-config file. | |||||
2024-03-25 | Revert "Split the jobs into two files, macOS and macOS-legacy." | Kenjiro Nakayama | 2 | -38/+1 | |
This reverts commit 51e6f0ec5a9e3c68ec610d47d6a915b61e8f6a85. | |||||
2024-03-25 | Update ChangeLog | Theo Buehler | 1 | -0/+6 | |
2024-03-24 | Initial 4.0.0 changelog | Theo Buehler | 1 | -1/+15 | |
2024-03-23 | Revert "CI: setup kernel entropy to work with asan" | Theo Buehler | 1 | -9/+0 | |
This reverts commit cb2fd0abb21fc2ed4a725de0c57df25e10eee7e8 from #1019. | |||||
2024-03-22 | update.sh: add LIBRESSL_GIT_OPTIONS | Viktor Szakats | 1 | -5/+3 | |
2024-03-22 | Split the jobs into two files, macOS and macOS-legacy. | Kenjiro Nakayama | 2 | -1/+38 | |
2024-03-21 | Run tests for macos-14 on arm64 | Kenjiro Nakayama | 2 | -2/+7 | |
macos-12 and macos-13 fails `make test` on arm64 but macos-14 does not. Hence this patch enables it on github action. | |||||
0 min. | Replace expiring certs with more modern versions | Theo Buehler | 12 | -15/+15 | |
Ref: #1018 | |||||
2024-03-20 | update.sh: use shallow clone to spare time/bandwidth | Viktor Szakats | 1 | -2/+2 | |
2024-03-19 | Update man links | Theo Buehler | 1 | -3/+0 | |
2024-03-19 | rm o_init.c | Theo Buehler | 2 | -2/+0 | |
2024-03-19 | Drop macos-11 from test | Kenjiro Nakayama | 1 | -1/+1 | |
2024-03-18 | Add libtool | Kenjiro Nakayama | 1 | -1/+1 | |
2024-03-18 | Add macos-14 test | Kenjiro Nakayama | 1 | -1/+1 | |
2024-03-18 | Add tests/bio_dump* and tests/x509_algor* to gitignore | Kenjiro Nakayama | 1 | -0/+2 | |
2024-03-17 | CI: setup kernel entropy to work with asan | Ilia Shipitsin | 1 | -0/+9 | |
2024-03-11 | cmake: disable default NDEBUG differently | Viktor Szakats | 1 | -2/+7 | |
Before this patch `NDEBUG` was force-disabled, preventing a build with debug asserts disabled. After this patch `NDEBUG` works again when passed as a custom build option, e.g.: `-DCMAKE_C_FLAGS=-DNDEBUG` Previously submitted as #988, which was merged, but the commit vanished from master and ended up missing from both 3.8.3 and 3.9.0 releases. | |||||
2024-03-08 | changelog updatesv3.9.0 | Brent Cook | 1 | -3/+10 | |