Skip to content

Commit

Permalink
Release BabaSSL 8.2.1
Browse files Browse the repository at this point in the history
*) Fix CVE-2021-3711

*) Fix CVE-2021-3712

*) Fix duplicated ciphers in NTLS ClientHello message
  • Loading branch information
InfoHunter committed Aug 27, 2021
1 parent 21bbb9e commit 0294453
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGES.BabaSSL
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@
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.1 and 8.2.2 [xx XXX xxxx]

*)

Changes between 8.2.0 and 8.2.1 [27 Aug 2021]

*) Fix CVE-2021-3711

*) Fix CVE-2021-3712

*) Fix duplicated ciphers in NTLS ClientHello message

Changes between 8.1.3 and 8.2.0 [19 May 2021]

*) Support NTLS(formal GM double cert) handshake processing, GB/T 38636-2020 TLCP
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 0x80200000L
# define BABASSL_VERSION_TEXT "BabaSSL 8.2.0-dev"
# define BABASSL_VERSION_NUMBER 0x8020100fL
# define BABASSL_VERSION_TEXT "BabaSSL 8.2.1"

#ifdef __cplusplus
}
Expand Down

0 comments on commit 0294453

Please sign in to comment.