aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * ... and testsTheo Buehler2024-08-112-0/+63
| |
| * And adapt libsslTheo Buehler2024-08-112-0/+72
| |
| * Initial cut for crypto_arch.hTheo Buehler2024-08-116-41/+30
| |
| * Need to copy over crypto_arch.hTheo Buehler2024-08-111-1/+3
|/
* Update ChangeLogTheo Buehler2024-08-101-1/+1
|
* ui_compat.h was removedTheo Buehler2024-08-101-1/+1
|
* Land #1081 - replace CMAKE_SYSTEM_PROCESSOR with HOST_*Theo Buehler2024-08-071-5/+4
|\
| * cmake: replace `CMAKE_SYSTEM_PROCESSOR` with `HOST_*`Viktor Szakats2024-08-071-5/+4
|/ | | | Follow-up to e99a7dd931065e4b3535cb3e2e8bee8c3db0afaf #1075
* Update ChangeLogTheo Buehler2024-08-061-0/+1
|
* regen man linksTheo Buehler2024-08-031-0/+4
|
* regen patchesTheo Buehler2024-08-023-9/+9
|
* update ChangeLogTheo Buehler2024-08-021-3/+4
|
* Land #1075 - Fix asm detection for mingw/amd64Theo Buehler2024-08-021-1/+1
|\
| * Merge b1bc704474059c8a36149a63c02749501b9a3cea into ↵rfl8902024-08-021-1/+1
|/| | | | | | | 50e2e2ff63b1754e5f11c57e608c524e48cadd03
| * Merge branch 'libressl:master' into patch-1rfl8902024-08-024-4/+10
| |\
| * | Update CMakeLists.txtrfl8902024-08-021-1/+1
| | |
* | | Tweak previous ChangeLog entryTheo Buehler2024-08-021-2/+2
| |/ |/|
* | Update ChangeLogTheo Buehler2024-08-021-1/+3
| |
* | Silly ChangeLog entry to trigger CITheo Buehler2024-08-021-0/+1
| |
* | Use check_symbol_exists() rather than check_function_exists()Theo Buehler2024-08-021-2/+2
| |
* | Update ChangeLogTheo Buehler2024-08-021-0/+3
| |
* | ex_data is now implemented in crypto_ex_data.cTheo Buehler2024-08-022-2/+2
|/
* Update ChangeLogTheo Buehler2024-07-231-0/+1
|
* Update ChangeLogTheo Buehler2024-07-211-0/+1
|
* reenable clienttestTheo Buehler2024-07-202-6/+6
|
* Land #1073 - Fix HOST_POWERPC64 for CMakeTheo Buehler2024-07-191-1/+1
|\
| * CMakeLists.txt: Fix HOST variable for ppc64OPNA26082024-07-191-1/+1
|/ | | | The code here defined HOST_PPC64, but the rest of the build system expects HOST_POWERPC64.
* Update ChangeLogTheo Buehler2024-07-181-2/+3
|
* land #1070 - error on unsupported arch for cmakeTheo Buehler2024-07-171-0/+2
|\
| * include/CMakeLists.txt: error out when architecture is not supportedThomas Petazzoni2024-07-131-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 removedTheo Buehler2024-07-141-1/+0
| |
* | Update ChangeLogTheo Buehler2024-07-131-0/+1
| |
* | ssl2.h and ssl23.h are goneTheo Buehler2024-07-131-1/+1
| |
* | Simplify speed.c diffTheo Buehler2024-07-131-5/+3
| |
* | speed.c is likely broken on Windows, so add a hackTheo Buehler2024-07-131-12/+29
| |
* | Update ChangeLogTheo Buehler2024-07-131-0/+4
|/
* tls1_prf is in kdf/, not in hkdf/Theo Buehler2024-07-091-1/+1
|
* Add tls1_prf.c to buildTheo Buehler2024-07-092-0/+2
|
* Update ChangeLogTheo Buehler2024-07-091-0/+1
|
* Update ChangeLogTheo Buehler2024-07-091-0/+2
|
* Update ChangeLogTheo Buehler2024-07-081-0/+1
|
* spkac.c is no moreTheo Buehler2024-07-082-2/+0
|
* Update ChangeLogTheo Buehler2024-06-281-0/+4
|
* reach from ssl into crypto for crypto_internal.hTheo Buehler2024-06-252-0/+2
|
* Need to pass crypto/err to -ITheo Buehler2024-06-252-0/+2
|
* Update ChangeLogTheo Buehler2024-06-251-0/+4
|
* Update ChangeLogTheo Buehler2024-06-241-0/+1
|
* Link err_local.h to buildTheo Buehler2024-06-241-0/+1
|
* Update ChangeLogTheo Buehler2024-06-221-0/+1
|
* Merge #1067 - Emscripten configuration noteTheo Buehler2024-06-201-0/+13
|\