aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Land #998, Windows: Improve check for endianness when using Visual StudioBrent Cook2024-02-122-1/+25
|\ \
| * | Windows: Improve the check for endianness when using Visual Studio.Christian Andersen2024-02-042-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | Visual studio does not define __BYTE_ORDER__ so all architectures were detected as LITTLE_ENDIAN since both __BYTE_ORDER__ and __ORDER_LITTLE_ENDIAN__ would evaluate to 0 and compare equal. This updates the checks to use CMakes detection of endianness, with a hard error, if this also fails.
* | | Land #999, Windows: Don't set -Wall when compiling with Visual StudioBrent Cook2024-02-121-2/+2
|\ \ \
| * | | Windows: Don't set -Wall when compiling with Visual Studio.Christian Andersen2024-02-041-2/+2
| |/ / | | | | | | | | | | | | As it enables a lot of spammed warnings that are not part of W4. This reduces the warnings a lot when compiling LibreSSL in CLion for me.
* | | Land #997, Windows: Prevent assertion pop-up up when using DebugBrent Cook2024-02-121-0/+2
|\ \ \
| * | | Windows: Fix assertion pop-up up when using Debug compiled libressl.Christian Andersen2024-02-041-0/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When running the signertest, or the test project in https://github.com/libressl/portable/issues/266 an assertion window pops up. This was fixed in afcd4be8a72a for a release compiled library. To prevent the issue in debug mode, it looks like it is necessary to also disable the assertion window popup. With this all tests pass when compiling and running them with a Debug, Release or RelWithDebInfo CMake build on windows (for me).
* / / Update ChangeLogTheo Buehler2024-02-031-0/+1
|/ /
* | Update ChangeLogTheo Buehler2024-02-021-0/+1
| |
* | Link bio_dump test to buildTheo Buehler2024-02-022-0/+10
| |
* | Update ChangeLogTheo Buehler2024-02-011-0/+3
| |
* | Update ChangeLogTheo Buehler2024-01-301-2/+2
| |
* | Update ChangeLogTheo Buehler2024-01-281-0/+1
| |
* | Unhook p5_crypt{,2}.c and p12_crpt.cTheo Buehler2024-01-272-6/+0
| |
* | Update ChangeLogTheo Buehler2024-01-271-0/+3
| |
* | Update ChangeLogTheo Buehler2024-01-261-1/+1
| |
* | Update ChangeLogTheo Buehler2024-01-251-0/+2
| |
* | Update ChangeLogTheo Buehler2024-01-241-0/+1
| |
* | Update man linksTheo Buehler2024-01-221-0/+19
| |
* | Add shutdowntest to buildTheo Buehler2024-01-194-0/+44
| |
* | Land #991Theo Buehler2024-01-146-0/+6
|\ \
| * | CI: limit scheduled runs to "libressl" org onlyIlya Shipitsin2024-01-146-0/+6
|/ /
* | Update man linksTheo Buehler2024-01-131-4/+0
| |
* | evp/evp_names.c replaces a few other filesTheo Buehler2024-01-132-6/+2
| |
* | Update ChangeLogTheo Buehler2024-01-131-1/+3
| |
* | Update ChangeLogTheo Buehler2024-01-121-0/+3
| |
* | Update ChangeLogTheo Buehler2024-01-101-0/+1
| |
* | ChangeLog: fix typoTheo Buehler2024-01-081-1/+1
| |
* | Update ChangeLogTheo Buehler2024-01-071-2/+2
| |
* | Update ChangeLogTheo Buehler2024-01-061-1/+2
| |
* | Update ChangeLogTheo Buehler2024-01-041-0/+1
|/
* Update ChangeLogTheo Buehler2023-12-301-0/+1
|
* Missing periodTheo Buehler2023-12-291-1/+1
|
* Some evp files were renamed and mergedTheo Buehler2023-12-292-10/+6
|
* Hook up exdata_testTheo Buehler2023-12-272-0/+10
|
* Retire the engine testTheo Buehler2023-12-262-10/+0
|
* Update ChangeLogTheo Buehler2023-12-221-0/+4
|
* Update man linksTheo Buehler2023-12-211-2/+0
|
* Fix timingsafe memcmp detectionTheo Buehler2023-12-201-2/+2
|
* Some files were merged into p_legacy.cTheo Buehler2023-12-202-8/+2
|
* Update ChangeLogTheo Buehler2023-12-201-0/+1
|
* rand_key.c is no moreTheo Buehler2023-12-202-2/+0
|
* Land #983Theo Buehler2023-12-191-1/+1
|\
| * pthread_once() returns an error code on failureTheo Buehler2023-12-191-1/+1
| |
* | Land #982Theo Buehler2023-12-191-4/+2
|\ \ | |/ |/|
| * Stop undefining X509_CERT_PAIRTheo Buehler2023-12-191-4/+2
|/ | | | Pointed out in #910
* Land #981Theo Buehler2023-12-191-37/+57
|\
| * readme: fix grammatical errorJoshua Sing2023-12-201-1/+1
| | | | | | Co-authored-by: Theo Buehler <botovq@users.noreply.github.com>
| * readme: tidy up stylingJoshua Sing2023-12-201-37/+57
| |
* | Land #980Theo Buehler2023-12-1911-0/+44
|\ \ | |/ |/|
| * ci: add concurrency groups to workflowsJoshua Sing2023-12-2011-0/+44
|/