Re: [Openvpn-devel] [ovpn-dco] Is cbc-hmac supported?

2020-12-05 Thread Tony He
Hi Jan, The driver is open source. https://github.com/SVoxel/R9000/tree/master/git_home/linux.git/drivers/crypto/al. I'm newbie to crypto stuff. Not sure if there is any HW limitation for this engine to support GCM. If only need to modify the code, maybe there is chance that someone will implement

[Openvpn-devel] Man sections: typo (No patch)

2020-12-05 Thread tincanteksup
Sorry for lack of patch. diff --git a/doc/man-sections/renegotiation.rst b/doc/man-sections/renegotiation.rst index b817cfa8..c5484404 100644 --- a/doc/man-sections/renegotiation.rst +++ b/doc/man-sections/renegotiation.rst @@ -35,7 +35,7 @@ separate ephemeral encryption key which is rotated at

Re: [Openvpn-devel] [PATCH v9] Add DNS SRV remote host discovery support

2020-12-05 Thread Vladislav Grishenko
Hi, Gert Indeed, early platform-related code was tested on FreeBSD w/o EAI_NODATA return results used. Since that changes were not related to low-level resolving code, and therefore was tested on Linux with _GNU and Windows only. Unfortunately at some time point usage of EAI_NODATA return result w