Skip to content

Commit

Permalink
BabaSSL 8.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
InfoHunter committed Aug 28, 2023
1 parent 34ca38c commit c951af4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,30 @@
This is a high-level summary of the most important changes.
For a full list of changes, see the git commit log.

Changes between 8.3.2 and 8.3.3 [xxxx年xx月xx日]
Changes between 8.3.2 and 8.3.3 [2023年08月28日]

*) 修复CVE-2023-3446

*) 修复CVE-2023-3817

*) 支持OpenHarmony操作系统3.2版本

*) 修复CVE-2022-2097

*) Fix unknown option --prefix on CFLAGS [daipingh]

*) 修复未检查OPENSSL_memdup返回值问题

*) SSL_connection_is_ntls改成使用预读方式判断是否为NTLS

*) 修复CVE-2022-4304

*) 修复CVE-2023-0286

*) 修复CVE-2022-4450

*) 修复CVE-2023-0215

*) 支持SM4-NI优化

*) 修复CVE-2023-2650
Expand Down
4 changes: 2 additions & 2 deletions include/openssl/opensslv.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ extern "C" {
* 1.9.5 0x1090500f
*/

# define BABASSL_VERSION_NUMBER 0x80303000L
# define BABASSL_VERSION_TEXT "BabaSSL 8.3.3-dev"
# define BABASSL_VERSION_NUMBER 0x8030300fL
# define BABASSL_VERSION_TEXT "BabaSSL 8.3.3"

#ifdef __cplusplus
}
Expand Down

0 comments on commit c951af4

Please sign in to comment.