<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>可可熊的窝 &#187; openssl</title>
	<atom:link href="http://cocobear.info/blog/tag/openssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://cocobear.info/blog</link>
	<description>K.I.S.S</description>
	<lastBuildDate>Sun, 11 Mar 2012 14:04:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>PHP中使用openssl</title>
		<link>http://cocobear.info/blog/2009/06/17/use-openssl-in-php/</link>
		<comments>http://cocobear.info/blog/2009/06/17/use-openssl-in-php/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 07:23:36 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=716</guid>
		<description><![CDATA[服务器端要对客户端POST 上来的签名后的数据进行验证，本来想着用Python调用openssl命令行来实现，不过没有找到相关的命令，后来找了下PHP的openssl的封装，果然有的：<a href="http://php.chinaunix.net/manual/zh/ref.openssl.php">http://php.chinaunix.net/manual/zh/ref.openssl.php</a>

封装的函[......]<p class='read-more'><a href='http://cocobear.info/blog/2009/06/17/use-openssl-in-php/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2009/06/17/use-openssl-in-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Openssl建立SSL连接分析</title>
		<link>http://cocobear.info/blog/2009/05/22/openssl-connect/</link>
		<comments>http://cocobear.info/blog/2009/05/22/openssl-connect/#comments</comments>
		<pubDate>Fri, 22 May 2009 02:29:15 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[安全相关]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[openssl]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=659</guid>
		<description><![CDATA[SSL_library_init();
SSL的初始化过程，只是添加一些算法，使用EVP_add_cipher函数。

ssl_method = SSLv3_client_method();
设置使用的SSL版本，SSLv3_client_method 函数的定义是通过IMPLEMENT_s[......]<p class='read-more'><a href='http://cocobear.info/blog/2009/05/22/openssl-connect/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2009/05/22/openssl-connect/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SSL SSL2.0 SSL3.0 TLS 1.0</title>
		<link>http://cocobear.info/blog/2009/05/08/ssl-ssl20-ssl30-tls-10/</link>
		<comments>http://cocobear.info/blog/2009/05/08/ssl-ssl20-ssl30-tls-10/#comments</comments>
		<pubDate>Fri, 08 May 2009 12:54:39 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=641</guid>
		<description><![CDATA[SSL是用于网络安全传输的协议，在TCP之上，HTTP之下。以前对标题里面这几个有点分不清楚，今天花了点时间整理下概念。

SSL为(Secure Sockets Layer)的缩写，是网景公司为网络安全传输制定的一套标准，SSL1.0没有公开发布过，所以SSL1.0可以无视之。SSL2.0在1[......]<p class='read-more'><a href='http://cocobear.info/blog/2009/05/08/ssl-ssl20-ssl30-tls-10/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2009/05/08/ssl-ssl20-ssl30-tls-10/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Apache使用Openssl实现HTTPS访问</title>
		<link>http://cocobear.info/blog/2009/05/08/use-openssl-with-apache/</link>
		<comments>http://cocobear.info/blog/2009/05/08/use-openssl-with-apache/#comments</comments>
		<pubDate>Fri, 08 May 2009 04:35:29 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[openssl]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=638</guid>
		<description><![CDATA[首先确认apache支持mod_ssl， openssl也正确安装。

Fedora 8中apache关于ssl的配置文件在/etc/httpd/conf.d/ssl.conf文件中，使用SSLEngine on选项来开启HTTPS的支持，apache默认会使用一个自带的localhost 的证[......]<p class='read-more'><a href='http://cocobear.info/blog/2009/05/08/use-openssl-with-apache/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2009/05/08/use-openssl-with-apache/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

