Re: [Openvpn-devel] Solaris 11: t_lpback.sh coredump on AES-GCM

2017-09-20 Thread Alexander Pyhalov
-evp_leak.patch . It was fixed in solaris-userland in this commit - https://github.com/oracle/solaris-userland/commit/05790938481cdceaedb2a9aee700bcec6fca7e34 . -- Best regards, Alexander Pyhalov, system administrator of Southern Federal University IT department

Re: [Openvpn-devel] help wanted: OpenSolaris building

2016-12-09 Thread Alexander Pyhalov
environment is only partially usable, because we >run VM tests from buildbot, and those need root access...) Hi. I was looking through openvpn-devel archives and found this message. Do you still need any help with illumos build bot? Like dedicated zone? Or do you have some technical issues? --

[Openvpn-devel] [PATCH] Use getpassphrase on Solaris/illumos

2016-12-09 Thread Alexander Pyhalov
-- С уважением, Александр Пыхалов, программист отдела телекоммуникационной инфраструктуры управления информационно-коммуникационной инфраструктуры ЮФУ >From 971d1d5e66ba714fc8f74b8da0672e7da47dc557 Mon Sep 17 00:00:00 2001 From: Alexander Pyhalov Date: Fri, 9 Dec 2016 13:16:01 +0300 Subj

[Openvpn-devel] [PATCH] Use getpassphrase on Solaris/illumos

2016-12-09 Thread Alexander Pyhalov
This is a patch against release/2.3 branch. -- С уважением, Александр Пыхалов, программист отдела телекоммуникационной инфраструктуры управления информационно-коммуникационной инфраструктуры ЮФУ >From 4dfe7d9740b2a96a8dbd5f74d43408582ebc9403 Mon Sep 17 00:00:00 2001 From: Alexander Pyhalov D

Re: [Openvpn-devel] Default gateway can't be determined on illumos/solaris

2014-12-02 Thread Alexander Pyhalov
On 10/13/2014 13:47, Alexander Pyhalov wrote: Hello. In openvpn 2.3.4 on illumos/Solaris clients gateway for client can't be determined, because default stub is used instead of get_default_gateway() function. This means that the following push route option in server config is not working:

[Openvpn-devel] Default gateway can't be determined on illumos/solaris

2014-10-13 Thread Alexander Pyhalov
ifference is that on Solaris there's no sa_len field. I'm not absolutely sure that patch is correct, but as I see in route.c only sockaddr_in structures are supposed to be passed to NEXTADDR and ADVANCE macroses. This patch works for me. -- Best regards, Alexander Pyhalov, system adm