搜索资源列表
cert.tar
- 用JAVA构建企业CA中心.包括制作企业根证书,制作服务器端证书,用CA根证书签发服务器端根证书,客户端证书的颁发,客户端证书的验证等等。-with Java build enterprise CA Center. Including the production of enterprises root certificate, a certificate production server with CA-issued certificate of the root certificate s
ssl.rar
- 使用openssl实现一个简单的服务器/客户端程序,openssl
tls
- openssl中tls应用程序的源代码,包含客户端与服务器端-openssl tls application program source code, including client and server-side
digital-signature
- 根据数字签名原理模拟的数字签名程序,应用到服务器--客户端程序,RSA技术等,相当先进-According to the principle analog digital signature digital signature, application to a server- client program, RSA technology, quite advanced
kerberos
- Kerberos 是一种网络认证协议,其设计目标是通过密钥系统为客户机 / 服务器应用程序提供强大的认证服务,这个代码实现了其处理过程。 -Kerberos is a network authentication protocol, which is designed to provide strong authentication services for client/server applications by key system, the code achieved its pro
testhttps
- 双向认证 ,服务器使用filter过滤绑定证书的客户端或用户的简单demo。自定义比较器和证书获取器的实现类。 修改CertificateStoreImpl 证书库获取实现类return null为 return x509s。-this is https demo ,client send certificate to server, server handle.