| Commit message (Expand) | Author | Age | Files | Lines |
* | Tweak changelogv3.7.3OPENBSD_7_3 | Theo Buehler | 2023-05-26 | 1 | -3/+4 |
* | add bugfix description | Brent Cook | 2023-05-25 | 1 | -3/+3 |
* | bump version | Brent Cook | 2023-05-25 | 1 | -0/+18 |
* | Fix urllib3 CN without SAN tests for LibreSSL 3.7 | Theo Buehler | 2023-05-25 | 2 | -0/+28 |
* | Fix indent, use https, end sentences with '.'v3.7.2 | Theo Buehler | 2023-04-06 | 1 | -5/+5 |
* | add portable changes | Brent Cook | 2023-04-02 | 1 | -0/+9 |
* | update man links | Brent Cook | 2023-04-02 | 1 | -3/+37 |
* | Land #829, fix elf mips / mips64 builds | Brent Cook | 2023-03-26 | 16 | -64/+339 |
|\ |
|
| * | generate opensslconf.h for mips | Brent Cook | 2023-03-23 | 4 | -1/+7 |
| * | match CI names in test script | Brent Cook | 2023-03-23 | 1 | -2/+2 |
| * | enable CI for mips32/mips64 | Brent Cook | 2023-03-23 | 1 | -1/+1 |
| * | fix mips/mips64 builds | Brent Cook | 2023-03-23 | 8 | -44/+327 |
| * | Adjust rust-openssl version check | Theo Buehler | 2023-03-19 | 1 | -5/+4 |
| * | Unhook the bn_mod_exp_zero test | Theo Buehler | 2023-03-18 | 2 | -13/+0 |
| * | fix typo | Theo Buehler | 2023-03-16 | 1 | -1/+1 |
* | | Create OPENBSD_7_3 branch | Brent Cook | 2023-03-16 | 1 | -1/+1 |
|/ |
|
* | Compactify, don't list doc fix as compat change | Theo Buehler | 2023-03-16 | 1 | -9/+3 |
* | Further tweaks and improvements to the ChangeLogv3.7.1 | Joel Sing | 2023-03-16 | 1 | -28/+24 |
* | fix more formatting and remove redundancy | Brent Cook | 2023-03-15 | 1 | -32/+31 |
* | Fix up 3.7.1 changelog | Bob Beck | 2023-03-15 | 1 | -35/+17 |
* | Land #824, MSVC fixes | Brent Cook | 2023-03-15 | 5 | -24/+192 |
|\ |
|
| * | Fix build for MSVC | Brent Cook | 2023-03-15 | 5 | -24/+192 |
* | | 3.7.1. ChangeLog | Bob Beck | 2023-03-15 | 1 | -0/+62 |
|/ |
|
* | Minimal 3.7.1 ChangeLog | Theo Buehler | 2023-03-15 | 1 | -0/+27 |
* | Add bn_word to gitignore | Theo Buehler | 2023-03-11 | 1 | -0/+1 |
* | Hook in bn_word test | Theo Buehler | 2023-03-11 | 2 | -0/+10 |
* | Do not build freenull.c with LIBRESSL_INTERANL | Theo Buehler | 2023-03-11 | 2 | -0/+3 |
* | Link cipher_method_lib.c to -portable build | Theo Buehler | 2023-03-11 | 2 | -0/+2 |
* | Adjust patch to recent speed.c change | Theo Buehler | 2023-02-28 | 1 | -1/+1 |
* | stop exposing hidden defines in public opensslconf.h | Brent Cook | 2023-02-28 | 9 | -34/+42 |
* | update .gitignore for integrated tests, build files | Brent Cook | 2023-02-28 | 1 | -0/+13 |
* | handle i?86 for 32-bit CMake builds | Brent Cook | 2023-02-27 | 2 | -2/+4 |
* | delete opensslconf.h for each build | Brent Cook | 2023-02-27 | 1 | -1/+1 |
* | set CMAKE_SYSTEM_PROCESSOR when cross compiling | Brent Cook | 2023-02-27 | 3 | -4/+6 |
* | add conditional around common apt commands | Brent Cook | 2023-02-27 | 1 | -9/+12 |
* | disable BN asm for amd64 win32 build | Brent Cook | 2023-02-27 | 2 | -13/+21 |
* | remove inherited CC env variable, consolidate common setup | Brent Cook | 2023-02-27 | 1 | -20/+10 |
* | enable ASM on aarch64, disable on i386 | Brent Cook | 2023-02-25 | 1 | -1/+1 |
* | update cross arch tests for arm/aarch64 | Brent Cook | 2023-02-25 | 1 | -9/+6 |
* | reenable aarch64 asm for macos | Brent Cook | 2023-02-25 | 1 | -2/+0 |
* | include more asm files | Brent Cook | 2023-02-23 | 4 | -0/+17 |
* | only disable asm on aarch64 for now, enable for other archs | Brent Cook | 2023-02-23 | 2 | -8/+3 |
* | disable asm for autoconf tests as well | Brent Cook | 2023-02-21 | 1 | -0/+1 |
* | Ubuntu 18.04 is getting removed, update Linux base images | Brent Cook | 2023-02-21 | 3 | -4/+4 |
* | remove unused patch | Brent Cook | 2023-02-21 | 1 | -11/+0 |
* | generally disable asm for now | Brent Cook | 2023-02-21 | 4 | -3/+32 |
* | disable BN ASM for aarch64 for now (fails tests) | Brent Cook | 2023-02-21 | 1 | -0/+1 |
* | generate and include arch-specific headers for CMake builds | Brent Cook | 2023-02-21 | 3 | -6/+82 |
* | update Makefile.am.tpl to build and install correct opensslconf.h | Brent Cook | 2023-02-15 | 1 | -1/+37 |
* | generate opensslconf.h based on host cpu architecture | Brent Cook | 2023-02-15 | 7 | -27/+41 |