diff options
author | Werner Koch <wk@gnupg.org> | 2006-08-28 09:40:39 +0000 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-08-28 09:40:39 +0000 |
commit | 9dba89cde740d7c518a73b869d07d6247e0e7488 (patch) | |
tree | f3f15bc215c20a02b6fb9f5c5691825aa3e48ec9 /NEWS | |
parent | 5681a844ea16e74ededb45db7e9665b4ffd29045 (diff) | |
download | libgcrypt-9dba89cde740d7c518a73b869d07d6247e0e7488.tar.gz |
Fixed a problem with shifting MPIs by 0.
Add a way to check whether the RNG is in fake mode.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ Noteworthy changes in version 1.3.0 (unreleased) * Interface changes relative to the 1.2.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcry_fast_random_poll NEW + GCRYCTL_FAKED_RANDOM_P NEW gcry_pk_algo_name CHANGED (minor change in respect to return value) gcry_cipher_algo_name CHANGED (minor change in respect to return value) GCRY_MD_SHA224 NEW |