文件名称:mbedtls-development

  • 所属分类:
  • Windows编程
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2017-07-07
  • 文件大小:
  • 2.26mb
  • 下载次数:
  • 0次
  • 提 供 者:
  • zxl****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

mbed TLS(以前称为PolarSSL)是TLS和SSL协议的实现,并且需要相应的加密算法和支持代码。这是双重许可与Apache许可证 2.0版(与GPLv2许可也可)。网站上指出,mbed TLS的目标是“易于理解,使用,集成和扩展”
核心SSL 库用C编程语言编写,并实现SSL模块,基本加密功能并提供各种实用功能。与OpenSSL和TLS的其他实现不同,mbed TLS设计为适合小型嵌入式设备,最小完整的TLS堆栈需要60KB的程序空间和64KB的RAM。它也是高度模块化的:每个组件,如加密函数,可以独立于框架的其余部分使用。版本也可用于Microsoft Windows和Linux。因为mbed TLS是用C编程语言编写的,没有外部依赖。
只要你用的到AES,RSA等加密算法,你都可以直接拿过来源码放进你的工程中,进行编译管理,不用带着DLL,或者必须安装一些不必要的库,并且算法是标准库,所以你懂得。(As long as you use the AES, RSA encryption algorithm, you can directly take over the source code into your project, compile management, not with DLL, or must install some unnecessary libraries, and the algorithm is the standard library)
相关搜索: mbedtls

(系统自动生成,下载前可以参看下载内容)

下载文件列表

mbedtls-development

mbedtls-development\.gitignore

mbedtls-development\.travis.yml

mbedtls-development\CMakeLists.txt

mbedtls-development\ChangeLog

mbedtls-development\DartConfiguration.tcl

mbedtls-development\LICENSE

mbedtls-development\Makefile

mbedtls-development\README.md

mbedtls-development\apache-2.0.txt

mbedtls-development\circle.yml

mbedtls-development\configs

mbedtls-development\configs\README.txt

mbedtls-development\configs\config-ccm-psk-tls1_2.h

mbedtls-development\configs\config-mini-tls1_1.h

mbedtls-development\configs\config-no-entropy.h

mbedtls-development\configs\config-picocoin.h

mbedtls-development\configs\config-suite-b.h

mbedtls-development\configs\config-thread.h

mbedtls-development\doxygen

mbedtls-development\doxygen\input

mbedtls-development\doxygen\input\doc_encdec.h

mbedtls-development\doxygen\input\doc_hashing.h

mbedtls-development\doxygen\input\doc_mainpage.h

mbedtls-development\doxygen\input\doc_rng.h

mbedtls-development\doxygen\input\doc_ssltls.h

mbedtls-development\doxygen\input\doc_tcpip.h

mbedtls-development\doxygen\input\doc_x509.h

mbedtls-development\doxygen\mbedtls.doxyfile

mbedtls-development\include

mbedtls-development\include\.gitignore

mbedtls-development\include\CMakeLists.txt

mbedtls-development\include\mbedtls

mbedtls-development\include\mbedtls\aes.h

mbedtls-development\include\mbedtls\aesni.h

mbedtls-development\include\mbedtls\arc4.h

mbedtls-development\include\mbedtls\asn1.h

mbedtls-development\include\mbedtls\asn1write.h

mbedtls-development\include\mbedtls\base64.h

mbedtls-development\include\mbedtls\bignum.h

mbedtls-development\include\mbedtls\blowfish.h

mbedtls-development\include\mbedtls\bn_mul.h

mbedtls-development\include\mbedtls\camellia.h

mbedtls-development\include\mbedtls\ccm.h

mbedtls-development\include\mbedtls\certs.h

mbedtls-development\include\mbedtls\check_config.h

mbedtls-development\include\mbedtls\cipher.h

mbedtls-development\include\mbedtls\cipher_internal.h

mbedtls-development\include\mbedtls\cmac.h

mbedtls-development\include\mbedtls\compat-1.3.h

mbedtls-development\include\mbedtls\config.h

mbedtls-development\include\mbedtls\ctr_drbg.h

mbedtls-development\include\mbedtls\debug.h

mbedtls-development\include\mbedtls\des.h

mbedtls-development\include\mbedtls\dhm.h

mbedtls-development\include\mbedtls\ecdh.h

mbedtls-development\include\mbedtls\ecdsa.h

mbedtls-development\include\mbedtls\ecjpake.h

mbedtls-development\include\mbedtls\ecp.h

mbedtls-development\include\mbedtls\ecp_internal.h

mbedtls-development\include\mbedtls\entropy.h

mbedtls-development\include\mbedtls\entropy_poll.h

mbedtls-development\include\mbedtls\error.h

mbedtls-development\include\mbedtls\gcm.h

mbedtls-development\include\mbedtls\havege.h

mbedtls-development\include\mbedtls\hmac_drbg.h

mbedtls-development\include\mbedtls\md.h

mbedtls-development\include\mbedtls\md2.h

mbedtls-development\include\mbedtls\md4.h

mbedtls-development\include\mbedtls\md5.h

mbedtls-development\include\mbedtls\md_internal.h

mbedtls-development\include\mbedtls\memory_buffer_alloc.h

mbedtls-development\include\mbedtls\net.h

mbedtls-development\include\mbedtls\net_sockets.h

mbedtls-development\include\mbedtls\oid.h

mbedtls-development\include\mbedtls\padlock.h

mbedtls-development\include\mbedtls\pem.h

mbedtls-development\include\mbedtls\pk.h

mbedtls-development\include\mbedtls\pk_internal.h

mbedtls-development\include\mbedtls\pkcs11.h

mbedtls-development\include\mbedtls\pkcs12.h

mbedtls-development\include\mbedtls\pkcs5.h

mbedtls-development\include\mbedtls\platform.h

mbedtls-development\include\mbedtls\platform_time.h

mbedtls-development\include\mbedtls\ripemd160.h

mbedtls-development\include\mbedtls\rsa.h

mbedtls-development\include\mbedtls\sha1.h

mbedtls-development\include\mbedtls\sha256.h

mbedtls-development\include\mbedtls\sha512.h

mbedtls-development\include\mbedtls\ssl.h

mbedtls-development\include\mbedtls\ssl_cache.h

mbedtls-development\include\mbedtls\ssl_ciphersuites.h

mbedtls-development\include\mbedtls\ssl_cookie.h

mbedtls-development\include\mbedtls\ssl_internal.h

mbedtls-development\include\mbedtls\ssl_ticket.h

mbedtls-development\include\mbedtls\threading.h

mbedtls-development\include\mbedtls\timing.h

mbedtls-development\include\mbedtls\version.h

mbedtls-development\include\mbedtls\x509.h

mbedtls-development\include\mbedtls\x509_crl.h

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org