Teemu, Thanks for the --tls-remote and --tls-cipher patches. I've merged them and they will be included in the next 1.5 beta release.
James Teemu Kiviniemi <teem...@iki.fi> said: > Hi, > > I think I found a bug in the openvpn(8) man page: > > > --tls-cipher l > > A list l of allowable TLS ciphers separated by | > > When I use the character '|' to separate the ciphers, OpenSSL complains. > The correct format is described in the ciphers(1) man page: > > > CIPHER LIST FORMAT > > The cipher list consists of one or more cipher strings separated > > by colons. Commas or spaces are also acceptable separators but colons > > are normally used. > > I changed '|' to be ':'. The patch is available at: > http://iki.fi/teemuki/openvpn/cvs-docfix.diff > > The patch is against EXP15 CVS branch with my cvs-tlsremote.diff merged. > The patch changes also the help text in options.c. > > Teemu > > --