码迷,mamicode.com
首页 >  
搜索关键字:openssh openssl    ( 5214个结果
源码编译安装httpd2.4及虚拟主机
1.安装apr,apr-utils,pcre-devel和openssl-devel[root@wh1~]#tarxfapr-1.5.1.tar.gz [root@wh1~]#tarxfapr-util-1.5.3.tar.gz [root@wh1apr-1.5.1]#cdapr-1.5.1 [root@wh1apr-1.5.1]#./configure--prefix=/usr/local/apr [root@wh1apr-1.5.1]#make&&makeinstall [roo..
分类:其他好文   时间:2014-08-11 03:10:02    阅读次数:485
在Linux环境下使用OpenSSL对消息和文件进行加密(转载)
转自:http://netsecurity.51cto.com/art/201301/378513.htm1.简介OpenSSL是一款功能强大的加密工具包。我们当中许多人已经在使用OpenSSL,用于创建RSA私匙或证书签名请求(CSR)。不过,你可曾 知道可以使用OpenSSL来测试计算机速度?或...
分类:系统相关   时间:2014-08-09 15:51:38    阅读次数:242
openssh
正在使用的文件在windows下无法使用ftp工具下载,就考虑在windows下建立open ssh server,然后使用ssh client来下载的方式解决。openssh forwindows安装文件及相关说明如下:http://sourceforge.net/projects/sshwind...
分类:其他好文   时间:2014-08-09 02:29:06    阅读次数:481
OpenSSL win 下报错 OPENSSL_Uplink(58D46000,08): no OPENSSL_Applink
python 中使用 M2Crypto 想读写文件时总是报:OPENSSL_Uplink(58D46000,08): no OPENSSL_Applinkwindows 平台下使用 openssl 时不能直接操作与文件 IO 有关的函数。因为 ms/uplink.c 会动态从当前 exe 中获取 m...
分类:移动开发   时间:2014-08-08 20:41:46    阅读次数:489
apache源码编译时报错ssl_engine_init.c:546: error: 'STACK' undeclared (first use in this function)
操作系统:centos6.4X86_64apache版本:httpd-2.2.6openssl版本:openssl-1.0.1e源码编译apache时报如下错误:ssl_engine_init.c:Infunction‘ssl_init_ctx_protocol‘: ssl_engine_init.c:390:warning:assignmentdiscardsqualifiersfrompointertargettype ssl_engine_init.c:396..
分类:其他好文   时间:2014-08-08 18:25:36    阅读次数:841
centos6.4安装openssl报错out range of signed 32bit displacement
一、系统环境操作系统:centos6.4x86_64openssl版本:openssl-0.9.8e二、安装过程#tarzxvfopenssl-0.9.8e.tar.gz #cdopenssl-0.9.8e #./configsharedzlib #make报错:md5-x86_64.s:41:Error:0xd76aa478outrangeofsigned32bitdisplacement md5-x86_64.s:50:Error:0xe8c7b756outr..
分类:其他好文   时间:2014-08-08 18:24:26    阅读次数:506
SSL证书的购买与Nginx下的配置
现在SSL证书的价格越来越亲民了。最近发现了RapidSSLOnline的40美金3年的廉价SSL证书,还是GeoTrust的。忍不住买了一个。分享一下具体的购买过程。声明:RapidSSL没给任何广告费用,因为购买和安装过程十分顺畅,纯分享。为什么购买SSL:http协议默认情况下是不加密的。各种密码..
分类:其他好文   时间:2014-08-08 16:31:47    阅读次数:232
关闭UseDNS加速SSH登录
公司的服务器SSH登入每次都要等2分钟,实在是受不鸟了,决定解决这个问题关闭UseDNS加速SSH登录经常登陆SSH的朋友可以感觉出,每次登录SSH时总是要停顿等待一下才能连接上,,这是因为OpenSSH服务器有一个DNS查找选项UseDNS默认情况下是打开的。UseDNS选项打开状态下,当客户端..
分类:其他好文   时间:2014-08-08 16:31:38    阅读次数:194
CentOS上安装NodeJs
(1)参照:http://www.cnblogs.com/zhangqingsh/archive/2013/04/15/3022583.html 安装Python2.7(2)安装Nodejs yum install gcc-c++ openssl-devel (nodejs需要openssl) .....
分类:Web程序   时间:2014-08-07 12:23:49    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!