Noteworthy changes in 1.9.2 (2021-02-17)
- Bug fixes:
- Fix build problem for macOS in the random code. [T5268]
- Fix building with --disable-asm on x86. [T5277]
- Check public key for ECDSA verify operation. [T5282]
- Make sure gcry_get_config (NULL) returns a nul-terminated string. [rC8716e4b2ad]
- Fix a memory leak in the ECDH code. [rC289543544e]
- Fix a reading beyond end of input buffer in SHA2-avx2. [rC24af2a55d8]
- Other features:
- New test driver to allow for standalone regression tests. [rCb142da4c88]