| Commit message (Expand) | Author | Files | Lines |
2023-03-15 | fix more formatting and remove redundancy | Brent Cook | 1 | -32/+31 |
2023-03-15 | Fix up 3.7.1 changelog | Bob Beck | 1 | -35/+17 |
2023-03-15 | Fix build for MSVC | Brent Cook | 5 | -24/+192 |
2023-03-15 | 3.7.1. ChangeLog | Bob Beck | 1 | -0/+62 |
2023-03-15 | Minimal 3.7.1 ChangeLog | Theo Buehler | 1 | -0/+27 |
2023-03-11 | Add bn_word to gitignore | Theo Buehler | 1 | -0/+1 |
2023-03-11 | Hook in bn_word test | Theo Buehler | 2 | -0/+10 |
2023-03-11 | Do not build freenull.c with LIBRESSL_INTERANL | Theo Buehler | 2 | -0/+3 |
2023-03-11 | Link cipher_method_lib.c to -portable build | Theo Buehler | 2 | -0/+2 |
2023-02-28 | Adjust patch to recent speed.c change | Theo Buehler | 1 | -1/+1 |
2023-02-28 | stop exposing hidden defines in public opensslconf.h | Brent Cook | 9 | -34/+42 |
2023-02-28 | update .gitignore for integrated tests, build files | Brent Cook | 1 | -0/+13 |
2023-02-27 | handle i?86 for 32-bit CMake builds | Brent Cook | 2 | -2/+4 |
2023-02-27 | delete opensslconf.h for each build | Brent Cook | 1 | -1/+1 |
2023-02-27 | set CMAKE_SYSTEM_PROCESSOR when cross compiling | Brent Cook | 3 | -4/+6 |
2023-02-27 | add conditional around common apt commands | Brent Cook | 1 | -9/+12 |
2023-02-27 | disable BN asm for amd64 win32 build | Brent Cook | 2 | -13/+21 |
2023-02-27 | remove inherited CC env variable, consolidate common setup | Brent Cook | 1 | -20/+10 |
2023-02-25 | enable ASM on aarch64, disable on i386 | Brent Cook | 1 | -1/+1 |
2023-02-25 | update cross arch tests for arm/aarch64 | Brent Cook | 1 | -9/+6 |
2023-02-25 | reenable aarch64 asm for macos | Brent Cook | 1 | -2/+0 |
2023-02-23 | include more asm files | Brent Cook | 4 | -0/+17 |
2023-02-23 | only disable asm on aarch64 for now, enable for other archs | Brent Cook | 2 | -8/+3 |
2023-02-21 | disable asm for autoconf tests as well | Brent Cook | 1 | -0/+1 |
2023-02-21 | Ubuntu 18.04 is getting removed, update Linux base images | Brent Cook | 3 | -4/+4 |
2023-02-21 | remove unused patch | Brent Cook | 1 | -11/+0 |
2023-02-21 | generally disable asm for now | Brent Cook | 4 | -3/+32 |
2023-02-21 | disable BN ASM for aarch64 for now (fails tests) | Brent Cook | 1 | -0/+1 |
2023-02-21 | generate and include arch-specific headers for CMake builds | Brent Cook | 3 | -6/+82 |
2023-02-15 | update Makefile.am.tpl to build and install correct opensslconf.h | Brent Cook | 1 | -1/+37 |
2023-02-15 | generate opensslconf.h based on host cpu architecture | Brent Cook | 7 | -27/+41 |
2023-02-14 | add CPU checks, include initial bn_arch.h headers | Brent Cook | 3 | -9/+52 |
2023-02-13 | directly grab bn asm source | Brent Cook | 1 | -0/+7 |
2023-02-13 | remove obsolete and duplicated file references | Brent Cook | 1 | -16/+0 |
2023-02-13 | update bn_shift patch | Brent Cook | 1 | -5/+5 |
2023-02-13 | Revert "pin master build to upstream commit" | Brent Cook | 2 | -2/+3 |
2023-02-13 | disable asm by default | Brent Cook | 1 | -2/+3 |
2023-02-13 | autoconf: update for bn on amd64-elf | Theo Buehler | 2 | -2/+46 |
2023-02-13 | autoconf: x509_verify.h is no longer public | Theo Buehler | 2 | -1/+2 |
2023-02-13 | refresh patches | Theo Buehler | 2 | -19/+19 |
2023-02-13 | Remove obsolete bn_div patch | Theo Buehler | 1 | -11/+0 |
2023-02-11 | pin master build to upstream commit | Brent Cook | 2 | -3/+2 |
2023-01-12 | Add a newline to the end of .gitignore | Joshua Sing | 1 | -1/+1 |
2023-01-12 | Add 'workflow_dispatch' event trigger to Coverity workflow | Joshua Sing | 1 | -0/+1 |
2023-01-12 | Revert COVERITY_SCAN_PROJECT_NAME change in Coverity workflow | Joshua Sing | 2 | -1/+5 |
2023-01-11 | Fixes for GitHub organisation rename | Joshua Sing | 5 | -15/+15 |
2023-01-11 | Github Actions: add Ubuntu-22.04 to linux matrix (#810) | Ilya Shipitsin | 1 | -1/+1 |
2023-01-04 | manpage links | Brent Cook | 1 | -0/+49 |
2023-01-04 | remove unneeded patch | Brent Cook | 1 | -11/+0 |
2022-12-20 | Update rust-openssl patch | Theo Buehler | 1 | -7/+6 |