Ceph OpenSSL 1. SSL介绍 SSL(Secure Sockets Layer 安全套接层),及其继任者传输层安全(Transport Layer Security,TLS)是为网络通信提供安全及数据完整性的一种安全协议。TLS与SSL在传输层对网络连接进行加密。Secure Sock Read More
posted @ 2017-02-07 05:21 findumars Views(1013) Comments(0) Diggs(0)
前面曾经讲过,设备I/O的方式有两种:同步和异步。本篇介绍一下同步设备I/O。主要涉及到两个函数:ReadFile和WriteFile。 不要被这两个函数的名称迷惑,不仅可以将这两个作用于文件,也可以作用于其他设备:比如管道、邮槽等。 最简单的设备I/O,可以通过ReadFile和WriteFile Read More
posted @ 2017-02-07 04:47 findumars Views(261) Comments(0) Diggs(0)
OpenSSL for Windows In earlier articles, we have looked at how to create a gcc build environment on Windows, and also how to compile binaries for Wind Read More
posted @ 2017-02-07 01:09 findumars Views(2992) Comments(0) Diggs(0)
经过查看openssl源码自带的Makefile,发现: 1) 从0.9.7开始 https://www.openssl.org/source/old/0.9.x/openssl-0.9.7k.tar.gz 就有 LIBS= libcrypto.a libssl.a,而没有对ssleay32的声明。 Read More
posted @ 2017-02-07 00:54 findumars Views(851) Comments(0) Diggs(0)
Index of contents Setting up the MinGW 64 environment Step 1) building libiconv Step 2) building libz Step 3) building libjpeg Step 4) building libpng Read More
posted @ 2017-02-07 00:23 findumars Views(2650) Comments(0) Diggs(0)