summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog242
1 files changed, 242 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2af2376fd..70a2ee4710 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,245 @@
+2007-11-29 Simon Josefsson <simon@josefsson.org>
+
+ * NEWS: Version 2.1.7.
+
+2007-11-28 Nikos <nmav@crystal.(none)>
+
+ * : 2 2 lib/gnutls_priority.c
+
+2007-11-28 Nikos <nmav@crystal.(none)>
+
+ * lib/auth_srp_passwd.c: more assertions.
+
+2007-11-28 Nikos <nmav@crystal.(none)>
+
+ * lib/auth_srp.c: more assertions
+
+2007-11-28 Nikos <nmav@crystal.(none)>
+
+ * lib/auth_srp.c: added assertion.
+
+2007-11-28 Nikos <nmav@crystal.(none)>
+
+ * src/serv.c: fix in priority_set
+
+2007-11-28 Nikos <nmav@crystal.(none)>
+
+ * includes/gnutls/gnutlsxx.h: updated the gnutlsxx interface
+
+2007-11-28 Nikos <nmav@crystal.(none)>
+
+ * includes/gnutls/gnutls.h.in, lib/gnutls_priority.c: more updates
+ for priority functions.
+
+2007-11-28 Nikos <nmav@crystal.(none)>
+
+ * doc/examples/ex-cert-select.c, doc/examples/ex-client-resume.c,
+ doc/examples/ex-client-srp.c, doc/examples/ex-client-tlsia.c,
+ doc/examples/ex-client1.c, doc/examples/ex-client2.c,
+ doc/examples/ex-serv-anon.c, doc/examples/ex-serv-export.c,
+ doc/examples/ex-serv-pgp.c, doc/examples/ex-serv-srp.c,
+ doc/examples/ex-serv1.c, lib/gnutls_priority.c, lib/gnutlsxx.cpp,
+ src/cli.c, src/serv.c: Return the string position in case of an
+ error in the priority functions.
+
+2007-11-28 Simon Josefsson <simon@josefsson.org>
+
+ * lib/gnutls_priority.c: Typo.
+
+2007-11-28 Simon Josefsson <simon@josefsson.org>
+
+ * NEWS: Fix.
+
+2007-11-28 Simon Josefsson <simon@josefsson.org>
+
+ * lib/gnutls_priority.c: Give example for %COMPAT.
+
+2007-11-28 Simon Josefsson <simon@josefsson.org>
+
+ * lib/gnutls_priority.c: Rename HIGH to SECURE.
+
+2007-11-28 Simon Josefsson <simon@josefsson.org>
+
+ * lib/gnutls_priority.c: Re-add aes-256 so we don't fail to
+ negotiate it in case end only supports it. Doc fixes.
+
+2007-11-28 Simon Josefsson <simon@josefsson.org>
+
+ * lib/gnutls_priority.c: Doc fixes. Fix warnings.
+
+2007-11-28 Simon Josefsson <simon@josefsson.org>
+
+ * lib/gnutls_priority.c: Re-indent.
+
+2007-11-28 Simon Josefsson <simon@josefsson.org>
+
+ * po/ms.po: Sync with TP.
+
+2007-11-28 Simon Josefsson <simon@josefsson.org>
+
+ * doc/manpages/Makefile.am: Generated.
+
+2007-11-28 Simon Josefsson <simon@josefsson.org>
+
+ * NEWS: Fix.
+
+2007-11-28 Simon Josefsson <simon@josefsson.org>
+
+ * includes/gnutls/compat.h, includes/gnutls/gnutls.h.in,
+ lib/gnutls_priority.c: Re-add gnutls_set_default_priority and
+ gnutls_set_default_export_priority.
+
+2007-11-27 Simon Josefsson <simon@josefsson.org>
+
+ * doc/protocol/draft-ietf-tls-rfc4346-bis-07.txt: Add.
+
+2007-11-26 Simon Josefsson <simon@josefsson.org>
+
+ * doc/protocol/rfc5054.txt: Add.
+
+2007-11-26 Simon Josefsson <simon@josefsson.org>
+
+ * doc/protocol/draft-rescorla-tls-extractor-01.txt: Add.
+
+2007-11-26 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * : 1 1 lib/gnutls_priority.c
+
+2007-11-25 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * lib/x509/common.c: corrected bug in the new read_mpis
+
+2007-11-25 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * lib/x509/common.c, lib/x509/common.h, lib/x509/crl.c,
+ lib/x509/crq.c, lib/x509/pkcs12.c, lib/x509/pkcs7.c,
+ lib/x509/privkey.c, lib/x509/privkey_pkcs8.c, lib/x509/x509.c:
+ export_int was simplified are no artificial limits are imposed any
+ more
+
+2007-11-25 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * lib/x509/common.c: variables for the time functions are not more
+ rational.
+
+2007-11-25 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * lib/x509/common.c, lib/x509/mpi.c: in RSA certificate parameters
+ no artificial limits are imposed any more
+
+2007-11-25 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * lib/x509/privkey_pkcs8.c: corrected documentation
+
+2007-11-25 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * NEWS, lib/x509/mpi.c, lib/x509/mpi.h, lib/x509/privkey.c,
+ lib/x509/privkey.h, lib/x509/privkey_pkcs8.c: added support for PKCS
+ #8 decoding of DSA keys.
+
+2007-11-24 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * lib/x509/mpi.c, lib/x509/privkey_pkcs8.c: added ability to write
+ DSA private keys.
+
+2007-11-24 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * doc/examples/ex-cert-select.c, doc/examples/ex-serv1.c: examples
+ now compile
+
+2007-11-24 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * : 3 3 doc/examples/ex-cert-select.c
+
+2007-11-24 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * NEWS, doc/examples/ex-cert-select.c,
+ doc/examples/ex-client-resume.c, doc/examples/ex-client-srp.c,
+ doc/examples/ex-client-tlsia.c, doc/examples/ex-client1.c,
+ doc/examples/ex-client2.c, doc/examples/ex-serv-anon.c,
+ doc/examples/ex-serv-export.c, doc/examples/ex-serv-pgp.c,
+ doc/examples/ex-serv-srp.c, doc/examples/ex-serv1.c,
+ doc/gnutls.texi, includes/gnutls/compat.h,
+ includes/gnutls/gnutls.h.in, includes/gnutls/gnutlsxx.h,
+ lib/gnutls_int.h, lib/gnutls_priority.c, lib/gnutlsxx.cpp,
+ src/cli.c, src/common.c, src/serv.c: new era of priority functions.
+
+2007-11-24 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * lib/ext_cert_type.c, lib/gnutls_algorithms.c, lib/gnutls_int.h,
+ lib/gnutls_priority.c, lib/gnutls_record.c, lib/gnutls_state.c:
+ cleanup the priority functionality
+
+2007-11-21 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * doc/gnutls.texi: links to rfc 5054 (srp)
+
+2007-11-18 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * includes/gnutls/compat.h: updated the priority compatibility
+ functions
+
+2007-11-18 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * NEWS, doc/gnutls.texi, includes/gnutls/gnutls.h.in,
+ lib/gnutls_priority.c, lib/gnutls_state.h: added
+ gnutls_check_priority() to check syntax of priority strings.
+
+2007-11-18 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * lib/gnutls_handshake.c, lib/gnutls_handshake.h,
+ lib/gnutls_v2_compat.c: Renegotiate the protocol version after the
+ user_hello_func has been called
+
+2007-11-18 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * doc/examples/ex-cert-select.c, doc/examples/ex-client-srp.c,
+ includes/gnutls/gnutlsxx.h, lib/gnutls_priority.c, lib/gnutlsxx.cpp:
+ fixes for the new gnutls_set_priority().
+
+2007-11-18 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * doc/gnutls.texi: The gnutls_*_convert_priority() functions were
+ deprecated by the gnutls_set_priority()
+
+2007-11-18 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * NEWS, lib/gnutls_priority.c: The gnutls_*_convert_priority()
+ functions were deprecated by the gnutls_set_priority()
+
+2007-11-18 Nikos Mavrogiannopoulos <nmav@gnutls.org>
+
+ * NEWS, configure.in, doc/examples/ex-client-resume.c,
+ doc/examples/ex-client-srp.c, doc/examples/ex-client-tlsia.c,
+ doc/examples/ex-client1.c, doc/examples/ex-client2.c,
+ doc/examples/ex-serv-anon.c, doc/examples/ex-serv-export.c,
+ doc/examples/ex-serv-pgp.c, doc/examples/ex-serv-srp.c,
+ doc/examples/ex-serv1.c, doc/gnutls.texi, includes/gnutls/compat.h,
+ includes/gnutls/gnutls.h.in, includes/gnutls/gnutlsxx.h,
+ lib/gnutls_algorithms.h, lib/gnutls_priority.c, lib/gnutlsxx.cpp,
+ src/cli-gaa.c, src/cli-gaa.h, src/cli.c, src/cli.gaa,
+ src/serv-gaa.c, src/serv-gaa.h, src/serv.c, src/serv.gaa: added
+ gnutls_set_priority() to replace gnutls_set_default_priority2().
+
+2007-11-16 Simon Josefsson <simon@josefsson.org>
+
+ * libextra/opencdk/keydb.c, libextra/opencdk/seskey.c: Re-apply
+ opencdk fixes that were lost in 0.6.6 upgrade.
+
+2007-11-16 Simon Josefsson <simon@josefsson.org>
+
+ * NEWS, libextra/opencdk/cipher.c, libextra/opencdk/keydb.c,
+ libextra/opencdk/opencdk.h, libextra/opencdk/seskey.c,
+ libextra/opencdk/stream.c: Use OpenCDK 0.6.6.
+
+2007-11-16 Simon Josefsson <simon@josefsson.org>
+
+ * NEWS, configure.in: Bump versions.
+
+2007-11-15 Simon Josefsson <simon@josefsson.org>
+
+ * ChangeLog: Generated.
+
2007-11-15 Simon Josefsson <simon@josefsson.org>
* NEWS: Version 2.1.6.