From e07bdf45deff71bd2f9c73a58dabd2d9afa761a6 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 21 Sep 2006 14:16:17 +0000 Subject: *** empty log message *** --- ChangeLog | 398 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 398 insertions(+) diff --git a/ChangeLog b/ChangeLog index 46153209f1..b4822cf1ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,401 @@ +2006-09-21 Simon Josefsson + + * NEWS: Version 1.5.1. + +2006-09-21 Simon Josefsson + + * gl/override/gpl.diff, gl/override/lgpl.diff, + gl/override/doc/gpl.texi.diff, gl/override/doc/lgpl.texi.diff: + Rename. + +2006-09-21 Simon Josefsson + + * gl/override/gpl.diff, gl/override/gpl.texi.diff, + gl/override/lgpl.diff, gl/override/lgpl.texi.diff: Rename. + +2006-09-21 Simon Josefsson + + * doc/fdl.texi, doc/gpl.texi, doc/lgpl.texi, gl/Makefile.am, + gl/asnprintf.c, gl/gai_strerror.c, gl/getaddrinfo.c, gl/getpass.c, + gl/inet_ntop.c, gl/inet_pton.c, gl/md5.c, gl/memmove.c, + gl/printf-args.c, gl/printf-parse.c, gl/sha1.c, gl/snprintf.c, + gl/stdint_.h, gl/strdup.c, gl/vasnprintf.c, gl/m4/gettext.m4, + gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/inttypes-h.m4, + gl/m4/inttypes-pri.m4, gl/m4/lib-link.m4, gl/m4/stdint.m4, + gl/override/gpl.texi.diff, gl/override/lgpl.texi.diff: Update. + +2006-09-21 Simon Josefsson + + * NEWS: Add. + +2006-09-21 Simon Josefsson + + * doc/Makefile.am: Dist gpl.texi and lgpl.texi. + +2006-09-21 Simon Josefsson + + * doc/gnutls.texi: Add LGPL and GPL texts. + +2006-09-21 Simon Josefsson + + * NEWS: Add. + +2006-09-21 Simon Josefsson + + * tests/pkcs1-pad: Simplify grep expression, to work around debug + messages from wine. + +2006-09-21 Simon Josefsson + + * src/certtool.c: + (generate_self_signed): Load key, if generate_certificate() didn't + load or generate it, typically because it used a certificate + request. Reported by Sascha Ziemann . + +2006-09-21 Simon Josefsson + + * src/certtool.c: Revert last patch. + +2006-09-21 Simon Josefsson + + * configure.in, NEWS: Bump versions. + +2006-09-21 Simon Josefsson + + * Makefile.am: Fix 'cvs rtag' to add the tag from the 1.4 branch. + +2006-09-21 Simon Josefsson + + * NEWS: Add. + +2006-09-21 Simon Josefsson + + * src/tests.c: + (test_session_resume2): When comparing session id's, also compare + that the lengths are the same. + +2006-09-21 Simon Josefsson + + * THANKS: Add. + +2006-09-21 Simon Josefsson + + * src/tests.c: + (test_session_resume2): If session-id is NULL, resumption isn't + supported. Tiny patch from Kataja Kai . + +2006-09-19 Simon Josefsson + + * tests/Makefile.am: Dist more. + +2006-09-19 Simon Josefsson + + * tests/pkcs1-pad: Test another cert. + +2006-09-19 Simon Josefsson + + * tests/pkcs1-pad-broken3.pem: Add forged cert, from Ralf-Philipp + Weinmann. + +2006-09-18 Simon Josefsson + + * configure.in: Gnulib seems to require autoconf 2.60? Bump it. + +2006-09-18 Simon Josefsson + + * libextra/opencdk/keydb.c: + (keydb_idx_search): Don't return CDK_EOF if key is found at offset + 0. Suggested by "Adam Langley" . + +2006-09-18 Simon Josefsson + + * doc/examples/ex-serv-pgp.c: Fix typo. Tiny patch from "Adam + Langley" . + +2006-09-18 Simon Josefsson + + * THANKS: Remove (already there). + +2006-09-18 Simon Josefsson + + * THANKS: Add. + +2006-09-18 Simon Josefsson + + * doc/examples/ex-serv-pgp.c: Fix typo. Tiny patch from "Adam + Langley" . + +2006-09-12 Simon Josefsson + + * NEWS: Add. + +2006-09-12 Simon Josefsson + + * NEWS: Fix. + +2006-09-12 Simon Josefsson + + * NEWS: Version 1.4.4. + +2006-09-12 Simon Josefsson + + * tests/pkcs1-pad: Fix. + +2006-09-12 Simon Josefsson + + * NEWS: Add. + +2006-09-12 Simon Josefsson + + * lib/x509/verify.c: Permit empty parameters field too, found after + adding self tests. + +2006-09-12 Simon Josefsson + + * lib/x509/verify.c: Permit empty parameters field too, found after + adding self tests. + +2006-09-12 Simon Josefsson + + * tests/pkcs1-pad: Fix exit code. + +2006-09-12 Simon Josefsson + + * tests/pkcs1-pad-ok2.pem, tests/pkcs1-pad-broken2.pem: Add, from + Eric Young in + . + +2006-09-12 Simon Josefsson + + * tests/pkcs1-pad: Add more tests. + +2006-09-12 Simon Josefsson + + * tests/Makefile.am: Add pkcs1-pad test. + +2006-09-12 Simon Josefsson + + * tests/pkcs1-pad-ok.pem, tests/pkcs1-pad-broken.pem: Add, from + Yutaka OIWA . + +2006-09-12 Simon Josefsson + + * tests/pkcs1-pad: Add. + +2006-09-12 Simon Josefsson + + * lib/x509/verify.c: Fix asn1_read_value() call to fix crash, + reported by Andreas Metzler . + +2006-09-12 Simon Josefsson + + * lib/gnutls_pk.c: Add 'break' to make logic easier to follow. + +2006-09-12 Simon Josefsson + + * lib/gnutls_pk.c: Log more; loging is safe and only enabled during + debugging. Add 'break' to make logic easier to follow. + +2006-09-12 Simon Josefsson + + * lib/x509/verify.c: Fix asn1_read_value() call to fix crash, + reported by Andreas Metzler . + +2006-09-11 Simon Josefsson + + * lib/gnutls_pk.c: Revert part of patch, logging is only enabled in + debug mode, which isn't recommended for real use. + +2006-09-08 Simon Josefsson + + * Makefile.am: Fix release target. + +2006-09-08 Simon Josefsson + + * NEWS, configure.in: Bump versions. + +2006-09-08 Simon Josefsson + + * NEWS: Version 1.4.3. + +2006-09-08 Simon Josefsson + + * NEWS: Add. + +2006-09-08 Simon Josefsson + + * NEWS: Fix. + +2006-09-08 Simon Josefsson + + * NEWS: Fix. + +2006-09-08 Simon Josefsson + + * NEWS: Add. + +2006-09-08 Simon Josefsson + + * lib/x509/verify.c: Make sure the digestAlgorithm.parameters field + is empty, which it has to be for the hashes we support. Otherwise, + the field can encode "garbage" that might be used to make the + signature be a perfect cube, similar (but not identical) to + Bleichenbacher's Crypto 06 rump session attack. + +2006-09-08 Simon Josefsson + + * NEWS: Fix. + +2006-09-08 Simon Josefsson + + * NEWS: Add. + +2006-09-08 Simon Josefsson + + * NEWS: Add. + +2006-09-08 Simon Josefsson + + * lib/gnutls_pk.c: Don't return different errors depending on + content of decrypted PKCS#1 token, to avoid Bleichenbacher's + Crypto'98 attack, suggested by Werner Koch . + +2006-09-08 Simon Josefsson + + * THANKS: Add. + +2006-09-08 Simon Josefsson + + * doc/examples/ex-client-srp.c: Use GNUTLS_SHUT_RDWR, tiny patch + from "Robert Millan [ackstorm]" . + +2006-09-08 Simon Josefsson + + * NEWS: Add. + +2006-09-08 Simon Josefsson + + * NEWS: Revert. + +2006-09-08 Simon Josefsson + + * src/certtool.c: Revert 2.113.2.1 fix, it solved one problem but + generated another. + +2006-08-29 Simon Josefsson + + * doc/protocol/draft-ietf-tls-openpgp-keys-11.txt: Add. + +2006-08-28 Simon Josefsson + + * NEWS: Fix. + +2006-08-28 Simon Josefsson + + * gl/Makefile.am, gl/getaddrinfo.c, gl/stdint_.h, gl/m4/arcfour.m4, + gl/m4/arctwo.m4, gl/m4/codeset.m4, gl/m4/des.m4, + gl/m4/gc-pbkdf2-sha1.m4, gl/m4/gc.m4, gl/m4/getdelim.m4, + gl/m4/getline.m4, gl/m4/getpass.m4, gl/m4/gnulib-cache.m4, + gl/m4/gnulib-comp.m4, gl/m4/hmac-md5.m4, gl/m4/hmac-sha1.m4, + gl/m4/intmax_t.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, + gl/m4/lock.m4, gl/m4/longlong.m4, gl/m4/md2.m4, gl/m4/md4.m4, + gl/m4/md5.m4, gl/m4/memxor.m4, gl/m4/read-file.m4, + gl/m4/readline.m4, gl/m4/rijndael.m4, gl/m4/sha1.m4, + gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/strdup.m4, + gl/override/doc/gendocs_template: Update. + +2006-08-27 Simon Josefsson + + * NEWS, THANKS: Add. + +2006-08-27 Simon Josefsson + + * 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/examples/tcp.c: Include netinet/in.h + for FreeBSD, reported by Roman Bogorodskiy . + +2006-08-27 Simon Josefsson + + * configure.in: Bump versions. + +2006-08-27 Simon Josefsson + + * NEWS: Add. + +2006-08-27 Simon Josefsson + + * lib/x509/x509_write.c: + (gnutls_x509_crt_sign2): Check to see if ISSUER_KEY is NULL before + continuing, based on report from Sascha Ziemann + . + +2006-08-27 Simon Josefsson + + * src/certtool.c: + (generate_certificate): Load private key when --load-request is + used, based on report from Sascha Ziemann + . + +2006-08-27 Simon Josefsson + + * THANKS: Add. + +2006-08-27 Simon Josefsson + + * src/certtool.c: + (generate_certificate): Load private key when --load-request is + used, based on report from Sascha Ziemann + . + +2006-08-27 Simon Josefsson + + * lib/x509/x509_write.c: + (gnutls_x509_crt_sign2): Check to see if ISSUER_KEY is NULL before + continuing, based on report from Sascha Ziemann + . + +2006-08-14 Simon Josefsson + + * NEWS: Add. + +2006-08-14 Simon Josefsson + + * src/serv.c: Map select to _win_select on Windows hosts. + +2006-08-14 Simon Josefsson + + * src/Makefile.am: Need select.c in cli.c and serv.c. + +2006-08-14 Simon Josefsson + + * src/select.c: Add, moved from cli.c, originally from plibc, see + + . + +2006-08-14 Simon Josefsson + + * src/cli.c: Move _win_select to select.c. + +2006-08-14 Simon Josefsson + + * src/cli.c: Make select() work on Windows, copying code from + plibc, see + + . + +2006-08-13 Simon Josefsson + + * libextra/gnutls_openssl.c: Mark with XXX. + +2006-08-13 Simon Josefsson + + * NEWS, configure.in: Bump versions. + +2006-08-13 Simon Josefsson + + * Makefile.am: Fix release target. + 2006-08-13 Simon Josefsson * NEWS: Version 1.5.0. -- cgit v1.2.1