资源简介
编译好的 openssl 库,直接下载将头文件和库文件直接包含即可使用,方便快捷
代码片段和文件信息
/*
* Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the “License“). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
*/
#define APPlink_STDIN 1
#define APPlink_STDOUT 2
#define APPlink_STDERR 3
#define APPlink_FPRINTF 4
#define APPlink_FGETS 5
#define APPlink_FREAD 6
#define APPlink_FWRITE 7
#define APPlink_FSETMOD 8
#define APPlink_FEOF 9
#define APPlink_FCLOSE 10 /* should not be used */
#define APPlink_FOPEN 11 /* solely for completeness */
#define APPlink_FSEEK 12
#define APPlink_FTELL 13
#define APPlink_FFLUSH 14
#define APPlink_FERROR 15
#define APPlink_CLEARERR 16
#define APPlink_FILENO 17 /* to be used with below */
#define APPlink_OPEN 18 /* formally can‘t be used as flags can vary */
#define APPlink_READ 19
#define APPlink_WRITE 20
#define APPlink_LSEEK 21
#define APPlink_CLOSE 22
#define APPlink_MAX 22 /* always same as last macro */
#ifndef APPMACROS_ONLY
# include
# include
# include
static void *app_stdin(void)
{
return stdin;
}
static void *app_stdout(void)
{
return stdout;
}
static void *app_stderr(void)
{
return stderr;
}
static int app_feof(FILE *fp)
{
return feof(fp);
}
static int app_ferror(FILE *fp)
{
return ferror(fp);
}
static void app_clearerr(FILE *fp)
{
clearerr(fp);
}
static int app_fileno(FILE *fp)
{
return _fileno(fp);
}
static int app_fsetmod(FILE *fp char mod)
{
return _setmode(_fileno(fp) mod == ‘b‘ ? _O_BINARY : _O_TEXT);
}
#ifdef __cplusplus
extern “C“ {
#endif
__declspec(dllexport)
void **
# if defined(__BORLANDC__)
/*
* __stdcall appears to be the only way to get the name
* decoration right with Borland C. Otherwise it works
* purely incidentally as we pass no parameters.
*/
__stdcall
# else
__cdecl
# endif
OPENSSL_Applink(void)
{
static int once = 1;
static void *OPENSSL_ApplinkTable[APPlink_MAX + 1] =
{ (void *)APPlink_MAX };
if (once) {
OPENSSL_ApplinkTable[APPlink_STDIN] = app_stdin;
OPENSSL_ApplinkTable[APPlink_STDOUT] = app_stdout;
OPENSSL_ApplinkTable[APPlink_STDERR] = app_stderr;
OPENSSL_ApplinkTable[APPlink_FPRINTF] = fprintf;
OPENSSL_ApplinkTable[APPlink_FGETS] = fgets;
OPENSSL_ApplinkTable[APPlink_FREAD] = fread;
OPENSSL_ApplinkTable[APPlink_FWRITE] = fwrite;
OPENSSL_ApplinkTable[APPlink_FSETMOD] = app_fsetmod;
OPENSSL_ApplinkTable[APPlink_FEOF] = app_feof;
OPENSSL_ApplinkTable[APPlink_FCLOSE] = fclose;
OPENSSL_ApplinkTable[APPlink_FOPEN] = fopen;
OPENSSL_ApplinkTable[APPlink_FSEEK] = fseek;
OPENSSL_ApplinkTable[APPlink_FTELL] = ftell;
OPENSSL_ApplinkTable[APPlink_FFLUSH] = fflush;
OPENSSL_ApplinkTable[APPlink_
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-04-21 14:27 openssl\
目录 0 2017-04-21 14:27 openssl\bin\
文件 1024 2017-04-19 17:14 openssl\bin\.rnd
文件 1208 2017-04-19 17:25 openssl\bin\client.crt
文件 1062 2017-04-19 17:24 openssl\bin\client.csr
文件 1702 2017-04-19 17:24 openssl\bin\clientkey.pem
文件 6432 2017-02-23 11:15 openssl\bin\c_rehash.pl
文件 2093056 2017-02-23 11:15 openssl\bin\libcrypto-1_1.dll
文件 1575936 2017-02-23 11:15 openssl\bin\libcrypto-1_1.pdb
文件 372736 2017-02-23 11:15 openssl\bin\libssl-1_1.dll
文件 551936 2017-02-23 11:15 openssl\bin\libssl-1_1.pdb
文件 426496 2017-02-23 11:15 openssl\bin\openssl.exe
文件 1002496 2017-02-23 11:15 openssl\bin\openssl.pdb
文件 1344 2017-04-19 17:23 openssl\bin\root.crt
文件 18 2017-04-19 17:27 openssl\bin\root.srl
文件 1702 2017-04-19 17:23 openssl\bin\rootkey.pem
文件 1204 2017-04-19 17:27 openssl\bin\server.crt
文件 1062 2017-04-19 17:26 openssl\bin\server.csr
文件 1706 2017-04-19 17:26 openssl\bin\serverkey.pem
目录 0 2017-04-21 14:27 openssl\html\
目录 0 2017-04-21 14:27 openssl\html\man1\
文件 8323 2017-02-23 11:16 openssl\html\man1\asn1parse.html
文件 8931 2017-02-23 11:16 openssl\html\man1\blake2b.html
文件 8931 2017-02-23 11:16 openssl\html\man1\blake2s.html
文件 30090 2017-02-23 11:16 openssl\html\man1\ca.html
文件 8620 2017-02-23 11:16 openssl\html\man1\CA.pl.html
文件 33537 2017-02-23 11:16 openssl\html\man1\ciphers.html
文件 30893 2017-02-23 11:16 openssl\html\man1\cms.html
文件 4911 2017-02-23 11:16 openssl\html\man1\crl.html
文件 4336 2017-02-23 11:16 openssl\html\man1\crl2pkcs7.html
文件 5638 2017-02-23 11:16 openssl\html\man1\c_rehash.html
............此处省略3142个文件信息
相关资源
- 海思3516A 3516D openssl zlib openssh编译
- Win32OpenSSL-1_0_2c.exe
- Win64OpenSSL-1_0_2d
- x64 windows libcurlopensslzlib编译好,VS直接
- OpenSSL工具
- curl+openssl开发库VS2017x64
- Win64OpenSSL-1_0_1e.exe
- 最新的OPENSSL1.1.0编译好的
- ios openssl静态库 (libssl.a和libcrypto.a)
- openssl+openssh离线安装包
- Win32OpenSSL-1_1_1g.exe
- stm32_RSA.zip
- OPENSSL AES 加解密例程
- libcurl支持https的dll和lib(包含openssl的
- libcurl支持https访问curl支持openssl协议编
- openssl开发包编写建立在SSL上的C/S课程
- arm64-v8a用OpenSSL环境配置文件
- 编译成功的openssl 0.9.8e
- RSA 1024 加密 解密
- tc8 x64 openssl库文件补丁
- 《openssl编程》当前完整版本
- tomcat,https加密方式jsse.openssl
- Indy SSL Lib For Delphi7 OpenSSL
- openssl文档
- openssl加密通信服务器、客户端代码
- openssl安装及命令
- suse11.3 openssl-devel包
- pyOpenSSL+zope.interface
- out32dll/openssl
- 用openssl实现sm2算法
评论
共有 条评论