[Openvpn-devel] [PATCH] Fix types around buffer_list_push(_data)

2018-01-10 Thread Steffan Karger
In C, strings are char pointers, not unsigned char pointers. And arbitrary data is represented by a void pointer. Change buffer_list_push and buffer_list_push_data to follow these rules, and remove any now unneeded casts. Signed-off-by: Steffan Karger --- src/openvpn/buffer.c | 6 +++--- src/

[Openvpn-devel] Topics for the community meeting (Wed, 10th Jan 2018)

2018-01-10 Thread Samuli Seppänen
Hi, We're going to have an IRC meeting starting at 11:30 CET (10:30 UTC) on #openvpn-meeting irc.freenode.net. You do not have to be logged in to Freenode to join the channel. Current topic list along with basic information is here:

[Openvpn-devel] Sumamry of the community meeting (Wed, 10th Jan 2018)

2018-01-10 Thread Samuli Seppänen
Hi, Here's the summary of the IRC meeting. --- COMMUNITY MEETING Place: #openvpn-meeting on irc.freenode.net Date: Wednesday 10th Jan 2017 Time: 11:30 CET (10:30 UTC) Planned meeting topics for this meeting were here: The next me

Re: [Openvpn-devel] [PATCH 0/2] Make cryptoapicert work with TLS 1.2

2018-01-10 Thread Selva Nair
Hi, On Tue, Jan 9, 2018 at 1:00 AM, Илья Шипицин wrote: > > > > 2018-01-08 7:21 GMT+05:00 : >> >> From: Selva Nair >> >> Hi, >> >> I am not sure how receptive the crypto maintaineres are to the >> idea of adding more code into cryptoapi.c, but here goes: >> >> I've been wanting to add TLS 1.2 su