[Openvpn-devel] OpenVPN plugin - OPENVPN_PLUGIN_LEARN_ADDRESS

2008-09-27 Thread David Sommerseth
Hi folks! I've been writing a plug-in for OpenVPN for quite some time now, and today I found a new trigger in openvpn_plugin_func_v1(...) with a OPENVPN_PLUGIN_LEARN_ADDRESS call, which I've never seen before. I know this function can be called with 'add' and 'delete' arguments. But today I

Re: [Openvpn-devel] [PATCH v4] Use CryptoAPI CA store (was Re: [PATCH v3] Use CryptoAPI CA store)

2008-09-27 Thread Jason R. Coombs
Alon, I've started working on (1) and (2). Attached is the updated cryptoapi.c. Would you prefer a patch when changes involve a single file? Can you tell me what you think (is this moving in the right direction)? Initially, I've only moved the LoadLibrary code into its own function,

Re: [Openvpn-devel] [PATCH v4] Use CryptoAPI CA store (was Re:[PATCH v3] Use CryptoAPI CA store)

2008-09-27 Thread Dave
... > Alon, > I've started working on (1) and (2). Attached is the > updated cryptoapi.c. Would you prefer a patch when changes > involve a single file? Can you tell me what you think (is ... > As for (3), where is the SSL role defined? Or, > alternatively, what is the procedure

Re: [Openvpn-devel] [PATCH v4] Use CryptoAPI CA store (was Re: [PATCH v3] Use CryptoAPI CA store)

2008-09-27 Thread Alon Bar-Lev
Hi! I prefer to receive patches... Anyway, this is not exactly what I meant. Please review latest head. I did not test this, but it should be correct now as far as the changes are concerned. It may not work as the validation process was never tested. Alon. On 9/27/08, Jason R. Coombs wrote: > A