[git] GCRYPT - branch, master, updated. libgcrypt-1.6.0-330-ge9b692d

by Stephan Mueller cvs at cvs.gnupg.org
Fri Feb 19 15:52:44 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU crypto library".

The branch, master has been updated
       via  e9b692d25d1c149b5417b70e18f2ce173bc25b6d (commit)
      from  934ba2ae5a95a96fdbb3b935b51ba43df66f11df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e9b692d25d1c149b5417b70e18f2ce173bc25b6d
Author: Stephan Mueller <smueller at chronox.de>
Date:   Tue Feb 16 22:04:53 2016 +0100

    random: Remove ANSI X9.31 DRNG
    
    * random-fips.c: Remove.
    --
    
    The ANSI X9.31 DRNG is removed as it is completely replaced with the
    SP800-90A DRBG.
    
    Signed-off-by: Stephan Mueller <smueller at chronox.de>

diff --git a/random/Makefile.am b/random/Makefile.am
index 610387d..92aba20 100644
--- a/random/Makefile.am
+++ b/random/Makefile.am
@@ -34,7 +34,6 @@ librandom_la_SOURCES = \
 random.c random.h \
 rand-internal.h \
 random-csprng.c \
-random-fips.c \
 random-drbg.c \
 random-system.c \
 rndhw.c
diff --git a/random/rand-internal.h b/random/rand-internal.h
index dbd23df..8c8623e 100644
--- a/random/rand-internal.h
+++ b/random/rand-internal.h
@@ -63,31 +63,6 @@ void _gcry_rngcsprng_set_seed_file (const char *name);
 void _gcry_rngcsprng_update_seed_file (void);
 void _gcry_rngcsprng_fast_poll (void);
 
-/*-- random-fips.c --*/
-void _gcry_rngfips_initialize (int full);
-void _gcry_rngfips_close_fds (void);
-void _gcry_rngfips_dump_stats (void);
-int  _gcry_rngfips_is_faked (void);
-gcry_error_t _gcry_rngfips_add_bytes (const void *buf, size_t buflen,
-                                        int quality);
-void _gcry_rngfips_randomize (void *buffer, size_t length,
-                                enum gcry_random_level level);
-void _gcry_rngfips_create_nonce (void *buffer, size_t length);
-
-gcry_error_t _gcry_rngfips_selftest (selftest_report_func_t report);
-
-gcry_err_code_t _gcry_rngfips_init_external_test (void **r_context,
-                                                  unsigned int flags,
-                                                  const void *key,
-                                                  size_t keylen,
-                                                  const void *seed,
-                                                  size_t seedlen,
-                                                  const void *dt,
-                                                  size_t dtlen);
-gcry_err_code_t _gcry_rngfips_run_external_test (void *context,
-                                                 char *buffer, size_t buflen);
-void _gcry_rngfips_deinit_external_test (void *context);
-
 /*-- random-drbg.c --*/
 void _gcry_rngdrbg_inititialize (int full);
 void _gcry_rngdrbg_close_fds (void);

-----------------------------------------------------------------------

Summary of changes:
 random/Makefile.am     |  1 -
 random/rand-internal.h | 25 -------------------------
 2 files changed, 26 deletions(-)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org


_______________________________________________
Gnupg-commits mailing list
Gnupg-commits at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-commits




More information about the Gcrypt-devel mailing list