码迷,mamicode.com
首页 >  
搜索关键字:openssl    ( 3999个结果
CentOS-6.3 编译erlang-otp 17.0 报relocation R_X86_64_32 against `OPENSSL_ia32cap_P' can not be used when making a shared object; recompile with -fPIC错误
编译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的openssl的功能,实现https的正确访问
公司开发部遇到一个难题,服务器环境的curl的功能参数无法支持ssl,那么很多功能将会无法实现。那么好吧,这个问题只好抛到运维这边了,我也是个新手,下边的见解纯属个人分析(如有问题,欢迎讨论):首先系统:Centos 6.5 x86_64,服务器版本的默认安装路径:curl在/usr下,openss...
分类:其他好文   时间:2014-06-28 11:33:22    阅读次数:156
php openssl 增加密钥
生成私钥:openssl genrsa 1024 > private.key(注意,1024是密钥的长度,如果密钥较长,相应加密后的密文也会较长)生成公钥:openssl rsa -in private.key -pubout > public.key使用php的openssl 的函数加密和解密即可
分类:Web程序   时间:2014-06-26 21:11:01    阅读次数:244
java 使用pem密钥进行RSA加解密
1.使用openssl生成私钥和公钥 openssl下载地址:http://www.openssl.org/source openssl生成私钥命令: genrsa -out rsa_private_key.pem 1024 openssl生成公钥命令: rsa -in rsa_private_ke...
分类:编程语言   时间:2014-06-25 16:41:49    阅读次数:318
OpenSSL
一、openssl常用子命令加密、解密:enc-e|-d\\更多使用方法参照manenc信息摘要:dgst生产私钥、提取公钥:genrsa制作证书签署请求、自建CA:req生成随机数:randsalt加密:passwd、speed:测试速率二、enc使用示例#opensslversion\\查看ssl版本#openssl?\\跟任意错误选项得到..
分类:其他好文   时间:2014-06-24 16:32:33    阅读次数:160
常用的证书格式转换
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
linux之md5库
在使用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
[LAMP环境搭建二]MySQL安装
安装前准备工作:[root@bogon src]# yum -y install bison bison-devel ncurses ncurses-devel openssl openssl-develcmake下载安装http://www.cmake.org/files/v2.8/cmake-2...
分类:数据库   时间:2014-06-21 13:46:44    阅读次数:188
linux服务之ssh
一,查看版本[root@host02 ~]# ssh -VOpenSSH_5.3p1, OpenSSL 1.0.0-fips 29 Mar 2010 表明该系统正在使用OpenSSHssh -V ssh: SSH Secure Shell 3.2.9.1 (non-commercial ve...
分类:系统相关   时间:2014-06-20 19:18:13    阅读次数:396
Window7 64位下Nginx配置https
一、安装Nginx 官方下载地址:http://nginx.org/en/download.html 直接下载1.7.1.zip的链接:http://nginx.org/download/nginx-1.7.1.zip二、安装Openssl 官方下载的没弄明白怎么用,不过还是留下链接以备之后使...
分类:Windows程序   时间:2014-06-18 09:27:35    阅读次数:313
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!