Additional changes to the previous version in order to also support TLS 1.3
Many changes in order to support TLS 1.1 & 1.2
NTLM authentication of web servers is now available . Since it uses the openjdk 7 implementation, it's not possible to use Java 5 or 6 anymore. Maybe I will create a branch to keep alive the old version without NTLM. NTLM authentication for proxies will come soon.
License changes from BSD to 'Modified BSD' for better compatibility with others.
As Java 7 is now frequently used, I added the Unrestricted Policy Files for this version in the zip file. Of course, files for Java 5 & 6 still come with the zip.
In previous versions cookies were implemented according to Netscape or RFC 2109.
As RFC 2109 was obsoleted twice by RFC 2965 and RFC 6265, I made changes to implement RFC 6265 instead. Netscape cookies are still handled.
The chosen algorithm is the permissive one as described in RFC 6265. Then we can deal with more servers/proxies.
This change is for v0.120b and following.
License has been changed from GPLv3 to BSD, as requested by another BSD project hosted on sourceforge.
Initialize jtouch external website
It is available on river-tiger.com/jtouch/
Initial release
the project is still alive and some updates will come