当数据在网络上传播的时候,通过使用 SSL 对其进行加密和保护,JSSE 为 Java 应用程序提供了安全的通信。在本篇有关该技术的高级研究中,Java 中间件开发人员 Ian Parkinson 深入研究了 JSSE API 较不为人知的方面,为您演示了如何围绕 SSL 的一些限制进行编程。您将学...
分类:
Web程序 时间:
2014-06-28 17:41:51
阅读次数:
237
/** * @version 2.0 * @author sharks*//** * Instruction * this version will use IO * apply file to store data * it just a table double click table ca.....
分类:
其他好文 时间:
2014-06-28 14:05:29
阅读次数:
300
编译erlang otp 17.0 一直提示:/usr/bin/ld: /usr/local/ssl/lib/libcrypto.a(cryptlib.o): relocation R_X86_64_32 against `OPENSSL_ia32cap_P' can not be used whe...
分类:
其他好文 时间:
2014-06-28 13:16:07
阅读次数:
497
公司开发部遇到一个难题,服务器环境的curl的功能参数无法支持ssl,那么很多功能将会无法实现。那么好吧,这个问题只好抛到运维这边了,我也是个新手,下边的见解纯属个人分析(如有问题,欢迎讨论):首先系统:Centos 6.5 x86_64,服务器版本的默认安装路径:curl在/usr下,openss...
分类:
其他好文 时间:
2014-06-28 11:33:22
阅读次数:
156
1 /// 2 /// 得到当前网站的根地址 3 /// 4 /// 5 protected string GetRootPath() 6 { 7 // 是否为SSL认证站...
分类:
其他好文 时间:
2014-06-28 11:04:34
阅读次数:
179
题目链接:http://acm.upc.edu.cn/problem.php?id=2170题意:给出一个字符串,比如ABACA,在这个串里,AB、BA、AC、CA各出现一次。若存在另外一个串,里面也AB、BA、AC、CA各出现一次。我们称ABACA是不唯一的。给出一个串,判断其是不是唯一。 思路:...
分类:
其他好文 时间:
2014-06-23 00:22:22
阅读次数:
274
There are two places that SSL will need to be configured if SSL is to be used between the controller and the Open vSwtich. The instructions below assu...
分类:
其他好文 时间:
2014-06-21 15:30:08
阅读次数:
161
As an introduction this chapter is aimed at readers who are familiar with the Web, HTTP, and Apache, but are not security experts. It is not intended ...
分类:
其他好文 时间:
2014-06-21 15:08:28
阅读次数:
259
1. Introduction Mutual SSL authentication or certificate based mutual authentication refers to two parties authenticating each other through verifying...
分类:
其他好文 时间:
2014-06-21 14:38:35
阅读次数:
436
Open vSwitch with SSL and Mininet By default, Mininet uses the unencrypted port in Open vSwitch for OpenFlow. This makes total sense since the purpose...
分类:
Web程序 时间:
2014-06-21 14:35:59
阅读次数:
475