Skip to content

Commit

Permalink
Version changed to 3.21.3075
Browse files Browse the repository at this point in the history
  • Loading branch information
taavi-valjaots committed Jan 6, 2022
1 parent 962df8e commit 82f6cc3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ABI_VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
13:0:0
14:0:1

# Before making a release, the LTVER string should be modified. The
# string is of the form c:r:a. Follow these instructions sequentially:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ In order to install the `libksi` packages directly from the Guardtime public rep
cd /etc/yum.repos.d
# In case of RHEL/CentOS 6
sudo curl -O https://download.guardtime.com/ksi/configuration/guardtime.el6.repo
# In case of RHEL/CentOS 7
sudo curl -O https://download.guardtime.com/ksi/configuration/guardtime.el7.repo
# In case of RHEL/CentOS 8
sudo curl -O https://download.guardtime.com/ksi/configuration/guardtime.el8.repo
sudo yum install libksi
Expand Down Expand Up @@ -218,7 +218,7 @@ See `license.txt` file.
| OS/Platform | Compatibility |
| :--- | :--- |
| CentOS/RHEL 6 and 7, x86_64 architecture | Fully compatible and tested. |
| CentOS/RHEL 7 and 8 x86_64 architecture | Fully compatible and tested. |
| Debian, ... | Compatible but not tested on a regular basis. |
| macOS | Compatible but not tested on a regular basis. |
| Windows 7, 8, 10 | Compatible but not tested on a regular basis. |
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.20.3025
3.21.3075
24 changes: 14 additions & 10 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
(KSICAPI-552)* IMPROVEMENT: Code refactored in tlv_element.c to eliminate redundant addition to NULL pointer.
* FEATURE: Added SM-3 and SHA-3 family hash functions for OpenSSL.
(KSICAPI-553)* IMPROVEMENT: Redundant code from fast_tlv.c removed.
(KSICAPI-548)* BUGFIX: Possibly uninitialized clean in KSI_SignatureBuilder_close fixed.
Version 3.21

2022-01-06 release(3.21.3075)

* FEATURE: Added SM-3 and SHA-3 family hash functions for OpenSSL (disabled by default).
* IMPROVEMENT: Code refactored in tlv_element.c to eliminate redundant addition to NULL pointer.
* IMPROVEMENT: Redundant code from fast_tlv.c removed.
* BUGFIX: Possibly uninitialized clean in KSI_SignatureBuilder_close fixed.
* BUGFIX: Memory leak in several KSI_TlvElement_* functions fixed.
(KSICAPI-545)* BUGFIX: Tests failing due to expired certificate fixed.
(KSICAPI-555)* BUGFIX: Test testUnimplementedHashAlgorithm fixed.
(KSICAPI-554)* BUGFIX: String comparison in test/include-test.sh fixed.
(KSICAPI-549)* BUGFIX: Potential memory leak in KSI_TreeLeafHandle_getAggregationChain fixed.
(KSICAPI-550)* BUGFIX: Possibly NULL passed to memcpy with byte count 0 in tlv.c fixed.
(KSICAPI-551)* BUGFIX: Unexpected behaviour fixed when dealing with SHA3-512 hash algorithm names.
* BUGFIX: Tests failing due to expired certificate fixed.
* BUGFIX: Test testUnimplementedHashAlgorithm fixed.
* BUGFIX: String comparison in test/include-test.sh fixed.
* BUGFIX: Potential memory leak in KSI_TreeLeafHandle_getAggregationChain fixed.
* BUGFIX: Possibly NULL passed to memcpy with byte count 0 in tlv.c fixed.
* BUGFIX: Unexpected behaviour fixed when dealing with SHA3-512 hash algorithm names.

Version 3.20

Expand Down

0 comments on commit 82f6cc3

Please sign in to comment.