aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Tweak changelogv3.7.3OPENBSD_7_3Theo Buehler2023-05-261-3/+4
|
* add bugfix descriptionBrent Cook2023-05-251-3/+3
|
* bump versionBrent Cook2023-05-251-0/+18
|
* Fix urllib3 CN without SAN tests for LibreSSL 3.7Theo Buehler2023-05-252-0/+28
| | | | | This is a port of a patch by Christian Heimes and fixes an issue flagged by Quentin Pradet: https://bugs.python.org/issue43522
* Fix indent, use https, end sentences with '.'v3.7.2Theo Buehler2023-04-061-5/+5
|
* add portable changesBrent Cook2023-04-021-0/+9
|
* update man linksBrent Cook2023-04-021-3/+37
|
* Land #829, fix elf mips / mips64 buildsBrent Cook2023-03-2616-64/+339
|\
| * generate opensslconf.h for mipsBrent Cook2023-03-234-1/+7
| |
| * match CI names in test scriptBrent Cook2023-03-231-2/+2
| |
| * enable CI for mips32/mips64Brent Cook2023-03-231-1/+1
| |
| * fix mips/mips64 buildsBrent Cook2023-03-238-44/+327
| |
| * Adjust rust-openssl version checkTheo Buehler2023-03-191-5/+4
| |
| * Unhook the bn_mod_exp_zero testTheo Buehler2023-03-182-13/+0
| |
| * fix typoTheo Buehler2023-03-161-1/+1
| |
* | Create OPENBSD_7_3 branchBrent Cook2023-03-161-1/+1
|/
* Compactify, don't list doc fix as compat changeTheo Buehler2023-03-161-9/+3
|
* Further tweaks and improvements to the ChangeLogv3.7.1Joel Sing2023-03-161-28/+24
|
* fix more formatting and remove redundancyBrent Cook2023-03-151-32/+31
|
* Fix up 3.7.1 changelogBob Beck2023-03-151-35/+17
|
* Land #824, MSVC fixesBrent Cook2023-03-155-24/+192
|\
| * Fix build for MSVCBrent Cook2023-03-155-24/+192
| |
* | 3.7.1. ChangeLogBob Beck2023-03-151-0/+62
|/
* Minimal 3.7.1 ChangeLogTheo Buehler2023-03-151-0/+27
|
* Add bn_word to gitignoreTheo Buehler2023-03-111-0/+1
|
* Hook in bn_word testTheo Buehler2023-03-112-0/+10
|
* Do not build freenull.c with LIBRESSL_INTERANLTheo Buehler2023-03-112-0/+3
| | | | The point of this check is to test external API...
* Link cipher_method_lib.c to -portable buildTheo Buehler2023-03-112-0/+2
|
* Adjust patch to recent speed.c changeTheo Buehler2023-02-281-1/+1
|
* stop exposing hidden defines in public opensslconf.hBrent Cook2023-02-289-34/+42
| | | | pull in hidden headers instead, patching drectly for Windows support
* update .gitignore for integrated tests, build filesBrent Cook2023-02-281-0/+13
|
* handle i?86 for 32-bit CMake buildsBrent Cook2023-02-272-2/+4
|
* delete opensslconf.h for each buildBrent Cook2023-02-271-1/+1
|
* set CMAKE_SYSTEM_PROCESSOR when cross compilingBrent Cook2023-02-273-4/+6
| | | | handle x86 as option for 32-bit x86 on Windows
* add conditional around common apt commandsBrent Cook2023-02-271-9/+12
|
* disable BN asm for amd64 win32 buildBrent Cook2023-02-272-13/+21
|
* remove inherited CC env variable, consolidate common setupBrent Cook2023-02-271-20/+10
|
* enable ASM on aarch64, disable on i386Brent Cook2023-02-251-1/+1
|
* update cross arch tests for arm/aarch64Brent Cook2023-02-251-9/+6
|
* reenable aarch64 asm for macosBrent Cook2023-02-251-2/+0
|
* include more asm filesBrent Cook2023-02-234-0/+17
|
* only disable asm on aarch64 for now, enable for other archsBrent Cook2023-02-232-8/+3
|
* disable asm for autoconf tests as wellBrent Cook2023-02-211-0/+1
|
* Ubuntu 18.04 is getting removed, update Linux base imagesBrent Cook2023-02-213-4/+4
|
* remove unused patchBrent Cook2023-02-211-11/+0
|
* generally disable asm for nowBrent Cook2023-02-214-3/+32
|
* disable BN ASM for aarch64 for now (fails tests)Brent Cook2023-02-211-0/+1
|
* generate and include arch-specific headers for CMake buildsBrent Cook2023-02-213-6/+82
|
* update Makefile.am.tpl to build and install correct opensslconf.hBrent Cook2023-02-151-1/+37
|
* generate opensslconf.h based on host cpu architectureBrent Cook2023-02-157-27/+41
|