Re: [Openvpn-devel] [PATCHv3 5/5] Add server-side support for cipher negotiation

2016-06-23 Thread Gert Doering
Hi, On Mon, Jun 13, 2016 at 11:17:49PM +0200, Steffan Karger wrote: > Pushes AES-256-GCM when a connecting client advertises IV_NCP=2, and > supports serving connections to clients with different data channel > cipher configuration simultaneously. > > v2: > * Update manpage > * Add Changes.rst

[Openvpn-devel] [PATCHv3 5/5] Add server-side support for cipher negotiation

2016-06-13 Thread Steffan Karger
Pushes AES-256-GCM when a connecting client advertises IV_NCP=2, and supports serving connections to clients with different data channel cipher configuration simultaneously. v2: * Update manpage * Add Changes.rst entry v3: * Do not regenerate keys if the client sends a second pull request * D