]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 6 Sep 2002 17:18:15 +0000 (17:18 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 6 Sep 2002 17:18:15 +0000 (17:18 +0000)
ChangeLog

index 618bf06803d1ec5cf22ba2230be9bd45ca18899f..77c9f0913af6d9a00e60b7569854576c29183a1f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2002-09-06 17:12  nmav <nmav@gnutls.org>
+
+       * NEWS, doc/tex/pgpcert.xml.tex, doc/tex/x509cert.xml.tex,
+       lib/x509_xml.c, src/common.c, src/gnutls-http-serv:
+
+       added versioning in the XML output of certificate functions.  
+
+2002-09-05 18:44  nmav <nmav@gnutls.org>
+
+       * doc/tex/: Makefile.am, certificate.tex, ciphers.tex,
+       ciphersuites.tex, gnutls.tex, intro.tex, layers.tex, library.tex,
+       openpgp.tex, tlsintro.tex, x509.tex:
+
+       reorganized documentation 
+
+2002-09-05 16:05  nmav <nmav@gnutls.org>
+
+       * Makefile.am, configure.in:
+
+       Added more tests for the X.509 certificate validation. These tests
+       are now only included in the CVS not the distribution.  
+
+2002-09-04 16:57  nmav <nmav@gnutls.org>
+
+       * NEWS, lib/gnutls_extensions.c, lib/gnutls_int.h:
+
+       Corrected extension type checks which used an 8 bit extension size,
+       instead of 16 bits.  
+
+2002-09-03 14:33  nmav <nmav@gnutls.org>
+
+       * lib/: ext_cert_type.c, gnutls_int.h, gnutls_x509.c:
+
+       corrected the cert_type extension. (bug pointed out by D. Taylor) 
+
+2002-09-03 11:05  nmav <nmav@gnutls.org>
+
+       * lib/: gnutls_priority.c, gnutls_priority.h:
+
+       gnutls_list replaced by const int* 
+
 2002-09-03 10:24  nmav <nmav@gnutls.org>
 
        * NEWS, doc/tex/appendix.tex, doc/tex/cover.tex.in,
-       doc/tex/gnutls.tex, doc/tex/handshake.tex:
+       doc/tex/gnutls.tex, doc/tex/handshake.tex (utags: gnutls_0_5_5):
 
        last changes for 0.5.5 release 
 
 2002-09-01 19:28  nmav <nmav@gnutls.org>
 
-       * doc/tex/: ex1.tex, ex2.tex, ex3.tex, ex4.tex, serv-export.tex,
-       serv-srp.tex, serv1.tex, srp1.tex:
+       * doc/tex/: ex1.tex, ex2.tex, ex3.tex (tags: gnutls_0_5_5),
+       ex4.tex, serv-export.tex, serv-srp.tex, serv1.tex, srp1.tex:
 
        corrected bugs in examples.  
 
 2002-09-01 18:57  nmav <nmav@gnutls.org>
 
-       * lib/gnutls.h.in.in, lib/gnutls_anon_cred.c, lib/gnutls_auth.c,
-       lib/gnutls_auth_int.h, lib/gnutls_cert.c, lib/gnutls_handshake.c,
-       lib/gnutls_int_compat.c, lib/gnutls_record.c, lib/x509_b64.c,
-       src/tests.c:
+       * lib/gnutls.h.in.in, lib/gnutls_anon_cred.c (tags: gnutls_0_5_5),
+       lib/gnutls_auth.c (tags: gnutls_0_5_5), lib/gnutls_auth_int.h
+       (tags: gnutls_0_5_5), lib/gnutls_cert.c (tags: gnutls_0_5_5),
+       lib/gnutls_handshake.c (tags: gnutls_0_5_5),
+       lib/gnutls_int_compat.c, lib/gnutls_record.c (tags: gnutls_0_5_5),
+       lib/x509_b64.c (tags: gnutls_0_5_5), src/tests.c (tags:
+       gnutls_0_5_5):
 
        more cleanups 
 
 2002-09-01 18:57  nmav <nmav@gnutls.org>
 
-       * doc/tex/: Makefile.am, auth.tex, ex1.tex, ex2.tex, ex4.tex,
-       examples.tex, gnutls.tex, serv-export.tex, serv-srp.tex, serv1.tex,
-       srp1.tex:
+       * doc/tex/: Makefile.am, auth.tex (tags: gnutls_0_5_5), ex1.tex,
+       ex2.tex, ex4.tex, examples.tex (tags: gnutls_0_5_5), gnutls.tex,
+       serv-export.tex, serv-srp.tex, serv1.tex, srp1.tex:
 
        Updated documentation and added more server examples.  
 
 2002-09-01 13:23  nmav <nmav@gnutls.org>
 
-       * lib/: gnutls.h.in.in, gnutls_int.h, gnutls_int_compat.c,
-       gnutls_ui.h, gnutls_x509.c, gnutls_x509.h, x509_b64.c, x509_b64.h:
+       * lib/: gnutls.h.in.in, gnutls_int.h (tags: gnutls_0_5_5),
+       gnutls_int_compat.c, gnutls_ui.h (tags: gnutls_0_5_5),
+       gnutls_x509.c, gnutls_x509.h (tags: gnutls_0_5_5), x509_b64.c,
+       x509_b64.h (tags: gnutls_0_5_5):
 
        Updated the base64 encoding/decoding functions.  
 
 2002-09-01 10:55  nmav <nmav@gnutls.org>
 
-       * lib/: auth_anon.c, auth_cert.c, auth_dhe.c, auth_rsa.c,
-       auth_rsa_export.c, gnutls_cert.c, gnutls_errors.c,
-       gnutls_errors_int.h, gnutls_handshake.c, gnutls_state.c,
-       gnutls_v2_compat.c, gnutls_x509.c:
+       * lib/: auth_anon.c (tags: gnutls_0_5_5), auth_cert.c (tags:
+       gnutls_0_5_5), auth_dhe.c (tags: gnutls_0_5_5), auth_rsa.c (tags:
+       gnutls_0_5_5), auth_rsa_export.c (tags: gnutls_0_5_5),
+       gnutls_cert.c, gnutls_errors.c (tags: gnutls_0_5_5),
+       gnutls_errors_int.h (tags: gnutls_0_5_5), gnutls_handshake.c,
+       gnutls_state.c, gnutls_v2_compat.c (tags: gnutls_0_5_5),
+       gnutls_x509.c:
 
        several clean ups 
 
 2002-09-01 10:54  nmav <nmav@gnutls.org>
 
-       * doc/tex/: Makefile.am, appendix.tex, gnutls.tex, howto.tex,
-       macros.tex, pgpcert.xml.tex, x509.tex, x509cert.xml.tex:
+       * doc/tex/: Makefile.am, appendix.tex, gnutls.tex, howto.tex (tags:
+       gnutls_0_5_5), macros.tex (tags: gnutls_0_5_5), pgpcert.xml.tex
+       (tags: gnutls_0_5_5), x509.tex (tags: gnutls_0_5_5),
+       x509cert.xml.tex (tags: gnutls_0_5_5):
 
        Updated documentation to include examples of XML certificates.  
 
 2002-08-30 19:32  nmav <nmav@gnutls.org>
 
        * doc/tex/ex3.tex, doc/tex/handshake.tex, lib/auth_cert.c,
-       lib/ext_cert_type.c, lib/gnutls.h.in.in, lib/gnutls_algorithms.c,
-       lib/gnutls_cert.c, lib/gnutls_int_compat.c, lib/gnutls_priority.c,
-       lib/gnutls_priority.h, lib/gnutls_state.c, lib/gnutls_state.h,
+       lib/ext_cert_type.c (tags: gnutls_0_5_5), lib/gnutls.h.in.in,
+       lib/gnutls_algorithms.c (tags: gnutls_0_5_5), lib/gnutls_cert.c,
+       lib/gnutls_int_compat.c, lib/gnutls_priority.c (tags:
+       gnutls_0_5_5), lib/gnutls_priority.h (tags: gnutls_0_5_5),
+       lib/gnutls_state.c, lib/gnutls_state.h (tags: gnutls_0_5_5),
        src/cli.c, src/common.c, src/serv.c, src/tests.c:
 
        cert_type abreviation was expanded to certificate_type.  
 
 2002-08-30 18:17  nmav <nmav@gnutls.org>
 
-       * doc/tex/: Makefile.am, ex-rfc2818.tex, examples.tex:
+       * doc/tex/: Makefile.am, ex-rfc2818.tex (tags: gnutls_0_5_5),
+       examples.tex:
 
        updated examples 
 
 
        * doc/tex/ex1.tex, doc/tex/ex2.tex, doc/tex/ex3.tex,
        doc/tex/ex4.tex, doc/tex/examples.tex, doc/tex/serv1.tex,
-       doc/tex/srp1.tex, lib/auth_anon.c, lib/auth_anon.h,
-       lib/auth_cert.c, lib/auth_cert.h, lib/auth_dhe.c, lib/auth_rsa.c,
-       lib/auth_rsa_export.c, lib/debug.c, lib/debug.h,
-       lib/ext_cert_type.c, lib/ext_cert_type.h, lib/ext_max_record.c,
-       lib/ext_max_record.h, lib/gnutls.h.in.in, lib/gnutls_alert.c,
-       lib/gnutls_alert.h, lib/gnutls_algorithms.c,
-       lib/gnutls_algorithms.h, lib/gnutls_auth.c, lib/gnutls_auth.h,
-       lib/gnutls_auth_int.h, lib/gnutls_buffers.c, lib/gnutls_buffers.h,
-       lib/gnutls_cert.c, lib/gnutls_cert.h, lib/gnutls_cipher.c,
-       lib/gnutls_cipher.h, lib/gnutls_cipher_int.c,
-       lib/gnutls_cipher_int.h, lib/gnutls_compress.c,
-       lib/gnutls_compress.h, lib/gnutls_compress_int.c,
-       lib/gnutls_compress_int.h, lib/gnutls_constate.c,
-       lib/gnutls_constate.h, lib/gnutls_db.c, lib/gnutls_db.h,
-       lib/gnutls_dh.h, lib/gnutls_dh_primes.c, lib/gnutls_extensions.c,
-       lib/gnutls_extensions.h, lib/gnutls_global.c,
-       lib/gnutls_handshake.c, lib/gnutls_handshake.h,
-       lib/gnutls_hash_int.c, lib/gnutls_hash_int.h, lib/gnutls_int.h,
-       lib/gnutls_int_compat.c, lib/gnutls_kx.c, lib/gnutls_kx.h,
+       doc/tex/srp1.tex, lib/auth_anon.c, lib/auth_anon.h (tags:
+       gnutls_0_5_5), lib/auth_cert.c, lib/auth_cert.h (tags:
+       gnutls_0_5_5), lib/auth_dhe.c, lib/auth_rsa.c,
+       lib/auth_rsa_export.c, lib/debug.c (tags: gnutls_0_5_5),
+       lib/debug.h (tags: gnutls_0_5_5), lib/ext_cert_type.c,
+       lib/ext_cert_type.h (tags: gnutls_0_5_5), lib/ext_max_record.c
+       (tags: gnutls_0_5_5), lib/ext_max_record.h (tags: gnutls_0_5_5),
+       lib/gnutls.h.in.in, lib/gnutls_alert.c (tags: gnutls_0_5_5),
+       lib/gnutls_alert.h (tags: gnutls_0_5_5), lib/gnutls_algorithms.c,
+       lib/gnutls_algorithms.h (tags: gnutls_0_5_5), lib/gnutls_auth.c,
+       lib/gnutls_auth.h (tags: gnutls_0_5_5), lib/gnutls_auth_int.h,
+       lib/gnutls_buffers.c (tags: gnutls_0_5_5), lib/gnutls_buffers.h
+       (tags: gnutls_0_5_5), lib/gnutls_cert.c, lib/gnutls_cert.h (tags:
+       gnutls_0_5_5), lib/gnutls_cipher.c (tags: gnutls_0_5_5),
+       lib/gnutls_cipher.h (tags: gnutls_0_5_5), lib/gnutls_cipher_int.c
+       (tags: gnutls_0_5_5), lib/gnutls_cipher_int.h (tags: gnutls_0_5_5),
+       lib/gnutls_compress.c (tags: gnutls_0_5_5), lib/gnutls_compress.h
+       (tags: gnutls_0_5_5), lib/gnutls_compress_int.c (tags:
+       gnutls_0_5_5), lib/gnutls_compress_int.h (tags: gnutls_0_5_5),
+       lib/gnutls_constate.c (tags: gnutls_0_5_5), lib/gnutls_constate.h
+       (tags: gnutls_0_5_5), lib/gnutls_db.c (tags: gnutls_0_5_5),
+       lib/gnutls_db.h (tags: gnutls_0_5_5), lib/gnutls_dh.h (tags:
+       gnutls_0_5_5), lib/gnutls_dh_primes.c (tags: gnutls_0_5_5),
+       lib/gnutls_extensions.c (tags: gnutls_0_5_5),
+       lib/gnutls_extensions.h (tags: gnutls_0_5_5), lib/gnutls_global.c
+       (tags: gnutls_0_5_5), lib/gnutls_handshake.c,
+       lib/gnutls_handshake.h (tags: gnutls_0_5_5), lib/gnutls_hash_int.c
+       (tags: gnutls_0_5_5), lib/gnutls_hash_int.h (tags: gnutls_0_5_5),
+       lib/gnutls_int.h, lib/gnutls_int_compat.c, lib/gnutls_kx.c (tags:
+       gnutls_0_5_5), lib/gnutls_kx.h (tags: gnutls_0_5_5),
        lib/gnutls_priority.c, lib/gnutls_priority.h, lib/gnutls_record.c,
-       lib/gnutls_record.h, lib/gnutls_rsa_export.c,
-       lib/gnutls_rsa_export.h, lib/gnutls_session.c,
-       lib/gnutls_session.h, lib/gnutls_session_pack.c,
-       lib/gnutls_session_pack.h, lib/gnutls_sig.c, lib/gnutls_sig.h,
-       lib/gnutls_state.c, lib/gnutls_state.h, lib/gnutls_ui.c,
-       lib/gnutls_ui.h, lib/gnutls_v2_compat.c, lib/gnutls_v2_compat.h,
-       lib/gnutls_x509.c, lib/gnutls_x509.h, lib/x509_sig_check.c,
-       lib/x509_verify.c, src/cli.c, src/common.c, src/serv.c,
-       src/tests.c, src/tls_test.c:
+       lib/gnutls_record.h (tags: gnutls_0_5_5), lib/gnutls_rsa_export.c
+       (tags: gnutls_0_5_5), lib/gnutls_rsa_export.h (tags: gnutls_0_5_5),
+       lib/gnutls_session.c (tags: gnutls_0_5_5), lib/gnutls_session.h
+       (tags: gnutls_0_5_5), lib/gnutls_session_pack.c (tags:
+       gnutls_0_5_5), lib/gnutls_session_pack.h (tags: gnutls_0_5_5),
+       lib/gnutls_sig.c (tags: gnutls_0_5_5), lib/gnutls_sig.h (tags:
+       gnutls_0_5_5), lib/gnutls_state.c, lib/gnutls_state.h,
+       lib/gnutls_ui.c, lib/gnutls_ui.h, lib/gnutls_v2_compat.c,
+       lib/gnutls_v2_compat.h (tags: gnutls_0_5_5), lib/gnutls_x509.c,
+       lib/gnutls_x509.h, lib/x509_sig_check.c (tags: gnutls_0_5_5),
+       lib/x509_verify.c (tags: gnutls_0_5_5), src/cli.c, src/common.c,
+       src/serv.c, src/tests.c, src/tls_test.c:
 
        Renamed all the constructed types to have more consisten names, and
        some other minor improvements.  
 
 2002-08-29 10:08  nmav <nmav@gnutls.org>
 
-       * Makefile.am (tags: gnutls_0_5_x_before_types_change), PGPKEYS:
+       * Makefile.am (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change), PGPKEYS:
 
        removed PGPKEYS from the distribution.  
 
 2002-08-28 14:08  nmav <nmav@gnutls.org>
 
        * NEWS (tags: gnutls_0_5_x_before_types_change),
-       doc/README.autoconf (tags: gnutls_0_5_x_before_types_change),
-       doc/TODO (tags: gnutls_0_5_x_before_types_change),
+       doc/README.autoconf (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change), doc/TODO (tags:
+       gnutls_0_5_x_before_types_change),
        doc/protocol/draft-ietf-tls-srp-01.txt,
-       doc/protocol/draft-ietf-tls-srp-02.txt (tags:
+       doc/protocol/draft-ietf-tls-srp-02.txt (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change), lib/gnutls_algorithms.c (tags:
        gnutls_0_5_x_before_types_change), lib/gnutls_int.h (tags:
        gnutls_0_5_x_before_types_change), src/crypt-gaa.c (tags:
-       gnutls_0_5_x_before_types_change), src/crypt-gaa.h (tags:
-       gnutls_0_5_x_before_types_change), src/crypt.c (tags:
-       gnutls_0_5_x_before_types_change), src/crypt.gaa (tags:
+       gnutls_0_5_5, gnutls_0_5_x_before_types_change), src/crypt-gaa.h
+       (tags: gnutls_0_5_5, gnutls_0_5_x_before_types_change), src/crypt.c
+       (tags: gnutls_0_5_5, gnutls_0_5_x_before_types_change),
+       src/crypt.gaa (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change):
 
        Added support for the new SRP draft by D. Taylor. This includes the 
        src/serv.c (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4),
        src/tests.c (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4),
        doc/tex/auth.tex (tags: gnutls_0_5_4), doc/tex/ciphers.tex (tags:
-       gnutls_0_5_x_before_types_change, gnutls_0_5_4), doc/tex/ex1.tex
+       gnutls_0_5_5, gnutls_0_5_x_before_types_change, gnutls_0_5_4),
+       doc/tex/ex1.tex (tags: gnutls_0_5_x_before_types_change,
+       gnutls_0_5_4), doc/tex/ex2.tex (tags:
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4), doc/tex/ex4.tex
        (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4),
-       doc/tex/ex2.tex (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4), doc/tex/ex4.tex (tags:
-       gnutls_0_5_x_before_types_change, gnutls_0_5_4), doc/tex/srp1.tex
-       (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4):
+       doc/tex/srp1.tex (tags: gnutls_0_5_x_before_types_change,
+       gnutls_0_5_4):
 
        Renamed GNUTLS_CIPHER_ARCFOUR to GNUTLS_CIPHER_ARCFOUR_128 
 
 
 2002-08-26 10:13  nmav <nmav@gnutls.org>
 
-       * src/: Makefile.am (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4), common.c (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4), common.h (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4), tests.c, tests.h (tags:
+       * src/: Makefile.am (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4), common.c (tags:
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4), common.h (tags:
+       gnutls_0_5_5, gnutls_0_5_x_before_types_change, gnutls_0_5_4),
+       tests.c, tests.h (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4), tls_test.c (tags:
        gnutls_0_5_x_before_types_change, gnutls_0_5_4):
 
 
 2002-08-25 18:41  nmav <nmav@gnutls.org>
 
-       * doc/tex/: auth.tex, ciphers.tex, intro.tex (tags:
+       * doc/tex/: auth.tex, ciphers.tex, intro.tex (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4):
 
        changes in order to keep up with the addition of export-grade
 
 2002-08-25 18:08  nmav <nmav@gnutls.org>
 
-       * lib/: Makefile.am (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4), auth_cert.h (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4), auth_dhe.c (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4), auth_rsa.c, auth_rsa_export.c, gnutls.h.in.in,
-       gnutls_algorithms.c, gnutls_cert.c (tags:
-       gnutls_0_5_x_before_types_change, gnutls_0_5_4), gnutls_dh_primes.c
+       * lib/: Makefile.am (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4), auth_cert.h (tags:
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4), auth_dhe.c (tags:
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4), auth_rsa.c,
+       auth_rsa_export.c, gnutls.h.in.in, gnutls_algorithms.c,
+       gnutls_cert.c (tags: gnutls_0_5_x_before_types_change,
+       gnutls_0_5_4), gnutls_dh_primes.c (tags:
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4), gnutls_errors.c
+       (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4),
+       gnutls_errors_int.h (tags: gnutls_0_5_x_before_types_change,
+       gnutls_0_5_4), gnutls_int.h, gnutls_kx.c, gnutls_rsa_export.c
        (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4),
-       gnutls_errors.c (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4), gnutls_errors_int.h (tags:
-       gnutls_0_5_x_before_types_change, gnutls_0_5_4), gnutls_int.h,
-       gnutls_kx.c, gnutls_rsa_export.c (tags:
-       gnutls_0_5_x_before_types_change, gnutls_0_5_4),
        gnutls_rsa_export.h, gnutls_state.c, gnutls_state.h, gnutls_ui.c
        (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4), gnutls_ui.h
        (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4),
 
 2002-08-18 08:31  nmav <nmav@gnutls.org>
 
-       * src/: tls_test-gaa.c (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4), tls_test-gaa.h (tags:
-       gnutls_0_5_x_before_types_change, gnutls_0_5_4), tls_test.c,
-       tls_test.gaa (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4)
-       (utags: gnutls_0_5_2, gnutls_0_5_3,
-       gnutls_0_5_x_with_export_ciphersuites,
+       * src/: tls_test-gaa.c (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4), tls_test-gaa.h
+       (tags: gnutls_0_5_5, gnutls_0_5_x_before_types_change,
+       gnutls_0_5_4), tls_test.c, tls_test.gaa (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4) (utags:
+       gnutls_0_5_2, gnutls_0_5_3, gnutls_0_5_x_with_export_ciphersuites,
        gnutls_0_5_x_before_export_ciphersuites):
 
        Added verbose option to gnutls-cli-debug.  
 
 2002-08-17 20:49  nmav <nmav@gnutls.org>
 
-       * AUTHORS (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4,
-       gnutls_0_5_3, gnutls_0_5_2,
+       * AUTHORS (tags: gnutls_0_5_5, gnutls_0_5_x_before_types_change,
+       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
        gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites):
 
 
 2002-08-15 09:58  nmav <nmav@gnutls.org>
 
-       * buildconf (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4,
-       gnutls_0_5_3), configure.in, doc/README.CVS (tags:
-       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3)
-       (utags: gnutls_0_5_2, gnutls_0_5_x_with_export_ciphersuites,
+       * buildconf (tags: gnutls_0_5_5, gnutls_0_5_x_before_types_change,
+       gnutls_0_5_4, gnutls_0_5_3), configure.in, doc/README.CVS (tags:
+       gnutls_0_5_5, gnutls_0_5_x_before_types_change, gnutls_0_5_4,
+       gnutls_0_5_3) (utags: gnutls_0_5_2,
+       gnutls_0_5_x_with_export_ciphersuites,
        gnutls_0_5_x_before_export_ciphersuites):
 
        Added the --enable-maintainer-mode configure option, and renamed the
 
 2002-07-21 19:15  admcd <admcd@gnutls.org>
 
-       * doc/tex/openssl.tex (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       * doc/tex/openssl.tex (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites):
 
        add ability to use separate file descriptors for send() and recv() 
 
 2002-07-15 19:38  nmav <nmav@gnutls.org>
 
-       * doc/tex/: auth.tex, errors.tex (tags:
+       * doc/tex/: auth.tex, errors.tex (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4), howto.tex (tags:
        gnutls_0_5_x_before_types_change, gnutls_0_5_4), openpgp.tex (tags:
-       gnutls_0_5_x_before_types_change, gnutls_0_5_4), record.tex (tags:
-       gnutls_0_5_x_before_types_change, gnutls_0_5_4) (utags:
-       gnutls_0_5_2, gnutls_0_5_3, gnutls_0_5_x_with_export_ciphersuites,
+       gnutls_0_5_5, gnutls_0_5_x_before_types_change, gnutls_0_5_4),
+       record.tex (tags: gnutls_0_5_5, gnutls_0_5_x_before_types_change,
+       gnutls_0_5_4) (utags: gnutls_0_5_2, gnutls_0_5_3,
+       gnutls_0_5_x_with_export_ciphersuites,
        gnutls_0_5_x_before_export_ciphersuites, gnutls_0_5_1):
 
        Several documentation fixes. Suggestions and patch by Paul Wujek
 
 2002-07-12 21:08  nmav <nmav@gnutls.org>
 
-       * configure.in, lib/gnutls_mpi.h (tags:
+       * configure.in, lib/gnutls_mpi.h (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1),
-       lib/gnutls_privkey.c (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       lib/gnutls_privkey.c (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1):
 
        moved to libgcrypt 1.1.8 
 
 2002-07-12 17:46  nmav <nmav@gnutls.org>
 
-       * NEWS, lib/libgnutls.m4 (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       * NEWS, lib/libgnutls.m4 (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1):
 
        corrected m4 macros for gnutls 
        gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1),
        gnutls_compress.c, gnutls_constate.c, gnutls_datum.c (tags:
-       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
-       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
+       gnutls_0_5_5, gnutls_0_5_x_before_types_change, gnutls_0_5_4,
+       gnutls_0_5_3, gnutls_0_5_2,
+       gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1), gnutls_db.c
        (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4,
        gnutls_0_5_3, gnutls_0_5_2,
        gnutls_kx.c (tags: gnutls_0_5_3, gnutls_0_5_2,
        gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1), gnutls_mpi.c
-       (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4,
-       gnutls_0_5_3, gnutls_0_5_2,
+       (tags: gnutls_0_5_5, gnutls_0_5_x_before_types_change,
+       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
        gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1), gnutls_num.c
-       (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4,
-       gnutls_0_5_3, gnutls_0_5_2,
+       (tags: gnutls_0_5_5, gnutls_0_5_x_before_types_change,
+       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
        gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1), gnutls_pk.c
-       (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4,
-       gnutls_0_5_3, gnutls_0_5_2,
+       (tags: gnutls_0_5_5, gnutls_0_5_x_before_types_change,
+       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
        gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1),
        gnutls_priority.c (tags: gnutls_0_5_x_before_types_change,
        gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
        gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1),
-       gnutls_privkey.c, gnutls_random.c (tags:
+       gnutls_privkey.c, gnutls_random.c (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1),
        gnutls_0_5_3, gnutls_0_5_2,
        gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1), x509_xml.c
-       (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4,
-       gnutls_0_5_3, gnutls_0_5_2,
+       (tags: gnutls_0_5_5, gnutls_0_5_x_before_types_change,
+       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
        gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1):
 
 
 2002-07-04 10:04  nmav <nmav@gnutls.org>
 
-       * src/: README.srpcrypt (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       * src/: README.srpcrypt (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0),
        crypt-gaa.c (tags: gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
        gnutls_0_5_x_before_export_ciphersuites,
        gnutls_int.h (tags: gnutls_0_5_0), gnutls_mpi.c, gnutls_mpi.h,
        gnutls_state.c (tags: gnutls_0_5_0), gnutls_state.h (tags:
        gnutls_0_5_0), gnutls_x509.c, x509_extensions.c (tags:
-       gnutls_0_5_0), x509_extensions.h (tags:
+       gnutls_0_5_0), x509_extensions.h (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0),
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0),
        gnutls_record.c (tags: gnutls_0_5_0), gnutls_str.h (tags:
-       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
-       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
+       gnutls_0_5_5, gnutls_0_5_x_before_types_change, gnutls_0_5_4,
+       gnutls_0_5_3, gnutls_0_5_2,
+       gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0),
        gnutls_x509.c, gnutls_x509.h, x509_extensions.c, x509_extensions.h,
        x509_sig_check.c (tags: gnutls_0_5_0):
 
 2002-06-22 14:22  nmav <nmav@gnutls.org>
 
-       * lib/: gnutls_str.c (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       * lib/: gnutls_str.c (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0),
        gnutls_str.h, x509_xml.c:
 
 
 2002-06-19 14:44  nmav <nmav@gnutls.org>
 
-       * src/: serv-gaa.c (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
-       gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0),
-       serv-gaa.h (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4,
-       gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       * src/: serv-gaa.c (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0),
-       serv.c, serv.gaa (tags: gnutls_0_5_x_before_types_change,
+       serv-gaa.h (tags: gnutls_0_5_5, gnutls_0_5_x_before_types_change,
        gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
        gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0),
+       serv.c, serv.gaa (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
+       gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0),
        tls_test.c:
 
        added 'nodb' and 'quiet' options to server.  
 
 2002-06-18 17:19  nmav <nmav@gnutls.org>
 
-       * src/: Makefile.am, common.c, list.h (tags:
+       * src/: Makefile.am, common.c, list.h (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0),
 
 2002-06-15 10:49  nmav <nmav@gnutls.org>
 
-       * acconfig.h (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4,
-       gnutls_0_5_3, gnutls_0_5_2,
+       * acconfig.h (tags: gnutls_0_5_5, gnutls_0_5_x_before_types_change,
+       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
        gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0),
        configure.in, doc/TODO, src/Makefile.am:
 2002-06-15 09:46  nmav <nmav@gnutls.org>
 
        * NEWS, configure.in, doc/TODO, doc/tex/handshake.tex,
-       doc/tex/serv1.tex, lib/defines.h (tags:
+       doc/tex/serv1.tex, lib/defines.h (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0),
 2002-06-11 08:39  nmav <nmav@gnutls.org>
 
        * lib/: Makefile.am, auth_cert.c, auth_rsa.c, gnutls_asn1_tab.c
-       (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4,
-       gnutls_0_5_3, gnutls_0_5_2,
+       (tags: gnutls_0_5_5, gnutls_0_5_x_before_types_change,
+       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
        gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0),
        gnutls_cert.c, gnutls_cert.h, gnutls_errors.c, gnutls_global.c,
-       gnutls_global.h (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       gnutls_global.h (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0),
        gnutls_mpi.c, gnutls_mpi.h, gnutls_privkey.c (tags: gnutls_0_5_0),
        gnutls_sig.c (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4,
 2002-06-09 10:13  nmav <nmav@gnutls.org>
 
        * NEWS, lib/gnutls_datum.c (tags: gnutls_0_5_0,
-       gnutls_0_4_with_libtasn1), lib/gnutls_datum.h (tags:
+       gnutls_0_4_with_libtasn1), lib/gnutls_datum.h (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1), lib/gnutls_global.c, lib/gnutls_mem.c
-       (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4,
-       gnutls_0_5_3, gnutls_0_5_2,
+       (tags: gnutls_0_5_5, gnutls_0_5_x_before_types_change,
+       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
        gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
-       gnutls_0_4_with_libtasn1), lib/gnutls_mem.h (tags:
+       gnutls_0_4_with_libtasn1), lib/gnutls_mem.h (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
 
        * NEWS, acconfig.h (tags: gnutls_0_4_with_libtasn1), configure.in,
        lib/gnutls_alert.c (tags: gnutls_0_4_with_libtasn1),
-       lib/gnutls_errors.c, lib/gnutls_errors.h (tags:
+       lib/gnutls_errors.c, lib/gnutls_errors.h (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
 2002-05-23 10:55  nmav <nmav@gnutls.org>
 
        * doc/TODO, lib/auth_cert.c, lib/auth_rsa.c, lib/gnutls_int.h,
-       lib/gnutls_num.h (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       lib/gnutls_num.h (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1), lib/gnutls_record.c (utags:
        gnutls_0_4_3):
 
 2002-05-22 19:29  nmav <nmav@gnutls.org>
 
-       * NEWS (tags: gnutls_0_4_3), THANKS (tags:
+       * NEWS (tags: gnutls_0_4_3), THANKS (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        lib/gnutls_extensions.h (tags: gnutls_0_4_with_libtasn1,
        gnutls_0_4_3, gnutls_0_4_2), lib/gnutls_openpgp.h, lib/gnutls_ui.h
        (tags: gnutls_0_4_3, gnutls_0_4_2), lib/libgnutls-config.in (tags:
-       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
-       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
+       gnutls_0_5_5, gnutls_0_5_x_before_types_change, gnutls_0_5_4,
+       gnutls_0_5_3, gnutls_0_5_2,
+       gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2),
        src/Makefile.am, src/cli.c, src/common.c, src/serv.c, src/tests.c,
 
 2002-05-14 11:40  nmav <nmav@gnutls.org>
 
-       * COPYING.LIB (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       * COPYING.LIB (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2), NEWS,
        README, lib/auth_anon.c, lib/auth_cert.c, lib/auth_dhe.c,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2),
        lib/ext_srp.c, lib/ext_srp.h, lib/gnutls_extensions.c,
-       lib/gnutls_srp.c, src/gnutls-http-serv (tags:
+       lib/gnutls_srp.c, src/gnutls-http-serv (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
 2002-04-13 15:58  nmav <nmav@gnutls.org>
 
        * doc/tex/auth.tex (tags: gnutls_0_4_3, gnutls_0_4_2),
-       doc/tex/ciphersuites.tex (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       doc/tex/ciphersuites.tex (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2),
        doc/tex/errors.tex (tags: gnutls_0_4_3, gnutls_0_4_2),
 
 2002-04-05 21:25  nmav <nmav@gnutls.org>
 
-       * acinclude.m4 (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       * acinclude.m4 (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2,
        gnutls_0_4_1), buildconf (tags: gnutls_0_4_3, gnutls_0_4_2,
-       gnutls_0_4_1), libgcrypt.m4 (tags:
+       gnutls_0_4_1), libgcrypt.m4 (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2,
-       gnutls_0_4_1), libmcrypt.m4 (tags:
+       gnutls_0_4_1), libmcrypt.m4 (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
 2002-04-04 20:52  nmav <nmav@gnutls.org>
 
        * lib/: gnutls_x509.c (tags: gnutls_0_4_1), gnutls_x509.h (tags:
-       gnutls_0_4_1), x509_verify.c, x509_verify.h (tags:
+       gnutls_0_4_1), x509_verify.c, x509_verify.h (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
 2002-03-29 11:16  nmav <nmav@gnutls.org>
 
        * ChangeLog, doc/TODO, lib/auth_rsa.c, lib/gnutls_int.h,
-       lib/gnutls_pk.c, lib/gnutls_pk.h (tags:
+       lib/gnutls_pk.c, lib/gnutls_pk.h (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
 2002-03-06 12:10  nmav <nmav@gnutls.org>
 
        * doc/protocol/: draft-ietf-tls-extensions-02.txt,
-       draft-ietf-tls-extensions-03.txt (tags:
+       draft-ietf-tls-extensions-03.txt (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
 
 2002-03-04 09:25  nmav <nmav@gnutls.org>
 
-       * ChangeLog, configure.in, doc/scripts/gdoc (tags:
+       * ChangeLog, configure.in, doc/scripts/gdoc (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
 
 2002-02-24 17:34  nmav <nmav@gnutls.org>
 
-       * src/openpgp/Makefile.am (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       * src/openpgp/Makefile.am (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90):
 
 2002-02-11 10:08  nmav <nmav@gnutls.org>
 
-       * src/: cli.c, openpgp/cli_pub.asc (tags:
+       * src/: cli.c, openpgp/cli_pub.asc (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90),
-       openpgp/cli_ring.gpg (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       openpgp/cli_ring.gpg (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90),
-       openpgp/cli_sec.asc (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       openpgp/cli_sec.asc (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90):
 2002-02-01 18:51  twoaday <twoaday@gnutls.org>
 
        * src/openpgp/: pub.asc, sec.asc (utags: gnutls_0_5_2,
-       gnutls_0_5_3, gnutls_0_5_4,
+       gnutls_0_5_3, gnutls_0_5_4, gnutls_0_5_5,
        gnutls_0_5_x_before_export_ciphersuites, gnutls_0_3_90,
        gnutls_0_3_91, gnutls_0_3_92, gnutls_0_4_0,
        gnutls_0_5_x_with_export_ciphersuites,
 
 2002-01-28 23:51  nmav <nmav@gnutls.org>
 
-       * lib/gnutls.asn (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       * lib/gnutls.asn (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90):
 
        * lib/auth_dhe.c (tags: gnutls_with_dss_ciphersuites),
        lib/auth_dhe_dss.c, lib/auth_dhe_dss.h, lib/auth_dhe_rsa.c,
-       src/x509/cert-dsa.pem (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       src/x509/cert-dsa.pem (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
        gnutls_with_dss_ciphersuites), src/x509/key-dsa.pem (tags:
-       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
-       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
+       gnutls_0_5_5, gnutls_0_5_x_before_types_change, gnutls_0_5_4,
+       gnutls_0_5_3, gnutls_0_5_2,
+       gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
        gnutls_with_dss_ciphersuites, gnutls_with_dss_cert_support),
        gnutls_int.h (tags: gnutls_with_dss_cert_support), gnutls_pk.c,
        gnutls_pk.h, gnutls_privkey.c, gnutls_privkey.h (tags:
-       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
-       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
+       gnutls_0_5_5, gnutls_0_5_x_before_types_change, gnutls_0_5_4,
+       gnutls_0_5_3, gnutls_0_5_2,
+       gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
 
 2002-01-26 22:55  nmav <nmav@gnutls.org>
 
-       * src/x509/: Makefile.am, ca.pem (tags:
+       * src/x509/: Makefile.am, ca.pem (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
-       gnutls_with_dss_ciphersuites), cert.pem (tags:
+       gnutls_with_dss_ciphersuites), cert.pem (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
-       gnutls_with_dss_ciphersuites), clicert-dsa.pem (tags:
+       gnutls_with_dss_ciphersuites), clicert-dsa.pem (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
-       gnutls_with_dss_ciphersuites), clicert.pem (tags:
+       gnutls_with_dss_ciphersuites), clicert.pem (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
-       gnutls_with_dss_ciphersuites), clikey-dsa.pem (tags:
+       gnutls_with_dss_ciphersuites), clikey-dsa.pem (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
-       gnutls_with_dss_ciphersuites), clikey.pem (tags:
+       gnutls_with_dss_ciphersuites), clikey.pem (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
-       gnutls_with_dss_ciphersuites), key.pem (tags:
+       gnutls_with_dss_ciphersuites), key.pem (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
 
 2002-01-18 16:47  nmav <nmav@gnutls.org>
 
-       * doc/protocol/rfc2440.txt (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       * doc/protocol/rfc2440.txt (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
        gnutls_with_dss_ciphersuites, gnutls_with_dss_cert_support),
        doc/tex/cover.tex.in (tags: gnutls_with_dss_ciphersuites,
        gnutls_with_dss_cert_support), doc/tex/gnutls-logo.ps (tags:
-       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
-       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
+       gnutls_0_5_5, gnutls_0_5_x_before_types_change, gnutls_0_5_4,
+       gnutls_0_5_3, gnutls_0_5_2,
+       gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
 
 2001-12-16 09:09  nmav <nmav@gnutls.org>
 
-       * doc/: ASN1.readme.txt, Makefile.am (tags:
+       * doc/: ASN1.readme.txt, Makefile.am (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
 
 2001-12-09 11:02  nmav <nmav@gnutls.org>
 
-       * src/: .cvsignore (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       * src/: .cvsignore (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
        lib/gnutls_handshake.c, lib/gnutls_handshake.h (tags:
        gnutls_0_2_11), lib/gnutls_int.h, lib/gnutls_kx.c (tags:
        gnutls_0_2_11), lib/gnutls_priority.c (tags: gnutls_0_2_11),
-       lib/gnutls_record.c, lib/io_debug.h (tags:
+       lib/gnutls_record.c, lib/io_debug.h (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
 2001-10-30 12:11  nmav <nmav@gnutls.org>
 
        * doc/: Makefile.am, TODO (tags: gnutls_0_2_10),
-       scripts/Makefile.am (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       scripts/Makefile.am (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
        draft-ietf-tls-extensions-01.txt (tags: gnutls_0_3_5, gnutls_0_3_2,
        gnutls_0_3_1, gnutls_0_3_0, gnutls_0_2_91, gnutls_0_2_90,
        gnutls_0_2_11, gnutls_0_2_10, gnutls_0_2_9),
-       draft-ietf-tls-kerb-00.txt, rfc2712.txt (tags:
+       draft-ietf-tls-kerb-00.txt, rfc2712.txt (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
 2001-08-02 11:49  nmav <nmav@gnutls.org>
 
        * doc/tex/: Makefile.am (tags: gnutls_0_2_2, gnutls_0_2_1,
-       gnutls_0_2_0), cover.tex, fdl.tex (tags:
+       gnutls_0_2_0), cover.tex, fdl.tex (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        lib/gnutls_int.h, lib/gnutls_privkey.c, lib/gnutls_record.c,
        lib/gnutls_sig_check.c, src/.cvsignore (tags: gnutls_0_1_9),
        src/asn1c.c (tags: gnutls_0_1_9), src/ca.pem, src/cli.c,
-       src/pkcs1.asn (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       src/pkcs1.asn (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
        gnutls_0_2_2, gnutls_0_2_1, gnutls_0_2_0, gnutls_0_1_9),
        src/Makefile.am (tags: gnutls_0_1_9), src/PkixTabExample.c,
        src/asn1c.c, src/cli.c, src/pkix.asn, src/serv.c,
-       src/srp/Makefile.am (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       src/srp/Makefile.am (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
 2001-07-20 17:58  nmav <nmav@gnutls.org>
 
        * src/: Makefile.am, cert.pem, key.pem, serv.c, tpasswd,
-       tpasswd.conf, srp/tpasswd (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       tpasswd.conf, srp/tpasswd (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
        gnutls_0_3_5, gnutls_0_3_2, gnutls_0_3_1, gnutls_0_3_0,
        gnutls_0_2_91, gnutls_0_2_90, gnutls_0_2_11, gnutls_0_2_10,
        gnutls_0_2_9, gnutls_0_2_3, gnutls_0_2_2, gnutls_0_2_1,
-       gnutls_0_2_0, gnutls_0_1_9), srp/tpasswd.conf (tags:
+       gnutls_0_2_0, gnutls_0_1_9), srp/tpasswd.conf (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_2_91, gnutls_0_2_90, gnutls_0_2_11, gnutls_0_2_10,
        gnutls_0_2_9, gnutls_0_2_3, gnutls_0_2_2, gnutls_0_2_1,
        gnutls_0_2_0, gnutls_0_1_9), doc/protocol/rfc2313.txt (tags:
-       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
-       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
+       gnutls_0_5_5, gnutls_0_5_x_before_types_change, gnutls_0_5_4,
+       gnutls_0_5_3, gnutls_0_5_2,
+       gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
        gnutls_0_2_11, gnutls_0_2_10, gnutls_0_2_9, gnutls_0_2_3,
        gnutls_0_2_2, gnutls_0_2_1, gnutls_0_2_0, gnutls_0_1_9),
        draft-ietf-tls-seedhas-00.txt, draft-ietf-tls-wireless-00.txt,
-       rfc2817.txt (tags: gnutls_0_5_x_before_types_change, gnutls_0_5_4,
-       gnutls_0_5_3, gnutls_0_5_2,
+       rfc2817.txt (tags: gnutls_0_5_5, gnutls_0_5_x_before_types_change,
+       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
        gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
 
 2001-06-24 18:20  nmav <nmav@gnutls.org>
 
-       * doc/protocol/x509guide.txt (tags:
+       * doc/protocol/x509guide.txt (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_2_2, gnutls_0_2_1, gnutls_0_2_0, gnutls_0_1_9,
        gnutls_0_1_4), gnutls_pk.c, gnutls_pk.h (tags: gnutls_0_1_4),
        gnutls_random.c (tags: gnutls_0_1_4), gnutls_random.h (tags:
-       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
-       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
+       gnutls_0_5_5, gnutls_0_5_x_before_types_change, gnutls_0_5_4,
+       gnutls_0_5_3, gnutls_0_5_2,
+       gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
 
 2001-06-13 08:51  nmav <nmav@gnutls.org>
 
-       * doc/protocol/rfc2631.txt (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       * doc/protocol/rfc2631.txt (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
 
 2001-03-11 22:29  nmav <nmav@gnutls.org>
 
-       * doc/protocol/rfc2945.txt (tags: gnutls_0_5_x_before_types_change,
-       gnutls_0_5_4, gnutls_0_5_3, gnutls_0_5_2,
-       gnutls_0_5_x_before_export_ciphersuites,
+       * doc/protocol/rfc2945.txt (tags: gnutls_0_5_5,
+       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
+       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
        gnutls-0_1_2, gnutls-0-1-0-srp),
        protocol/draft-ietf-tn3270e-telnet-tls-05.txt (tags: gnutls_0_1_4,
        gnutls-0_1_2, gnutls-0-1-0-srp), protocol/rfc1422.txt (tags:
-       gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
-       gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
+       gnutls_0_5_5, gnutls_0_5_x_before_types_change, gnutls_0_5_4,
+       gnutls_0_5_3, gnutls_0_5_2,
+       gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_4_with_libtasn1, gnutls_0_4_3, gnutls_0_4_2, gnutls_0_4_1,
        gnutls_0_4_0, gnutls_0_3_92, gnutls_0_3_91, gnutls_0_3_90,
        gnutls_0_2_91, gnutls_0_2_90, gnutls_0_2_11, gnutls_0_2_10,
        gnutls_0_2_9, gnutls_0_2_3, gnutls_0_2_2, gnutls_0_2_1,
        gnutls_0_2_0, gnutls_0_1_9, gnutls_0_1_4, gnutls-0_1_2,
-       gnutls-0-1-0-srp), protocol/rfc1423.txt (tags:
+       gnutls-0-1-0-srp), protocol/rfc1423.txt (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_2_91, gnutls_0_2_90, gnutls_0_2_11, gnutls_0_2_10,
        gnutls_0_2_9, gnutls_0_2_3, gnutls_0_2_2, gnutls_0_2_1,
        gnutls_0_2_0, gnutls_0_1_9, gnutls_0_1_4, gnutls-0_1_2,
-       gnutls-0-1-0-srp), protocol/rfc2246.txt (tags:
+       gnutls-0-1-0-srp), protocol/rfc2246.txt (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_2_91, gnutls_0_2_90, gnutls_0_2_11, gnutls_0_2_10,
        gnutls_0_2_9, gnutls_0_2_3, gnutls_0_2_2, gnutls_0_2_1,
        gnutls_0_2_0, gnutls_0_1_9, gnutls_0_1_4, gnutls-0_1_2,
-       gnutls-0-1-0-srp), protocol/rfc2279.txt (tags:
+       gnutls-0-1-0-srp), protocol/rfc2279.txt (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_2_91, gnutls_0_2_90, gnutls_0_2_11, gnutls_0_2_10,
        gnutls_0_2_9, gnutls_0_2_3, gnutls_0_2_2, gnutls_0_2_1,
        gnutls_0_2_0, gnutls_0_1_9, gnutls_0_1_4, gnutls-0_1_2,
-       gnutls-0-1-0-srp), protocol/rfc2459.txt (tags:
+       gnutls-0-1-0-srp), protocol/rfc2459.txt (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,
        gnutls_0_2_91, gnutls_0_2_90, gnutls_0_2_11, gnutls_0_2_10,
        gnutls_0_2_9, gnutls_0_2_3, gnutls_0_2_2, gnutls_0_2_1,
        gnutls_0_2_0, gnutls_0_1_9, gnutls_0_1_4, gnutls-0_1_2,
-       gnutls-0-1-0-srp), protocol/rfc2818.txt (tags:
+       gnutls-0-1-0-srp), protocol/rfc2818.txt (tags: gnutls_0_5_5,
        gnutls_0_5_x_before_types_change, gnutls_0_5_4, gnutls_0_5_3,
        gnutls_0_5_2, gnutls_0_5_x_before_export_ciphersuites,
        gnutls_0_5_x_with_export_ciphersuites, gnutls_0_5_1, gnutls_0_5_0,