Https协议:SSL建立过程分析web訪问的两种方式:http协议,我们普通情况下是通过它訪问web,由于它不要求太多的安全机制,使用起来也简单,非常多web网站也仅仅支持这样的方式下的訪问.https协议(Hypertext Transfer Protocol over Secure Socke...
分类:
其他好文 时间:
2014-06-28 10:44:53
阅读次数:
289
一、keytool的概念 keytool 是个密钥和证书管理工具。它使用户能够管理自己的公钥/私钥对及相关证书,用于(通过数字签名)自我认证(用户向别的用户/服务认证自己)或数据完整性以及认证服务。在JDK1.4以后的版本中都包含了这一工具,它的位置为%JAVA_HOME%\bin\keytool....
分类:
编程语言 时间:
2014-06-25 19:30:37
阅读次数:
273
1.从pfx格式的证书提取出密钥和证书set OPENSSL_CONF=openssl.cnfopenssl pkcs12 -in my.pfx -nodes -out server.pemopenssl rsa -in server.pem -out server.keyopenssl x509 ...
分类:
其他好文 时间:
2014-06-23 06:45:18
阅读次数:
211
近日,因为某些原因,大家在使用Android SDK升级的时候,出现了访问Failed to fetch
URL http://dl-ssl.google.com/android/repository/addons_list-1.xml 的情况。按照我之前给大家提供的方案:详细 已经没办法继续使用了,这个时候,别慌。
其实当你看到这篇文章的时候,https://www.google.com....
分类:
移动开发 时间:
2014-06-22 22:15:40
阅读次数:
44057
6月18日起dropbox被天朝封了(这个真是无力吐槽),而ios7.1要求使用ssl安全连接,则需要重新找到一个支持https的免费服务器。Appharbor是个不错的选择,操作简单,此外需要添加配置文件来识别plist,ipa文件...
分类:
移动开发 时间:
2014-06-22 16:41:45
阅读次数:
345
在使用md5函数之前要先安装openssl,以及libssl-dev。
包含头文件:#include
两种方式:
第一种:
int MD5_Init(MD5_CTX *c);
int MD5_Update(MD5_CTX *c, const void *data, size_t len);
int MD5_Final(unsigned char *md, MD5_CTX *c);...
分类:
系统相关 时间:
2014-06-22 15:37:03
阅读次数:
1261
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