最新文章列表

Android JNI之OpenSSL

需求:     通过C代码实现Https的Post操作。 方案:     1.选择支持HTTPS的开源库OpenSSL     2.将OpenSSL编译成.a或.so,是指在工程中编译源码成链接库     3.C代码调用OpenSSL的接口 步骤: 1. 工具:OpenSSL源码,NDK,Cygwin 2. 关键是Android.mk的设计 # Copyright (C) 20 ...
lzqustc 评论(0) 有10211人浏览 2013-02-07 16:53

Apache服务器下PHP调用openssl链接被重置处理

环境:windows + Apache + PHP 操作:调用openssl_private_encrypt ($data, &$crypted, $key, $padding = null) 症状:浏览器显示“连接被重置” 解决办法: 将php安装目录下 php/ssleay32.dll和php/libeay32.dll 拷贝到 Apache/bin目录下
jimmygan 评论(0) 有1202人浏览 2013-01-06 10:31

openssl 生成服务端证书所遇到的问题

今天用openssl来生成证书,以调试https环境。在最后生成server端证书的时候报错: I am unable to access the ./demoCA/newcerts directory     ./demoCA/newcerts: No such file or directory 解决办法是在你当前操作目录。新建demoCA\newcerts文件夹。。。注意是2层文件夹哦。。。 ...
yuur369 评论(0) 有6236人浏览 2012-11-08 14:38

IOS openssl rsa encrypt/decrypt

对OpenSSL RSA加解密的封装请移步到: https://github.com/reference/OpenSSLRSAWrapper 本例子只是一个说明。 大家都清楚在ios上是存在加解密api,库是调用security, ...
re_reference 评论(1) 有6379人浏览 2012-09-29 15:15

windows下编译openssl的问题

按照openssl中自带的install-w32文件内容进行操作 执行ms\do_ms报错 no rule for crypto\md4 at util\mk1mf.pl line 在网上找到解决方案. https://groups.google.com/forum/?fromgroups=#!topic/mailing.openssl.users/QqjyJvH8J58 但版本略有不同,要 ...
dwangel 评论(0) 有2217人浏览 2012-09-26 16:58

OpenSSL and Keytool

  1、OpenSSL实践 工作中需要配置使用SSL来双向认证并通信的FTP服务器,以OpenSSL和Java的keytool为例,来完成证书的制作: d:/openssl/mkcerts>openssl genrsa -out ca.key 1024 创建CA私钥Loading 'screen' into random state - donewarning, not much ex ...
923080512 评论(0) 有5743人浏览 2012-09-21 15:53

how to use apns cert in python code

http://saeapns.sinaapp.com/doc.html openssl pkcs12 -clcerts -nokeys -out cert.pem -in cert.p12 openssl pkcs12 -nocerts -out key.pem -in key.p12 openssl rsa -in new_rps_key.pem -out new_rps_key_no_s.pem ...
walkintojava 评论(0) 有1112人浏览 2012-08-02 18:57

linux下apache,tomcat的ssl配制

     最近项目中用到了ssl,所以要配制下apache对ssl的支持。其中遇到了点麻烦,按上网的也走了不少弯路。其实配制并不是很复杂可以说是简单,但有时候往往被小问题卡住很久。        tomcat这里就不说了,因为在httpclinet发送https请求 中己基本介绍完了所有配制。这里重点说下linux下apache + openssl配制,这里apache版本为2.2.22。 ...
fhqibjg 评论(0) 有1855人浏览 2012-07-09 17:46

wampserver2 配置ssl 经过验证 可用

http://forum.wampserver.com/read.php?2,32986,page=1 起初openssl总提示 无法定位 ssleay32.dll 把别的版本apache下的openssl.exe考过来覆盖 就无问题了 原因未知 Wamp2 HTTPS and SSL Setup Step-by-Step guide Posted by: hambuler (---.cpe.ne ...
seven.yu 评论(0) 有4210人浏览 2012-07-05 19:29

利用OPENSSL做证书转换

下载安装openssl,并将下发的key和crt文件转换为jks install download from the office site "http://www.openssl.org/source/" chose the source to download execuse the commond tar -zxvf openssl-1.0.1.tar.gz ./confi ...
jiewo 评论(0) 有6102人浏览 2012-06-16 21:26

Nginx + https + 免费SSL证书配置指南

http://my.oschina.net/shootercn/blog/16712 生成证书: $ cd /usr/local/nginx/conf $ openssl genrsa -des3 -out server.key 1024 $ openssl req -new -key server.key -out server.csr $ cp server.key server.key ...
pobing 评论(0) 有1387人浏览 2012-05-25 09:45

常用的证书格式转换

1.从pfx格式的证书提取出密钥和证书 set OPENSSL_CONF=openssl.cnf openssl pkcs12 -in my.pfx -nodes -out server.pem openssl rsa -in server.pem -out server.key openssl x509 -in server.pem -out server.crt PEM格式的证书与DER格式的 ...
sdzbqh 评论(0) 有3835人浏览 2012-05-08 15:43

OpenLdap配置ssl连接

为了敏感数据(如账户信息等)在传输过程中不轻易暴露,用SSL连接是必须的。在安装完openldap后,可以首先生成一些key和certificate文件,然后配置ldap的S ...
czj4451 评论(0) 有7430人浏览 2012-03-29 19:50

centos安装nginx

安装步骤如下: 下载安装包 yum install pcre-devel zlib-devel openssl-devel 下载ngix代码 wget http://nginx.org/download/nginx-0.7.65.tar.gz tar zvxf nginx-0.7.65.tar.gz 下载nginx-upload-progress-module wget http:/ ...
jimmygan 评论(0) 有1523人浏览 2012-02-21 13:08

pg启动过程中的那些事六:初始化SSL链接相关库

  pg 到这儿检查参数 EnableSSL , 如果使能建立 SSL 连接, 就 初始化相关库。 pg 里安全相关的部分基本上是基于 OpenSSL 开发。搞网络安全的人没有不知道 OpenSSL 的,看到 OpenSSL 心中就有数了。国内的 VPN 、网银、安全支付等产品,基本上都是基于 OpenSSL 开发的。如果有兴趣可以先看看关于 OpenSS ...
BeiGang 评论(0) 有1264人浏览 2011-12-28 21:48

tomcat ssl config for valid certificate chain from the client

ref http://blog.csdn.net/jasonhwang/article/details/2344768 http://blog.csdn.net/jasonhwang/article/details/2413310   1. mkdir mkdir ca cd ca mkdir certs mkdir private touch index.txt echo 01 ...
avidmouse 评论(0) 有1330人浏览 2011-12-20 13:55

不重新编译PHP为php增加openssl模块的方法

不重新编译PHP为php增加openssl模块的方法 yum -y install openssl /usr/local/bin/是php的安装目录 切换到php安装目录的etx/openssl目录 cd /usr/local/src/php-5.2.8/ext/openssl /usr/local/bin/phpize Cannot find config.m4. Make ...
logo32 评论(0) 有8854人浏览 2011-12-15 16:51

rails下使用rich editor kindeditor和ckeditor对比记录

本文原来是介绍ckeditor的,但后来ckeditor被我弃用。原因是我找到了更好的rich editor,那就是kindeditor。 kindeditor配置安装都简单,而且更轻便,可以和carryw ...
gazeldx 评论(0) 有2095人浏览 2011-11-03 09:22

安装openssl

编译keepalived时报错 configure: error: !!! OpenSSL is not properly installed on your system. !!! !!! Can not include OpenSSL headers files. !!! 再安装OpenSSL,顺序如下: [root@localhost opens ...
kusix 评论(0) 有16560人浏览 2011-11-01 17:04

nginx 安装

  1、安装pcre   unzip pcre-8.02.zip ./configure make && make install   2、安装openssl   tar zxvf ./openssl-1.0.0d.tar.gz cd ./openssl-1.0.0d ./config --prefix=/usr/local/ --openssldir=/usr ...
zlbabel 评论(0) 有977人浏览 2011-09-23 10:27

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics