Welcome![Sign In][Sign Up]
Location:
Search - openssl lib

Search list

[Windows Mobilewcecompat-1.2

Description: 一个微型的C lib 把 OpenSSL 移植到WCE 平台下必须使用
Platform: | Size: 83754 | Author: lucifer | Hits:

[Windows Mobilewcecompat-1.2

Description: 一个微型的C lib 把 OpenSSL 移植到WCE 平台下必须使用-A micro-C lib of OpenSSL ported to the platform must be used WCE
Platform: | Size: 82944 | Author: lucifer | Hits:

[Windows Developopenssl-0.9.8g_static_win32

Description: openssl 在win32下的静态开发包-openssl static win32 dev lib
Platform: | Size: 2354176 | Author: haibo zheng | Hits:

[CA authopenSLL_libAndheader

Description: openSSL编译出来的lib并包含头文件-The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library
Platform: | Size: 5300224 | Author: stupidpig | Hits:

[Crack HackopenSSLDemo

Description: 本人写的基于OpenSSL的客户端和服务器程序。-A Demo Program With VC2005 and OpenSSL lib.
Platform: | Size: 1110016 | Author: 白伟力 | Hits:

[Windows Developopenssl-0.9.8k-inc-lib-dll

Description: 使用vc编译出来的openssl链接库,包含头文件、静态库、动态库,版本为openssl-0.9.8k,供没有编译openssl环境的朋友使用-Vc compiled using the openssl-link library that contains the header files, static library, dynamic library, version openssl-0.9.8k, for there is no friend of the environment used to compile openssl
Platform: | Size: 862208 | Author: 张炜 | Hits:

[Internet-Networkopenssl_program

Description: 开放源码库openssl标准文档,包括函数的说明,功能实现,及示例代码-open source openssl lib study documents,contain the function information and the examples
Platform: | Size: 516096 | Author: jaylong35 | Hits:

[Windows Mobilewcecompat

Description: wince开发openssl时所需要的源文件-lib for developing wince s openssl
Platform: | Size: 177152 | Author: tony yan | Hits:

[VOIP programSipClient

Description: 包含完整的osip exosip openssl 的dll、lib、include,以及demo可运行程序和demo源文件代码。-Contains the complete osip exosip openssl dll, lib, include, and the demo can run the program and demo source code.
Platform: | Size: 3192832 | Author: 古红 | Hits:

[CA authserver.c.tar

Description: simple ssl client. using openssl lib
Platform: | Size: 4096 | Author: miki | Hits:

[Crack Hackopenssl_aes_JIAMI

Description: 通过调用openssl库进行aes加密,本程序已编译好了openssl,无需在进行编译!生成时请引用lib文件-By calling the openssl library aes encryption, the program has compiled the openssl, without making compilation! Please cite lib files generated
Platform: | Size: 2689024 | Author: 今生吾 | Hits:

[Embeded LinuxNetTing

Description: 一个简易的网联网仓储管理qt程序,希望对做QT的嵌入式开发的您有帮助-../qt-everywhere-source/configure-prefix /qt-everywhere-embedded arm-release-opensource-fast-no-accessibility-no-scripttools-no-mmx-no-multimedia-no-svg-no-webkit-no-3dnow-no-sse-no-sse2-silent-qt-libpng-qt-libjpeg-no-libtiff-make libs-nomake tools-nomake examples-nomake docs-nomake demo-no-nis-no-cups-no-iconv-no-dbus-no-openssl-xplatform qws/linux-arm-gnueabi-g++-little-endian-qt-freetype-depths 16,18-qt-gfx-linuxfb-no-gfx-transformed-no-gfx-multiscreen-no-gfx-vnc-no-gfx-qvfb-qt-kbd-linuxinput-no-glib-qt-mouse-tslib-I/home/linux/tslib/include-L/home/linux/tslib/lib
Platform: | Size: 9679872 | Author: 邰云波 | Hits:

[Sniffer Package capturePassSpider_Demo

Description: vc++ 跑号器 源代码,需要 openssl库和 zlib库。-vc++ account scanner need openssl lib and zlib
Platform: | Size: 137216 | Author: 伊戈尔 | Hits:

[CA authOpenSSL-include-and-Lib

Description: OpenSSL开发用的头文件,C++开发用的OpenSSL的必要lib-OpenSSL development headers with, C++ development with the lib files when necessary
Platform: | Size: 872448 | Author: 柳杨 | Hits:

[Internet-Networkopenssl-lib

Description: openssl 1.0 编译过的lib,测试没问题~-the budit openssl 1.0 lib file, and test is ok~
Platform: | Size: 182272 | Author: jiang long | Hits:

[Internet-Networkwolfssl-master

Description: wolfssl It is 啊simplified openssl lib.-wolfssl what can I descript ?
Platform: | Size: 4675584 | Author: 张三 | Hits:

[Embeded LinuxECDSA算法实现源码

Description: ecdsa 算法实现 通过openssl 实现(ecdsa use the openssl lib)
Platform: | Size: 15360 | Author: 若水23 | Hits:

[Otheropenssl

Description: vs2008 开发的 openssl库文件和头文件(vs2008 opensl dev lib and include files)
Platform: | Size: 2768896 | Author: 玄青风 | Hits:

[OtherLIB Debug - LIB OpenSSL

Description: 使用 VS2015 交叉编译 libcurl(Cross-compiling the libcurl using VS2015)
Platform: | Size: 5379072 | Author: Michael++ | Hits:

[Windows DevelopOpenssl

Description: 基于VC6的openssl库, (1) lib\libeay32.lib及lib\ssleay32.lib是已经编译好的VC6可用的静态库, 只要把这两个文件拷到VC6的lib目录中即可。 (2) include\openssl是openssl相关的头文件, 只要把openssl这个文件夹复制到 VC6的include目录中即可, 注意是把openssl文件夹及里面的文件都复制过去。 (3) VC6写的源程序要调用Openssl库函数时,需要做以下两步: ①在main()前面加上以下#include语句 #include <openssl/xxx.h> /*其中xxx.h是某个算法相关的.h文件,如des.h, md5.h */ ②在main()前面加上以下#pragma语句 #pragma comment(lib, "libeay32.lib") #pragma comment(lib, "ssleay32.lib")(OpenSSL Library Based on VC6)
Platform: | Size: 6828032 | Author: zhang peter | Hits:
« 12 »

CodeBus www.codebus.net