Release 3.4.1 is mainly a bugfix release which addresses the following problems:
- FIND and Directory requests could fail to return GTS with identical class names
- ECDH was broken when using curve25519, the ECDH function now relies on X25519 to compute the shared secret
- ECGEN and ECPUBLIC were fixed to generate the correct public key in the case of curve25519
- ECSIGN, ECVERIFY and ECRECOVER are now disabled when using curve25519 as this curve is not usable in ECDSA operations
- SBDRAND incorrectly used a non seeded PRNG
Additionnaly the following new features were introduced:
- Functions BDMOD and BDMODINVERSE for working with BigIntegers