aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Land #1034 - temporarily disable the client testTheo Buehler2024-03-262-8/+8
|\
| * Temporarily disable the clienttestTheo Buehler2024-03-262-8/+8
|/
* Land #1031 - add -lcrypto and -lssl to libtls.pcTheo Buehler2024-03-261-1/+1
|\
| * Add libssl and libcrypto to libtls's Libs.privateAlyssa Ross2024-03-251-1/+1
|/ | | | | | Since d193f43 ("slim down `libtls`"), statically linking libtls requires also linking libssl and libcrypto, so express that in the pkg-config file.
* Land #1027 - run macos tests on arm64Theo Buehler2024-03-252-2/+7
|\
| * Revert "Split the jobs into two files, macOS and macOS-legacy."Kenjiro Nakayama2024-03-252-38/+1
| | | | | | | | This reverts commit 51e6f0ec5a9e3c68ec610d47d6a915b61e8f6a85.
| * Split the jobs into two files, macOS and macOS-legacy.Kenjiro Nakayama2024-03-222-1/+38
| |
| * Run tests for macos-14 on arm64Kenjiro Nakayama2024-03-212-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.
* | Update ChangeLogTheo Buehler2024-03-251-0/+6
| |
* | Initial 4.0.0 changelogTheo Buehler2024-03-241-1/+15
| |
* | Land #1026 - use shallow clones by defaultTheo Buehler2024-03-251-5/+3
|\ \
| * | update.sh: add LIBRESSL_GIT_OPTIONSViktor Szakats2024-03-221-5/+3
| | |
| * | update.sh: use shallow clone to spare time/bandwidthViktor Szakats2024-03-201-2/+2
| | |
* | | Land #1029 - undo ASLR workaround for ASANTheo Buehler2024-03-251-9/+0
|\ \ \ | |_|/ |/| |
| * | Revert "CI: setup kernel entropy to work with asan"Theo Buehler2024-03-231-9/+0
|/ / | | | | | | This reverts commit cb2fd0abb21fc2ed4a725de0c57df25e10eee7e8 from #1019.
* | Land #1022 - drop macos 11, add macos 14Theo Buehler2024-03-211-2/+2
|\ \
| * | Drop macos-11 from testKenjiro Nakayama2024-03-191-1/+1
| | |
| * | Add libtoolKenjiro Nakayama2024-03-181-1/+1
| | |
| * | Add macos-14 testKenjiro Nakayama2024-03-181-1/+1
| | |
* | | Replace expiring certs with more modern versionsTheo Buehler0 min.12-15/+15
| |/ |/| | | | | Ref: #1018
* | Update man linksTheo Buehler2024-03-191-3/+0
| |
* | rm o_init.cTheo Buehler2024-03-192-2/+0
|/
* Land #1020 - add new tests to gitignoreTheo Buehler2024-03-181-0/+2
|\
| * Add tests/bio_dump* and tests/x509_algor* to gitignoreKenjiro Nakayama2024-03-181-0/+2
|/
* Land #1018 - temporarily lower ASLR entropy to fix ASANTheo Buehler2024-03-181-0/+9
|\
| * CI: setup kernel entropy to work with asanIlia Shipitsin2024-03-171-0/+9
|/
* cmake: disable default NDEBUG differentlyViktor Szakats2024-03-111-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.
* changelog updatesv3.9.0Brent Cook2024-03-081-3/+10
|
* move syslog_r and getprogname into compat src listBrent Cook2024-03-071-4/+4
|
* put compat getpagesize into the right object listBrent Cook2024-03-071-1/+1
| | | | | | | | | Was getting this linker error building shared libraries on Windows: Creating library C:/projects/portable/build/ssl/Release/ssl.lib and object C:/projects/portable/build/ssl/Release/ssl.exp recallocarray.obj : error LNK2019: unresolved external symbol getpagesize referenced in function getpagesize should be in compat rather than crypto object file list.
* Update man linksTheo Buehler2024-03-071-19/+0
|
* add additional portable improvementsBrent Cook2024-03-061-0/+3
|
* Update man linksTheo Buehler2024-03-041-10/+1
|
* Regen openssl.c.patchTheo Buehler2024-03-041-3/+3
|
* Update ChangeLogTheo Buehler2024-03-041-1/+13
|