Skip to content

Commit 99fb026

Browse files
committed
3.4.0 release
1 parent bdf39f0 commit 99fb026

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
#### Version 3.4.0 (2021-10-09)
5+
6+
* Security update, fixed timing leaking in GCM implementation.
7+
* Fixed bug in GCM counter.
8+
* Added constant time gated xor.
9+
* Removed more references to AESFastEngine.
10+
* Security update, AESFastEngine is open to timing attacks, this has been deprecated and replaced with AESEngine.
11+
* validateMac in BaseAEADBlockCipher is now constant time.
12+
413
#### Version 3.4.0-rc2
514

615
* Security update, fixed timing leaking in GCM implementation.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: pointycastle
2-
version: 3.4.0-rc2
2+
version: 3.4.0
33
description: A Dart library implementing cryptographic algorithms and primitives, modeled on the BouncyCastle library.
44
homepage: https://github.com/bcgit/pc-dart
55
environment:

0 commit comments

Comments
 (0)