ipsvd-0.10.0 available
Gerrit Pape <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <20050115161307.15596.qmail@8c5c5dd3fe1b38.315fe32.mid.smarden.org> |
Hi, a new test package of ipsvd is available
http://smarden.org/ipsvd/
This version introduces client support to the sslio program to have it
run under tcpclient. The logging of sslio, especially for ssl warnings
and errors, has been improved, and the documentation updated.
Here's a sample on how to use sslio in client mode with tcpclient, a
https@ program derived from ucspi-tcp's http@ program:
#!/bin/sh
echo "GET /${2-} HTTP/1.0
Host: ${1-0}:${3-443}
" | tcpclient -RHl0 -- "${1-0}" "${3-443}" sslio -c sh -c '
addcr >&7
exec delcr <&6
' | awk '/^$/ { body=1; next } { if (body) print }'
Regards, Gerrit.
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFB6UEOGJoyQbxwpv8RAuvqAJoDj6UbN9lN5bXXsl7vWyTZXQ9wgwCeJSOQ Q8uWBhX6lpO1y2vAgok5xa0= =uQs7 -----END PGP SIGNATURE-----