| Projects on Google Code | Results 1 - 10 of 60 |
This project aims to provide Client Side APIs for fuzz testing SSL v3 Servers. It will be useful in fuzz testing OpenSSL based servers (or any server which is based on SSL v3). Further additions will include python wrappers for making it just a little more easier!
Currently it is not even release...
Java's Authentication and Authorisation Services (JAAS) allows custom login modules to be used. This project is a placeholder for some of them.
At present one login module is provided: CertificateLoginDirectoryRolesModule. This module builds on ActiveMQ's CertificateLoginModule so that upon a cli...
adito came from ssl-explorer, a famous open source VPN project, which was closed two years ago.
Now adito was renamed to OpenVPN ALS and became a branch of OpenVPN.
I am more familiar with adito 0.9.1, that is why i build my VDA(Virtual Desktop and Application) base on it.
0.9.1 is a nice versi...
轻量级的NIO框架:
* 提供线程池的配置,异步读写
* 提供可扩展的编解码功能,实现了的serialization和textline
* 提供类似servlet的filter功能
* 提供SSL加密协议的功能
* JMX动态监控系统的功能
* 使用简单,跟mina类似
* 性能好
Sample: echo服务器
{{{
public class EchoServer {
public static void main(String[] args) throws Exception {
NioServer server = ...
= jSSLutils =
This project aims to provide a set of utilities regarding the use of SSL in Java.
This mainly consists of a set of [SSLContextFactory] classes and a demo CA for testing purposes in the subversion tree.
The original motivation for this library was to provide a consistent way of...
The objective of this project at present is to develop a Drupal (http://drupal.org) module which allows users to classify contents based on who may view it, and which authenticates those trying to use it through the FOAF+SSL authentication protocol (http://blogs.sun.com/bblfish/entry/foaf_ssl_creati...
Axis 1.4 Dynamic SSL Config
<font color=red>Note: !TightConnect is currently in development. It is not yet released.</font>
== !TightConnect Mission Statement ==
Using common, standard Web languages and proven cryptographic techniques, !TightConnect aims to provide cryptographically secure selective data transmission bet...
This is just a lua binding to the small, portable xyssl library in order to provide SSL functionalities in lua. It needs luasocket for the socket creation (bind, accept, connect etc).
In other words, it is a "SSL filter" for an existing socket(or pipe including stdin/stdout say launching from in...
I had been looking over the internet and didn't find a single free implementation for POP3 using SSL written for use with .NET applications. All of them were either sharewares or were commercial libraries. The only free library I found was OpenPOP. Now this library does all the fancy stuff like brea...