On 19-12-16 00:01, Steffan Karger wrote:
> The functions packet_id_alloc_outgoing() and packet_id_write() were
> always called in tandem. Instead of forcing the caller to allocate a
> packet_id_net to do so, merge the two functions. This simplifies the API
> and reduces the chance on mistakes in
On 12-04-17 13:35, Steffan Karger wrote:
> Version 2.4.1
> =
> - - ``--remote-cert-ku`` now only requires the certificate to have at least
> the
> - bits set of one of the values in the supplied list, instead of requiring
> an
> - exact match to one of the values in the list.
>
On 13/04/17 14:39, Steffan Karger wrote:
> On 12-04-17 13:35, Steffan Karger wrote:
>> Version 2.4.1
>> =
>> - - ``--remote-cert-ku`` now only requires the certificate to have at least
>> the
>> - bits set of one of the values in the supplied list, instead of requiring
>> an
>> -
On 13-04-17 15:09, David Sommerseth wrote:
> I'm however a bit puzzled of the "non-changes" (well, the indenting is
> changing, unless I'm blind to other changes) to --remote-cert-cu,
> --remote-cert-tls and --ns-cert-type. If we want to change the
> indenting, I think that should be kept in a sep
On 13/04/17 15:37, Steffan Karger wrote:
> On 13-04-17 15:09, David Sommerseth wrote:
>> I'm however a bit puzzled of the "non-changes" (well, the indenting is
>> changing, unless I'm blind to other changes) to --remote-cert-cu,
>> --remote-cert-tls and --ns-cert-type. If we want to change the
>>
Commit 039a89c331e9b799 changed the OpenSSL check slightly, but that
broke ./configure on systems which do not install the openssl.pc
pkg-config support file. This is typically an issue on most of the BSD
platforms, where the OpenSSL package from the base repository does not
provide that file.
We
When OpenVPN is started using a non-default routing table on OpenBSD
(e.g., with 'route -T10 exec openvpn ...'), it hangs forever trying to
read its default gateway from a PF_ROUTE socket. This is because
rtm_tableid is not being initialised after bzeroing the rt_msghdr we
write to the socket, so w