Re: [Openvpn-devel] OpenVPN Connect on Android fails to connect

2013-07-09 Thread p.j.bakker
Yeah! -82 is: POLARSSL_ERR_NET_WANT_READ It means that somewhere in the code, OpenVPN calls a read() or a write() and seems to not handle the return value properly. Paul > -Original Message- > From: Peter Meiser [mailto:mei...@gmx-topmail.de] > Sent: maandag 8 juli 2013 14:43 > To: p.j.b

Re: [Openvpn-devel] [PATCH 1/3] Improve PolarSSL key_state_read_{cipher, plain}text messages

2013-01-21 Thread p.j.bakker
Hi Gert, > (Even though the design decision to call a library-specific error reporting > function "error_strerror()" is not something I find particularily well chosen... > what's wrong with "polar_strerror()"???) Nothing is wrong with that. It's PolarSSL coding standard compliant (https://polarss