libksba/tests (6 files)

[email protected] Tue, 19 Apr 2005 16:50:52 +0200
Newsgroups gmane.comp.encryption.gpg.aegypten.cvs
Message-ID <[email protected]>
    Date: Tuesday, April 19, 2005 @ 16:50:52
  Author: werner
    Path: /cvs/aegypten/libksba/tests

   Added: sha1.c
Modified: ChangeLog Makefile.am t-common.h t-crl-parser.c t-ocsp.c

* configure.ac: Bumped LT version to C14/A6/R0 due to a new
interface.

* acinclude.m4 (GNUPG_CHECK_TYPEDEF): Added.  Taken from gnupg 1.4

* ocsp.c (ksba_ocsp_set_nonce): Set the length of the nonce.
(write_request_extensions): New.
(ksba_ocsp_prepare_request): Call new function.

* t-ocsp.c (main): Add option --no-nonce.  Ret rid of the
libgcrypt requirement.
(one_request): Create a nonce.
* sha1.c: New.


----------------+
 ChangeLog      |   14 ++
 Makefile.am    |    4 
 sha1.c         |  334 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 t-common.h     |    4 
 t-crl-parser.c |   25 +++-
 t-ocsp.c       |   49 ++------
 6 files changed, 391 insertions(+), 39 deletions(-)