Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | regen patches | Theo Buehler | 2024-08-02 | 3 | -9/+9 |
| | |||||
* | update ChangeLog | Theo Buehler | 2024-08-02 | 1 | -3/+4 |
| | |||||
* | Land #1075 - Fix asm detection for mingw/amd64 | Theo Buehler | 2024-08-02 | 1 | -1/+1 |
|\ | |||||
| * | Merge b1bc704474059c8a36149a63c02749501b9a3cea into ↵ | rfl890 | 2024-08-02 | 1 | -1/+1 |
|/| | | | | | | | 50e2e2ff63b1754e5f11c57e608c524e48cadd03 | ||||
| * | Merge branch 'libressl:master' into patch-1 | rfl890 | 2024-08-02 | 4 | -4/+10 |
| |\ | |||||
| * | | Update CMakeLists.txt | rfl890 | 2024-08-02 | 1 | -1/+1 |
| | | | |||||
* | | | Tweak previous ChangeLog entry | Theo Buehler | 2024-08-02 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Update ChangeLog | Theo Buehler | 2024-08-02 | 1 | -1/+3 |
| | | |||||
* | | Silly ChangeLog entry to trigger CI | Theo Buehler | 2024-08-02 | 1 | -0/+1 |
| | | |||||
* | | Use check_symbol_exists() rather than check_function_exists() | Theo Buehler | 2024-08-02 | 1 | -2/+2 |
| | | |||||
* | | Update ChangeLog | Theo Buehler | 2024-08-02 | 1 | -0/+3 |
| | | |||||
* | | ex_data is now implemented in crypto_ex_data.c | Theo Buehler | 2024-08-02 | 2 | -2/+2 |
|/ | |||||
* | Update ChangeLog | Theo Buehler | 2024-07-23 | 1 | -0/+1 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-07-21 | 1 | -0/+1 |
| | |||||
* | reenable clienttest | Theo Buehler | 2024-07-20 | 2 | -6/+6 |
| | |||||
* | Land #1073 - Fix HOST_POWERPC64 for CMake | Theo Buehler | 2024-07-19 | 1 | -1/+1 |
|\ | |||||
| * | CMakeLists.txt: Fix HOST variable for ppc64 | OPNA2608 | 2024-07-19 | 1 | -1/+1 |
|/ | | | | The code here defined HOST_PPC64, but the rest of the build system expects HOST_POWERPC64. | ||||
* | Update ChangeLog | Theo Buehler | 2024-07-18 | 1 | -2/+3 |
| | |||||
* | land #1070 - error on unsupported arch for cmake | Theo Buehler | 2024-07-17 | 1 | -0/+2 |
|\ | |||||
| * | include/CMakeLists.txt: error out when architecture is not supported | Thomas Petazzoni | 2024-07-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit b98c56fd5e86fa76eb55a98a2266a923f64f705c ("stop exposing hidden defines in public opensslconf.h"), only a subset of CPU architectures is supported by libressl. However, when a build is attempted for an unsupported architecture, it doesn't fail with a clear error message at configure time, but it fails with a weird error at build time: crypto/../include/openssl/rc4.h:75:9: error: unknown type name 'RC4_INT' In order to help users, let's bail out nicely at configure time with a good error message when the CPU architecture is not supported. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> | ||||
* | | lhash_local.h was removed | Theo Buehler | 2024-07-14 | 1 | -1/+0 |
| | | |||||
* | | Update ChangeLog | Theo Buehler | 2024-07-13 | 1 | -0/+1 |
| | | |||||
* | | ssl2.h and ssl23.h are gone | Theo Buehler | 2024-07-13 | 1 | -1/+1 |
| | | |||||
* | | Simplify speed.c diff | Theo Buehler | 2024-07-13 | 1 | -5/+3 |
| | | |||||
* | | speed.c is likely broken on Windows, so add a hack | Theo Buehler | 2024-07-13 | 1 | -12/+29 |
| | | |||||
* | | Update ChangeLog | Theo Buehler | 2024-07-13 | 1 | -0/+4 |
|/ | |||||
* | tls1_prf is in kdf/, not in hkdf/ | Theo Buehler | 2024-07-09 | 1 | -1/+1 |
| | |||||
* | Add tls1_prf.c to build | Theo Buehler | 2024-07-09 | 2 | -0/+2 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-07-09 | 1 | -0/+1 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-07-09 | 1 | -0/+2 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-07-08 | 1 | -0/+1 |
| | |||||
* | spkac.c is no more | Theo Buehler | 2024-07-08 | 2 | -2/+0 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-06-28 | 1 | -0/+4 |
| | |||||
* | reach from ssl into crypto for crypto_internal.h | Theo Buehler | 2024-06-25 | 2 | -0/+2 |
| | |||||
* | Need to pass crypto/err to -I | Theo Buehler | 2024-06-25 | 2 | -0/+2 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-06-25 | 1 | -0/+4 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-06-24 | 1 | -0/+1 |
| | |||||
* | Link err_local.h to build | Theo Buehler | 2024-06-24 | 1 | -0/+1 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-06-22 | 1 | -0/+1 |
| | |||||
* | Merge #1067 - Emscripten configuration note | Theo Buehler | 2024-06-20 | 1 | -0/+13 |
|\ | |||||
| * | add note about using emcmake with Emscripten in specific systems section | MoustaphaSaad | 2024-06-20 | 1 | -0/+12 |
| | | |||||
| * | add Emscripten to compatible operating systems list | MoustaphaSaad | 2024-06-20 | 1 | -0/+1 |
|/ | |||||
* | Update ChangeLog | Theo Buehler | 2024-06-19 | 1 | -0/+3 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-06-19 | 1 | -0/+1 |
| | |||||
* | grammar tweak | Theo Buehler | 2024-06-19 | 1 | -2/+2 |
| | |||||
* | Fix comment in emscripten.yml | Mostafa Saad | 2024-06-19 | 1 | -1/+1 |
| | | | Co-authored-by: Joshua Sing <joshua@joshuasing.dev> | ||||
* | use compat implementations of strlcpy and strlcat | MoustaphaSaad | 2024-06-19 | 1 | -7/+10 |
| | | | | strlcpy and strlcat Emscripten implementations cause ASAN errors. This commit disables strlcpy and strlcat detection and uses the compat implementations instead. | ||||
* | call prepare_emscripten_test_target for x509_asn1 to fix an OOM error | MoustaphaSaad | 2024-06-19 | 1 | -0/+1 |
| | | | | when built in asan mode, x509_asn1 fails with an Out Of Memory error because of higher memory usage of address sanitizer. This commit sets `-sALLOW_MEMORY_GROWTH` for that target by calling prepare_emscripten_test_target | ||||
* | group testdsa, testenc, and testrsa under a single if(NOT EMSCRIPTEN) | MoustaphaSaad | 2024-06-19 | 1 | -13/+5 |
| | |||||
* | use -gsource-map instead of -ggdb | MoustaphaSaad | 2024-06-19 | 1 | -1/+1 |
| |