[svn] gcry - r1131 - trunk/doc

svn author mo cvs at cvs.gnupg.org
Sun Oct 16 14:12:41 CEST 2005


Author: mo
Date: 2005-10-16 14:12:40 +0200 (Sun, 16 Oct 2005)
New Revision: 1131

Modified:
   trunk/doc/ChangeLog
   trunk/doc/gcrypt.texi
Log:
doc/ChangeLog:

2005-10-16  Moritz Schulte  <moritz at g10code.com>

	* gcrypt.texi (Controlling the library): Start documenting the
	existing control commands.



Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog	2005-10-16 09:02:41 UTC (rev 1130)
+++ trunk/doc/ChangeLog	2005-10-16 12:12:40 UTC (rev 1131)
@@ -1,3 +1,8 @@
+2005-10-16  Moritz Schulte  <moritz at g10code.com>
+
+	* gcrypt.texi (Controlling the library): Start documenting the
+	existing control commands.
+
 2005-04-11  Moritz Schulte  <moritz at g10code.com>
 
 	* gcrypt.texi (Available hash algorithms): Add entry for Whirlpool.

Modified: trunk/doc/gcrypt.texi
===================================================================
--- trunk/doc/gcrypt.texi	2005-10-16 09:02:41 UTC (rev 1130)
+++ trunk/doc/gcrypt.texi	2005-10-16 12:12:40 UTC (rev 1131)
@@ -490,6 +490,39 @@
 @acronym{Libgcrypt} in several ways.  Depending on @var{cmd}, more
 arguments can or have to be provided.
 
+ at table @code
+ at item GCRYCTL_ENABLE_M_GUARD; Arguments: none
+This command enables the built-in memory guard.  It must not be used to
+activate the memory guard after the memory management has already been
+used; therefore it can ONLY be used at initializatoin time.  Note that
+the memory guard is NOT used when the user of the library has set his
+own memory management callbacks.
+
+ at item GCRYCTL_ENABLE_QUICK_RANDOM
+ at item GCRYCTL_DUMP_RANDOM_STATS
+ at item GCRYCTL_DUMP_MEMORY_STATS
+ at item GCRYCTL_DUMP_SECMEM_STATS
+ at item GCRYCTL_DROP_PRIVS
+ at item GCRYCTL_DISABLE_SECMEM
+ at item GCRYCTL_INIT_SECMEM
+ at item GCRYCTL_TERM_SECMEM
+ at item GCRYCTL_DISABLE_SECMEM_WARN
+ at item GCRYCTL_SUSPEND_SECMEM_WARN
+ at item GCRYCTL_RESUME_SECMEM_WARN
+ at item GCRYCTL_USE_SECURE_RNDPOOL
+ at item GCRYCTL_SET_RANDOM_SEED_FILE
+ at item GCRYCTL_UPDATE_RANDOM_SEED_FILE
+ at item GCRYCTL_SET_VERBOSITY
+ at item GCRYCTL_SET_DEBUG_FLAGS
+ at item GCRYCTL_CLEAR_DEBUG_FLAGS
+ at item GCRYCTL_DISABLE_INTERNAL_LOCKING
+ at item GCRYCTL_ANY_INITIALIZATION_P
+ at item GCRYCTL_INITIALIZATION_FINISHED_P
+ at item GCRYCTL_INITIALIZATION_FINISHED
+ at item GCRYCTL_SET_THREAD_CBS
+ at item GCRYCTL_FAST_POOL
+ at end table
+
 @end deftypefun
 
 @node Modules




More information about the Gnupg-commits mailing list