Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Windows: Don't set -Wall when compiling with Visual Studio. | Christian Andersen | 2024-02-04 | 1 | -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 Debug | Brent Cook | 2024-02-12 | 1 | -0/+2 | |
|\ \ \ | ||||||
| * | | | Windows: Fix assertion pop-up up when using Debug compiled libressl. | Christian Andersen | 2024-02-04 | 1 | -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 ChangeLog | Theo Buehler | 2024-02-03 | 1 | -0/+1 | |
|/ / | ||||||
* | | Update ChangeLog | Theo Buehler | 2024-02-02 | 1 | -0/+1 | |
| | | ||||||
* | | Link bio_dump test to build | Theo Buehler | 2024-02-02 | 2 | -0/+10 | |
| | | ||||||
* | | Update ChangeLog | Theo Buehler | 2024-02-01 | 1 | -0/+3 | |
| | | ||||||
* | | Update ChangeLog | Theo Buehler | 2024-01-30 | 1 | -2/+2 | |
| | | ||||||
* | | Update ChangeLog | Theo Buehler | 2024-01-28 | 1 | -0/+1 | |
| | | ||||||
* | | Unhook p5_crypt{,2}.c and p12_crpt.c | Theo Buehler | 2024-01-27 | 2 | -6/+0 | |
| | | ||||||
* | | Update ChangeLog | Theo Buehler | 2024-01-27 | 1 | -0/+3 | |
| | | ||||||
* | | Update ChangeLog | Theo Buehler | 2024-01-26 | 1 | -1/+1 | |
| | | ||||||
* | | Update ChangeLog | Theo Buehler | 2024-01-25 | 1 | -0/+2 | |
| | | ||||||
* | | Update ChangeLog | Theo Buehler | 2024-01-24 | 1 | -0/+1 | |
| | | ||||||
* | | Update man links | Theo Buehler | 2024-01-22 | 1 | -0/+19 | |
| | | ||||||
* | | Add shutdowntest to build | Theo Buehler | 2024-01-19 | 4 | -0/+44 | |
| | | ||||||
* | | Land #991 | Theo Buehler | 2024-01-14 | 6 | -0/+6 | |
|\ \ | ||||||
| * | | CI: limit scheduled runs to "libressl" org only | Ilya Shipitsin | 2024-01-14 | 6 | -0/+6 | |
|/ / | ||||||
* | | Update man links | Theo Buehler | 2024-01-13 | 1 | -4/+0 | |
| | | ||||||
* | | evp/evp_names.c replaces a few other files | Theo Buehler | 2024-01-13 | 2 | -6/+2 | |
| | | ||||||
* | | Update ChangeLog | Theo Buehler | 2024-01-13 | 1 | -1/+3 | |
| | | ||||||
* | | Update ChangeLog | Theo Buehler | 2024-01-12 | 1 | -0/+3 | |
| | | ||||||
* | | Update ChangeLog | Theo Buehler | 2024-01-10 | 1 | -0/+1 | |
| | | ||||||
* | | ChangeLog: fix typo | Theo Buehler | 2024-01-08 | 1 | -1/+1 | |
| | | ||||||
* | | Update ChangeLog | Theo Buehler | 2024-01-07 | 1 | -2/+2 | |
| | | ||||||
* | | Update ChangeLog | Theo Buehler | 2024-01-06 | 1 | -1/+2 | |
| | | ||||||
* | | Update ChangeLog | Theo Buehler | 2024-01-04 | 1 | -0/+1 | |
|/ | ||||||
* | Update ChangeLog | Theo Buehler | 2023-12-30 | 1 | -0/+1 | |
| | ||||||
* | Missing period | Theo Buehler | 2023-12-29 | 1 | -1/+1 | |
| | ||||||
* | Some evp files were renamed and merged | Theo Buehler | 2023-12-29 | 2 | -10/+6 | |
| | ||||||
* | Hook up exdata_test | Theo Buehler | 2023-12-27 | 2 | -0/+10 | |
| | ||||||
* | Retire the engine test | Theo Buehler | 2023-12-26 | 2 | -10/+0 | |
| | ||||||
* | Update ChangeLog | Theo Buehler | 2023-12-22 | 1 | -0/+4 | |
| | ||||||
* | Update man links | Theo Buehler | 2023-12-21 | 1 | -2/+0 | |
| | ||||||
* | Fix timingsafe memcmp detection | Theo Buehler | 2023-12-20 | 1 | -2/+2 | |
| | ||||||
* | Some files were merged into p_legacy.c | Theo Buehler | 2023-12-20 | 2 | -8/+2 | |
| | ||||||
* | Update ChangeLog | Theo Buehler | 2023-12-20 | 1 | -0/+1 | |
| | ||||||
* | rand_key.c is no more | Theo Buehler | 2023-12-20 | 2 | -2/+0 | |
| | ||||||
* | Land #983 | Theo Buehler | 2023-12-19 | 1 | -1/+1 | |
|\ | ||||||
| * | pthread_once() returns an error code on failure | Theo Buehler | 2023-12-19 | 1 | -1/+1 | |
| | | ||||||
* | | Land #982 | Theo Buehler | 2023-12-19 | 1 | -4/+2 | |
|\ \ | |/ |/| | ||||||
| * | Stop undefining X509_CERT_PAIR | Theo Buehler | 2023-12-19 | 1 | -4/+2 | |
|/ | | | | Pointed out in #910 | |||||
* | Land #981 | Theo Buehler | 2023-12-19 | 1 | -37/+57 | |
|\ | ||||||
| * | readme: fix grammatical error | Joshua Sing | 2023-12-20 | 1 | -1/+1 | |
| | | | | | | Co-authored-by: Theo Buehler <botovq@users.noreply.github.com> | |||||
| * | readme: tidy up styling | Joshua Sing | 2023-12-20 | 1 | -37/+57 | |
| | | ||||||
* | | Land #980 | Theo Buehler | 2023-12-19 | 11 | -0/+44 | |
|\ \ | |/ |/| | ||||||
| * | ci: add concurrency groups to workflows | Joshua Sing | 2023-12-20 | 11 | -0/+44 | |
|/ | ||||||
* | Land #979 | Theo Buehler | 2023-12-19 | 3 | -46/+64 | |
|\ | ||||||
| * | ci: remove autoconf from msys2 in windows workflow | Joshua Sing | 2023-12-20 | 1 | -1/+0 | |
| | | ||||||
| * | ci: avoid unnecessary steps in windows workflow | Joshua Sing | 2023-12-19 | 1 | -4/+2 | |
| | |