Thursday, May 22 2008
jSSLutils: Customisable configuration of SSL in Java
I recently released jSSLutils: a library to help configure SSL in Java.
Background
In my current project, I have been designing and implementing a system for managing data and allow these data to be shared between the relevant people. Securing access to this data is a strong requirement of this project. This system is implemented using Restlet (only the server-side at the moment), in Java.
In our domain, we tend to use SSL client-side authentication, whereby not only the server presents a certificate to the client (like most secure consumer-oriented websites do) but the client also ...continue reading