ChinaUnix.net
相关文章推荐:

openssl 动态库

错误是: 21248:error:140A90A1:SSL routines:SSL_CTX_new:library has no ciphers:ssl_lib.c:1424: 代码如下: #include #include #include <openssl/ssl.h> #include <openssl/err.h> int main(int argc, char *argv[]) { #if 0 unsigned char cert[] = "MIIC/DCCAeSgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBjDELMAkGA1UEBhMCQ04x\n" "EDAOBgNVBAgTB0JlaWppbmcxEDAOBgNVBAcTB0hhaWRpYW4xDzANBgNVBAo...

by cugb_cat - C/C++ - 2007-09-27 14:14:36 阅读(4188) 回复(6)

相关讨论

大家好, 请教大家一个问题 我的机器是在aix 5.3 cpu是ppc 的64位 我写的一个程序需要用到libcrypto.a这个 机器上只有gcc , 我就下载了openssl-.09.7b 这个版本 修改了以下配置文件,就是在aix-gcc的选项上加上了-maix64 然后 在 生成的makefile文件中的ar 选项上加入了 -X64 ./configure aix-gcc make 通过编译并生成了相应的,但在使用的时候出现了错误: ld: 0711-317 ERROR: Undefined symbol: .EVP_CIPHER_key_length l...

by zghover - C/C++ - 2009-03-18 15:43:07 阅读(1797) 回复(0)

大家好, 请教大家一个问题 我的机器是在aix 5.3 cpu是ppc 的64位 我写的一个程序需要用到libcrypto.a这个 机器上只有gcc , 我就下载了openssl-.09.7b 这个版本 修改了以下配置文件,就是在aix-gcc的选项上加上了-maix64 然后 在 生成的makefile文件中的ar 选项上加入了 -X64 ./configure aix-gcc make 通过编译并生成了相应的,但在使用的时候出现了错误: ld: 0711-317 ERROR: Undefined symbol: .EVP_CIPHER_key_length...

by zghover - AIX - 2009-04-30 08:23:16 阅读(3116) 回复(4)

安装rpm包的时候 提示需要 error: Failed dependencies: libcrypto.so.2 is needed by wu-ftpd-2.6.2-8 libssl.so.2 is needed by wu-ftpd-2.6.2-8 源码安装make的时候出现错误 ftpcmd.y:1090.9: syntax error, unexpected "=" make[1]: *** [ftpcmd.c] Error 1

by handi - 服务器架设 - 2003-12-31 13:32:46 阅读(791) 回复(7)

我编译openssl源码得到了windows下的dll文件和lib文件,头文件也有。请问dev-cpp中如何设置才能使用? 我在“编译器选项”-->“目录”-->“”中添加了"out32dll"目录,在“c++包含文件”中添加了"inc32"目录,但是编译还是提示错误: [Linker error] undefined reference to `DES_set_odd_parity' [Linker error] undefined reference to `DES_set_key' [Linker error] undefined reference to `DES_ecb_encrypt' ld returne...

by lemboyz - C/C++ - 2008-09-14 22:45:39 阅读(2603) 回复(1)
by gao_qi - Linux论坛 - 2003-03-18 16:03:05 阅读(571) 回复(0)

各位仁兄,请教一个问题。我在用openssl生成CA证书时,总提示输一大堆的信息。如:国家,城市,公司等。 可不可以用一个文件存放这些信息,然后让openssl去读取这个文件? 请指教

by gyce - Linux论坛 - 2005-08-24 21:54:08 阅读(835) 回复(1)
by 一刀砍死 - IT图书与评论 - 2008-01-03 18:44:12 阅读(3374) 回复(2)
by 一刀砍死 - IT图书与评论 - 2007-12-18 10:20:09 阅读(2918) 回复(1)

请问谁在unix安装过openssl,当执行./openssl时,出现 The library could not be configured for supporting multi-threaded applications as the compiler options required on this system are not known.

by zlj0721 - 数据安全 - 2008-12-30 15:23:12 阅读(2014) 回复(0)

第一章 基础知识 8 1.1 对称算法 8 1.2摘要算法 8 1.3 公钥算法 9 1.4 回调函数 11 第二章 openssl简介 13 2.1 openssl简介 13 2.2 openssl安装 13 2.2.1 linux下的安装 13 2.2.2 windows编译与安装 13 2.3 openssl源代码 14 2.4 openssl学习方法 16 第三章openssl堆栈 17 3.1 openssl堆栈 17 3.2 数据结构 17 3.3 源码 17 3.4 定义用户自己的堆栈函数 18 3.5 编程示例 19 第四章 openssl哈希表 21 4.1 哈希表 21 4.2 哈希表数据结...

by forxy - 初创企业IT架构选型 - 2007-11-01 15:08:28 阅读(9741) 回复(5)