Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adapt to mlkem deduplicationHEADmaster | Theo Buehler | 2025-09-06 | 2 | -4/+2 |
| | |||||
* | Do not remove opensslconf.h for android | Theo Buehler | 2025-08-26 | 1 | -1/+1 |
| | |||||
* | Make opensslconf.h MI again | Theo Buehler | 2025-08-26 | 6 | -115/+3 |
| | |||||
* | Revert "trim some whitespace for hpux checks" | Theo Buehler | 2025-08-25 | 1 | -3/+3 |
| | | | | | | | | This reverts commit 48d4157f99c00a1180db5298385d396ef840adda. because it didn't trim whitespace and doesn't look right. Pointed out by @vszakats in https://github.com/libressl/portable/pull/1165#pullrequestreview-3148582342 | ||||
* | regen patches | Theo Buehler | 2025-08-24 | 2 | -7/+7 |
| | |||||
* | Remove upstreamed patches | Theo Buehler | 2025-08-18 | 2 | -50/+0 |
| | |||||
* | Land #1194 - Improve *_namespace.h patches | Theo Buehler | 2025-08-18 | 2 | -19/+26 |
|\ | |||||
| * | Improve {crypto,ssl}_namespace.h patches | Theo Buehler | 2025-08-18 | 2 | -19/+26 |
|/ | | | | This way we should be able to pull them into openbsd. | ||||
* | Land #1193 - Run ML-KEM tests on Windows | Theo Buehler | 2025-08-18 | 3 | -4/+68 |
|\ | |||||
| * | Run mlkem_tests on Windows | Theo Buehler | 2025-08-18 | 3 | -4/+68 |
|/ | | | | There's probably cleaner ways to do it, but shrug. Better than nothing. | ||||
* | link new s2n-bignum assembly to build | Theo Buehler | 2025-08-17 | 3 | -0/+40 |
| | |||||
* | Ignore ec_arithmetic test | Theo Buehler | 2025-08-17 | 1 | -0/+1 |
| | |||||
* | Fix a leftover "mlkem.h" include | Theo Buehler | 2025-08-17 | 1 | -0/+11 |
| | |||||
* | Update for MLKEM changes | Theo Buehler | 2025-08-17 | 5 | -6/+10 |
| | |||||
* | Mop up RC4_CHUNK - opensslconf.h is now MI | Theo Buehler | 2025-08-17 | 2 | -20/+0 |
| | | | | Change-Id: I6a6a69646afcda5abaa40e9efb586abb80eeafb5 | ||||
* | Land #1192 - arm64 on ubuntu 24.04 | Theo Buehler | 2025-08-09 | 1 | -2/+10 |
|\ | | | | | | | Change-Id: I6a6a6964369baf2428e778bc59dbf90e4f6424f9 | ||||
| * | CI: introduce ubuntu-24.04 on arm64 | Ilia Shipitsin | 2025-08-08 | 1 | -2/+10 |
|/ | | | | reference: https://github.com/actions/partner-runner-images | ||||
* | Land #1190 - fix resolv.h and arpa/nameser.h detection | Theo Buehler | 2025-08-01 | 1 | -0/+10 |
|\ | | | | | | | Change-Id: I6a6a6964e97961b85bb743940f38aa31c19004bd | ||||
| * | check for resolv.h and arpa/nameser.h | Un1q32 | 2025-08-01 | 1 | -0/+10 |
|/ | |||||
* | Land #1188 - fix rust-openssl test until libressl 4.2.0 | Theo Buehler | 2025-07-30 | 1 | -0/+4 |
|\ | | | | | | | Change-Id: I6a6a6964cfa147ffa4de39f1ca2ef38f12ccbc0f | ||||
| * | CI: Apply EVP const_ptr patch for LibreSSL < 4.2.0 | Kenjiro Nakayama | 2025-07-30 | 1 | -0/+4 |
|/ | | | | | | | | | | | | In the GitHub Actions workflow for rust-openssl testing, apply the patch used in OpenBSD ports to support EVP_PKEY_get1_* APIs with const_ptr. This ensures that the build succeeds before the official version bump to libressl420. This is a temporary workaround to keep the tests passing until 4.2.0 release. Fix https://github.com/libressl/portable/issues/1187 | ||||
* | Sync DES_UNROLL removal from opensslconf.h | Theo Buehler | 2025-07-27 | 2 | -24/+0 |
| | | | | Change-Id: I6a6a6964d015e92505a3a24785cdc3ea2535ad5e | ||||
* | Land #1185 - fix OOM in Emscripten ASAN | Theo Buehler | 2025-07-23 | 1 | -0/+1 |
|\ | |||||
| * | Try to fix OOM in Emscripten ASAN | Theo Buehler | 2025-07-23 | 1 | -0/+1 |
|/ | |||||
* | Update man links | Theo Buehler | 2025-07-23 | 1 | -2/+0 |
| | |||||
* | regen amd64 crypto_arch.patch | Theo Buehler | 2025-07-23 | 1 | -4/+4 |
| | |||||
* | Sync BN_LLONG removal from opensslconf.h | Theo Buehler | 2025-07-22 | 2 | -10/+0 |
| | | | | Change-Id: I6a6a6964e4319a0fb0a0ecf5b4f6ea226beca433 | ||||
* | Adjust for x_pkey.c removal | Theo Buehler | 2025-07-12 | 2 | -2/+0 |
| | | | | Change-Id: I6a6a696458f18874c81e49aa5068a910a51becdb | ||||
* | x_info.c was removed | Theo Buehler | 2025-07-12 | 2 | -2/+0 |
| | | | | Change-Id: I6a6a6964f97ec3f04111708ee726de6dd4ea8630 | ||||
* | Land #1181 - cmake: limit -W to C language | Theo Buehler | 2025-07-07 | 1 | -1/+1 |
|\ | |||||
| * | Remove applying flag to C++ code | Jim B | 2025-07-06 | 1 | -1/+1 |
| | | |||||
| * | Limit usage of warning flags to C and C++ | Jim B | 2025-07-06 | 1 | -1/+1 |
| | | | | | | `add_compile_options()` adds options to all compilers CMake can invoke, including ASM. The format of this warning flag causes MASM to fail if the option is specified. This limits specifying the warning suppression to just C and C++. | ||||
* | | Land #1184 - include opensslconf.h on loongarch64 | Theo Buehler | 2025-07-07 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | Add missing loongarch64/opensslconf.h | Theo Buehler | 2025-07-07 | 1 | -0/+1 |
|/ | | | | Fixes #1183 | ||||
* | Adjust to GCM refactoring | Theo Buehler | 2025-06-29 | 9 | -34/+43 |
| | |||||
* | regen nc patch | Theo Buehler | 2025-06-27 | 1 | -13/+13 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2025-06-27 | 1 | -0/+2 |
| | |||||
* | Pass -Icrypto/aes to CPP flags | Theo Buehler | 2025-06-27 | 2 | -0/+2 |
| | |||||
* | Only link aes_${arch}.c to asm builds | Theo Buehler | 2025-06-26 | 7 | -8/+24 |
| | | | | | | | | Don't mix C source with ASM source. Add the ASM support C code to CRYPTO_SRC or libcrypto_la_SOURCES as normal, but depending on the HOST_ASM* bits Change-Id: I6a6a69648fc7c2102c96813b70be0d255a345cd3 | ||||
* | Revert "Sprinkle some #ifdef" | Theo Buehler | 2025-06-17 | 2 | -110/+0 |
| | | | | This reverts commit a64e99ae2562f8294e0910ce2b72aa17249bd1aa. | ||||
* | Sprinkle some #ifdef | Theo Buehler | 2025-06-16 | 2 | -0/+110 |
| | |||||
* | link aes_{amd64,i386}.c to build | Theo Buehler | 2025-06-16 | 2 | -0/+4 |
| | |||||
* | regen patches | Theo Buehler | 2025-06-16 | 2 | -8/+8 |
| | |||||
* | Replace wget -c -N with wget -nv | Theo Buehler | 2025-06-13 | 1 | -1/+1 |
| | | | | https://github.com/rpki-client/rpki-client-portable/commit/54a687e045ea381466f8c7628ba64fd79a0bfdec | ||||
* | Garbage collect BF_PTR | Theo Buehler | 2025-06-11 | 2 | -10/+0 |
| | | | | Change-Id: I6a6a6964f3ff8920845f29bc620ef51d94c3f5f4 | ||||
* | Update man links | Theo Buehler | 2025-06-09 | 1 | -6/+0 |
| | |||||
* | Remove MI constants which now live in other headers | Theo Buehler | 2025-06-09 | 2 | -64/+0 |
| | |||||
* | Remove ${MULTIPLE_OF_EIGHT}_BIT* | Theo Buehler | 2025-06-09 | 2 | -24/+0 |
| | |||||
* | Remove DES_PTR | Theo Buehler | 2025-06-09 | 2 | -12/+0 |
| | |||||
* | sync opensslconf.h: remove DES_RISC* logic | Theo Buehler | 2025-06-06 | 2 | -110/+0 |
| | | | | Change-Id: I6a6a696436b84c468fe7fc86f7f026918c68bf6f |