当数据在网络上传播的时候,通过使用 SSL 对其进行加密和保护,JSSE 为 Java 应用程序提供了安全的通信。在本篇有关该技术的高级研究中,Java 中间件开发人员 Ian Parkinson 深入研究了 JSSE API 较不为人知的方面,为您演示了如何围绕 SSL 的一些限制进行编程。您将学...
分类:
Web程序 时间:
2014-06-28 17:41:51
阅读次数:
237
编译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
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
我们常常在使用网上银行时看到的连接都是以“https”开始的,那么这个https是什么呢?这其实是表示目前连接使用了SSL进行加密,能保证客户端到服务器端的通信都在被保护起来,那么浏览器是如果实现的呢?下面让我们来介绍一下SSL基本的实现方法。首先我们有两种基本的加解密算法类型:对称加密,非对称加密...
分类:
其他好文 时间:
2014-06-21 06:51:56
阅读次数:
277
大致有2种方法一、在线更新或加载本地 启动Eclipse,在Help菜单中选择install new software,进入后点击add按钮,这里可以选择输入hhtps://dl-ssl.google.com/android/eclipse/在线安装,或者添加已经下载好的ADT文件。二、离线安装 ....
分类:
系统相关 时间:
2014-06-20 23:57:07
阅读次数:
438