Subject: cURL 7.12.3 for OpenVMS is available From: kuhrt@nospammy.encompasserve.org (Marty Kuhrt) Date: 3 Jan 2005 11:47:44 -0600 Newsgroups: comp.os.vms The latest version of cURL, 7.12.3, for OpenVMS has been released and is available for download. The location is http://curl.haxx.se/download.html#VMS This is the binary and object library distribution of the cURL 7.12.3 release. See the readme.vms file in the zip for usage information. The zip files contain executables and objects built with OpenSSL, hpSSL and without SSL support. The files are in architecture specific zips. The OpenSSL and noSSL versions are self-contained in that you can run these programs without any other software on the system. For the hp SSL version, you will need to have hp's SSL V1.1-B product installed. This version doesn't support hp's SSL on IA64, since the machine I compile on didn't have it. HW Type VMS Version Compiler Vers SSL Library Filenames --------+------------------+---------------+----------------+----------- Alpha | OpenVMS 7.3 | DEC C 6.5-001 | OpenSSL 0.9.7e | .*_openssl Alpha | OpenVMS 7.3 | DEC C 6.5-001 | hpSSL 1.1-B | .*_hpssl Alpha | OpenVMS 7.3 | DEC C 6.5-001 | No SSL support | .*_nossl IA64 | OpenVMS XAKE-T3Z | HP C V7.1-011 | OpenSSL 0.9.7d | .*_openssl IA64 | OpenVMS XAKE-T3Z | HP C V7.1-011 | No SSL support | .*_nossl VAX | OpenVMS 7.3 | DEC C 6.4-005 | OpenSSL 0.9.7e | .*_openssl VAX | OpenVMS 7.3 | DEC C 6.4-005 | hpSSL 1.1-B | .*_hpssl VAX | OpenVMS 7.3 | DEC C 6.4-005 | No SSL support | .*_nossl For those who don't know what cURL is, here is the blurb from their main page... Curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. Curl supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, kerberos, HTTP form based upload, proxies, cookies, user+password authentication, file transfer resume, http proxy tunneling and a busload of other useful tricks. I haven't tested all the features, since I only use the library for HTTP(S) stuff via C programs. It does compile and link cleanly on all the platforms outlined above.