Skip to content
GitLab
菜单
为什么选择 GitLab
定价
联系销售
探索
为什么选择 GitLab
定价
联系销售
探索
登录
获取免费试用
主导航
搜索或转到…
项目
L
libwebsockets
管理
动态
成员
标记
计划
议题
议题看板
里程碑
迭代
Wiki
代码
合并请求
仓库
分支
提交
标签
仓库图
比较修订版本
代码片段
锁定的文件
构建
流水线
作业
流水线计划
产物
部署
发布
软件包库
容器镜像库
模型注册表
运维
环境
Terraform 模块
监控
事件
服务台
分析
价值流分析
贡献者分析
CI/CD 分析
仓库分析
代码评审分析
议题分析
模型实验
效能分析
帮助
帮助
支持
GitLab 文档
比较 GitLab 各版本
社区论坛
为极狐GitLab 提交贡献
提交反馈
隐私声明
快捷键
?
新增功能
4
代码片段
群组
项目
Show more breadcrumbs
esp-mirror
warmcat
libwebsockets
提交
1367c11e
提交
1367c11e
编辑于
3年前
作者:
Andy Green
浏览文件
操作
下载
补丁
差异文件
v4.2.0 release
上级
2850de1a
No related branches found
分支 包含提交
标签
v4.2.0
标签 包含提交
无相关合并请求
变更
3
隐藏空白变更内容
行内
左右并排
显示
3 个更改的文件
CMakeLists.txt
+3
-3
3 个添加, 3 个删除
CMakeLists.txt
READMEs/README.tls-sessions.md
+2
-2
2 个添加, 2 个删除
READMEs/README.tls-sessions.md
changelog
+53
-0
53 个添加, 0 个删除
changelog
有
58 个添加
和
5 个删除
CMakeLists.txt
+
3
−
3
浏览文件 @
1367c11e
...
...
@@ -373,8 +373,8 @@ set(PACKAGE "libwebsockets")
set
(
CPACK_RPM_PACKAGE_LICENSE
"MIT"
)
set
(
CPACK_PACKAGE_NAME
"
${
PACKAGE
}
"
)
set
(
CPACK_PACKAGE_VERSION_MAJOR
"4"
)
set
(
CPACK_PACKAGE_VERSION_MINOR
"
1
"
)
set
(
CPACK_PACKAGE_VERSION_PATCH_NUMBER
"
99
"
)
set
(
CPACK_PACKAGE_VERSION_MINOR
"
2
"
)
set
(
CPACK_PACKAGE_VERSION_PATCH_NUMBER
"
0
"
)
set
(
CPACK_PACKAGE_VERSION_PATCH
"
${
CPACK_PACKAGE_VERSION_PATCH_NUMBER
}
-
${
LWS_BUILD_HASH
}
"
)
set
(
CPACK_PACKAGE_RELEASE 1
)
...
...
@@ -383,7 +383,7 @@ set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSIO
set
(
CPACK_PACKAGE_VENDOR
"andy@warmcat.com"
)
set
(
CPACK_PACKAGE_CONTACT
"andy@warmcat.com"
)
set
(
CPACK_PACKAGE_DESCRIPTION_SUMMARY
"
${
PACKAGE
}
${
CPACK_PACKAGE_VERSION
}
"
)
set
(
SOVERSION
"1
7
"
)
set
(
SOVERSION
"1
8
"
)
if
(
NOT CPACK_GENERATOR
)
if
(
UNIX
)
set
(
CPACK_GENERATOR
"TGZ"
)
...
...
This diff is collapsed.
点击以展开。
READMEs/README.tls-sessions.md
+
2
−
2
浏览文件 @
1367c11e
...
...
@@ -89,7 +89,7 @@ caution. RFC5246 says
write session IDs to stable storage.
The issue is that while in process memory the session object is relatively
secure compared to ensitive secrets and tls library data already in process
secure compared to
s
ensitive secrets and tls library data already in process
memory.
But when serialized to, eg, some external, unencrypted medium, the accessibility
...
...
@@ -102,4 +102,4 @@ serialize any session in the cache associated with a vhost/host/port tuple, and
to preload any available session into a vhost session cache by describing the
endpoint hostname and port.
The session saving and loading apis aren't supported for mbedtls yet.
\ No newline at end of file
The session saving and loading apis aren't supported for mbedtls yet.
This diff is collapsed.
点击以展开。
changelog
+
53
−
0
浏览文件 @
1367c11e
Changelog
---------
v4.2.0
======
- Sai coverage upgrades, 495 builds on 27 platforms, including OSX M1,
Xenial, Bionic and Focal Ubuntu, Debian Sid and Buster on both 32 and
64-bit OS, and NetBSD, Solaris, FreeBSD, Windows, ESP32.
Ctest run on more scenarios including all LWS_WITH_DISTRO_RECOMMENDED.
More tests use valgrind if available on platform.
- RFC7231 date and time parsing and retry-after wired up to lws_retry
- `LWS_WITH_SUL_DEBUGGING` checks that no sul belonging to Secure Streams
and wsi objects are left registered on destruction
- Netlink monitoring on Linux dynamically tracks interface address and
routing changes, and immediately closes connections on invalidated
routes.
- RFC6724 DNS results sorting over ipv4 + ipv6 results, according to
available dynamic route information
- Support new event library, sdevent (systemd native loop), via
`LWS_WITH_SDEVENT`
- Reduce .rodata cost of role structs by making them sparse
- Additional Secure Streams QA tests and runtime state transition
validation
- SMD-over-ss-proxy documentation and helpers to simplify forwarding
- SSPC stream buffering at proxy and client set from policy by streamtype
- Trigger Captive Portal Detection if DNS resolution fails
- Switch all logs related to wsi and Secure Streams to use unique,
descriptive tags instead of pointers (which may be reallocated)
- Use NOITCE logging for Secure Streams and wsi lifecycle logging using
tags
- Update SSPC serialization to include versioning on initial handshake,
and pass client pid to proxy so related objects are tagged with it
- Enable errors on -Wconversion pedantic type-related build issues
throughout the lws sources and upgrade every affected cast.
- Windows remove WSA event implementation and replace with WSAPoll, with
a pair of UDP sockets instead of pipe() for `lws_cancel_service()`
- `lws_strcmp_wildcard()` helper that understand "x*", "x*y", "x*y*" etc
- `LWS_WITH_PLUGINS_BUILTIN` cmake option just builds plugins into the main
library image directly
- Secure Streams proxy supports policy for flow control between proxy and
clients
- libressl also supported along with boringssl, wolfssl
- prepared for openssl v3 compatibility, for main function and GENCRYPTO
- Fault injection apis can confirm operation of 48 error paths and counting
- `LWS_WITH_SYS_METRICS` keeps stats and reports them to user-defined
function, compatible with openmetrics
- windows platform knows how to prepare openssl with system trust store certs
- `LWS_WITH_SYS_CONMON` allows selected client connections to make precise
measurements of connection performance and DNS results, and report them in a struct
- New native support for uloop event loop (OpenWRT loop)
- More options around JWT
- Support TLS session caching and reuse by default, on both OpenSSL and
mbedtls
- Many fixes and improvements...
v4.1.0
======
...
...
This diff is collapsed.
点击以展开。
预览
0%
加载中
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
保存评论
取消
想要评论请
注册
或
登录