remove ECC-GOST, add new DS algorithms (#18)

This commit is contained in:
2024-04-13 11:39:18 -04:00
committed by GitHub
parent 1727d7c7d8
commit 1406cd2e68
8 changed files with 204 additions and 143 deletions

View File

@@ -1,3 +1,12 @@
2024-04-13 David Blacka <david@blacka.com>
* Remove support for ECC_GOST
* Create a new DSAlgorithm class, move DS creation into that
* Add support for DS algorithms 3 and 4 -- bouncycastle crypto
provider used for DS algoirthm 3 (GOST R 34.11-94)
* Moved support for loading the bouncycastle provider to the new
DSAlgorithm class
2024-04-07 David Blacka <david@blacka.com>
* Released version 0.20