[Openvpn-devel] openvpn & OSX 10.5 /dev/tun support

2007-10-11 Thread matthew zeier
Anyone have openvpn working on OSX 10.5 yet? I can't seem to find a /dev/tun driver that won't seg fault on 10.5. I'm feeling a little desperate and don't want to have to look at delaying 10.5 upgrades (who can control endusers?) or deploying something as wacked as PPTP. I'm also soliciti

[Openvpn-devel] [Patch] Fix Null-Pointer bug in init_ssl() when no '--ca' is set but '--capath'

2007-10-11 Thread Maximilian Wilhelm
Hi! This little patch fixes a silly bug in init_ssl() in ssl.c where options->ca_file is accessed without prior check if it's not NULL. The bug was introduced in revision 784. Ciao Max -- Follow the white penguin. diff --git a/ssl.c b/ssl.c index 85e9c6f..868edc2 100644 --- a/ssl.c +++