设为首页 收藏本站
查看: 695|回复: 0

[软件发布] mbed TLS 1.3.11 发布,2.0 特性抢先预览!

[复制链接]

尚未签到

发表于 2015-7-24 09:33:34 | 显示全部楼层 |阅读模式
腾讯SNG夏日招聘集结号:200个空缺岗位,JAVA、C++、云计算、Android……
DSC0000.jpg   PolarSSL 源码,也许是最小巧的ssl代码库。高效、便于移植和集成。尤其适合嵌入式应用。
  目前 PolarSSL 已经被 ARM 公司收购,并改名为 mbed TLS。许可证也由 GPL 改为 Apache。
  mbed TLS 1.3.11 发布,此版本修复了一些严重的 bug,解决了一些安全问题。同时也添加了一些优化功能和提升可用性的新特性。
  mbed TLS 2.0 将会在几周后发布,首个提供 DTLS 官方支持的版本!
  为什么不是 1.5 而是 2.0 版本呢?因为准备从 2.0 分支开始使用语义版本控制,也就是说 2.0.1 将会是第一个 bug 修复版本,2.1.0 是新特性版本,下一个重要版本分支是 3.0.0(API 不兼容)。
  mbed TLS 2.0 版本将会重命名所有公共可见的符号 (function names, types, enum constants, macros, global objects) ,这些都会以 MBEDTLS_ (macros, enum constants) 或者 mbedtls_ 开头。
  HMAC 函数使用 MD layer 替换,改进 SSL 配置接口,更多 mbed 2.0 特性预览和准备请看这里:https://tls.mbed.org/tech-updates/blog/preparing-2.0-upgrade。
mbed 1.3.11 更新内容
  
安全修复
  此版本解决了 SSL_VERIFY_OPTIONAL authmode 修改,确保 keyUsage 和 extendedKey 能正确调用和使用。 SSL_VERIFY_REQUIRED 是 authmode 推荐安全设置。
  
新特性
  提升 ECC 性能,支持 Diffie-Hellman 参数
重要改进

  •   Remove bias in mpi_gen_prime (contributed by Pascal Junod).
  •   Remove potential sources of timing variations (some contributed by PascalJunod).
  •   Options POLARSSL_HAVE_INT8 and POLARSSL_HAVE_INT16 are deprecated.
  •   Enabling POLARSSL_NET_C without POLARSSL_HAVE_IPV6 is deprecated.
  •   compat-1.2.h and openssl.h are deprecated.
  •   Adjusting/overriding CFLAGS and LDFLAGS with the make build system is now more flexible (warning: OFLAGS is not used any more) (see the README) (contributed by Alon Bar-Lev).
  •   ssl_set_own_cert() no longer calls pk_check_pair() since the performance impact was bad for some users (this was introduced in 1.3.10).
  •   Move from SHA-1 to SHA-256 in example programs using signatures (suggested by Thorsten Mühlfelder).
  •   Remove some unneeded inclusions of header files from the standard library "minimize" others (e.g. use stddef.h if only size_t is needed).
  •   Change #include lines in test files to use double quotes instead of angle brackets for uniformity with the rest of the code.
  •   Remove dependency on sscanf() in X.509 parsing modules.
Bug 修复

  •   Fix compile errors with PLATFORM_NO_STD_FUNCTIONS.
  •   Fix compile error with PLATFORM_EXIT_ALT (thanks to Rafał Przywara).
  •   Fix bug in entropy.c when THREADING_C is also enabled that caused  entropy_free() to crash (thanks to Rafał Przywara).
  •   Fix memory leak when gcm_setkey() and ccm_setkey() are used more than once on the same context.
  •   Fix bug in ssl_mail_client when password is longer that username (found  by Bruno Pape).
  •   Fix undefined behaviour (memcmp( NULL, NULL, 0 );) in X.509 modules (detected by Clang's 3.6 UBSan).
  •   mpi_size() and mpi_msb() would segfault when called on an mpi that is  initialized but not set (found by pravic).
  •   Fix detection of support for getrandom() on Linux (reported by syzzer) by doing it at runtime (using uname) rather that compile time.
  •   Fix handling of symlinks by "make install" (found by Gaël PORTAY).
  •   Fix potential NULL pointer dereference (not trigerrable remotely) when  ssl_write() is called before the handshake is finished (introduced in 1.3.10) (first reported by Martin Blumenstingl).
  •   Fix bug in pk_parse_key() that caused some valid private EC keys to be  rejected.
  •   Fix bug in Via Padlock support (found by Nikos Mavrogiannopoulos).
  •   Fix thread safety bug in RSA operations (found by Fredrik Axelsson).
  •   Fix hardclock() (only used in the benchmarking program) with some versions of mingw64 (found by kxjhlele).
  •   Fix warnings from mingw64 in timing.c (found by kxjklele).
  •   Fix potential unintended sign extension in asn1_get_len() on 64-bit platforms.
  •   Fix potential memory leak in ssl_set_psk() (found by Mansour Moufid).
  •   Fix compile error when POLARSSL_SSL_DISABLE_RENEGOTATION and POLARSSL_SSL_SSESSION_TICKETS where both enabled in config.h (introduced in 1.3.10).
  •   Add missing extern "C" guard in aesni.h (reported by amir zamani).
  •   Add missing dependency on SHA-256 in some x509 programs (reported by  Gergely Budai).
  •   Fix bug>ssl_set_curves(): the client didn't check that the curve picked by the server was actually allowed.
  下载:mbedtls-1.3.11-gpl.tgz,更多内容请看发行说明。

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.iyunv.com/thread-90080-1-1.html 上篇帖子: FineUI(ASP.NET UI控件)专业版 v2.6.0 发布 下篇帖子: PHP 5.6.10/5.5.26 发布
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表