Hi,

I've just released commons-ssl-0.3.4.

http://juliusdavies.ca/commons-ssl/


Three changes since 0.3.3:

#1.
==================================
ssl.setCheckExpiry( false ) now works!
ssl.setCheckExpiry( true ) now has an effect with Java 1.3.  (Java
1.4, 5, 6 all properly checked certificate expiry anyway, but it looks
like 1.3 forgot to.)

#2.
==================================
The "CRL pass/fail SHA1 fingerprint cache" only discards the
certificates which PASSED the check every 24 hours now.  Certificates
which failed the check will keep their 20 byte SHA1 fingerprint in the
cache forever (or until the next JVM restart).


#3.
==================================
Looks like TrustMaterial.TRUST_ALL stopped working recently on Java 5
and 6.  Fixed.


Aside from these three code changes, I also updated the documentation.
The "downloads" page includes a "Roadmap".  The "main" page thanks
Oleg for his original AuthSSLProtocolSocketFactory.java on which this
is all based.



--
yours,

Julius Davies
416-652-0183
http://juliusdavies.ca/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to