[Openvpn-devel] Cipher problem on Mac OS X

2012-02-11 Thread Freek Dijkstra
g? Any advise how to further dissect this? Regards, Freek Dijkstra

Re: [Openvpn-devel] Cipher problem on Mac OS X

2012-02-14 Thread Freek Dijkstra
Hi Adriaan, Thanks a lot for your efforts! > --- SNIP --- > #include > #include > > int main() > { > OpenSSL_add_all_algorithms(); > > const EVP_CIPHER *ciph = EVP_get_cipherbyname ("BF-CBC"); > printf("%p\n", ciph); > > printf ("EVP_CIPH_CBC_MODE: %u\n", EVP_

Re: [Openvpn-devel] Cipher problem on Mac OS X

2012-02-16 Thread Freek Dijkstra
Frank de Brabander wrote: > Below I have included a patch that changes the bool return type to an int. > This will result in 'make check' to pass. I see that you already committed this. % cd openvpn % make distclean % git pull % git checkout 6449a149f850e9e1207233f3ca642d9342fbfbaf % autoreconf

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.3-alpha1 preview 1 installer now available

2012-02-23 Thread Freek Dijkstra
;NOTE: explicit support for IPv6 tun devices is not provided for this OS" 2. If possible, add a message about the cause to the "Cannot allocate TUN/TAP dev dynamically" message (e.g. "permission denied" or "no tun interface available" ,...) Regards, Fr

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.3-alpha1 preview 1 installer now available

2012-02-23 Thread Freek Dijkstra
> 1. Remove the "NOTE: explicit support for IPv6 tun devices is not > provided for this OS" On second thought, I did install tuntaposx manually. Indeed, when I manually remove the tun.kext kernel extension, openvpn fails (as expected) with Cannot allocate TUN/TAP dev dynamically So Mac OS X app