shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

shishi/doc Makefile.am shishi.texi


From: shishi-commit
Subject: shishi/doc Makefile.am shishi.texi
Date: Tue, 23 Sep 2003 19:01:27 -0400

CVSROOT:        /cvsroot/shishi
Module name:    shishi
Branch:         
Changes by:     Simon Josefsson <address@hidden>        03/09/23 19:01:27

Modified files:
        doc            : Makefile.am shishi.texi 

Log message:
        Add crypto-ctx.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/doc/Makefile.am.diff?tr1=1.27&tr2=1.28&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/doc/shishi.texi.diff?tr1=1.86&tr2=1.87&r1=text&r2=text

Patches:
Index: shishi/doc/Makefile.am
diff -u shishi/doc/Makefile.am:1.27 shishi/doc/Makefile.am:1.28
--- shishi/doc/Makefile.am:1.27 Tue Sep  9 14:43:38 2003
+++ shishi/doc/Makefile.am      Tue Sep 23 19:01:27 2003
@@ -27,6 +27,7 @@
        shishi-api-kdc.texi shishi-api-authenticator.texi shishi-api-ap.texi \
        shishi-api-key.texi shishi-api-keys.texi shishi-api-hostkeys.texi \
        shishi-api-crypto.texi shishi-api-nettle.texi shishi-api-version.texi \
+       shishi-api-crypto-ctx.texi \
        shishi-api-error.texi shishi-api-error-labels.texi
 
 generated = shishi.txt shishi.html shishi.ps shishi.pdf \
@@ -87,6 +88,9 @@
        $(PERL) $(srcdir)/gdoc -texinfo $^ > $@
 
 shishi-api-crypto.texi: $(top_srcdir)/lib/crypto.c
+       $(PERL) $(srcdir)/gdoc -texinfo $^ > $@
+
+shishi-api-crypto-ctx.texi: $(top_srcdir)/lib/crypto-ctx.c
        $(PERL) $(srcdir)/gdoc -texinfo $^ > $@
 
 shishi-api-nettle.texi: $(top_srcdir)/lib/nettle.c
Index: shishi/doc/shishi.texi
diff -u shishi/doc/shishi.texi:1.86 shishi/doc/shishi.texi:1.87
--- shishi/doc/shishi.texi:1.86 Mon Sep 22 20:29:15 2003
+++ shishi/doc/shishi.texi      Tue Sep 23 19:01:27 2003
@@ -2267,6 +2267,14 @@
 
 @include shishi-api-crypto.texi
 
+An easier way to use encryption and decryption if your application
+repeatedly calls, e.g., @code{shishi_encrypt_ivupdate}, is to use the
+following functions.  They store the key, initialization vector, etc,
+in a context, and the encryption and decryption operations update the
+IV within the context automatically.
+
address@hidden shishi-api-crypto-ctx.texi
+
 Also included in Shishi is an interface to the really low-level
 cryptographic primitives.  They map directly on the underlying
 cryptographic library used (e.g., Nettle) and is used internally by




reply via email to

[Prev in Thread] Current Thread [Next in Thread]