码迷,mamicode.com
首页 >  
搜索关键字:ssl 证书管理 openssl    ( 10633个结果
centos下Linux C语言MD5的使用
在Linux C变成中用到MD5加密会使用到openssl库,下面给出的是一个简单的小Demo:#include #include #include #define MD5_LENGTH 16#define MAX 40int ...
分类:编程语言   时间:2014-06-19 06:23:35    阅读次数:341
Android数字签名解析(三)
在刚才开始学习android数字签名的相关知识点的时候,被资料中出现的keystore、x509、密钥对、debug.keystore弄的晕头 转向,经过一段时间的了解,总算明白一些。 一、make_key脚本生成密钥对 android源码中自带的工具make_key(development/tools/目录下)可以用来生成RSA密钥对。...
分类:移动开发   时间:2014-06-16 12:14:22    阅读次数:240
SSL on Open vSwitch and ovs controller
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-15 21:59:43    阅读次数:337
Open vSwitch with SSL and Mininet
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-15 21:39:36    阅读次数:367
error: SSL certificate problem, verify that the CA cert is OK
error: SSL certificate problem, verify that the CA cert is OK. Details:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify fail...
分类:其他好文   时间:2014-06-15 20:45:58    阅读次数:460
SSL/TLS Strong Encryption: An Introduction
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-15 06:46:21    阅读次数:219
An Introduction to Mutual SSL Authentication
1. Introduction Mutual SSL authentication or certificate based mutual authentication refers to two parties authenticating each other through verifying...
分类:其他好文   时间:2014-06-15 06:41:10    阅读次数:351
Qt中调用PolarSSL库(一)
最近一直在学习SSL相关的知识,也是先了解理论相关的知识,主要是SSL相关的基本概念和连接建立过程,主要是基于PolarSSL开源库进行学习。学习完了之后就希望能给有所运用,就想用Qt写一个简单的程序,增加对SSL相关概念的把握和对PolarSSL库的运用。当然,最终希望是可以使用Qt做一个比较完善的工具,帮助大家更好的理解和学习SSL相关知识。这都是后话,在第一篇里面,我们就简单用例子展示如何在...
分类:其他好文   时间:2014-06-14 17:40:05    阅读次数:186
安装LAMP PHP的./configure 参数,未出现MYSQ
编译参数: ./configure --prefix=/usr/local/php5 --with-apxs2=/usr/local/apache2/bin/apxs --enable-shared --with-libxml-dir --with-gd --with-openssl --enable-mbstring --wit...
分类:Web程序   时间:2014-06-14 09:13:09    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!