SSL Library
Provides
Fast and scalable SSL library
Optimized and profiled for small foot print and performance
Supports SSLv3 Protocol and SSLv2 Handshake
Provides a simple and practical implementation
Code is easy to correlate with specification
Supports Client and Server SSL protocol. Supports Mutual Authentication
Java Implementation. Plans for .NET implementation
Specifications/Literature
SSL v3
: De-facto standard
SSL v2
: Deprecated and weak standard.
TLS
: Blessed standard.
SSL and TLS
: Excellent Book by Eric Rescorla
Documentation
Public JavaDocs
: Public or External interface
All JavaDocs
: Internal and External classes
Author:
Harmeet Bedi
Project Home Page