码迷,mamicode.com
首页 >  
搜索关键字:openssl 加密、对称加密、ca证书管理、随机数生成    ( 3999个结果
error: png.h not found.
执行php安装 --enable-mbstring --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --enable-session --...
分类:其他好文   时间:2014-07-17 10:46:12    阅读次数:150
error: Please reinstall the libcurl distribution - easy.h should be in <curl-dir>/include/curl/
执行php-5.3.10 --enable-mbstring --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --enable-s...
分类:其他好文   时间:2014-07-17 10:33:56    阅读次数:381
lab-bill-sys-update_openssl-davidey
#!/bin/bash#forsecurityofosforipin`catip.txt`doecho-e"\033[31m##################$ip#####################\033[0m"scpopenssl-0.9.8za.tar.gz$ip:/tmp/ssh$ip-C"tar-xzvf/tmp/openssl-0.9.8za.tar.gz-C/tmp/&&cd/tmp/openssl-0.9.8za&&./configsharedno-z..
分类:其他好文   时间:2014-07-17 09:18:46    阅读次数:205
openssl数字证书常见格式与协议介绍
证书主要的文件类型和协议有: PEM、DER、PFX、JKS、KDB、CER、KEY、CSR、CRT、CRL、OCSP、SCEP等。PEM– Openssl使用 PEM(Privacy Enhanced Mail)格式来存放各种信息,它是 openssl 默认采用的信息存放方式。Openssl 中的...
分类:其他好文   时间:2014-07-16 19:02:20    阅读次数:231
OPENSSL简介
1. 什么是 SSL?SSL 是一个缩写,代表的是Secure Sockets Layer。它是支持在Internet 上进行安全通信的标准,并且将数据密码术集成到了协议之中。数据在离开您的计算机之前就已经被加密,然后只有到达它预定的目标后才被解密。证书和密码学算法支持了这一切的运转。可以将SSL ...
分类:其他好文   时间:2014-07-16 18:58:02    阅读次数:195
python升级安装后的yum的修复
升级python版本后,运行yum # yum -y install openssl 提示如下: There was a problem importing one of the Python modules required to run yum. The error leading to this problem was:    No module named yum Pl...
分类:编程语言   时间:2014-07-16 14:04:47    阅读次数:193
Linux+Apache+openssl
Linux+Apache+openssl实现https验证apache2.0https首先安装SSL,再编译安装APACHE,再配置证书即可1.下载apache和openssl网址:http://www.apache.orghttp://www.openssl.org2.解压#tarzxvfhttp...
分类:系统相关   时间:2014-07-16 00:03:20    阅读次数:344
nginx 的安装
一、必要软件准备1.安装pcre为了支持rewrite功能,我们需要安装pcre复制代码代码如下:# yum install pcre* //如过你已经装了,请跳过这一步2.安装openssl需要ssl的支持,如果不需要ssl支持,请跳过这一步复制代码代码如下:# yum install opens...
分类:其他好文   时间:2014-07-15 08:16:48    阅读次数:269
[转]配置Apache服务器支持https协议和SSL证书
建立网站时,特别是支付网站和电子商务网站,为了让客户信赖网站,让他们不把我们当做骗子,网站一般会安装SSL,我们访问网站时都是以https开头的,而不是以http开头的。下面是在windows环境下配置Apache服务器支持https协议和SSL证书。1.配置Apache服务器支持openssl配置...
分类:其他好文   时间:2014-07-14 15:05:22    阅读次数:196
OpenSSL 中 RSA 加密解密实现源码分析
1、RSA 公钥和私钥的组成,以及加密和解密的公式: 2、模指数运算: 先做指数运算,再做模运算,如 5^3 mod 7 = 125 mod 7 = 6 3、RSA加密算法流程: 选择一对不同的、并且足够大的素数 p 和 q计算 n = p * q计算欧拉函数 f(n) = (p-1) * (q-1),p 和 q 需要保密寻找与 f(...
分类:其他好文   时间:2014-07-14 11:23:03    阅读次数:453
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!