您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Android openSSL库

  2. 里面已经写好了android.mk文件。进入文件夹后,运行$NDK/ndk-build,生成的.so文件在obj/local/armeabi里面。 gcc -4.5.2 android-ndk-r6 来自https://github.com/guardianproject/openssl-android
  3. 所属分类:Android

    • 发布日期:2011-07-18
    • 文件大小:3mb
    • 提供者:randyjiawenjie
  1. Android OpenSSL 库

  2. This is a version of the official Android openssl sources, but it is meant to be built as a standalone library to be embedded into app.
  3. 所属分类:Android

    • 发布日期:2013-10-29
    • 文件大小:1mb
    • 提供者:u012609518
  1. Linux openssl安装文件

  2. 下载我的安装文件,按以下操作安装: 1、下载地址:http://www.openssl.org/source/ 下一个新版本的OpenSSL,我下的版本是:openssl-1.0.0e.tar.gz 2、在下载的GZ目录中,用命令执行:tar -xzf openssl-openssl-1.0.0e.tar.gz 3、进入解压的目录:openssl-1.0.0e [.......]#cd openssl-1.0.0e 4、[.....openssl-1.0.0e]# ./config --pre
  3. 所属分类:其它

    • 发布日期:2015-10-26
    • 文件大小:3mb
    • 提供者:ge_fly
  1. openssl.so 下载

  2. 自己编译的php extension模块openssl.so 测试可以用 我环境php 5.51 linux-centos7
  3. 所属分类:PHP

    • 发布日期:2016-03-29
    • 文件大小:455kb
    • 提供者:qq_27121943
  1. libcrypto.so.10

  2. openssl-1.0.1e-42.el6.x85_64.rpm
  3. 所属分类:其它

    • 发布日期:2016-05-04
    • 文件大小:1mb
    • 提供者:d123232
  1. openssl for android 6个cup版本的so 库

  2. ndk编译的 APP_ABI := armeabi armeabi-v7a arm64-v8a x86 mips mips64文件中crypto ssl的so库文件
  3. 所属分类:Android

    • 发布日期:2016-07-29
    • 文件大小:16mb
    • 提供者:u012800816
  1. openssl V1.0.2j

  2. OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library. For more inform
  3. 所属分类:C++

    • 发布日期:2016-10-11
    • 文件大小:5mb
    • 提供者:sdhongjun
  1. openssl-1.1.0c 编译lib文件 (x86,x64,linux)

  2. openssl-1.1.0c 的编译结果 包含x86,x64,linux版本 libcrypto.lib libssl.lib libcrypto.a libssl.a libssl.so.1.1 libcrypto.so.1.1 libssl-1_1-x64.dll libcrypto-1_1-x64.dll libcrypto-1_1.dll libssl-1_1.dll
  3. 所属分类:C++

    • 发布日期:2016-12-26
    • 文件大小:4mb
    • 提供者:dingzhaoyan
  1. android编译openssl静态库.a 动态库.so

  2. android编译openssl静态库.a 动态库.so 1)make_static.sh 编译静态库 2)make_share.sh 编译动态库
  3. 所属分类:网络安全

    • 发布日期:2017-08-09
    • 文件大小:14mb
    • 提供者:yuanchunsi
  1. openssl-1.0.2j for android 动态库

  2. arm64-v8a,armeabi,armeabi-v7a,x86,x86_64 这几个架构的动态库,包含头文件,a文件,so文件. 很全面
  3. 所属分类:Android

    • 发布日期:2018-03-07
    • 文件大小:14mb
    • 提供者:xieqingsheng
  1. openssl evp aes 加解密算法调试例程

  2. 0、此例程调试环境 运行uname -a的结果如下: Linux freescale 3.0.35-2666-gbdde708-g6f31253 #1 SMP PREEMPT Thu Nov 30 15:45:33 CST 2017 armv7l GNU/Linux 简称2017 armv7l GNU/Linux 1、openssl 直接处理AES的API 在openssl/aes.h定义。是基本的AES库函数接口,可以直接调用,但是那个接口是没有填充的。而如果要与Java通信,必须要有填充模
  3. 所属分类:C++

    • 发布日期:2018-07-11
    • 文件大小:3kb
    • 提供者:weishaohai
  1. Android可用的openssl相关so,支持x86 armeabi armeabi-v7a

  2. 编译好的openssl,支持x86、armeabi、armeabi-v7a三个平台。 可直接用于libcurl的集成,也可单独集成使用
  3. 所属分类:Android

    • 发布日期:2018-07-13
    • 文件大小:1mb
    • 提供者:wohuishuacs
  1. openssl-cookbook

  2. OpenSSL is a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library. For more information about the team and community ar
  3. 所属分类:网络安全

    • 发布日期:2018-08-27
    • 文件大小:1mb
    • 提供者:youjin
  1. openssl for android jni

  2. 扔到android工具,vs或eclipse,直接编译。 得到相应的so文件
  3. 所属分类:其它

    • 发布日期:2018-08-31
    • 文件大小:4mb
    • 提供者:qq_39907341
  1. android编译的openssl静态库.a 动态库.so

  2. android编译openssl静态库.a 动态库.so 1)make_static.sh 编译静态库 2)make_share.sh 编译动态库
  3. 所属分类:Android

    • 发布日期:2018-01-27
    • 文件大小:14mb
    • 提供者:zxzy17
  1. windows openssl 11.0f

  2. OpenSSL is a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library. For more information about the team and community ar
  3. 所属分类:网管软件

    • 发布日期:2018-02-23
    • 文件大小:30mb
    • 提供者:dna911
  1. openssl.rar

  2. 对于之前编译安装php的时候没有启用openssl,所以工作中遇到问题, 需要在php.ini中打开 extension=/path/extension/openssl.so 但是重新产生openssl.so比较麻烦,这里提供一个产生好的文件供大家下载。 工作环境 CentOs7 ,PHP7.3.6 ; 产生openssl.so的PHP版本7.3.10 另外, 现把php之后安装openssl的方法记录如下: 1、进入到源码包下ext/openssl目录下 2、运行/usr/local/php
  3. 所属分类:PHP

    • 发布日期:2019-10-10
    • 文件大小:185kb
    • 提供者:1151
  1. openssl-libs-1.0.2k-8.el7.x86_64.rpm

  2. libc.so.6(GLIBC_2.14)(64bit)
  3. 所属分类:Linux

  1. qt-android-openssl.zip

  2. qt android openssl 库文件.so已编译。 该库在qt5.12.3已测试通过。 添加方法:添加到Qt Android工程的Additional Libraries即可. 有问题可私信
  3. 所属分类:QT

    • 发布日期:2020-02-12
    • 文件大小:859kb
    • 提供者:weixin_42217666
  1. openssl-1.1.0c_libs.zip

  2. libssl.so.1.1,libcrypto.so.1.1,libcrypti.a,libssl.a,libcrypto-1_1-x64.dll,libcrypto.lib,libssl-1_1-x64.dll,libssl.lib
  3. 所属分类:C

    • 发布日期:2020-02-11
    • 文件大小:5mb
    • 提供者:qq_21127151
« 12 3 4 »