Skip to content

Commit

Permalink
BabaSSL 8.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
InfoHunter committed Feb 28, 2022
1 parent 28a9d34 commit 3782c87
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
30 changes: 28 additions & 2 deletions CHANGES.BabaSSL
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,35 @@
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.2.0 and 8.3.0 [xx XXX xxxx]
Changes between 8.2.0 and 8.3.0 [28 Feb 2022]

*)
*) Fix CVE-2021-4160

*) Support wrap mode in `openssl enc` command

*) ASYNC: Fixes for nested job creation

*) Support TLS certificate compression (RFC 8879)

*) A bundle of upstream patches are backported [hustliyilin]

*) Support NTLS session ticket

*) Support integrity algorithm 128-EIA3

*) Support NTLS client authentication

*) Remove ARIA cipher

*) Support software random generator in compliance with Chinese SCA

*) Support PHE algorithm EC-Elgamal

*) Support RSA_SM4 cipher suites for NTLS

*) SM3 and SM4 hardware acceleration on aarch64

*) SM4 optimization for non-asm mode

Changes between 8.1.3 and 8.2.0 [19 May 2021]

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 0x80300000L
# define BABASSL_VERSION_TEXT "BabaSSL 8.3.0-dev"
# define BABASSL_VERSION_NUMBER 0x8030000fL
# define BABASSL_VERSION_TEXT "BabaSSL 8.3.0"

#ifdef __cplusplus
}
Expand Down

0 comments on commit 3782c87

Please sign in to comment.