libcrypto: recognize HW acceleration support on arm64

2019-06-18 Thread Patrick Wildt
Hi, this diff adds the necessary helpers to arm64 so that libcrypto knows which of the hardware crypto features are available on the machine. Those helpers are used by the existing and matching armv7 code. ok? Patrick diff --git a/lib/libcrypto/arch/aarch64/Makefile.inc

acme-client(1): correctly re-alloc json tokens

2019-06-18 Thread Florian Obser
Renaud Allard reported that since switching to the v02 API renewal of a particular cert with a bunch of subject alt names failed with "bad json". Turns out Let's Encrypt's response to the order request contained more than 128 json tokens and the reallocation code path in json_parse() ran for the

Re: [diff] events.html - video links for BSDCan 2019

2019-06-18 Thread Ingo Schwarze
Hi Ross, Ross L Richardson wrote on Tue, Jun 18, 2019 at 08:34:41PM +1000: > The patch below just adds links for the videos currently available. Committed, thanks. > Notes: > - Lines were already > 80 characters, so I haven't folded. I took the liberty to fold the lines touched. I think that

Re: sftp(1) manual diff

2019-06-18 Thread Ingo Schwarze
Hi, Jason McIntyre wrote on Mon, Jun 17, 2019 at 04:58:26PM +0100: > On Mon, Jun 17, 2019 at 05:31:16PM +0200, Tim van der Molen wrote: >> Jason McIntyre (2019-06-17 15:02 +0200): >>> On Mon, Jun 17, 2019 at 02:47:09PM +0200, Tim van der Molen wrote: sftp(1) has this: reput [-Ppr]

[diff] events.html - video links for BSDCan 2019

2019-06-18 Thread Ross L Richardson
The patch below just adds links for the videos currently available. Notes: - Lines were already > 80 characters, so I haven't folded. - Links are to the context of the BSDCan 2019 playlist (which may not be what is wanted). Ross Index: events.html