Attempt to negotiate TLS 1.2 by default.
[gnutls.git] / NEWS
blobab80b90bba4b018d1f429a56012c11a3f7fe3657
1 GNU TLS NEWS -- History of user-visible changes.                -*- outline -*-
2 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson
3 Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavrogiannopoulos
4 See the end for copying conditions.
6 * Version 2.9.7 (unreleased)
8 ** libgnutls: TLS 1.2 server mode fixes.
9 Now interoperates against Opera.  Contributed by Daiki Ueno.
11 ** API and ABI modifications:
12 No changes since last version.
14 * Version 2.9.6 (released 2009-09-22)
16 ** libgnutls: Enable Camellia ciphers by default.
18 ** API and ABI modifications:
19 No changes since last version.
21 * Version 2.9.5 (released 2009-09-10)
23 ** libgnutls: Add new functions to extract X.509 Issuer Alternative Names.
24 The new functions are gnutls_x509_crt_get_issuer_alt_name2,
25 gnutls_x509_crt_get_issuer_alt_name, and
26 gnutls_x509_crt_get_issuer_alt_othername_oid.  Contributed by Brad
27 Hards <bradh@frogmouth.net>.
29 ** API and ABI modifications:
30 gnutls_x509_crt_get_issuer_alt_name2: ADDED.
31 gnutls_x509_crt_get_issuer_alt_name: ADDED.
32 gnutls_x509_crt_get_issuer_alt_othername_oid: ADDED.
34 * Version 2.9.4 (released 2009-09-03)
36 ** libgnutls: Client-side TLS 1.2 and SHA-256 ciphersuites now works.
37 The new supported ciphersuites are AES-128/256 in CBC mode with
38 ANON-DH/RSA/DHE-DSS/DHE-RSA.  Contributed by Daiki Ueno.  Further,
39 SHA-256 is now the preferred default MAC (however it is only used with
40 TLS 1.2).
42 ** libgnutls: Make OpenPGP hostname checking work again.
43 The patch to resolve the X.509 CN/SAN issue accidentally broken
44 OpenPGP hostname comparison.
46 ** libgnutls: When printing X.509 certificates, handle XMPP SANs better.
47 Reported by Howard Chu <hyc@symas.com> in
48 <https://savannah.gnu.org/support/?106975>.
50 ** Fix use of deprecated types internally.
51 Use of deprecated types in GnuTLS from now on will lead to a compile
52 error, to prevent this from happening again.
54 ** API and ABI modifications:
55 No changes since last version.
57 * Version 2.9.3 (released 2009-08-19)
59 ** libgnutls: Support for TLS tickets was contributed by Daiki Ueno.
60 The new APIs are gnutls_session_ticket_enable_client,
61 gnutls_session_ticket_enable_server, and
62 gnutls_session_ticket_key_generate.
64 ** gnutls-cli, gnutls-serv: New parameter --noticket to disable TLS tickets.
66 ** API and ABI modifications:
67 gnutls_session_ticket_key_generate: ADDED.
68 gnutls_session_ticket_enable_client: ADDED.
69 gnutls_session_ticket_enable_server: ADDED.
71 * Version 2.9.2 (released 2009-08-14)
73 ** libgnutls: Fix problem with NUL bytes in X.509 CN and SAN fields.
74 By using a NUL byte in CN/SAN fields, it was possible to fool GnuTLS
75 into 1) not printing the entire CN/SAN field value when printing a
76 certificate and 2) cause incorrect positive matches when matching a
77 hostname against a certificate.  Some CAs apparently have poor
78 checking of CN/SAN values and issue these (arguable invalid)
79 certificates.  Combined, this can be used by attackers to become a
80 MITM on server-authenticated TLS sessions.  The problem is mitigated
81 since attackers needs to get one certificate per site they want to
82 attack, and the attacker reveals his tracks by applying for a
83 certificate at the CA.  It does not apply to client authenticated TLS
84 sessions.  Research presented independently by Dan Kaminsky and Moxie
85 Marlinspike at BlackHat09.  Thanks to Tomas Hoger <thoger@redhat.com>
86 for providing one part of the patch.  [GNUTLS-SA-2009-4] [CVE-2009-2730].
88 ** libgnutls: Fix rare failure in gnutls_x509_crt_import.
89 The function may fail incorrectly when an earlier certificate was
90 imported to the same gnutls_x509_crt_t structure.
92 ** minitasn1: Internal copy updated to libtasn1 v2.3.
94 ** libgnutls: Fix return value of gnutls_certificate_client_get_request_status.
95 Before it always returned false.  Reported by Peter Hendrickson
96 <pdh@wiredyne.com> in
97 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3668>.
99 ** libgnutls: Fix off-by-one size computation error in unknown DN printing.
100 The error resulted in truncated strings when printing unknown OIDs in
101 X.509 certificate DNs.  Reported by Tim Kosse
102 <tim.kosse@filezilla-project.org> in
103 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3651>.
105 ** libgnutls: Fix PKCS#12 decryption from password.
106 The encryption key derived from the password was incorrect for (on
107 average) 1 in every 128 input for random inputs.  Reported by "Kukosa,
108 Tomas" <tomas.kukosa@siemens-enterprise.com> in
109 <http://permalink.gmane.org/gmane.network.gnutls.general/1663>.
111 ** libgnutls: Return correct bit lengths of some MPIs.
112 gnutls_dh_get_prime_bits, gnutls_rsa_export_get_modulus_bits, and
113 gnutls_dh_get_peers_public_bits.  Before the reported value was
114 overestimated.  Reported by Peter Hendrickson <pdh@wiredyne.com> in
115 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3607>.
117 ** libgnutls: Avoid internal error when invoked after GNUTLS_E_AGAIN.
118 Report and patch by Tim Kosse <tim.kosse@filezilla-project.org> in
119 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3671>
121 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3670>.
123 ** libgnutls: Relax checking of required libtasn1/libgcrypt versions.
124 Before we required that the runtime library used the same (or more
125 recent) libgcrypt/libtasn1 as it was compiled with.  Now we just check
126 that the runtime usage is above the minimum required.  Reported by
127 Marco d'Itri <md@linux.it> via Andreas Metzler
128 <ametzler@downhill.at.eu.org> in <http://bugs.debian.org/540449>.
130 ** tests: Added new self-test pkcs12_s2k_pem to detect MPI bit length error.
132 ** tests: Improved test vectors in self-test pkcs12_s2k.
134 ** tests: Added new self-test dn2 to detect off-by-one size error.
136 ** tests: Fix failure in "chainverify" because a certificate have expired.
138 ** API and ABI modifications:
139 No changes since last version.
141 * Version 2.9.1 (released 2009-06-08)
143 ** libgnutls: Fix crash in gnutls_global_init after earlier init/deinit cycle.
144 Forwarded by Martin von Gagern <Martin.vGagern@gmx.net> from
145 <http://bugs.gentoo.org/272388>.
147 ** tests: Added new self-tests init_roundtrip.c to detect previous problem.
149 ** Reduce stack usage for some CRQ functions.
151 ** Doc fixes for CRQ functions.
153 ** API and ABI modifications:
154 No changes since last version.
156 * Version 2.9.0 (released 2009-05-28)
158 ** Doc fixes.
160 ** API and ABI modifications:
161 No changes since last version.
163 * Version 2.8.3 (released 2009-08-13)
165 ** libgnutls: Fix patch for NUL in CN/SAN in last release.
166 Code intended to be removed would lead to an read-out-bound error in
167 some situations.  Reported by Tomas Hoger <thoger@redhat.com>.  A CVE
168 code have been allocated for the vulnerability: [CVE-2009-2730].
170 ** libgnutls: Fix rare failure in gnutls_x509_crt_import.
171 The function may fail incorrectly when an earlier certificate was
172 imported to the same gnutls_x509_crt_t structure.
174 ** libgnutls-extra, libgnutls-openssl: Fix MinGW cross-compiling build error.
176 ** tests: Made self-test mini-eagain take less time.
178 ** doc: Typo fixes.
180 ** API and ABI modifications:
181 No changes since last version.
183 * Version 2.8.2 (released 2009-08-10)
185 ** libgnutls: Fix problem with NUL bytes in X.509 CN and SAN fields.
186 By using a NUL byte in CN/SAN fields, it was possible to fool GnuTLS
187 into 1) not printing the entire CN/SAN field value when printing a
188 certificate and 2) cause incorrect positive matches when matching a
189 hostname against a certificate.  Some CAs apparently have poor
190 checking of CN/SAN values and issue these (arguable invalid)
191 certificates.  Combined, this can be used by attackers to become a
192 MITM on server-authenticated TLS sessions.  The problem is mitigated
193 since attackers needs to get one certificate per site they want to
194 attack, and the attacker reveals his tracks by applying for a
195 certificate at the CA.  It does not apply to client authenticated TLS
196 sessions.  Research presented independently by Dan Kaminsky and Moxie
197 Marlinspike at BlackHat09.  Thanks to Tomas Hoger <thoger@redhat.com>
198 for providing one part of the patch.  [GNUTLS-SA-2009-4].
200 ** libgnutls: Fix return value of gnutls_certificate_client_get_request_status.
201 Before it always returned false.  Reported by Peter Hendrickson
202 <pdh@wiredyne.com> in
203 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3668>.
205 ** libgnutls: Fix off-by-one size computation error in unknown DN printing.
206 The error resulted in truncated strings when printing unknown OIDs in
207 X.509 certificate DNs.  Reported by Tim Kosse
208 <tim.kosse@filezilla-project.org> in
209 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3651>.
211 ** libgnutls: Return correct bit lengths of some MPIs.
212 gnutls_dh_get_prime_bits, gnutls_rsa_export_get_modulus_bits, and
213 gnutls_dh_get_peers_public_bits.  Before the reported value was
214 overestimated.  Reported by Peter Hendrickson <pdh@wiredyne.com> in
215 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3607>.
217 ** libgnutls: Avoid internal error when invoked after GNUTLS_E_AGAIN.
218 Report and patch by Tim Kosse <tim.kosse@filezilla-project.org> in
219 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3671>
221 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3670>.
223 ** libgnutls: Relax checking of required libtasn1/libgcrypt versions.
224 Before we required that the runtime library used the same (or more
225 recent) libgcrypt/libtasn1 as it was compiled with.  Now we just check
226 that the runtime usage is above the minimum required.  Reported by
227 Marco d'Itri <md@linux.it> via Andreas Metzler
228 <ametzler@downhill.at.eu.org> in <http://bugs.debian.org/540449>.
230 ** minitasn1: Internal copy updated to libtasn1 v2.3.
232 ** tests: Fix failure in "chainverify" because a certificate have expired.
234 ** API and ABI modifications:
235 No changes since last version.
237 * Version 2.8.1 (released 2009-06-10)
239 ** libgnutls: Fix crash in gnutls_global_init after earlier init/deinit cycle.
240 Forwarded by Martin von Gagern <Martin.vGagern@gmx.net> from
241 <http://bugs.gentoo.org/272388>.
243 ** libgnutls: Fix PKCS#12 decryption from password.
244 The encryption key derived from the password was incorrect for (on
245 average) 1 in every 128 input for random inputs.  Reported by "Kukosa,
246 Tomas" <tomas.kukosa@siemens-enterprise.com> in
247 <http://permalink.gmane.org/gmane.network.gnutls.general/1663>.
249 ** API and ABI modifications:
250 No changes since last version.
252 * Version 2.8.0 (released 2009-05-27)
254 ** doc: Fix gnutls_dh_get_prime_bits.  Fix error codes and algorithm lists.
256 ** Major changes compared to the v2.4 branch:
258 *** lib: Linker version scripts reduces number of exported symbols.
260 *** lib: Limit exported symbols on systems without LD linker scripts.
262 *** libgnutls: Fix namespace issue with version symbols.
264 *** libgnutls: Add functions to verify a hash against a certificate.
265 gnutls_x509_crt_verify_hash: ADDED
266 gnutls_x509_crt_get_verify_algorithm: ADDED
268 *** gnutls-serv: Listen on all interfaces, including both IPv4 and IPv6.
270 *** i18n: The GnuTLS gettext domain is now 'libgnutls' instead of 'gnutls'.
272 *** certtool: Query for multiple dnsName subjectAltName in interactive mode.
274 *** gnutls-cli: No longer accepts V1 CAs by default during X.509 chain verify.
276 *** gnutls-serv: No longer disable MAC padding by default.
278 *** gnutls-cli: Certificate information output format changed.
280 *** libgnutls: New priority strings %VERIFY_ALLOW_SIGN_RSA_MD5
281 *** and %VERIFY_ALLOW_X509_V1_CA_CRT.
283 *** libgnutls: gnutls_x509_crt_print prints signature algorithm in oneline mode.
285 *** libgnutls: gnutls_openpgp_crt_print supports oneline mode.
287 *** libgnutls: gnutls_handshake when sending client hello during a
288 rehandshake, will not offer a version number larger than the current.
290 *** libgnutls: New interface to get key id for certificate requests.
291 gnutls_x509_crq_get_key_id: ADDED.
293 *** libgnutls: gnutls_x509_crq_print will now also print public key id.
295 *** certtool: --verify-chain now prints results of using library verification.
297 *** libgnutls: Libgcrypt initialization changed.
299 *** libgnutls: Small byte reads via gnutls_record_recv() optimized.
301 *** gnutls-cli: Return non-zero exit code on error conditions.
303 *** gnutls-cli: Corrected bug which caused a rehandshake request to be ignored.
305 *** certtool: allow setting arbitrary key purpose object identifiers.
307 *** libgnutls: Change detection of when to use a linker version script.
308 Use --enable-ld-version-script or --disable-ld-version-script to
309 override auto-detection logic.
311 *** Fix warnings and build GnuTLS with more warnings enabled.
313 *** New API to set X.509 credentials from PKCS#12 memory structure.
314 gnutls_certificate_set_x509_simple_pkcs12_mem: ADDED
316 *** Old libgnutls.m4 and libgnutls-config scripts removed.
317 Please use pkg-config instead.
319 *** libgnutls: Added functions to handle CRL extensions.
320 gnutls_x509_crl_get_authority_key_id: ADDED
321 gnutls_x509_crl_get_number: ADDED
322 gnutls_x509_crl_get_extension_oid: ADDED
323 gnutls_x509_crl_get_extension_info: ADDED
324 gnutls_x509_crl_get_extension_data: ADDED
325 gnutls_x509_crl_set_authority_key_id: ADDED
326 gnutls_x509_crl_set_number: ADDED
328 *** libgnutls: Added functions to handle X.509 extensions in Certificate
329 Requests.
330 gnutls_x509_crq_get_key_rsa_raw: ADDED
331 gnutls_x509_crq_get_attribute_info: ADDED
332 gnutls_x509_crq_get_attribute_data: ADDED
333 gnutls_x509_crq_get_extension_info: ADDED
334 gnutls_x509_crq_get_extension_data: ADDED
335 gnutls_x509_crq_get_key_usage: ADDED
336 gnutls_x509_crq_get_basic_constraints: ADDED
337 gnutls_x509_crq_get_subject_alt_name: ADDED
338 gnutls_x509_crq_get_subject_alt_othername_oid: ADDED
339 gnutls_x509_crq_get_extension_by_oid: ADDED
340 gnutls_x509_crq_set_subject_alt_name: ADDED
341 gnutls_x509_crq_set_basic_constraints: ADDED
342 gnutls_x509_crq_set_key_usage: ADDED
343 gnutls_x509_crq_get_key_purpose_oid: ADDED
344 gnutls_x509_crq_set_key_purpose_oid: ADDED
345 gnutls_x509_crq_print: ADDED
346 gnutls_x509_crt_set_crq_extensions: ADDED
348 *** certtool: Print and set CRL and CRQ extensions.
350 *** minitasn1: Internal copy updated to libtasn1 v2.1.
352 *** examples: Now released into the public domain.
354 *** The Texinfo and GTK-DOC manuals were improved.
356 *** Several self-tests were added and others improved.
358 *** API/ABI changes in GnuTLS 2.8 compared to GnuTLS 2.6.x
359 No offically supported interfaces have been modified or removed.  The
360 library should be completely backwards compatible on both the source
361 and binary level.
363 The shared library no longer exports some symbols that have never been
364 officially supported, i.e., not mentioned in any of the header files.
365 The symbols are:
367   _gnutls*
368   gnutls_asn1_tab
369   
370 Normally when symbols are removed, the shared library version has to
371 be incremented.  This leads to a significant cost for everyone using
372 the library.  Because none of the above symbols have ever been
373 intended for use by well-behaved applications, we decided that the it
374 would be better for those applications to pay the price rather than
375 incurring problems on the majority of applications.
377 If it turns out that applications have been using unofficial
378 interfaces, we will need to release a follow-on release on the v2.8
379 branch to exports additional interfaces.  However, initial testing
380 suggests that few if any applications have been using any of the
381 internal symbols.
383 Although not a new change compared to 2.6.x, we'd like to remind you
384 interfaces have been modified so that X.509 chain verification now
385 also checks activation/expiration times on certificates.  The affected
386 functions are:
388 gnutls_x509_crt_list_verify: CHANGED, checks activation/expiration times.
389 gnutls_certificate_verify_peers: Likewise.
390 gnutls_certificate_verify_peers2: Likewise.
391 GNUTLS_CERT_NOT_ACTIVATED: ADDED.
392 GNUTLS_CERT_EXPIRED: ADDED.
393 GNUTLS_VERIFY_DISABLE_TIME_CHECKS: ADDED.
395 This change in behaviour was made during the GnuTLS 2.6.x cycle, and
396 we gave our rationale for it in earlier release notes.
398 The following symbols have been added to the library:
400 gnutls_certificate_set_x509_simple_pkcs12_mem: ADDED
401 gnutls_x509_crl_get_authority_key_id: ADDED
402 gnutls_x509_crl_get_extension_data: ADDED
403 gnutls_x509_crl_get_extension_info: ADDED
404 gnutls_x509_crl_get_extension_oid: ADDED
405 gnutls_x509_crl_get_number: ADDED
406 gnutls_x509_crl_set_authority_key_id: ADDED
407 gnutls_x509_crl_set_number: ADDED
408 gnutls_x509_crq_get_attribute_data: ADDED
409 gnutls_x509_crq_get_attribute_info: ADDED
410 gnutls_x509_crq_get_basic_constraints: ADDED
411 gnutls_x509_crq_get_extension_by_oid: ADDED
412 gnutls_x509_crq_get_extension_data: ADDED
413 gnutls_x509_crq_get_extension_info: ADDED
414 gnutls_x509_crq_get_key_id: ADDED.
415 gnutls_x509_crq_get_key_purpose_oid: ADDED
416 gnutls_x509_crq_get_key_rsa_raw: ADDED
417 gnutls_x509_crq_get_key_usage: ADDED
418 gnutls_x509_crq_get_subject_alt_name: ADDED
419 gnutls_x509_crq_get_subject_alt_othername_oid: ADDED
420 gnutls_x509_crq_print: ADDED
421 gnutls_x509_crq_set_basic_constraints: ADDED
422 gnutls_x509_crq_set_key_purpose_oid: ADDED
423 gnutls_x509_crq_set_key_usage: ADDED
424 gnutls_x509_crq_set_subject_alt_name: ADDED
425 gnutls_x509_crt_get_verify_algorithm: ADDED
426 gnutls_x509_crt_set_crq_extensions: ADDED
427 gnutls_x509_crt_verify_hash: ADDED
429 The following interfaces have been added to the header files:
431 GNUTLS_VERSION: ADDED, replaces LIBGNUTLS_VERSION.
432 GNUTLS_VERSION_MAJOR: ADDED, replaces LIBGNUTLS_VERSION_MAJOR.
433 GNUTLS_VERSION_MINOR: ADDED, replaces LIBGNUTLS_VERSION_MINOR.
434 GNUTLS_VERSION_PATCH: ADDED, replaces LIBGNUTLS_VERSION_PATCH.
435 GNUTLS_VERSION_NUMBER: ADDED, replaces LIBGNUTLS_VERSION_NUMBER.
436 GNUTLS_EXTRA_VERSION: ADDED, replaces LIBGNUTLS_EXTRA_VERSION.
438 The following interfaces have been deprecated:
440 LIBGNUTLS_VERSION: DEPRECATED.
441 LIBGNUTLS_VERSION_MAJOR: DEPRECATED.
442 LIBGNUTLS_VERSION_MINOR: DEPRECATED.
443 LIBGNUTLS_VERSION_PATCH: DEPRECATED.
444 LIBGNUTLS_VERSION_NUMBER: DEPRECATED.
445 LIBGNUTLS_EXTRA_VERSION: DEPRECATED.
447 * Version 2.7.14 (released 2009-05-26)
449 ** libgnutls: Fix namespace issue with version symbol for libgnutls-extra.
450 The symbol LIBGNUTLS_EXTRA_VERSION were renamed to
451 GNUTLS_EXTRA_VERSION.  The old symbol will continue to work but is
452 deprecated.
454 ** Doc: Several typo fixes in documentation.
455 Reported by Peter Hendrickson <pdh@wiredyne.com>.
457 ** API and ABI modifications:
458 GNUTLS_VERSION: ADDED, replaces LIBGNUTLS_EXTRA_VERSION.
459 LIBGNUTLS_EXTRA_VERSION: DEPRECATED.
461 * Version 2.7.13 (released 2009-05-25)
463 ** libgnutls: Fix version of some exported symbols in the shared library.
464 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
465 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3576>.
467 ** tests: Handle recently expired certificates in chainverify self-test.
468 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
469 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3580>.
471 ** API and ABI modifications:
472 No changes since last version.
474 * Version 2.7.12 (released 2009-05-20)
476 ** gnutls-serv, gnutls-cli-debug: Make them work on Windows.
478 ** tests/crq_key_id: Don't read entropy from /dev/random in self-test.
479 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
480 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3570>.
482 ** Fix build failures.
483 Missing sa_family_t and vsnprintf on IRIX.  Reported by "Tom
484 G. Christensen" <tgc@jupiterrise.com> in
485 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3571>.
487 ** minitasn1: Internal copy updated to libtasn1 v2.2.
488 GnuTLS should work fine with libtasn1 v1.x and that is still
489 supported.
491 ** API and ABI modifications:
492 No changes since last version.
494 * Version 2.7.11 (released 2009-05-18)
496 ** minitasn1: Fix build failure when using internal libtasn1.
497 Reported by "Tom G. Christensen" <tgc@jupiterrise.com> in
498 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3548>.
500 ** libgnutls: Fix build failure with --disable-cxx.
501 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
502 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3557>.
504 ** gnutls-serv: Fix build failure for unportable NI_MAXHOST/NI_MAXSERV.
505 Reported by "Tom G. Christensen" <tgc@jupiterrise.com> in
506 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3560>
508 ** Building with many warning flags now requires --enable-gcc-warnings.
509 This avoids crying wolf for normal compiles.
511 ** API and ABI modifications:
512 No changes since last version.
514 * Version 2.7.10 (released 2009-05-13)
516 ** examples: Now released into the public domain.
517 This makes the license of the example code compatible with more
518 licenses, including the (L)GPL.
520 ** minitasn1: Internal copy updated to libtasn1 v2.1.
521 GnuTLS should work fine with libtasn1 v1.x and that is still
522 supported.
524 ** libgnutls: Fix crash in signature verification
525 The fix for the CVE-2009-1415 problem wasn't merged completely.
527 ** doc: Fixes for GTK-DOC output.
529 ** API and ABI modifications:
530 No changes since last version.
532 * Version 2.7.9 (released 2009-05-11)
534 ** doc: Fix strings in man page of gnutls_priority_init.
536 ** doc: Fix tables of error codes and supported algorithms.
538 ** Fix build failure when cross-compiled using MinGW.
540 ** Fix build failure when LZO is enabled.
541 Reported by Arfrever Frehtes Taifersar Arahesis
542 <arfrever.fta@gmail.com> in
543 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3522>.
545 ** Fix build failure on systems without AF_INET6, e.g., Solaris 2.6.
546 Reported by "Tom G. Christensen" <tgc@jupiterrise.com> in
547 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3524>.
549 ** Fix warnings in self-tests.
551 ** API and ABI modifications:
552 No changes since last version.
554 * Version 2.7.8 (released 2009-05-03)
556 ** libgnutls: Fix DSA key generation.
557 Merged from stable branch.  [GNUTLS-SA-2009-2] [CVE-2009-1416]
559 ** libgnutls: Check expiration/activation time on untrusted certificates.
560 Merged from stable branch.  Reported by Romain Francoise
561 <romain@orebokech.com>.  This changes the semantics of
562 gnutls_x509_crt_list_verify, which in turn is used by
563 gnutls_certificate_verify_peers and gnutls_certificate_verify_peers2.
564 We add two new gnutls_certificate_status_t codes for reporting the new
565 error condition, GNUTLS_CERT_NOT_ACTIVATED and GNUTLS_CERT_EXPIRED.
566 We also add a new gnutls_certificate_verify_flags flag,
567 GNUTLS_VERIFY_DISABLE_TIME_CHECKS, that can be used to disable the new
568 behaviour.  [GNUTLS-SA-2009-3] [CVE-2009-1417]
570 ** lib: Linker version scripts reduces number of exported symbols.
571 The linker version script now lists all exported ABIs explicitly, to
572 avoid accidentally exporting unintended functions.  Compared to
573 before, most symbols beginning with _gnutls* are no longer exported.
574 These functions have never been intended for use by applications, and
575 there were no prototypes for these function in the public header
576 files.  Thus we believe it is possible to do this without incrementing
577 the library ABI version which normally has to be done when removing an
578 interface.
580 ** lib: Limit exported symbols on systems without LD linker scripts.
581 Before all symbols were exported.  Now we limit the exported symbols
582 to (for libgnutls and libgnutls-extra) gnutls* and (for libgnutls)
583 _gnutls*.  This is a superset of the actual supported ABI, but still
584 an improvement compared to before.  This is implemented using Libtool
585 -export-symbols-regex.  It is more portable than linker version
586 scripts.
588 ** libgnutls: Incremented CURRENT/AGE libtool version to reflect new symbols.
589 This should have been done in the last release.
591 ** gnutls-serv: Listen on all interfaces, including both IPv4 and IPv6.
592 Reported by Peter Hendrickson <pdh@wiredyne.com> in
593 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3476>.
595 ** doc: Improved sections for the info manual.
596 We now follow the advice given by the texinfo manual on which
597 directory categories to use.  In particular, libgnutls moved from the
598 'GNU Libraries' section to the 'Software libraries' and the command
599 line tools moved from 'Network Applications' to 'System
600 Administration'.
602 ** API and ABI modifications:
603 gnutls_x509_crt_list_verify: CHANGED, checks activation/expiration times.
604 gnutls_certificate_verify_peers: Likewise.
605 gnutls_certificate_verify_peers2: Likewise.
606 GNUTLS_CERT_NOT_ACTIVATED: ADDED.
607 GNUTLS_CERT_EXPIRED: ADDED.
608 GNUTLS_VERIFY_DISABLE_TIME_CHECKS: ADDED.
610 * Version 2.7.7 (released 2009-04-20)
612 ** libgnutls: Applied patch by Cedric Bail to add functions
613 gnutls_x509_crt_verify_hash() and gnutls_x509_crt_get_verify_algorithm().
615 ** gnutls.pc: Add -ltasn1 to 'pkg-config --libs --static gnutls' output.
616 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
617 <http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3467>.
619 ** minitasn1: Internal copy updated to libtasn1 v1.8.
620 GnuTLS is also internally ready to be used with libtasn1 v2.0.
622 ** doc: Fix build failure of errcodes/printlist.
623 Reported by Roman Bogorodskiy <novel@FreeBSD.org> in
624 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3435>.
626 ** i18n: The GnuTLS gettext domain is now 'libgnutls' instead of 'gnutls'.
627 It is currently only used by the core library.  This will enable a new
628 domain 'gnutls' for translations of the command line tools.
630 ** Corrected possible memory corruption on signature verification failure. 
631 Reported by Miroslav Kratochvil <exa.exa@gmail.com>
633 ** API and ABI modifications:
634 gnutls_x509_crt_verify_hash: ADDED
635 gnutls_x509_crt_get_verify_algorithm: ADDED
637 * Version 2.7.6 (released 2009-02-27)
639 ** certtool: Query for multiple dnsName subjectAltName in interactive mode.
640 This applies both to generating certificates and certificate requests.
642 ** pkix.asn: Removed unneeded definitions to reduce memory usage.
644 ** gnutls-cli: No longer accepts V1 CAs by default during X.509 chain verify.
645 Use --priority NORMAL:%VERIFY_ALLOW_X509_V1_CA_CRT to permit V1 CAs to
646 be used for chain verification.
648 ** gnutls-serv: No longer disable MAC padding by default.
649 Use --priority NORMAL:%COMPAT to disable MAC padding again.
651 ** gnutls-cli: Certificate information output format changed.
652 The tool now uses libgnutls' functions to print certificate
653 information.  This avoids code duplication.
655 ** libgnutls: New priority strings %VERIFY_ALLOW_SIGN_RSA_MD5
656 ** and %VERIFY_ALLOW_X509_V1_CA_CRT.
657 They can be used to override the default certificate chain validation
658 behaviour.
660 ** libgnutls: Added %SSL3_RECORD_VERSION priority string that allows to 
661 specify the client hello message record version. Used to overcome buggy 
662 TLS servers. Report by Martin von Gagern.
664 ** libgnutls: gnutls_x509_crt_print prints signature algorithm in oneline mode.
666 ** libgnutls: gnutls_openpgp_crt_print supports oneline mode.
668 ** doc: Update gnutls-cli and gnutls-serv --help output descriptions.
670 ** API and ABI modifications:
671 No changes since last version.
673 * Version 2.7.5 (released 2009-02-06)
675 ** libgnutls: Accept chains where intermediary certs are trusted.
676 Before GnuTLS needed to validate the entire chain back to a
677 self-signed certificate.  GnuTLS will now stop looking when it has
678 found an intermediary trusted certificate.  The new behaviour is
679 useful when chains, for example, contains a top-level CA, an
680 intermediary CA signed using RSA-MD5, and an end-entity certificate.
681 To avoid chain validation errors due to the RSA-MD5 cert, you can
682 explicitly add the intermediary RSA-MD5 cert to your trusted certs.
683 The signature on trusted certificates are not checked, so the chain
684 has a chance to validate correctly.  Reported by "Douglas E. Engert"
685 <deengert@anl.gov> in
686 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351>.
688 ** libgnutls: result_size in gnutls_hex_encode now holds
689 the size of the result. Report by John Brooks <special@dereferenced.net>.
691 ** libgnutls: gnutls_handshake when sending client hello during a
692 rehandshake, will not offer a version number larger than the current.
693 Reported by Tristan Hill <stan@saticed.me.uk>.
695 ** libgnutls: Permit V1 Certificate Authorities properly.
696 Before they were mistakenly rejected even though
697 GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT and/or
698 GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT were supplied.  Reported by
699 "Douglas E. Engert" <deengert@anl.gov> in
700 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351>.
702 ** API and ABI modifications:
703 No changes since last version.
705 * Version 2.7.4 (released 2009-01-07)
707 ** libgnutls: deprecate X.509 validation chains using MD5 and MD2 signatures.
708 This is a bugfix -- the previous attempt to do this from internal x509
709 certificate verification procedures did not return the correct value
710 for certificates using a weak hash.  Reported by Daniel Kahn Gillmor
711 <dkg@fifthhorseman.net> in
712 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3332>,
713 debugged and patch by Tomas Mraz <tmraz@redhat.com> and Daniel Kahn
714 Gillmor <dkg@fifthhorseman.net>.
716 ** libgnutls: New interface to get key id for certificate requests.
717 Patch from David Marín Carreño <davefx@gmail.com> in
718 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3321>.
720 ** libgnutls: gnutls_x509_crq_print will now also print public key id.
722 ** certtool: --verify-chain now prints results of using library verification.
723 Earlier, certtool --verify-chain used its own validation algorithm
724 which wasn't guaranteed to give the same result as the libgnutls
725 internal validation algorithm.  Now this command print a new final
726 line with header 'Chain verification output:' that contains the result
727 from using the internal verification algorithm on the same chain.
729 ** tests: Add crq_key_id self-test of gnutls_x509_crq_get_key_id.
731 ** API and ABI modifications:
732 gnutls_x509_crq_get_key_id: ADDED.
734 * Version 2.7.3 (released 2008-12-10)
736 ** libgnutls: Fix chain verification for chains that ends with RSA-MD2 CAs.
737 Reported by Michael Kiefer <Michael-Kiefer@web.de> in
738 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507633> forwarded by
739 Andreas Metzler <ametzler@downhill.at.eu.org> in
740 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3309>.
742 ** libgnutls: Libgcrypt initialization changed.
743 If libgcrypt has not already been initialized, GnuTLS will now
744 initialize libgcrypt with disabled secure memory.  Initialize
745 libgcrypt explicitly in your application if you want to enable secure
746 memory.  Before GnuTLS initialized libgcrypt to use GnuTLS's memory
747 allocation functions, which doesn't use secure memory, so there is no
748 real change in behaviour.
750 ** libgnutls: Fix memory leak in PSK authentication.
751 Reported by Michael Weiser <michael@weiser.dinsnail.net> in
752 <http://permalink.gmane.org/gmane.network.gnutls.general/1465>.
754 ** libgnutls: Small byte reads via gnutls_record_recv() optimized.
756 ** certtool: Move gcry_control(GCRYCTL_ENABLE_QUICK_RANDOM, 0) call earlier.
757 It needs to be invoked before libgcrypt is initialized.
759 ** gnutls-cli: Return non-zero exit code on error conditions.
761 ** gnutls-cli: Corrected bug which caused a rehandshake request to be ignored.
763 ** tests: Added chainverify self-test that tests X.509 chain verifications.
765 ** API and ABI modifications:
766 No changes since last version.
768 * Version 2.7.2 (released 2008-11-18)
770 ** libgnutls: Fix X.509 certificate chain validation error. [GNUTLS-SA-2008-3]
771 The flaw makes it possible for man in the middle attackers (i.e.,
772 active attackers) to assume any name and trick GNU TLS clients into
773 trusting that name.  Thanks for report and analysis from Martin von
774 Gagern <Martin.vGagern@gmx.net>.  [CVE-2008-4989]
776 Any updates with more details about this vulnerability will be added
777 to <http://www.gnu.org/software/gnutls/security.html>
779 ** libgnutls: Fix namespace issue with version symbols.
780 The symbols LIBGNUTLS_VERSION, LIBGNUTLS_VERSION_MAJOR,
781 LIBGNUTLS_VERSION_MINOR, LIBGNUTLS_VERSION_PATCH, and
782 LIBGNUTLS_VERSION_NUMBER were renamed to GNUTLS_VERSION_NUMBER,
783 GNUTLS_VERSION_MAJOR, GNUTLS_VERSION_MINOR, GNUTLS_VERSION_PATCH, and
784 GNUTLS_VERSION_NUMBER respectively.  The old symbols will continue to
785 work but are deprecated.
787 ** certtool: allow setting arbitrary key purpose object identifiers.
789 ** libgnutls: Fix detection of C99 macros, to make debug logging work again.
791 ** libgnutls: Add missing prototype for gnutls_srp_set_prime_bits.
792 Reported by Kevin Quick <quick@sparq.org> in
793 <https://savannah.gnu.org/support/index.php?106454>.
795 ** libgnutls-extra: Make building with LZO compression work again.
796 Build failure reported by Arfrever Frehtes Taifersar Arahesis
797 <arfrever.fta@gmail.com> in
798 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3194>.
800 ** libgnutls: Change detection of when to use a linker version script.
801 Use --enable-ld-version-script or --disable-ld-version-script to
802 override auto-detection logic.
804 ** doc: Change license on the manual to GFDLv1.3+.
806 ** doc: GTK-DOC fixes for new splitted configuration system.
808 ** doc: Texinfo stylesheet uses white background.
810 ** tests: Add cve-2008-4989.c self-test.
811 Tests regressions of the GNUTLS-SA-2008-3 security problem, and the
812 follow-on problem with crashes on length 1 certificate chains.
814 ** gnulib: Deprecated modules removed.
815 Modules include memchr and memcmp.
817 ** Fix warnings and build GnuTLS with more warnings enabled.
819 ** minitasn1: Internal copy updated to libtasn1 v1.7.
821 ** API and ABI modifications:
822 gnutls_certificate_set_x509_simple_pkcs12_mem: ADDED
823 GNUTLS_VERSION: ADDED, replaces LIBGNUTLS_VERSION.
824 GNUTLS_VERSION_MAJOR: ADDED, replaces LIBGNUTLS_VERSION_MAJOR.
825 GNUTLS_VERSION_MINOR: ADDED, replaces LIBGNUTLS_VERSION_MINOR.
826 GNUTLS_VERSION_PATCH: ADDED, replaces LIBGNUTLS_VERSION_PATCH.
827 GNUTLS_VERSION_NUMBER: ADDED, replaces LIBGNUTLS_VERSION_NUMBER.
828 LIBGNUTLS_VERSION: DEPRECATED.
829 LIBGNUTLS_VERSION_MAJOR: DEPRECATED.
830 LIBGNUTLS_VERSION_MINOR: DEPRECATED.
831 LIBGNUTLS_VERSION_PATCH: DEPRECATED.
832 LIBGNUTLS_VERSION_NUMBER: DEPRECATED.
834 * Version 2.7.1 (released 2008-10-31)
836 ** certtool: print a PKCS #8 key even if it is not encrypted.
838 ** Old libgnutls.m4 and libgnutls-config scripts removed.
839 Please use pkg-config instead.
841 ** Configuration system modified.
842 There is now a configure script in lib/ and libextra/ as well, because
843 gnulib works better with a config.h per gnulib directory.
845 ** API and ABI modifications:
846 No changes since last version.
848 * Version 2.7.0 (released 2008-10-16)
850 ** libgnutls: Added functions to handle CRL extensions.
852 ** libgnutls: Added functions to handle X.509 extensions in Certificate
853 Requests.
855 ** libgnutls: Improved error string for GNUTLS_E_AGAIN.
856 Suggested by "Lavrentiev, Anton (NIH/NLM/NCBI) [C]" <lavr@ncbi.nlm.nih.gov>.
858 ** certtool: Print and set CRL and CRQ extensions.
860 ** libgnutls-extra: Protect internal symbols with static.
861 Fixes problem when linking certtool statically.  Tiny patch from Aaron
862 Ucko <ucko@ncbi.nlm.nih.gov>.
864 ** libgnutls-openssl: fix out of bounds access.
865 Problem in X509_get_subject_name and X509_get_issuer_name.  Tiny patch
866 from Thomas Viehmann <tv@beamnet.de>.
868 ** libgnutlsxx: Define server_session::get_srp_username even if no SRP.
870 ** tests: Make tests compile when using internal libtasn1.
871 Patch by ludo@gnu.org (Ludovic Courtès).
873 ** Changed detection of libtasn1 and libgcrypt to avoid depending on *-config.
874 We now require a libgcrypt that has Camellia constants declared in
875 gcrypt.h, which means v1.3.0 or later.
877 ** API and ABI modifications:
878 gnutls_x509_crl_get_authority_key_id: ADDED
879 gnutls_x509_crl_get_number: ADDED
880 gnutls_x509_crl_get_extension_oid: ADDED
881 gnutls_x509_crl_get_extension_info: ADDED
882 gnutls_x509_crl_get_extension_data: ADDED
883 gnutls_x509_crl_set_authority_key_id: ADDED
884 gnutls_x509_crl_set_number: ADDED
885 gnutls_x509_crq_get_key_rsa_raw: ADDED
886 gnutls_x509_crq_get_attribute_info: ADDED
887 gnutls_x509_crq_get_attribute_data: ADDED
888 gnutls_x509_crq_get_extension_info: ADDED
889 gnutls_x509_crq_get_extension_data: ADDED
890 gnutls_x509_crq_get_key_usage: ADDED
891 gnutls_x509_crq_get_basic_constraints: ADDED
892 gnutls_x509_crq_get_subject_alt_name: ADDED
893 gnutls_x509_crq_get_subject_alt_othername_oid: ADDED
894 gnutls_x509_crq_get_extension_by_oid: ADDED
895 gnutls_x509_crq_set_subject_alt_name: ADDED
896 gnutls_x509_crq_set_basic_constraints: ADDED
897 gnutls_x509_crq_set_key_usage: ADDED
898 gnutls_x509_crq_get_key_purpose_oid: ADDED
899 gnutls_x509_crq_set_key_purpose_oid: ADDED
900 gnutls_x509_crq_print: ADDED
901 gnutls_x509_crt_set_crq_extensions: ADDED
903 * Version 2.6.6 (released 2009-04-30)
905 ** libgnutls: Corrected double free on signature verification failure.
906 Reported by Miroslav Kratochvil <exa.exa@gmail.com>.  See the advisory
907 for more details.  [GNUTLS-SA-2009-1] [CVE-2009-1415]
909 ** libgnutls: Fix DSA key generation.
910 Noticed when investigating the previous GNUTLS-SA-2009-1 problem.  All
911 DSA keys generated using GnuTLS 2.6.x are corrupt.  See the advisory
912 for more details.  [GNUTLS-SA-2009-2] [CVE-2009-1416]
914 ** libgnutls: Check expiration/activation time on untrusted certificates.
915 Reported by Romain Francoise <romain@orebokech.com>.  Before the
916 library did not check activation/expiration times on certificates, and
917 was documented as not doing so.  We have realized that many
918 applications that use libgnutls, including gnutls-cli, fail to perform
919 proper checks.  Implementing similar logic in all applications leads
920 to code duplication.  Hence, we decided to check whether the current
921 time (as reported by the time function) is within the
922 activation/expiration period of certificates when verifying untrusted
923 certificates.
925 This changes the semantics of gnutls_x509_crt_list_verify, which in
926 turn is used by gnutls_certificate_verify_peers and
927 gnutls_certificate_verify_peers2.  We add two new
928 gnutls_certificate_status_t codes for reporting the new error
929 condition, GNUTLS_CERT_NOT_ACTIVATED and GNUTLS_CERT_EXPIRED.  We also
930 add a new gnutls_certificate_verify_flags flag,
931 GNUTLS_VERIFY_DISABLE_TIME_CHECKS, that can be used to disable the new
932 behaviour.
934 More details about the vulnerabilities will be posted at
935 <http://www.gnu.org/software/gnutls/security.html>.
937 ** gnutls-cli, gnutls-cli-debug: Fix AIX build problem.
938 Reported by LAUPRETRE François (P) <francois.laupretre@ratp.fr> in
939 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3468>.
941 ** tests: Fix linking of tests/openpgp/keyring self-test.
942 Reported by Daniel Black in <https://savannah.gnu.org/support/?106543>.
944 ** API and ABI modifications:
945 gnutls_x509_crt_list_verify: CHANGED, checks activation/expiration times.
946 gnutls_certificate_verify_peers: Likewise.
947 gnutls_certificate_verify_peers2: Likewise.
948 GNUTLS_CERT_NOT_ACTIVATED: ADDED.
949 GNUTLS_CERT_EXPIRED: ADDED.
950 GNUTLS_VERIFY_DISABLE_TIME_CHECKS: ADDED.
952 * Version 2.6.5 (released 2009-04-11)
954 ** libgnutls: Added %SSL3_RECORD_VERSION priority string that allows to
955 specify the client hello message record version. Used to overcome buggy
956 TLS servers. Report by Martin von Gagern.
958 ** GnuTLS no longer uses the libtasn1-config script to find libtasn1.
959 Libtasn1 0.3.4 or later is required.  This is to align with the
960 upcoming libtasn1 v2.0 release that doesn't have a libtasn1-script.
962 ** API and ABI modifications:
963 No changes since last version.
965 * Version 2.6.4 (released 2009-02-06)
967 ** libgnutls: Accept chains where intermediary certs are trusted.
968 Before GnuTLS needed to validate the entire chain back to a
969 self-signed certificate.  GnuTLS will now stop looking when it has
970 found an intermediary trusted certificate.  The new behaviour is
971 useful when chains, for example, contains a top-level CA, an
972 intermediary CA signed using RSA-MD5, and an end-entity certificate.
973 To avoid chain validation errors due to the RSA-MD5 cert, you can
974 explicitly add the intermediary RSA-MD5 cert to your trusted certs.
975 The signature on trusted certificates are not checked, so the chain
976 has a chance to validate correctly.  Reported by "Douglas E. Engert"
977 <deengert@anl.gov> in
978 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351>.
980 ** libgnutls: result_size in gnutls_hex_encode now holds
981 the size of the result. Report by John Brooks <special@dereferenced.net>.
983 ** libgnutls: gnutls_handshake when sending client hello during a
984 rehandshake, will not offer a version number larger than the current.
985 Reported by Tristan Hill <stan@saticed.me.uk>.
987 ** libgnutls: Permit V1 Certificate Authorities properly.
988 Before they were mistakenly rejected even though
989 GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT and/or
990 GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT were supplied.  Reported by
991 "Douglas E. Engert" <deengert@anl.gov> in
992 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351>.
994 ** libgnutls: deprecate X.509 validation chains using MD5 and MD2 signatures.
995 This is a bugfix -- the previous attempt to do this from internal x509
996 certificate verification procedures did not return the correct value
997 for certificates using a weak hash.  Reported by Daniel Kahn Gillmor
998 <dkg@fifthhorseman.net> in
999 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3332>,
1000 debugged and patch by Tomas Mraz <tmraz@redhat.com> and Daniel Kahn
1001 Gillmor <dkg@fifthhorseman.net>.
1003 ** libgnutls: Fix compile error with Sun CC.
1004 Reported by Jeff Cai <jeff.cai@sun.com> in
1005 <https://savannah.gnu.org/support/?106549>.
1007 ** API and ABI modifications:
1008 No changes since last version.
1010 * Version 2.6.3 (released 2008-12-12)
1012 ** libgnutls: Fix chain verification for chains that ends with RSA-MD2 CAs.
1013 Reported by Michael Kiefer <Michael-Kiefer@web.de> in
1014 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507633> forwarded by
1015 Andreas Metzler <ametzler@downhill.at.eu.org> in
1016 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3309>.
1018 ** libgnutls: Fix memory leak in PSK authentication.
1019 Reported by Michael Weiser <michael@weiser.dinsnail.net> in
1020 <http://permalink.gmane.org/gmane.network.gnutls.general/1465>.
1022 ** certtool: Move gcry_control(GCRYCTL_ENABLE_QUICK_RANDOM, 0) call earlier.
1023 It needs to be invoked before libgcrypt is initialized.
1025 ** gnutls-cli: Return non-zero exit code on error conditions.
1027 ** gnutls-cli: Corrected bug which caused a rehandshake request to be ignored.
1029 ** API and ABI modifications:
1030 No changes since last version.
1032 * Version 2.6.2 (released 2008-11-12)
1034 ** libgnutls: Fix crash in X.509 validation code for self-signed certificates.
1035 The patch to fix the security problem GNUTLS-SA-2008-3 introduced a
1036 problem for certificate chains that contained just one self-signed
1037 certificate.  Reported by Michael Meskes <meskes@debian.org> in
1038 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505279>.
1040 ** API and ABI modifications:
1041 No changes since last version.
1043 * Version 2.6.1 (released 2008-11-10)
1045 ** libgnutls: Fix X.509 certificate chain validation error. [GNUTLS-SA-2008-3]
1046 The flaw makes it possible for man in the middle attackers (i.e.,
1047 active attackers) to assume any name and trick GNU TLS clients into
1048 trusting that name.  Thanks for report and analysis from Martin von
1049 Gagern <Martin.vGagern@gmx.net>.  [CVE-2008-4989]
1051 Any updates with more details about this vulnerability will be added
1052 to <http://www.gnu.org/software/gnutls/security.html>
1054 ** libgnutls: Add missing prototype for gnutls_srp_set_prime_bits.
1055 Reported by Kevin Quick <quick@sparq.org> in
1056 <https://savannah.gnu.org/support/index.php?106454>.
1058 ** libgnutls-extra: Protect internal symbols with static.
1059 Fixes problem when linking certtool statically.  Tiny patch from Aaron
1060 Ucko <ucko@ncbi.nlm.nih.gov>.
1062 ** libgnutls-openssl: Fix patch against X509_get_issuer_name.
1063 It incorrectly returned the subject DN instead of issuer DN in v2.6.0.
1064 Thanks to Thomas Viehmann <tv@beamnet.de> for report.
1066 ** certtool: Print a PKCS #8 key even if it is not encrypted.
1068 ** tests: Make tests compile when using internal libtasn1.
1069 Patch by ludo@gnu.org (Ludovic Courtès).
1071 ** API and ABI modifications:
1072 No changes since last version.
1074 * Version 2.6.0 (released 2008-10-06)
1076 ** libgnutls: Correct printing and parsing of IPv6 addresses.
1078 ** libgnutls-openssl: fix out of bounds access.
1079 Problem in X509_get_subject_name and X509_get_issuer_name.  Tiny patch
1080 from Thomas Viehmann <tv@beamnet.de>.
1082 ** certtool: Use inet_pton for parsing IPv6 addresses.
1084 ** Major changes compared to the v2.4 branch:
1086 *** Added API to replace and update the crypto backend.
1088 *** certtool: can add several subject alternative names via template file.
1090 *** opencdk: Parse (but not decrypt) encrypted secret keys.
1092 *** libgnutls: gnutls_x509_crt_set_subject_alt_name() was added that can
1093 either set or append alternative names. It can also handle binary structures
1094 such as IP addresses.
1096 *** libgnutls: New function to set minimum acceptable SRP bits.
1097 The function is gnutls_srp_set_prime_bits.
1099 *** libgnutls: Add interface to deal with public key and signature algorithms.
1100 The functions are called gnutls_pk_list, gnutls_pk_get_id,
1101 gnutls_sign_list, and gnutls_sign_get_id.
1103 *** libgnutls: New interfaces to get name of public key and signing algorithms.
1104 The functions are gnutls_sign_get_name and gnutls_pk_get_name.
1106 *** libgnutls: New API to get a string corresponding to a error symbol.
1107 The function is gnutls_strerror_name.
1109 *** libgnutls: New API to set the public parameters in a certificate request
1110 *** from a private key.
1111 The function is gnutls_x509_crq_set_key_rsa_raw.
1113 *** libgnutls: New API to set a callback to extract TLS Finished data.
1114 The function to register is gnutls_session_set_finished_function and
1115 it takes a callback of the gnutls_finished_callback_func type.
1117 *** libgnutls: Fix namespace problem with TLS_MASTER_SIZE and TLS_RANDOM_SIZE.
1119 *** libgnutls: New interface to register a new TLS extension handler.
1120 The new function gnutls_ext_register can be used to register handlers
1121 for specific TLS extension types.  The callback functions have the new
1122 types gnutls_ext_recv_func and gnutls_ext_send_func.  A type to
1123 classify TLS extensions, gnutls_ext_parse_type_t, has been added as
1124 well.
1126 *** libgnutls-extra: Add function to work with Libgcrypt in FIPS mode.
1127 The function is gnutls_register_md5_handler.  When libgcrypt is in
1128 FIPS mode, MD5 is disabled, but TLS normally requires use of MD5 in
1129 the PRF.
1131 *** API/ABI changes in GnuTLS 2.6
1132 No functions have been removed or modified.  The library should be
1133 fully backwards compatible on both the source and binary level.
1135 A new header file <gnutls/crypto.h> have been added.  It contains
1136 definitions related to replacing the internal crypto functionality.
1137 All definitions and the header itself is experimental but supported.
1139 We have realized that the symbols TLS_MASTER_SIZE and TLS_RANDOM_SIZE
1140 does not use the normal namespace.  We have added GNUTLS_MASTER_SIZE
1141 and GNUTLS_RANDOM_SIZE, but the old symbols are still defined.
1143 The following functions have been added to libgnutls:
1145 GNUTLS_MASTER_SIZE
1146 GNUTLS_RANDOM_SIZE
1147 gnutls_crypto_bigint_register2
1148 gnutls_crypto_cipher_register2
1149 gnutls_crypto_digest_register2
1150 gnutls_crypto_mac_register2
1151 gnutls_crypto_pk_register2
1152 gnutls_crypto_rnd_register2
1153 gnutls_crypto_single_cipher_register2
1154 gnutls_crypto_single_digest_register2
1155 gnutls_crypto_single_mac_register2
1156 gnutls_ext_register
1157 gnutls_pk_get_id
1158 gnutls_pk_get_name
1159 gnutls_pk_list
1160 gnutls_session_set_finished_function
1161 gnutls_sign_get_id
1162 gnutls_sign_get_name
1163 gnutls_sign_list
1164 gnutls_srp_set_prime_bits:
1165 gnutls_strerror_name
1166 gnutls_x509_crq_set_key_rsa_raw
1167 gnutls_x509_crt_set_crl_dist_points2
1168 gnutls_x509_crt_set_subject_alt_name
1170 The following functions have been added to libgnutls-extra:
1172 gnutls_register_md5_handler
1174 ** API and ABI modifications:
1175 No changes since last version.
1177 * Version 2.5.9 (released 2008-09-29)
1179 ** libgnutls: Fix several memory leaks.
1180 Reported by Sam Varshavchik <mrsam@courier-mta.com>.
1182 ** libgnutls: Fix buffer overrun in gnutls_x509_crt_list_import.
1183 Report and patch by Jonathan Manktelow.
1185 ** libgnutls: crypto.h gnutls_pk_params_st changes allocation strategy.
1186 The parameters are now allocated in the structure itself.
1188 ** doc: Texinfo HTML manual uses a stylesheet to improve readability.
1190 ** tests: Scripts now use EXEEXT properly.
1191 Modern libtool doesn't create wrapper script, so the self tests need
1192 to invoke certtool.exe under MinGW32+Wine.
1194 ** Uses autoconf 2.63, automake 1.10.1, libtool 2.2.6a.
1195 Automake warnings are now also enabled.
1197 ** API and ABI modifications:
1198 gnutls_pk_params_st: MODIFIED
1200 * Version 2.5.8 (released 2008-09-21)
1202 ** certtool: updated so it can add several subject alternative names using
1203 the template file.
1205 ** libgnutls: gnutls_x509_crt_set_subject_alt_name() was added that can
1206 either set or append alternative names. It can also handle binary structures
1207 such as IP addresses.
1209 ** libgnutls: Fix crash in hashing code when using non-libgcrypt handlers.
1211 ** libgnutls: New function to set minimum acceptable SRP bits.
1212 The function is gnutls_srp_set_prime_bits.  Tiny patch by Kevin Quick
1213 <quick@sparq.org> in <https://savannah.gnu.org/support/index.php?106454>.
1215 ** libgnutls: Check for overflows in gnutls_calloc and gnutls_secure_calloc.
1216 Also fix overflows in calls to those functions.  Reported by Werner
1217 Koch <wk@gnupg.org>.
1219 ** libgnutls-extra: Add function to work with Libgcrypt in FIPS mode.
1220 The function is gnutls_register_md5_handler.  When libgcrypt is in
1221 FIPS mode, MD5 is disabled, but TLS normally requires use of MD5 in
1222 the PRF.
1224 ** Opencdk: Add calls to gnutls_assert to ease debugging.
1226 ** Indent code.
1228 ** API and ABI modifications:
1229 gnutls_srp_set_prime_bits: ADDED
1230 gnutls_register_md5_handler: ADDED
1231 gnutls_x509_crt_set_crl_dist_points2: ADDED
1232 gnutls_x509_crt_set_subject_alt_name: ADDED
1234 * Version 2.5.7 (released 2008-09-16)
1236 ** libgnutls: New interfaces to get name of public key and signing algorithms.
1237 The functions are gnutls_sign_get_name and gnutls_pk_get_name.
1239 ** libgnutls: Don't crash when gnutls_credentials_set is called twice.
1241 ** libgnutls: Fix libgnutls shared library version.
1242 It wasn't properly incremented after adding symbols in the last
1243 release.
1245 ** manual: Now mention supported public key and public key signing algorithms.
1247 ** tests/openssl: initialize gnutls before use.
1249 ** tests/setcredcrash: New test to catch regressions of gnutls_credentials_set.
1251 ** GTK-DOC manual: mention new symbols in 2.6.x.  Mention crypto.h functions.
1253 ** API and ABI modifications:
1254 gnutls_sign_get_name: ADDED
1255 gnutls_pk_get_name: ADDED
1257 * Version 2.5.6 (released 2008-09-08)
1259 ** libgnutls: Add interface to deal with public key and signature algorithms.
1260 The functions are called gnutls_pk_list, gnutls_pk_get_id,
1261 gnutls_sign_list, and gnutls_sign_get_id.  Suggested by Sam
1262 Varshavchik <mrsam@courier-mta.com>.
1264 ** libgnutls: Refactor and clean up some code.
1266 ** libgnutls: Fix compile error with Sun CC.
1268 ** gnutls-cli: Improve --list output to include public key and signature algs.
1270 ** gnutls-cli, gnutls-serv: Remove --copyright parameter.
1271 Use standard --version to get license info.
1273 ** gnutls-cli.1: Document all new parameters.
1274 Thanks to James Westby <jw+debian@jameswestby.net>.
1276 ** tests: New self-test pgps2kgnu to test parsing of encrypted secrets.
1277 Contributed by Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>.
1279 ** API and ABI modifications:
1280 gnutls_pk_list: ADDED
1281 gnutls_pk_get_id: ADDED
1282 gnutls_sign_list: ADDED
1283 gnutls_sign_get_id: ADDED
1285 * Version 2.5.5 (released 2008-08-29)
1287 ** libgnutls: New API to get a string corresponding to a error symbol.
1288 The function is gnutls_strerror_name.
1290 ** libgnutls: Fix include paths so that building with internal libtasn1 works.
1291 Reported by "jth.net ApS" <info@jth.net>.
1293 ** libgnutls: Fix segmentation fault when generating private keys.
1294 Reported by Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>.
1296 ** libgnutls: Remove code to import certificate chains in PKCS#7 format.
1297 The code has not worked since v0.9.0 and apparently nobody has missed
1298 it, so we decided to remove the code rather than fix it.  If you have
1299 old certificate chains stored in PKCS#7 format, you can convert them
1300 to a list of PEM certificates by using 'certtool --p7-info'.  Reported
1301 by Christian Grothoff <christian@grothoff.org>.
1303 ** opencdk: Parse (but not decrypt) encrypted secret keys.
1304 Contributed by Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>.
1306 ** libgnutls: Fix many warnings.
1308 ** Included copy of libtasn1 is upgraded to version 1.5.
1310 ** Add French translation, thanks to Nicolas Provost.
1312 ** API and ABI modifications:
1313 gnutls_strerror_name: ADDED
1315 * Version 2.5.4 (released 2008-08-19)
1317 ** Fix secure memory initialization of libgcrypt.
1318 Reported by Joe Orton <joe@manyfish.co.uk> in
1319 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2992>.
1321 ** Doc fixes.
1322 Reference to NIST SP 800-57 in the manual on key size recommendations.
1323 Added 'Since:' tags to new APIs for gtk-doc.
1325 ** API and ABI modifications:
1326 No changes since last version.
1328 * Version 2.5.3 (released 2008-08-14)
1330 ** libgnutls: New API to set the public parameters in a certificate request
1331 ** from a private key.
1332 The function is gnutls_x509_crq_set_key_rsa_raw.  Inspired by
1333 discussion with "Zach C." <fxchip@gmail.com>.
1335 ** libgnutls: New API to set a callback to extract TLS Finished data.
1336 The function to register is gnutls_session_set_finished_function and
1337 it takes a callback of the gnutls_finished_callback_func type.
1339 ** libgnutls: Drop final comma after GNUTLS_CRT_PRINT_UNSIGNED_FULL in enum.
1340 Reported in <https://savannah.gnu.org/support/?106453>.
1342 ** libgnutls: Fix namespace problem with TLS_MASTER_SIZE and TLS_RANDOM_SIZE.
1343 The new names are GNUTLS_MASTER_SIZE and GNUTLS_RANDOM_SIZE.  The old
1344 names are mapped to the new names in compat.h.  These mappings will
1345 likely be removed more quickly than other mappings in that file due to
1346 the namespace violation.
1348 ** libgnutlsxx: Make it build when SRP is disabled.
1350 ** doc: Add doxygen files in doc/doxygen/.
1352 ** API and ABI modifications:
1353 gnutls_x509_crq_set_key_rsa_raw: ADDED
1354 gnutls_session_set_finished_function: ADDED
1355 gnutls_finished_callback_func: ADDED
1356 GNUTLS_MASTER_SIZE: ADDED
1357 GNUTLS_RANDOM_SIZE: ADDED
1358 TLS_MASTER_SIZE: DEPRECATED
1359 TLS_RANDOM_SIZE: DEPRECATED
1361 * Version 2.5.2 (released 2008-07-08)
1363 ** libgnutls: Fix bug in gnutls_dh_params_generate2.
1364 The prime and generator was swapped.
1366 ** libgnutls: New interface to register a new TLS extension handler.
1367 The new function gnutls_ext_register can be used to register handlers
1368 for specific TLS extension types.  The callback functions have the new
1369 types gnutls_ext_recv_func and gnutls_ext_send_func.  A type to
1370 classify TLS extensions, gnutls_ext_parse_type_t, has been added as
1371 well.
1373 ** Move more code for TLS/IA extension from libgnutls to libgnutls-extra.
1374 This was made possible by using the new gnutls_ext_register interface.
1375 The TLS/IA functionality has only been supported through the
1376 libgnutls-extra library, so it makes sense for the code to belong
1377 there too.
1379 ** API and ABI modifications:
1380 gnutls_ext_recv_func: ADDED
1381 gnutls_ext_send_func: ADDED
1382 gnutls_ext_parse_type_t: ADDED
1383 gnutls_ext_register: ADDED
1385 * Version 2.5.1 (released 2008-07-02)
1387 ** Indent code.
1389 ** API and ABI modifications:
1390 No changes since last version.
1392 * Version 2.5.0 (released 2008-07-02)
1394 ** Port fixes from v2.4.1 release, see below.
1396 ** Added API to replace and update the crypto backend.
1397 The header gnutls/crypto.h is now officially supported, and declares
1398 the symbols below.
1400 ** Rewritten opencdk crypto backend, to use the gnutls internal one.
1402 ** Update gnulib and translations.
1403 The gnulib gc crypto code has been removed since it was never finished
1404 and is no longer even used.  An internal non-libgcrypt crypto
1405 implementation may be added in the future, but we'll decide that later
1408 ** API and ABI modifications:
1409 gnutls_crypto_bigint_register2: ADDED.
1410 gnutls_crypto_cipher_register2: ADDED.
1411 gnutls_crypto_digest_register2: ADDED.
1412 gnutls_crypto_mac_register2: ADDED.
1413 gnutls_crypto_pk_register2: ADDED.
1414 gnutls_crypto_rnd_register2: ADDED.
1415 gnutls_crypto_single_cipher_register2: ADDED.
1416 gnutls_crypto_single_digest_register2: ADDED.
1417 gnutls_crypto_single_mac_register2: ADDED.
1419 * Version 2.4.3 (released 2009-02-06)
1421 ** libgnutls: Accept chains where intermediary certs are trusted.
1422 Before GnuTLS needed to validate the entire chain back to a
1423 self-signed certificate.  GnuTLS will now stop looking when it has
1424 found an intermediary trusted certificate.  The new behaviour is
1425 useful when chains, for example, contains a top-level CA, an
1426 intermediary CA signed using RSA-MD5, and an end-entity certificate.
1427 To avoid chain validation errors due to the RSA-MD5 cert, you can
1428 explicitly add the intermediary RSA-MD5 cert to your trusted certs.
1429 The signature on trusted certificates are not checked, so the chain
1430 has a chance to validate correctly.  Reported by "Douglas E. Engert"
1431 <deengert@anl.gov> in
1432 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351>.
1434 ** libgnutls: Permit V1 Certificate Authorities properly.
1435 Before they were mistakenly rejected even though
1436 GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT and/or
1437 GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT were supplied.  Reported by
1438 "Douglas E. Engert" <deengert@anl.gov> in
1439 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351>.
1441 ** libgnutls: deprecate X.509 validation chains using MD5 and MD2 signatures.
1442 This is a bugfix -- the previous attempt to do this from internal x509
1443 certificate verification procedures did not return the correct value
1444 for certificates using a weak hash.  Reported by Daniel Kahn Gillmor
1445 <dkg@fifthhorseman.net> in
1446 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3332>,
1447 debugged and patch by Tomas Mraz <tmraz@redhat.com> and Daniel Kahn
1448 Gillmor <dkg@fifthhorseman.net>.
1450 ** libgnutls: Fix chain verification for chains that ends with RSA-MD2 CAs.
1451 Reported by Michael Kiefer <Michael-Kiefer@web.de> in
1452 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507633> forwarded by
1453 Andreas Metzler <ametzler@downhill.at.eu.org> in
1454 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3309>.
1456 ** libgnutls: Fix crash in X.509 validation code for self-signed certificates.
1457 The patch to fix the security problem GNUTLS-SA-2008-3 introduced a
1458 problem for certificate chains that contained just one self-signed
1459 certificate.  Reported by Michael Meskes <meskes@debian.org> in
1460 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505279>.
1462 ** libgnutls: Fix X.509 certificate chain validation error. [GNUTLS-SA-2008-3]
1463 The flaw makes it possible for man in the middle attackers (i.e.,
1464 active attackers) to assume any name and trick GNU TLS clients into
1465 trusting that name.  Thanks for report and analysis from Martin von
1466 Gagern <Martin.vGagern@gmx.net>.  [CVE-2008-4989]
1468 Any updates with more details about this vulnerability will be added
1469 to <http://www.gnu.org/software/gnutls/security.html>
1471 ** libgnutls: Fix buffer overrun in gnutls_x509_crt_list_import.
1472 Report and patch by Jonathan Manktelow.
1474 ** libgnutls: Avoid use of non-thread safe strerror.
1476 ** API and ABI modifications:
1477 No changes since last version.
1479 * Version 2.4.2 (released 2008-09-15)
1481 ** libgnutls: Don't crash when gnutls_credentials_set is called twice.
1483 ** libgnutls: Corrected memory leak in X.509 functions.
1484 Thanks to Colin Leroy <colin@colino.net>.
1486 ** libgnutls: Fix compile error with Sun CC.
1488 ** gnutls-cli.1: Document all new parameters.
1489 Thanks to James Westby <jw+debian@jameswestby.net>.
1491 ** tests/openssl: initialize gnutls before use.
1492 Fixes crash with libgcrypt 1.4.2.  Reported by Ludovic Courtes
1493 <ludovic.courtes@laas.fr>.
1495 ** doc/: Fix texinfo markup for old texinfo versions.
1497 ** Included copy of libtasn1 is upgraded to version 1.5.
1499 ** API and ABI modifications:
1500 No changes since last version.
1502 * Version 2.4.1 (released 2008-06-30)
1504 ** libgnutls: Fix local crash in gnutls_handshake.  [GNUTLS-SA-2008-2]
1505 If the gnutls_handshake function is called for a normal session, which
1506 can happen for re-handshakes, the library would crash because it tried
1507 to hash some data using a libgcrypt handle that had been deallocated.
1508 Report and tiny patch from Tomas Mraz <tmraz@redhat.com>.  Any updates
1509 with more details about this vulnerability will be added to
1510 <http://www.gnu.org/software/gnutls/security.html>
1512 ** libgnutls: Fix memory leaks when doing a re-handshake.
1513 Reported by Sam Varshavchik <mrsam@courier-mta.com> in
1514 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2928>.
1516 ** Fix compiler warnings.
1517 Reported by Massimo Gaspari <massimo.gaspari@alice.it> in
1518 <http://thread.gmane.org/gmane.network.gnutls.general/1281>.
1520 ** Fix ordering of -I's to avoid opencdk.h conflict with system headers.
1521 Reported by Roman Bogorodskiy <novel@FreeBSD.org> in
1522 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2930>.
1524 ** srptool: Fix a problem where --verify check does not succeed.
1525 Report and tiny patch by Matthias Koenig <mkoenig@suse.de> in
1526 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2944>.
1528 ** API and ABI modifications:
1529 No changes since last version.
1531 * Version 2.4.0 (released 2008-06-19)
1533 ** Major changes compared to the v2.2 branch:
1535 *** The OpenPGP sub-system has been improved and now supports subkeys.
1537 *** The PSK sub-system has been improved and now supports password
1538 *** derivation and PSK identity hints.
1539 The password derivation algorithms support is documented in
1540 draft-ietf-netconf-tls-02.txt.
1542 *** The certtool --inder and --outder has been replaced by --inraw and --outraw.
1543 This aligns terminology with OpenPGP, which doesn't use DER encoding.
1544 The old parameters will continue to work for some time.
1546 *** Certtool now confirm passwords and changes permissions of private key files.
1548 *** The default handshake size limit has been increased to 48kb.
1549 It appears as if some valid handshakes are large due to sending many
1550 CA certificates.  (The earlier limit was 16kb.)
1552 *** LZO compression is now disabled by default.
1553 The main reason is that LZO compression in TLS is not standardized,
1554 but license compatiblity issues with minilzo triggered us to make this
1555 decision now.
1557 *** Improvements for cross-compilation to Windows and OpenWRT.
1559 *** The look of the GTK-DOC manual has been improved.
1560 Major developer visible changes compared to the v2.2 branch:
1562 *** Full OpenPGP support is part of libgnutls, licensed under the LGPL.
1564 *** New APIs to access the raw X.509 Subject and Issuer DN's and
1565 *** elements from the certificate credentials structure.
1566 Thanks to Joe Orton.
1568 *** New APIs to improve working with username/passwords and PSK.
1570 *** Names of constants to affect certificate printing changed.
1571 The constants are used for OpenPGP too, which the names didn't
1572 reflect, so the following name change has been made:
1574             Old name                         New name
1575      GNUTLS_X509_CRT_FULL            GNUTLS_CRT_PRINT_FULL
1576      GNUTLS_X509_CRT_ONELINE         GNUTLS_CRT_PRINT_ONELINE
1577      GNUTLS_X509_CRT_UNSIGNED_FULL   GNUTLS_CRT_PRINT_UNSIGNED_FULL
1579 The old names will be mapped to the new names for some time.
1581 *** The function gnutls_openpgp_privkey_get_id has been renamed to
1582 *** gnutls_openpgp_privkey_get_key_id.
1583 A compatibility mapping exists to avoid breaking API backwards
1584 compatibility.
1586 *** Replaced all uses of alloca with malloc and free.
1588 *** We no longer build with -D_REENTRANT -D_THREAD_SAFE.
1589 We have been unable to find a documented rationale for this practice.
1591 *** Of course, many smaller fixes have been made, see the ChangeLog file.
1593 *** API/ABI changes in GnuTLS 2.4
1594 All OpenPGP related functions have been moved from libgnutls-extra to
1595 libgnutls, and several new functions have been added (see below).
1596 Before making the release, we discussed whether moving functions from
1597 libgnutls-extra to libgnutls would require us to increment the ABI
1598 version, but the general opinion was that this would not be required.
1599 All older functions continue to work the same.  We are open to the
1600 possibility that this decision will lead to problem on some platform,
1601 and if it turns out that the Right Thing should have been to increment
1602 the shared library version, we would need to release an update within
1603 the 2.4.x branch that increments the shared library version.
1605 This release adds the following functions:
1607   gnutls_psk_client_get_hint
1608   gnutls_psk_set_server_credentials_hint
1609   gnutls_psk_netconf_derive_key
1611     Used to get/set the PSK identity hint, and derive PSK keys from
1612     passwords a'la netconf.
1614   gnutls_x509_dn_deinit
1615   gnutls_x509_dn_export
1616   gnutls_x509_dn_import
1617   gnutls_x509_dn_init
1619     Used to handle X.509 Certificate DN's directly.
1621   gnutls_hex2bin
1623     Converts a data buffer to hex.  Useful for handling PSK/SRP shared
1624     secrets.
1626   gnutls_certificate_get_x509_cas
1627   gnutls_certificate_get_x509_crls
1628   gnutls_certificate_get_openpgp_keyring
1630     Functions for direct access to credential elements.
1632   gnutls_openpgp_crt_get_auth_subkey
1633   gnutls_openpgp_crt_get_key_id
1634   gnutls_openpgp_crt_get_pk_dsa_raw
1635   gnutls_openpgp_crt_get_pk_rsa_raw
1636   gnutls_openpgp_crt_get_preferred_key_id
1637   gnutls_openpgp_crt_get_revoked_status
1638   gnutls_openpgp_crt_get_subkey_count
1639   gnutls_openpgp_crt_get_subkey_creation_time
1640   gnutls_openpgp_crt_get_subkey_expiration_time
1641   gnutls_openpgp_crt_get_subkey_fingerprint
1642   gnutls_openpgp_crt_get_subkey_id
1643   gnutls_openpgp_crt_get_subkey_idx
1644   gnutls_openpgp_crt_get_subkey_pk_algorithm
1645   gnutls_openpgp_crt_get_subkey_pk_dsa_raw
1646   gnutls_openpgp_crt_get_subkey_pk_rsa_raw
1647   gnutls_openpgp_crt_get_subkey_revoked_status
1648   gnutls_openpgp_crt_get_subkey_usage
1649   gnutls_openpgp_crt_print
1650   gnutls_openpgp_crt_set_preferred_key_id
1651   gnutls_openpgp_keyring_get_crt
1652   gnutls_openpgp_keyring_get_crt_count
1653   gnutls_openpgp_privkey_export
1654   gnutls_openpgp_privkey_export_dsa_raw
1655   gnutls_openpgp_privkey_export_rsa_raw
1656   gnutls_openpgp_privkey_export_subkey_dsa_raw
1657   gnutls_openpgp_privkey_export_subkey_rsa_raw
1658   gnutls_openpgp_privkey_get_fingerprint
1659   gnutls_openpgp_privkey_get_key_id
1660   gnutls_openpgp_privkey_get_pk_algorithm
1661   gnutls_openpgp_privkey_get_preferred_key_id
1662   gnutls_openpgp_privkey_get_revoked_status
1663   gnutls_openpgp_privkey_get_subkey_count
1664   gnutls_openpgp_privkey_get_subkey_creation_time
1665   gnutls_openpgp_privkey_get_subkey_expiration_time
1666   gnutls_openpgp_privkey_get_subkey_fingerprint
1667   gnutls_openpgp_privkey_get_subkey_id
1668   gnutls_openpgp_privkey_get_subkey_idx
1669   gnutls_openpgp_privkey_get_subkey_pk_algorithm
1670   gnutls_openpgp_privkey_get_subkey_revoked_status
1671   gnutls_openpgp_privkey_set_preferred_key_id
1673     New OpenPGP related functions.
1675     The function gnutls_openpgp_crt_get_key_id is the same as the old
1676     from gnutls_openpgp_crt_get_id, see above.
1678 The release also adds a new header file 'gnutls/crypto.h', however it
1679 is currently not used.
1681 ** libgnutls [OpenPGP]: New APIs to retrieve fingerprint from OpenPGP subkeys.
1682 Contributed by Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>.
1684 ** API and ABI modifications:
1685 gnutls_openpgp_crt_get_subkey_fingerprint: ADDED.
1686 gnutls_openpgp_privkey_get_subkey_fingerprint: ADDED.
1688 * Version 2.3.15 (released 2008-06-15)
1690 ** Disable the openpgp-certs self-tests.
1691 It results in failure under Wine and doesn't work on Debian buildds.
1693 ** API and ABI modifications:
1694 No changes since last version.
1696 * Version 2.3.14 (released 2008-06-11)
1698 ** libgnutls [OpenPGP]: Changed OpenPGP verification behaviour.
1699 An OpenPGP certificate is now only considered verified if all the user
1700 IDs are verified.
1702 ** Examples: Make C++ example compile.
1703 Earlier it may have failed with an unresolved reference to strlen.
1705 ** Documentation: Doc fix for gnutls_x509_crt_get_extension_oid.
1706 Reported by Sam Varshavchik <mrsam@courier-mta.com>.
1708 ** API and ABI modifications:
1709 No changes since last version.
1711 * Version 2.3.13 (released 2008-06-07)
1713 ** libgnutls [OpenPGP]: Make OpenPGP handshakes work again.
1715 ** doc/: Add psktool to info index.  Some minor cleanups.
1717 ** tests/: Added non-forking TLS handshake test, see tests/mini.c.
1719 ** tests/: Added libgcrypt.supp which can be used with valgrind.
1720 The file suppresses the known libgcrypt memory leaks, so they aren't
1721 printed when you run valgrind on the gnutls self-tests.  Use it as
1722 follows: valgrind --suppressions=libgcrypt.supp ./x509self or add
1723 '--suppressions=/home/you/src/gnutls/tests/libgcrypt.supp' to your
1724 ~/.valgrindrc file.
1726 ** tests/: Reduce amount of debugging output by default.
1727 Use --verbose for each test to get the full output.
1729 ** tests/: Fix memory leaks in several self-tests.
1730 None of the self tests should be leaking memory when running valgrind
1731 or similar tools.  (Known exceptions are dhepskself, pskself, and
1732 set_pkcs12_cred, which appear likely to be due to memory leaks in the
1733 library.)
1735 ** API and ABI modifications:
1736 No changes since last version.
1738 * Version 2.3.12 (released 2008-06-04)
1740 ** Merge gnutls_with_netconf branch.
1742 *** libgnutls [PSK]: New API to retrieve PSK identity hint in client.
1743 The function is gnutls_psk_client_get_hint.
1745 *** libgnutls [PSK]: New API to set PSK identity hint in server.
1746 The function is gnutls_psk_set_server_credentials_hint.
1748 *** libgnutls [PSK]: Support server key exchange with PSK identity hint.
1749 In the client, the message is parsed and the application can use
1750 gnutls_psk_client_get_hint to retrieve the hint.  In the server, the
1751 message is sent if the application has specified a PSK identity hint
1752 using gnutls_psk_set_server_credentials_hint.
1754 *** libgnutls [PSK]: Support Netconf PSK key derivation.
1755 The function gnutls_psk_netconf_derive_key supports the PSK key
1756 derivation as specified in draft-ietf-netconf-tls-02.txt.  New self
1757 test netconf-psk.c.
1759 *** psktool: Support new --netconf-hint to generate PSK key from password.
1760 Uses the Netconf algorithm to derive PSK key from password.
1762 *** gnutls-serv: Support new --pskhint parameter to set PSK identity hint.
1764 *** gnutls-cli: Always support PSK modes, through a callback.
1765 The callback will derive a PSK key using Netconf algorithm.  It will
1766 print the PSK identity hint to help the user.
1768 *** New PSK example client and server.
1769 See doc/examples/ex-client-psk.c and doc/examples/ex-serv-psk.c.
1771 ** libgnutls: Fix gnutls_x509_crl_set_version on arm platforms.
1772 The code didn't work properly on platforms where 'char' is unsigned,
1773 when you set version 0.  Reported by Laurence Withers
1774 <l@lwithers.me.uk> in
1775 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2825>.
1777 ** libgnutls-openssl: added RAND_pseudo_bytes API.
1778 Patch from Robert Millan <rmh@aybabtu.com>.
1780 ** API and ABI modifications:
1781 RAND_pseudo_bytes: ADDED to libgnutls-openssl.
1782 gnutls_psk_client_get_hint: ADDED.
1783 gnutls_psk_set_server_credentials_hint: ADDED.
1784 gnutls_psk_netconf_derive_key: ADDED
1786 * Version 2.3.11 (released 2008-05-20)
1788 ** Fix flaw in fix for GNUTLS-SA-2008-1-3.
1789 The flaw would result in incorrectly terminated sessions with the
1790 error "Decryption has failed" when the server sends a small packet
1791 (typically when the session is closed).  Reported by Andreas Metzler
1792 <ametzler@downhill.at.eu.org> in
1793 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2807>.
1795 ** Don't use gnulib headers when building C++ library.
1796 Fixes builds under Windows.
1798 ** Make umask a requirement.
1799 We don't know of any system that lacks it, even GNU CoreUtils use it
1800 unconditionally.
1802 ** Update gnulib files.
1803 Fixes a problem where it pulled in a replacement for memcmp under
1804 MinGW, which caused the C++ example to fail to build.
1806 ** API and ABI modifications:
1807 No changes since last version.
1809 * Version 2.3.10 (released 2008-05-19)
1811 ** Added wide wildcard hostname matching.
1812 Tiny patch by Jean-Philippe Garcia Ballester.
1814 ** Fix three security vulnerabilities.  [GNUTLS-SA-2008-1]
1815 Thanks to CERT-FI for finding the bugs and providing detailed reports,
1816 which allowed the bugs to be reproduced and fixed easily.  Patches
1817 developed by Simon Josefsson and Nikos Mavrogiannopoulos.  Any updates
1818 with more details about these vulnerabilities will be added to
1819 <http://www.gnu.org/software/gnutls/security.html>
1821 *** [GNUTLS-SA-2008-1-1]
1822 *** libgnutls: Fix crash when sending invalid server name.
1823 The crash can be triggered remotely before authentication, which can
1824 lead to a Daniel of Service attack to disable the server.  The bug
1825 cause gnutls to store more session resumption data than what was
1826 allocated for, thus overwriting unallocated memory.
1828 *** [GNUTLS-SA-2008-1-2]
1829 *** libgnutls: Fix crash when sending repeated client hellos.
1830 The crash can be triggered remotely before authentication, which can
1831 lead to a Daniel of Service attack to disable the server.  The bug
1832 triggers a null-pointer dereference.
1834 *** [GNUTLS-SA-2008-1-3]
1835 *** libgnutls: Fix crash in cipher padding decoding for invalid record lengths.
1836 The crash can be triggered remotely before authentication, which can
1837 lead to a Daniel of Service attack to disable the server.  The bug
1838 cause gnutls to read memory beyond the end of the received record.
1840 ** libgnutlsxx: Updated API according to patches from Eduardo 
1841 Villanueva Che (discussion at
1842 <http://lists.gnu.org/archive/html/gnutls-devel/2007-02/msg00017.html>)
1844 ** Use umask to restrict permissions to owner before creating a file.
1846 ** API and ABI modifications:
1847 No changes since last version.
1849 * Version 2.3.9 (released 2008-05-16)
1851 ** libgnutls: Fix build failures if SRP/OpenPGP is disabled.
1852 Based on report and tiny patches from
1853 <jared.jennings.ctr@eglin.af.mil>, see
1854 <https://savannah.gnu.org/support/index.php?106342>.
1856 ** libgnutls: Translation fixes.
1858 ** gnutls-cli: Fix so that PSK authentication works.
1859 Also improve manual to give example for gnutls-cli PSK authentication.
1861 ** certtool: Encrypting a private key now require a confirmed password.
1862 Before './certtool -k -8' would merely ask for a password once.
1863 Reported by Daniel 'NebuchadnezzaR' Dehennin
1864 <nebuchadnezzar@asgardr.info> see
1865 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=364287>.
1867 ** certtool: When writing private keys to files, change permissions of file.
1868 Now the file which the private key is saved to is chmod'ed 0600.
1869 Reported by martin f krafft <madduck@debian.org> see
1870 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=373169>.
1872 ** guile: Fix -fgnu89-inline test.
1874 ** Removed --enable-profile-mode.
1875 The code linked gnutls with the libfc project (Function Check) which
1876 appears to have been stalled since around 2002.
1878 ** Clean up header file checks by ./configure.
1880 ** Update of gnulib files.
1882 ** API and ABI modifications:
1883 No changes since last version.
1885 * Version 2.3.8 (released 2008-04-29)
1887 ** libgnutls: Increase default handshake packet size limit to 48kb.
1888 The old limit was 16kb and some servers send huge list of trusted CAs,
1889 thus running into the limit.  FYI, applications can further increase
1890 this limit using gnutls_handshake_set_max_packet_length.  Thanks to
1891 Marc Haber <mh+debian-bugs@zugschlus.de> and "Marc F. Clemente"
1892 <marc@mclemente.net> for reporting and providing test servers.
1894 ** libgnutls: Add new error code: GNUTLS_E_HANDSHAKE_TOO_LARGE
1895 Returned when the handshake data size is too large.  Before
1896 GNUTLS_E_MEMORY_ERROR was used, which could be confused with other
1897 error situations.
1899 ** libgnutls: Hide definitions in crypto.h.
1900 We have decided that the APIs defined in crypto.h are not stable
1901 enough for v2.4, so don't use any of those functions.
1903 ** gnutls-cli: exit when hostname doesn't match certificate.
1904 Use --insecure to avoid hostname comparison.
1906 ** certtool: --inder and --outder replaced by --inraw and --outraw.
1907 The reason is to align terminology with OpenPGP, which doesn't use
1908 DER.  The old parameters will continue to work for some time.
1910 ** doc: Add section 'Index of new symbols in 2.4.0' to the GTK-DOC manual.
1912 ** doc: Many cosmetic fixes, to silence (most) gtk-doc warnings.
1914 ** Mingw32: Revert libgcrypt vasprintf work-around added in last release.
1915 Use libgcrypt 1.4.1 or later when building on MinGW32, it removes the
1916 vasprintf symbol from the libgcrypt library which caused problems.
1918 ** Update of gnulib files.
1920 ** tests: New self-test of crypto.h RNG code tests/crypto_rng.
1922 ** API and ABI modifications:
1923 GNUTLS_E_HANDSHAKE_TOO_LARGE: ADDED.
1925 * Version 2.3.7 (released 2008-04-21)
1927 ** opencdk now properly sets the key usage bits into openpgp keys.
1929 ** gnutls-cli: Fix crash on TLS handshake failures.
1930 Reported by "Marc F. Clemente" <marc@mclemente.net> in Debian BTS #466477.
1931 This is similar to <http://bugs.debian.org/429183>.
1933 ** certtool: with --generate-request and newly generated keys, print the key.
1935 ** Build fixes for MinGW.
1936 Missing rpl_fseeko symbol in lib/opencdk/.  Better checks for linking
1937 with -lws2_32 when needed.  Use ASCII only isprint() when printing
1938 X.509 certificate information, to avoid non-ASCII but printable
1939 characters.  Thanks to Massimo Gaspari <massimo.gaspari@alice.it> for
1940 reports.
1942 ** Update internal copy of libtasn1 to version 1.4.
1944 ** API and ABI modifications:
1945 No changes since last version.
1947 * Version 2.3.6 (released 2008-04-17)
1949 ** Make gnutls_x509_crq_sign2 set certificate request version if not set.
1950 ** Improve documentation for gnutls_x509_crq_sign2.
1951 Based on report from "John Brooks" <aspecialj@gmail.com> in
1952 <http://permalink.gmane.org/gmane.network.gnutls.general/1154>.
1954 ** tests/pathlen: run diff without parameters to improve portability.
1955 Based on HPUX build hints in
1956 <http://hpux.cs.utah.edu/hppd/cgi-bin/wwwtar?/hpux/Gnu/gnutls-2.3.4/gnutls-2.3.4-src-11.11.tar.gz+gnutls-2.3.4/HPUX.Install+text>.
1958 ** Don't use %e specifier with strftime, it doesn't work under Windows.
1959 Reported by Massimo Gaspari <massimo.gaspari@alice.it> in
1960 <http://permalink.gmane.org/gmane.network.gnutls.general/1170>.
1962 ** Remove all uses of gnutls_alloca/gnutls_afree.
1963 Use normal gnutls_malloc instead.  One reason is increased portability
1964 to Windows, the other is that several of the uses may be unsafe
1965 because the size of data allocated could be large.  Reported by
1966 Massimo Gaspari <massimo.gaspari@alice.it> in
1967 <http://permalink.gmane.org/gmane.network.gnutls.general/1170>.
1969 ** Build Guile code with -fgnu89-inline only when supported.
1970 Reported by Kris Karas <ktk@enterprise.bidmc.harvard.edu> in
1971 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2708>.
1973 ** Several GTK-DOC related fixes.
1975 ** Clean up OpenCDK related code.
1976 GnuTLS now requires its internal OpenCDK code rather than the external
1977 GPL library OpenCDK.  Unfortunately, we don't have resources to
1978 maintain an external library (help welcome).
1980 ** API and ABI modifications:
1981 No changes since last version.
1983 * Version 2.3.5 (released 2008-04-14)
1985 ** Build fix for MinGW and --disable-shared.
1986 Reported by Massimo Gaspari <massimo.gaspari@alice.it> in
1987 <http://permalink.gmane.org/gmane.network.gnutls.general/1145>.
1989 ** Document how to generate CRLs.
1990 Suggested by "Rainer Gerhards" <rgerhards@gmail.com>.
1992 ** Documented the --priority option to gnutls-cli and gnutls-serv.
1994 ** Several minor fixes in the OpenPGP interface.
1995 Thanks to Daniel Kahn Gillmor.
1997 ** Fix fopen file descriptor leak in PSK server code.
1998 Thanks to Laurence Withers <l@lwithers.me.uk>, see
1999 <http://lists.gnu.org/archive/html/gnutls-devel/2008-04/msg00002.html>.
2001 ** Translations files not stored directly in git to avoid merge conflicts.
2003 ** New APIs to let applications replace the RNG used.
2004 Update all RNG callers in the code to use the new interface.
2006 ** Guile code now built with -fgnu89-inline to fix inline semantic problem.
2008 ** Update gnulib files.
2010 ** API and ABI modifications:
2011 gnutls_crypto_rnd_register: ADDED
2012 gnutls_rnd_level_t: ADDED
2013 GNUTLS_RND_KEY: ADDED, gnutls_rnd_level_t member
2014 GNUTLS_RND_RANDOM: ADDED, gnutls_rnd_level_t member
2015 GNUTLS_RND_NONCE: ADDED, gnutls_rnd_level_t member
2016 gnutls_crypto_rnd_st: ADDED
2017 GNUTLS_DIG_SHA224: ADDED
2018 GNUTLS_SIGN_RSA_SHA224: ADDED
2019 gnutls_openpgp_crt_get_auth_subkey: MODIFIED
2021 * Version 2.3.4 (released 2008-03-19)
2023 ** Finish renaming of gnutls_certificate_export_x509_cas etc.
2024 They weren't renamed in the public header file.
2026 ** Added functions to register a cipher/mac/digest. This allows to 
2027 override the included ones.
2029 ** Fix a bunch of compiler warnings.
2031 ** API and ABI modifications:
2032 gnutls_crypto_cipher_st: ADDED
2033 gnutls_crypto_mac_st: ADDED
2034 gnutls_crypto_digest_st: ADDED
2035 gnutls_crypto_cipher_register: ADDED
2036 gnutls_crypto_mac_register: ADDED
2037 gnutls_crypto_digest_register: ADDED
2038 GNUTLS_E_CRYPTO_ALREADY_REGISTERED: ADDED
2040 * Version 2.3.3 (released 2008-03-10)
2042 ** Fix build failure in libextra/gnutls_extra.c that needed opencdk.h.
2043 Reported by Roman Bogorodskiy <novel@FreeBSD.org>.
2045 ** No longer compiled using -D_REENTRANT -D_THREAD_SAFE.
2046 We could not find any modern justification for enabling these flags by
2047 default.  If you know of some platform that needs one of the flags to
2048 work properly, please let us know.  (Actually introduced in v2.3.0 but
2049 not documented until now.)
2051 ** Importing many CA certificates are now considerably faster.
2052 This affect gnutls_certificate_set_x509_trust_mem,
2053 gnutls_certificate_set_x509_trust, and
2054 gnutls_certificate_set_x509_trust_file.  The complexity was reduced
2055 from O(2*n^2) to O(n).  When adding 206 files containing 408
2056 certificates, using gnutls_certificate_set_x509_trust_file, the time
2057 dropped from 40 seconds to 0.3 seconds.  Thanks to Edgar Fuß for code
2058 to trigger the problem.  See also
2059 <http://blog.josefsson.org/2008/02/27/real-world-performance-tuning-with-callgrind/>.
2061 ** Clarify documentation for gnutls_x509_crt_set_subject_alternative_name
2062 ** to be explicit that it takes zero terminated data.
2064 ** gnutls-cli --print-cert now print PKCS#3 format Diffie-Hellman parameters.
2066 ** Documentation fixes for the GTK-DOC manual.
2068 ** Fix compilation error related to __FUNCTION__ on some systems.
2069 Reported by Tim Mooney, see
2070 <https://savannah.gnu.org/support/?106267>.
2072 ** Updated translations.
2074 ** Update gnulib files.
2076 ** API and ABI modifications:
2077 gnutls_hex2bin: MODIFIED, uses size_t instead of int for string length,
2078                 and char* instead of void* for output buffer.
2080 * Version 2.3.2 (released 2008-02-26)
2082 ** Fix srcdir!=objdir failure in openpgpself test.
2084 ** Improved API documentation output from GTK-DOC.
2086 ** Added gnutls_x509_dn_export(). Patch by Joe Orton.
2088 ** Renamed gnutls_certificate_export_x509_cas and friends.
2089 See <http://lists.gnu.org/archive/html/gnutls-devel/2008-02/msg00043.html>.
2091 ** Internal header files cleanup.
2093 ** API and ABI modifications:
2094 gnutls_certificate_export_x509_cas: RENAMED to gnutls_certificate_get_x509_cas
2095 gnutls_certificate_export_x509_crls: RENAMED to gnutls_certificate_get_x509_crls
2096 gnutls_certificate_export_openpgp_keyring: RENAMED to gnutls_certificate_get_openpgp_keyring
2097 gnutls_x509_dn_export: ADDED
2099 * Version 2.3.1 (released 2008-02-21)
2101 ** OpenPGP support merged into libgnutls and is now licensed under LGPL.
2102 The included copy of OpenCDK has been stripped down and re-licensed
2103 under the LGPL.
2105 ** Cipher priority string handling now handle strings that starts with NULL.
2106 Thanks to Laurence Withers <l@lwithers.me.uk>.
2108 ** gnutls-cli: When -d is used, also prints RNG information from libgcrypt.
2110 ** Corrected memory leaks in session resuming and DHE ciphersuites. Reported
2111 by Daniel Stenberg.
2113 ** Increased the default certificate verification chain limits and allowed
2114 for checks without limitation.
2116 ** Corrected the behaviour of gnutls_x509_crt_get_subject_alt_name()
2117 and gnutls_x509_crt_get_subject_alt_name() to not null terminate binary
2118 strings and return the proper size.
2120 ** Add section 'On Record Padding' to the manual.
2121 This collects all problems related to record padding with
2122 Nokia/Sony-Ericsson phones that we know about.
2124 ** Several improvements in the OpenPGP authentication.
2125 Now subkeys can be used for authentication, according to
2126 draft-mavrogiannopoulos-rfc5081bis-00.txt.
2128 ** certtool can print information on OpenPGP certificates and keys.
2130 ** Added gnutls_x509_dn_import/init/deinit() to access raw DER DN.
2131 Patch by Joe Orton.
2133 ** Added gnutls_certificate_export_x509_cas and other functions to
2134 export elements from the certificate credentials structure.  Based on
2135 suggestion from Joe Orton.
2137 ** Doc fixes.
2138 Clarify that srp_base64 is not the same as normal base64.
2140 ** Fix non-portable use of brace expansion in makefiles.
2142 ** API and ABI modifications:
2143 gnutls_certificate_export_x509_cas: ADDED
2144 gnutls_certificate_export_x509_crls: ADDED
2145 gnutls_certificate_export_openpgp_keyring: ADDED
2146 gnutls_openpgp_keyid_t: ADDED, instead of hard-coded 'unsigned char[8]'.
2147 gnutls_openpgp_crt_get_key_id: ADDED, obsoletes gnutls_openpgp_crt_get_id.
2148 gnutls_openpgp_crt_get_revoked_status: ADDED
2149 gnutls_openpgp_crt_get_subkey_count: ADDED
2150 gnutls_openpgp_crt_get_subkey_idx: ADDED
2151 gnutls_openpgp_crt_get_subkey_revoked_status: ADDED
2152 gnutls_openpgp_crt_get_subkey_pk_algorithm: ADDED
2153 gnutls_openpgp_crt_get_subkey_creation_time: ADDED
2154 gnutls_openpgp_crt_get_subkey_expiration_time: ADDED
2155 gnutls_openpgp_crt_get_subkey_id: ADDED
2156 gnutls_openpgp_crt_get_subkey_usage: ADDED
2157 gnutls_openpgp_privkey_get_fingerprint: ADDED
2158 gnutls_openpgp_privkey_get_key_id: ADDED
2159 gnutls_openpgp_privkey_get_subkey_count: ADDED
2160 gnutls_openpgp_privkey_get_subkey_idx: ADDED
2161 gnutls_openpgp_privkey_get_subkey_revoked_status: ADDED
2162 gnutls_openpgp_privkey_get_revoked_status: ADDED
2163 gnutls_openpgp_privkey_get_subkey_pk_algorithm: ADDED
2164 gnutls_openpgp_privkey_get_subkey_expiration_time: ADDED
2165 gnutls_openpgp_privkey_get_subkey_id: ADDED
2166 gnutls_openpgp_privkey_get_subkey_creation_time: ADDED
2167 gnutls_openpgp_crt_get_subkey_pk_dsa_raw: ADDED
2168 gnutls_openpgp_crt_get_subkey_pk_rsa_raw: ADDED
2169 gnutls_openpgp_crt_get_pk_dsa_raw: ADDED
2170 gnutls_openpgp_crt_get_pk_rsa_raw: ADDED
2171 gnutls_openpgp_privkey_export_subkey_dsa_raw: ADDED
2172 gnutls_openpgp_privkey_export_subkey_rsa_raw: ADDED
2173 gnutls_openpgp_privkey_export_dsa_raw: ADDED
2174 gnutls_openpgp_privkey_export_rsa_raw: ADDED
2175 gnutls_openpgp_privkey_export: ADDED
2176 gnutls_certificate_set_openpgp_key_file2: ADDED
2177 gnutls_certificate_set_openpgp_key_mem2: ADDED
2178 gnutls_x509_dn_init: ADDED
2179 gnutls_x509_dn_import: ADDED
2180 gnutls_x509_dn_deinit: ADDED
2181 GNUTLS_E_OPENPGP_SUBKEY_ERROR: ADDED
2182 gnutls_hex2bin: ADDED
2183 GNUTLS_CRT_PRINT_FULL: ADDED, same as old GNUTLS_X509_CRT_FULL.
2184 GNUTLS_CRT_PRINT_ONELINE: ADDED, same as old GNUTLS_X509_CRT_ONELINE.
2185 GNUTLS_CRT_PRINT_UNSIGNED_FULL: ADDED, same as
2186                                 old GNUTLS_X509_CRT_UNSIGNED_FULL.
2188 * Version 2.3.0 (released 2008-01-08)
2190 ** LZO compression is now disabled by default.
2191 The reason is that LZO compression is not standardized in TLS.  If you
2192 wish to experiment with it, you will have to supply --with-lzo when
2193 invoking ./configure.  The internal copy of minilzo is no longer
2194 included with GnuTLS, so you will need to install liblzo or liblzo2 on
2195 your system to have --with-lzo to be effective.
2197 ** More than one server name field is now sent to the server properly.
2198 Thanks to mark.phillips@virgin.net.
2200 ** Fixes the post_client_hello_function(). The extensions are now parsed
2201 in a callback friendly way.
2203 ** Fix for certificate selection in servers with certificate callbacks.
2205 ** Updated translations.
2207 ** Update gnulib files.
2209 ** API and ABI modifications:
2210 No changes since last version.
2212 * Version 2.2.5 (released 2008-05-19)
2214 ** Fix flaw in fix for GNUTLS-SA-2008-1-3.
2215 The flaw would result in incorrectly terminated sessions with the
2216 error "Decryption has failed" when the server sends a small packet
2217 (typically when the session is closed).  Reported by Andreas Metzler
2218 <ametzler@downhill.at.eu.org> in
2219 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2807>.
2221 ** API and ABI modifications:
2222 No changes since last version.
2224 * Version 2.2.4 (released 2008-05-19)
2226 ** Fix three security vulnerabilities.  [GNUTLS-SA-2008-1]
2227 Thanks to CERT-FI for finding the bugs and providing detailed reports,
2228 which allowed the bugs to be reproduced and fixed easily.  Patches
2229 developed by Simon Josefsson and Nikos Mavrogiannopoulos.  Any updates
2230 with more details about these vulnerabilities will be added to
2231 <http://www.gnu.org/software/gnutls/security.html>
2233 *** [GNUTLS-SA-2008-1-1]
2234 *** libgnutls: Fix crash when sending invalid server name.
2235 The crash can be triggered remotely before authentication, which can
2236 lead to a Daniel of Service attack to disable the server.  The bug
2237 cause gnutls to store more session resumption data than what was
2238 allocated for, thus overwriting unallocated memory.
2240 *** [GNUTLS-SA-2008-1-2]
2241 *** libgnutls: Fix crash when sending repeated client hellos.
2242 The crash can be triggered remotely before authentication, which can
2243 lead to a Daniel of Service attack to disable the server.  The bug
2244 triggers a null-pointer dereference.
2246 *** [GNUTLS-SA-2008-1-3]
2247 *** libgnutls: Fix crash in cipher padding decoding for invalid record lengths.
2248 The crash can be triggered remotely before authentication, which can
2249 lead to a Daniel of Service attack to disable the server.  The bug
2250 cause gnutls to read memory beyond the end of the received record.
2252 ** API and ABI modifications:
2253 No changes since last version.
2255 * Version 2.2.3 (released 2008-05-06)
2257 ** Increase default handshake packet size limit to 48kb.
2258 The old limit was 16kb and some servers send huge list of trusted CAs,
2259 thus running into the limit.  FYI, applications can further increase
2260 this limit using gnutls_handshake_set_max_packet_length.  Thanks to
2261 Marc Haber <mh+debian-bugs@zugschlus.de> and "Marc F. Clemente"
2262 <marc@mclemente.net> for reporting and providing test servers.
2264 ** Fix compilation error related to __FUNCTION__ on some systems.
2265 Reported by Tim Mooney, see
2266 <https://savannah.gnu.org/support/?106267>.
2268 ** Documented the --priority option to gnutls-cli and gnutls-serv.
2270 ** Fix fopen file descriptor leak in PSK server code.
2271 Thanks to Laurence Withers <l@lwithers.me.uk>, see
2272 <http://lists.gnu.org/archive/html/gnutls-devel/2008-04/msg00002.html>.
2274 ** Build Guile code with -fgnu89-inline only when supported.
2275 Reported by Kris Karas <ktk@enterprise.bidmc.harvard.edu> in
2276 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2708>.
2278 ** Make Camellia encryption work.
2279 Reported by Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> in
2280 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2746>.
2282 ** API and ABI modifications:
2283 No changes since last version.
2285 * Version 2.2.2 (released 2008-02-21)
2287 ** Cipher priority string handling now handle strings that starts with NULL.
2288 Thanks to Laurence Withers <l@lwithers.me.uk>.
2290 ** Corrected memory leaks in session resuming and DHE ciphersuites. Reported
2291 by Daniel Stenberg.
2293 ** Increased the default certificate verification chain limits and allowed
2294 for checks without limitation.
2296 ** Corrected the behaviour of gnutls_x509_crt_get_subject_alt_name()
2297 and gnutls_x509_crt_get_subject_alt_name() to not null terminate binary
2298 strings and return the proper size.
2300 ** API and ABI modifications:
2301 No changes since last version.
2303 * Version 2.2.1 (released 2008-01-17)
2305 ** Prevent linking libextra against previously installed libgnutls.
2306 Tiny patch from "Alon Bar-Lev" <alon.barlev@gmail.com>, see
2307 <http://bugs.gentoo.org/show_bug.cgi?id=202269>.
2309 ** Fixes the post_client_hello_function(). The extensions are now parsed
2310 in a callback friendly way.
2312 ** Fix for certificate selection in servers with certificate callbacks.
2314 ** API and ABI modifications:
2315 No changes since last version.
2317 * Version 2.2.0 (released 2007-12-14)
2319 ** Update internal copy of libtasn1 to version 1.2.
2321 ** Certtool --verify-chain now handle inputs larger than 64kb.
2322 This fixes the self-test "rsa-md5-collision" under MinGW+Wine with
2323 recent versions of libgcrypt.  The problem was that Wine with the
2324 libgcrypt RNG generates huge amounts of debugging output.
2326 ** Translation updates.
2327 Added Dutch translation.  Updated Polish and Swedish translation.
2329 ** Major changes compared to the v2.0 branch:
2331 *** SRP support aligned with newly published RFC 5054.
2333 *** OpenPGP support aligned with newly published RFC 5081.
2335 *** Support for DSA2 keys.
2337 *** Support for Camellia cipher.
2339 *** Support for Opaque PRF Input extension.
2341 *** PKCS#8 parser now handle DSA keys.
2343 *** Change from GPLv2 to GPLv3 for command-line tools, libgnutls-extra, etc.
2344 Notice that liblzo2 2.02 is licensed under GPLv2 only.  Earlier
2345 versions, such as 2.01 which is included with GnuTLS, is available
2346 under GPLv2 or later.  If this incompatibility causes problems, we
2347 recommend you to disable LZO using --without-lzo.  LZO compression is
2348 not a standard TLS compression algorithm, so the impact should be
2349 minimal.
2351 *** Functions for disabling record protocol padding.
2352 Works around bugs on Nokia/Ericsson phones.
2354 *** New functions gnutls_priority_set() for setting cipher priorities easily.
2355 Priorities like "COMPAT" also enables other work arounds, such as
2356 disabling padding.
2358 *** Other minor improvements and bug fixes.
2360 ** Backwards incompatible API/ABI changes in GnuTLS 2.2
2361 To adapt to changes in the TLS extension specifications for OpenPGP
2362 and SRP, the GnuTLS API had to be modified.  This means breaking the
2363 API and ABI backwards compatibility.  That is something we try to
2364 avoid unless it is necessary.  We decided to also remove the already
2365 deprecated stub functions for X.509 to XML conversion and TLS
2366 authorization (see below) when we had the opportunity.
2368 Generally, most applications does not need to be modified.  Just
2369 re-compile them against the latest GnuTLS release, and it should work
2370 fine.
2372 Applications that use the OpenPGP or SRP features needs to be
2373 modified.  Below is a list of the modified APIs and discussion of what
2374 the minimal things you need to modify in your application to make it
2375 work with GnuTLS 2.2.
2377 Note that GnuTLS 2.2 also introduces new APIs -- such as
2378 gnutls_set_priority() that is superior to
2379 gnutls_set_default_priority() -- that you may want to start using.
2380 However, using those new APIs is not required to use GnuTLS 2.2 since
2381 the old functions continue are still supported.  This text only
2382 discuss what you minimally have to modify.
2384 *** XML related changes
2385 The function `gnutls_x509_crt_to_xml' has been removed.  It has been
2386 deprecated and only returned an error code since GnuTLS version
2387 1.2.11.  Nobody has complained, so users doesn't seem to miss the
2388 functionality.  We don't know of any other library to convert X.509
2389 certificates into XML format, but we decided (long ago) that GnuTLS
2390 isn't the right place for this kind of functionality.  If you want
2391 help to find some other library to use here, please explain and
2392 discuss your use case on help-gnutls@gnu.org.
2394 *** TLS Authorization related changes
2395 Everything related to TLS authorizations have been removed, they were
2396 only stub functions that returned an error code:
2398  GNUTLS_SUPPLEMENTAL_AUTHZ_DATA
2399  gnutls_authz_data_format_type_t
2400  gnutls_authz_recv_callback_func
2401  gnutls_authz_send_callback_func
2402  gnutls_authz_enable
2403  gnutls_authz_send_x509_attr_cert
2404  gnutls_authz_send_saml_assertion
2405  gnutls_authz_send_x509_attr_cert_url
2406  gnutls_authz_send_saml_assertion_url
2408 *** SRP related changes
2409 The callback gnutls_srp_client_credentials_function has a new
2410 prototype, and its semantic has changed.  You need to rewrite the
2411 callback, see the updated function documentation and SRP example code
2412 (doc/examples/ex-client-srp.c and doc/examples/ex-serv-srp.c) for more
2413 information.
2415 The alert codes GNUTLS_A_MISSING_SRP_USERNAME and
2416 GNUTLS_A_UNKNOWN_SRP_USERNAME are no longer used by the SRP
2417 specification, instead the GNUTLS_A_UNKNOWN_PSK_IDENTITY alert is
2418 used.  There are #define's to map the old names to the new.  You may
2419 run into problems if you have a switch-case with cases for both SRP
2420 alerts, since they are now mapped to the same value.  The solution is
2421 to drop the SRP alerts from such switch cases, as they are now
2422 deprecated in favor of GNUTLS_A_UNKNOWN_PSK_IDENTITY.
2424 *** OpenPGP related changes
2425 The function `gnutls_certificate_set_openpgp_keyserver' have been
2426 removed.  There is no replacement functionality inside GnuTLS.  If you
2427 need keyserver functionality, consider using the GnuPG tools.
2429 All functions, types, and error codes related to OpenPGP trustdb
2430 format have been removed.  The trustdb format is a non-standard
2431 GnuPG-specific format, and we recommend you to use key rings instead.
2432 The following have been removed:
2434  gnutls_certificate_set_openpgp_trustdb
2435  gnutls_openpgp_trustdb_init
2436  gnutls_openpgp_trustdb_deinit
2437  gnutls_openpgp_trustdb_import
2438  gnutls_openpgp_key_verify_trustdb
2439  gnutls_openpgp_trustdb_t
2440  GNUTLS_E_OPENPGP_TRUSTDB_VERSION_UNSUPPORTED
2442 The following functions has an added parameter of the (new) type
2443 `gnutls_openpgp_crt_fmt_t'.  The type specify the format of the data
2444 (binary or base64).  The functions are:
2445  gnutls_certificate_set_openpgp_key_file
2446  gnutls_certificate_set_openpgp_key_mem
2447  gnutls_certificate_set_openpgp_keyring_mem
2448  gnutls_certificate_set_openpgp_keyring_file
2450 To improve terminology and align with the X.509 interface, some
2451 functions have been renamed.  Compatibility mappings exists.  The old
2452 and new names of the affected functions and types are:
2454         Old name                                New name
2455  gnutls_openpgp_key_t                    gnutls_openpgp_crt_t
2456  gnutls_openpgp_key_fmt_t                gnutls_openpgp_crt_fmt_t
2457  gnutls_openpgp_key_status_t             gnutls_openpgp_crt_status_t
2458  GNUTLS_OPENPGP_KEY                      GNUTLS_OPENPGP_CERT
2459  GNUTLS_OPENPGP_KEY_FINGERPRINT          GNUTLS_OPENPGP_CERT_FINGERPRINT
2460  gnutls_openpgp_key_init                 gnutls_openpgp_crt_init
2461  gnutls_openpgp_key_deinit               gnutls_openpgp_crt_deinit
2462  gnutls_openpgp_key_import               gnutls_openpgp_crt_import
2463  gnutls_openpgp_key_export               gnutls_openpgp_crt_export
2464  gnutls_openpgp_key_get_key_usage        gnutls_openpgp_crt_get_key_usage
2465  gnutls_openpgp_key_get_fingerprint      gnutls_openpgp_crt_get_fingerprint
2466  gnutls_openpgp_key_get_pk_algorithm     gnutls_openpgp_crt_get_pk_algorithm
2467  gnutls_openpgp_key_get_name             gnutls_openpgp_crt_get_name
2468  gnutls_openpgp_key_get_version          gnutls_openpgp_crt_get_version
2469  gnutls_openpgp_key_get_creation_time    gnutls_openpgp_crt_get_creation_time
2470  gnutls_openpgp_key_get_expiration_time  gnutls_openpgp_crt_get_expiration_time
2471  gnutls_openpgp_key_get_id               gnutls_openpgp_crt_get_id
2472  gnutls_openpgp_key_check_hostname       gnutls_openpgp_crt_check_hostname
2473  gnutls_openpgp_send_key                 gnutls_openpgp_send_cert
2475 ** API and ABI modifications:
2476 No changes since last version.
2478 * Version 2.1.8 (released 2007-12-10)
2480 ** The GPL version has been changed from version 2 to version 3.
2481 This affects the self-tests, command-line tools, the libgnutls-extra
2482 library, the relevant guile parts, and the build environment.
2484 ** Added gnutls_x509_crt_get_subject_alt_name2().
2486 ** Corrected a segfault when setting an empty gnutls_priority_t
2487 at gnutls_priority_set().
2489 ** Use gettext 0.17 which updates m4/lib-*.m4 macros.
2490 Fixes a problem with spurious -L/usr/lib additions.
2492 ** API and ABI modifications:
2493 gnutls_x509_crt_get_subject_alt_name2: ADD.
2495 * Version 2.1.7 (released 2007-11-29)
2497 ** PKCS #8 parser can now encode/decode DSA keys.
2499 ** Updated gnutls_set_default_priority2() now renamed to
2500 gnutls_priority_set() and gnutls_priority_set_direct() which
2501 accept a string to indicate preferences of ciphersuite parameters.
2503 ** gnutls-cli and gnutls-serv now have a --priority option to set
2504 the priority string.
2506 ** The gnutls_*_convert_priority() functions were deprecated by
2507 the gnutls_priority_set() and gnutls_priority_set_direct().
2509 ** Internal copy of OpenCDK upgraded to version 0.6.6.
2511 ** API and ABI modifications:
2512 gnutls_priority_init: ADD.
2513 gnutls_priority_deinit: ADD.
2514 gnutls_priority_set: ADD.
2515 gnutls_priority_set_direct: ADD.
2516 gnutls_set_default_priority2: RENAMED to gnutls_priority_set_direct()
2517 gnutls_mac_convert_priority: REMOVED
2518 gnutls_compression_convert_priority: REMOVED
2519 gnutls_protocol_convert_priority: REMOVED
2520 gnutls_kx_convert_priority: REMOVED
2521 gnutls_cipher_convert_priority: REMOVED
2522 gnutls_certificate_type_convert_priority: REMOVED
2523 gnutls_set_default_priority: UNDEPRECATED
2524 gnutls_set_default_priority_export: UNDEPRECATED
2526 ** Undocumented API and ABI modifications earlier in the 2.1.x series:
2527 GNUTLS_CIPHER_UNKNOWN: ADD.
2528 GNUTLS_CIPHER_CAMELLIA_128_CBC: ADD.
2529 GNUTLS_CIPHER_CAMELLIA_256_CBC: ADD.
2530 GNUTLS_KX_UNKNOWN: ADD.
2531 GNUTLS_COMP_UNKNOWN: ADD.
2532 GNUTLS_CRT_UNKNOWN: ADD.
2533 gnutls_mac_get_id: ADD.
2534 gnutls_compression_get_id: ADD.
2535 gnutls_cipher_get_id: ADD.
2536 gnutls_kx_get_id: ADD.
2537 gnutls_protocol_get_id: ADD.
2538 gnutls_certificate_type_get_id: ADD.
2539 gnutls_handshake_post_client_hello_func: ADD.
2540 gnutls_certificate_send_x509_rdn_sequence: ADD prototype to gnutls.h.in.
2542 * Version 2.1.6 (released 2007-11-15)
2544 ** Corrected bug in decompression of expanded compression data.
2546 ** Added the --to-p8 option to certtool to convert private keys
2547 to PKCS #8 keys.
2549 ** Introduced the GNUTLS_E_BASE64_UNEXPECTED_HEADER_ERROR error code.
2551 ** gnutls_certificate_set_x509_key_* can now read PKCS #8 unencrypted
2552 private keys.
2554 ** Fixed GNUTLS_E_UNKNOWN_ALGORITHM vs GNUTLS_E_UNKNOWN_HASH_ALGORITHM.
2555 During the 2.1.x series the GNUTLS_E_UNKNOWN_HASH_ALGORITHM error code
2556 was renamed to GNUTLS_E_UNKNOWN_ALGORITHM, unfortunately without being
2557 documented.  This caused some problems (e.g., debian #450854).  To
2558 avoid backwards compatibility problems, this release revert this
2559 change, so that GNUTLS_E_UNKNOWN_HASH_ALGORITHM works just like it has
2560 done in GnuTLS 2.0.x and earlier, and add a new error code
2561 GNUTLS_E_UNKNOWN_ALGORITHM.
2563 ** Fixes several gtk-doc warnings.
2565 ** API and ABI modifications:
2566 GNUTLS_E_UNKNOWN_ALGORITHM: CHANGED.
2567 GNUTLS_E_UNKNOWN_HASH_ALGORITHM: CHANGED.
2568 GNUTLS_E_BASE64_UNEXPECTED_HEADER_ERROR: ADD.
2570 * Version 2.1.5 (released 2007-11-01)
2572 ** Fix PKCS#3 parameter export problem.
2574 ** Improve certtool queries, they now print the default value.
2576 ** Fix ABI version.
2578 ** Update gnulib files.
2580 ** API and ABI modifications:
2581 No changes since last version.
2583 * Version 2.1.4 (released 2007-10-27)
2585 ** Added the --v1 option to certtool, to allow generating X.509
2586 version 1 certificates. 
2588 ** certtool: Add option --disable-quick-random to enable the old behaviour
2589 of using /dev/random to generate keys.
2591 ** Added priority functions that accept strings.
2593 ** Added gnutls_set_default_priority2() which accepts a flag to indicate
2594 priorities preferences.
2596 ** Added gnutls_record_disable_padding() to allow servers talking to 
2597 buggy clients that complain if the TLS 1.0 record protocol padding is
2598 used.
2600 ** Introduced gnutls_session_enable_compatibility_mode() to allow enabling
2601 all supported compatibility options (like disabling padding).
2603 ** The gnutls_certificate_set_openpgp_* functions were modified to include
2604 the format. This makes the interface consistent with the x509 functions.
2606 ** Internal copy of OpenCDK upgraded to version 0.6.5.
2608 ** Update gnulib files.
2610 ** API and ABI modifications:
2611 gnutls_certificate_set_openpgp_key_mem: MODIFIED
2612 gnutls_certificate_set_openpgp_key_file: MODIFIED
2613 gnutls_certificate_set_openpgp_keyring_mem: MODIFIED
2614 gnutls_certificate_set_openpgp_keyring_file: MODIFIED
2615 gnutls_set_default_priority: DEPRECATED
2616 gnutls_set_default_priority_export: DEPRECATED
2617 gnutls_set_default_priority2: ADDED
2618 gnutls_session_enable_compatibility_mode: ADDED
2619 gnutls_record_disable_padding: ADDED
2620 gnutls_mac_convert_priority: ADDED
2621 gnutls_compression_convert_priority: ADDED
2622 gnutls_protocol_convert_priority: ADDED
2623 gnutls_kx_convert_priority: ADDED
2624 gnutls_cipher_convert_priority: ADDED
2625 gnutls_certificate_type_convert_priority: ADDED
2626 gnutls_openpgp_key_t: RENAMED to gnutls_openpgp_crt_t
2627 gnutls_openpgp_key_status_t: RENAMED to gnutls_openpgp_crt_status_t
2628 gnutls_openpgp_send_key: RENAMED to gnutls_openpgp_send_cert
2629 gnutls_openpgp_key_init: RENAMED to gnutls_openpgp_crt_init
2630 gnutls_openpgp_key_import: RENAMED to gnutls_openpgp_crt_import
2631 gnutls_openpgp_key_export: RENAMED to gnutls_openpgp_crt_export
2632 gnutls_openpgp_key_check_hostname: RENAMED to gnutls_openpgp_crt_check_hostname
2633 gnutls_openpgp_key_get_creation_time: RENAMED to gnutls_openpgp_crt_get_creation_time
2634 gnutls_openpgp_key_get_expiration_time: RENAMED to gnutls_openpgp_crt_get_expiration_time
2635 gnutls_openpgp_key_get_fingerprint: RENAMED to gnutls_openpgp_crt_get_fingerprint
2636 gnutls_openpgp_key_get_version: RENAMED to gnutls_openpgp_crt_get_version
2637 gnutls_openpgp_key_get_pk_algorithm: RENAMED to gnutls_openpgp_crt_get_pk_algorithm
2638 gnutls_openpgp_key_get_name: RENAMED to gnutls_openpgp_crt_get_name
2639 gnutls_openpgp_key_deinit: RENAMED to gnutls_openpgp_crt_deinit
2640 gnutls_openpgp_key_get_id: RENAMED to gnutls_openpgp_crt_get_id
2641 gnutls_openpgp_key_get_key_usage: RENAMED to gnutls_openpgp_crt_get_key_usage
2642 gnutls_openpgp_key_verify_ring: RENAMED to gnutls_openpgp_crt_verify_ring
2643 gnutls_openpgp_key_verify_self: RENAMED to gnutls_openpgp_crt_verify_self
2645 * Version 2.1.3 (released 2007-10-17)
2647 ** TLS authorization support removed.
2648 This technique may be patented in the future, and it is not of crucial
2649 importance for the Internet community.  After deliberation we have
2650 concluded that the best thing we can do in this situation is to
2651 encourage society not to adopt this technique.  We have decided to
2652 lead the way with our own actions.
2654 ** Re-enabled the 256 bit ciphers in the default priorities.
2656 ** Corrected bugs in openpgp key verification using a keyring (both in
2657 gnutls and opencdk)
2659 ** API and ABI modifications:
2660 gnutls_certificate_set_openpgp_keyserver: REMOVED
2661 gnutls_authz_data_format_type_t,
2662 gnutls_authz_recv_callback_func,
2663 gnutls_authz_send_callback_func,
2664 gnutls_authz_enable,
2665 gnutls_authz_send_x509_attr_cert,
2666 gnutls_authz_send_saml_assertion,
2667 gnutls_authz_send_x509_attr_cert_url,
2668 gnutls_authz_send_saml_assertion_url: REMOVED.
2669 GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATA: ADDED.  To avoid that the
2670     gnutls_supplemental_data_format_type_t enum type becomes empty.
2672 * Version 2.1.2 (released 2007-10-14)
2674 ** Removed all the trustdb code from openpgp authentication.
2675 We now use only the well-specified keyrings.
2677 ** The 256 bit ciphers are not enabled in the default priorities.
2679 ** Added support for DSA2 using libgcrypt 1.3.0.
2681 ** certtool: Fixed data corruption when using --outder.
2683 ** Removed all the xml related stubs and functions.
2685 ** Added capability to set a callback after the client hello is received
2686 by the server in order to adjust parameters before the handshake.
2688 ** SRP was corrected to adhere to the latest draft (published soon as RFC)
2690 ** Corrected bug which did not allow a server to run without supporting
2691 certificates.
2693 ** Updated the DN parser which now prints wrongly decoded values as hex
2694 strings.
2696 ** certtool: Add option --quick-random.
2697 For generating low security test credentials.
2699 ** API and ABI modifications:
2700 gnutls_x509_crt_to_xml: REMOVED
2701 gnutls_openpgp_key_to_xml: REMOVED
2702 gnutls_openpgp_key_verify_trustdb: REMOVED
2703 gnutls_openpgp_trustdb_init: REMOVED
2704 gnutls_openpgp_trustdb_deinit: REMOVED
2705 gnutls_openpgp_trustdb_import: REMOVED
2706 gnutls_certificate_set_openpgp_trustdb: REMOVED
2707 gnutls_srp_client_credentials_function: CHANGED
2708 gnutls_handshake_set_post_client_hello_function: ADDED
2709 gnutls_mac_get_key_size: ADDED
2710 GNUTLS_E_OPENPGP_TRUSTDB_VERSION_UNSUPPORTED: DEPRECATED.
2711 GNUTLS_A_MISSING_SRP_USERNAME: DEPRECATED
2712 GNUTLS_A_UNKNOWN_SRP_USERNAME: DEPRECATED
2714 * Version 2.1.1 (released 2007-09-24)
2716 ** Added support for Camellia cipher, thanks to Yoshisato YANAGISAWA.
2717 Camellia is only enabled in GnuTLS if the installed libgcrypt has been
2718 compiled with Camellia support.  See the libgcrypt documentation on
2719 how to enable it.  Unconditionally disable it using the configure
2720 option --disable-camellia.  Fixes #1.
2722 ** Properly document in the NEWS file the API change in the last release.
2724 ** API and ABI modifications:
2725 No changes since last version.
2727 * Version 2.1.0 (released 2007-09-20)
2729 ** Support for draft-rescorla-tls-opaque-prf-input-00.txt.
2730 The support is disabled by default.  Since no value has been allocated
2731 by the IANA for this extension yet, you will need to provide one
2732 yourself by invoking './configure --enable-opaque-prf-input=42'.
2733 Fixes #2.
2735 ** Example code: Fix compilation flaw under MinGW.
2737 ** API and ABI modifications:
2738 gnutls_oprfi_callback_func: ADD, new typedef function prototype.
2739 gnutls_oprfi_enable_client: ADD, new function.
2740 gnutls_oprfi_enable_server: ADD, new function.
2742 * Version 2.0.4 (released 2007-11-16)
2744 ** Corrected bug in decompression of expanded compression data.           
2746 ** API and ABI modifications:
2747 No changes since last version.
2749 * Version 2.0.3 (released 2007-11-10)
2751 ** This version backports several fixes from the 2.1.x branch.
2753 ** Fixed PKCS #3 parameter export.
2755 ** Added gnutls_record_disable_padding() to allow servers talking to
2756 buggy clients that complain if the TLS 1.0 record protocol padding is
2757 used.
2759 ** Introduced gnutls_session_enable_compatibility_mode() to allow enabling
2760 all supported compatibility options (like disabling padding).
2762 ** Corrected bug which did not allow a server to run without supporting
2763 certificates.
2765 ** API and ABI modifications:
2766 gnutls_session_enable_compatibility_mode: ADDED
2767 gnutls_record_disable_padding: ADDED
2769 * Version 2.0.2 (released 2007-10-17)
2771 ** TLS authorization support removed.
2772 This technique may be patented in the future, and it is not of crucial
2773 importance for the Internet community.  After deliberation we have
2774 concluded that the best thing we can do in this situation is to
2775 encourage society not to adopt this technique.  We have decided to
2776 lead the way with our own actions.
2778 ** certtool: Fixed data corruption when using --outder.
2780 ** Fix configure-time Guile detection.
2782 ** API and ABI modifications:
2783 GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATA: ADDED.  To avoid that the
2784     gnutls_supplemental_data_format_type_t enum type becomes empty.
2786 * Version 2.0.1 (released 2007-09-20)
2788 ** New directory doc/credentials/ with test credentials.
2789 This collects the test credentials from the web page and from src/.
2790 The script gnutls-http-serv has also been moved to that directory.
2792 ** Update SRP extension type and cipher suite with official IANA values.
2793 This breaks backwards compatibility with SRP in older versions of
2794 GnuTLS, but this is intentional to speed up the adoption of the
2795 official values.  The old values we used were incorrect.
2797 ** Guile: Fix `x509-certificate-dn-oid'
2799 ** API and ABI modifications:
2800 No changes since last version.
2802 * Version 2.0.0 (released 2007-09-04)
2804 ** Included copy of Libtasn1 upgraded to version 1.1.
2806 ** Disable building of some examples if anonymous ciphers are disabled.
2808 ** Don't build examples for disabled features.
2810 ** API and ABI modifications:
2811 No changes since last version.
2813 * Version 1.7.19 (released 2007-08-27)
2815 ** Fix gnutls_error_is_fatal so that positive "errors" are non-critical.
2816 This solves connection problems in mutt, see
2817 <http://bugs.debian.org/439640>.
2819 ** Update gnulib files.
2820 In particular, the getpass module -- with its dependencies on getline,
2821 getdelim, fseeko etc -- where moved from the lgl/ (used by the core
2822 library) directory to the gl/ directory (only used by the command line
2823 tools).  The reason is that getpass is now only used by the
2824 command-line tools, and reducing the number of gnulib modules linked
2825 to the core library helps portability and reduces size.
2827 ** Fix warnings.
2829 ** Disable building of PGP examples if PGP is disabled.
2831 ** Included copy of OpenCDK upgraded to version 0.6.4.
2833 ** API and ABI modifications:
2834 No changes since last version.
2836 * Version 1.7.18 (released 2007-08-16)
2838 ** Install images for the info manual.
2839 This has a side effect of renaming the images.  See
2840 <http://thread.gmane.org/gmane.comp.tex.texinfo.bugs/3533> for
2841 discussions on the approach chosen.
2843 ** Fix pointer mix to variables of different size.
2844 Patch extracted from
2845 <http://cvs.fedora.redhat.com/viewcvs/devel/gnutls/gnutls-1.6.3-incompat-pointers.patch?rev=1.1&view=auto>.
2847 ** Fix warnings during build.
2848 Thanks to Andreas Metzler <ametzler@downhill.at.eu.org>.
2850 ** API and ABI modifications:
2851 No changes since last version.
2853 * Version 1.7.17 (released 2007-08-15)
2855 ** New functions to perform external signing.
2856 Set the signing callback function (of the gnutls_sign_func prototype)
2857 using the gnutls_sign_callback_set function.  In the callback, you may
2858 find the new functions gnutls_x509_privkey_sign_hash and
2859 gnutls_openpgp_privkey_sign_hash useful.  A new function
2860 gnutls_sign_callback_get is also added, to retrieve the function
2861 pointer.  Thanks to "Alon Bar-Lev" <alon.barlev@gmail.com> for
2862 comments and testing.
2864 ** New self test of client and server authenticated X.509 TLS sessions.
2865 See tests/x509self.c and tests/x509signself.c.  The latter also tests
2866 the new external signing callback interface.
2868 ** New errors GNUTLS_E_APPLICATION_ERROR_MIN..GNUTLS_E_APPLICATION_ERROR_MAX.
2869 These two actually describe the outer limits of a range of error codes
2870 reserved to the application.  All of the errors are treated as fatal
2871 by the library (it has to since it doesn't know the semantics of the
2872 error codes).  This can be useful in callbacks, to signal some
2873 application-specific error condition, which will usually eventually
2874 cause some gnutls API to return the same error code as the callback,
2875 which then can be inspected by the application.  Note that error codes
2876 are negative.
2878 ** gnutls_set_default_priority now disable TLS 1.2 by default.
2879 The RFC is not released yet, and we're approaching a major release so
2880 let's not enable it just yet.
2882 ** Fix namespace so that gnutls_*_t is used consistently.
2883 Before, many places in the GnuTLS code used the old deprecated type
2884 names without the '_t' suffix.
2886 ** Build fixes for Guile code.
2887 Patch from Ludovic Courtes <ludovic.courtes@laas.fr>.
2889 ** More documentation fixes.
2890 In particular, the section headings were modified for casing.  By
2891 Ludovic Courtes <ludovic.courtes@laas.fr>.
2893 ** Updated Polish and Swedish translations.
2894 Thanks to Jakub Bogusz <qboosh@pld-linux.org> and Daniel Nylander
2895 <po@danielnylander.se>.
2897 ** API and ABI modifications:
2898 gnutls_sign_func: ADD, new type for sign callback.
2899 gnutls_sign_callback_set: ADD, new function to set sign callback.
2900 gnutls_sign_callback_get: ADD, new function to retrieve sign callback.
2901 gnutls_x509_privkey_sign_hash,
2902 gnutls_openpgp_privkey_sign_hash: ADD, new functions useful in sign callback.
2903 GNUTLS_E_APPLICATION_ERROR_MIN,
2904 GNUTLS_E_APPLICATION_ERROR_MAX: ADD, new CPP #defines for error codes.
2906 * Version 1.7.16 (released 2007-08-07)
2908 ** Fix sanity checks and return values in certificate selection.
2909 In some cases, GnuTLS omitted to report suitable error codes when no
2910 suitable certificate was found.
2912 ** Fix gnutls-cli starttls EOF on Mac OS X.
2913 Thanks to Hal Eden <n.mavrogiannopoulos@gmail.com>.
2915 ** Documentation fixes.
2916 In particular, the section headings were modified for casing.  By
2917 Ludovic Courtes <ludovic.courtes@laas.fr>.
2919 ** Update gnulib files.
2921 ** API and ABI modifications:
2922 No changes since last version.
2924 * Version 1.7.15 (released 2007-07-02)
2926 ** Fix self-tests key-id under mingw32.
2928 ** Test that the Guile header files are recent enough to work.
2929 Before we just tested that the command line tool 'guile' was recent
2930 enough, which may not be sufficient if you still have an old
2931 libguile.h header installed.
2933 ** Guile bindings are now installed under $prefix by default.
2934 Use --without-guile-site-dir to install it under $pkgdatadir/site/
2935 where $pkgdatadir is as returned by "guile-config info pkgdatadir".
2936 Use --with-guile-site-dir=/your/own/path to specify the path manually.
2937 The default, --with-guile-site-dir, will install the Guile bindings
2938 under $datadir/guile/site.  There is a new section 'Guile
2939 Preparations' in the manual that discuss these issues.
2941 ** Fix run-time library path ordering in linking the Guile bindings.
2943 ** Improved manual on downloading, installing, getting help, bug reports etc.
2944 Suggested by Ludovic Courtès <ludovic.courtes@laas.fr>.
2946 ** Add Malay message translations.
2947 Thanks to Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>.
2949 ** API and ABI modifications:
2950 No changes since last version.
2952 * Version 1.7.14 (released 2007-06-26)
2954 ** Don't enable Guile bindings unless we have Guile 1.8 or later.
2955 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
2957 ** Fix memory leak during DSA signature verification.
2958 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
2960 ** Fix crash in gnutls-cli when TLS handshake fails.
2961 Reported by Marc Haber <mh+debian-bugs@zugschlus.de> and Andreas
2962 Metzler <ametzler@downhill.at.eu.org> via Debian BTS #429183, see
2963 <http://bugs.debian.org/429183>.
2965 ** Minor OpenPGP fixes in stream_to_datum.
2966 Patch from Timo Schulz <twoaday@freakmail.de> and Ludovic Courtès
2967 <ludovic.courtes@laas.fr>.
2969 ** Fix off-by-one in TLS 1.2 handshake.
2970 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
2972 ** Minor Guile binding self-test cleanup.
2973 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
2975 ** Update gnulib files.
2977 ** API and ABI modifications:
2978 No changes since last version.
2980 * Version 1.7.13 (released 2007-06-11)
2982 ** OpenCDK copy updated to version 0.6.3.
2984 ** Build fixes for GnuTLS Guile bindings.
2985 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
2987 ** Build fix for GTK-DOC manual.
2989 ** Update gnulib files.
2991 ** API and ABI modifications:
2992 No changes since last version.
2994 * Version 1.7.12 (released 2007-06-08)
2996 ** Guile bindings for GnuTLS have been included.
2997 Contributed by Ludovic Courtès <ludovic.courtes@laas.fr>.  There is a
2998 new chapter 'Guile Bindings' in the manual.
3000 ** Have PKCS8 parser return better error codes.
3001 Reported by Nate Nielsen <nielsen-list@memberwebs.com>, see
3002 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001653.html> and
3003 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001654.html>.
3005 ** Fix mem leak for sessions with client authentication via certificates.
3006 Reported by Andrew W. Nosenko <andrew.w.nosenko@gmail.com>, see
3007 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-April/001539.html>.
3009 ** Fix mem leaks.
3010 Reported by Dennis Vshivkov <walrus@amur.ru>, see
3011 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333050>.  Added
3012 self-test tests/parse_ca.c to test regressions.
3014 ** Fix build failures related to missing images in manual.
3015 Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
3017 ** Update gnulib files.
3019 ** API and ABI modifications:
3020 No changes since last version.
3022 * Version 1.7.11 (released 2007-05-26)
3024 ** Include opencdk.h in the release.
3025 Reported by Roman Bogorodskiy <novel@FreeBSD.org>.
3027 ** API and ABI modifications:
3028 No changes since last version.
3030 * Version 1.7.10 (released 2007-05-25)
3032 ** New API functions to extract DER encoded X.509 Subject/Issuer DN.
3033 Suggested by Nate Nielsen <nielsen-list@memberwebs.com>.
3035 ** Update of gnulib files.
3037 ** GnuTLS is now developed in GIT instead of CVS.
3038 See <http://repo.or.cz/w/gnutls.git> for a public repository.
3040 ** API and ABI modifications:
3041 gnutls_x509_crt_get_raw_issuer_dn: ADD.
3042 gnutls_x509_crt_get_raw_dn: ADD.
3044 * Version 1.7.9 (released 2007-05-12)
3046 ** X.509 certificates are preferred over OpenPGP keys.
3047 This is a change in the semantics of gnutls_set_default_priority.
3049 ** The included copy of OpenCDK has been updated to 0.6.1.
3050 There has been some API changes in OpenCDK, and the GnuTLS layer have
3051 been modified as well.  Note that while there are API/ABI incompatible
3052 changes in OpenCDK, this does not influence GnuTLS's API/ABI because
3053 its API/ABI have not changed.  From this version on, GnuTLS requires
3054 OpenCDK 0.6.0 or later.
3056 ** Fix build failure caused by missing doc/gnutls-logo.pdf.
3058 ** Change certtool's default serial number from 0 to a time-based value.
3060 ** Fix X.509 signing with RSA-PKCS#1 to set a NULL parameters fields.
3061 Before, we remove the parameters field, which resulted in a slightly
3062 different DER encoding which in turn caused signature verification
3063 failures of GnuTLS-generated RSA certificates in some other
3064 implementations (e.g., GnuPG 2.x's gpgsm).  Depending on which RFCs
3065 you read, this may or may not be correct, but our new behaviour appear
3066 to be consistent with other widely used implementations.
3068 ** Fix mem leaks in gnutls_x509_crt_print.
3070 ** API and ABI modifications:
3071 No changes since last version.
3073 * Version 1.7.8 (released 2007-04-16)
3075 ** Added examples for the authorization extension.
3076 See doc/examples/ex-client-authz.c and doc/examples/ex-serv-authz.c.
3078 ** The examples only use gnutls_set_default_priority().
3079 The exception is when DH_ANON is needed.
3081 ** Improve gnutls_set_default_priority() priorities.
3082 The new approach is for it to try and negotiate all secure and
3083 standard mechanisms available.  Currently, DH_ANON ciphersuites and
3084 LZO compressions are not enabled by default, because they are,
3085 respectively, insecure and non-standardized.  Note that TLS 1.2 will
3086 not be enabled by default in non-experimental release until it has
3087 been approved by the IETF.
3089 ** gnutls-cli and gnutls-serv now uses the library's default priorities.
3090 This means that to get DH_ANON and LZO compression, you'll need to
3091 specify that manually using '--kx anon' or '--comp lzo'.
3093 ** Minor fixes to the human display format of X.509 certificates.
3095 ** New APIs to extract Distinguished Name's from X.509 certificates.
3096 Based on patch from Howard Chu <hyc@symas.com>.
3098 ** Improved library searching for opencdk.
3099 It will now add the appropriate -R or -Wl,-rpath flags as necessary.
3100 The deprecated opencdk.m4 is no longer used.
3102 ** New APIs to list supported algorithms in the library.
3103 The APIs are gnutls_cipher_list, gnutls_mac_list,
3104 gnutls_compression_list, gnutls_protocol_list,
3105 gnutls_certificate_type_list, gnutls_kx_list, and
3106 gnutls_cipher_suite_info.  Suggested by Howard Chu <hyc@symas.com>.
3108 ** The gnutls_x509_crt_get_key_id API now handle non-RSA/DSA keys.
3110 ** New configure option --disable-tls-authorization to disable tls-authz.
3112 ** Fix prototype for `gnutls_psk_set_client_credentials'.
3113 The last parameter was renamed from 'flags' to 'format' and the type
3114 changed from 'unsigned int' to 'gnutls_psk_key_flags' (an enum type),
3115 which shouldn't cause any ABI changes.  Reported by ludo@chbouib.org
3116 (Ludovic Courtès).
3118 ** Fix allocation in gnutls_certificate_set_openpgp_key.
3119 Tiny patch from ludo@chbouib.org (Ludovic Courtès).
3121 ** API and ABI modifications:
3122 gnutls_x509_dn_t: ADD.
3123 gnutls_x509_ava_st: ADD.
3124 gnutls_x509_crt_get_subject,
3125 gnutls_x509_crt_get_issuer: ADD.
3126 gnutls_x509_dn_get_rdn_ava: ADD.
3127 gnutls_cipher_list: ADD.
3128 gnutls_mac_list: ADD.
3129 gnutls_compression_list: ADD.
3130 gnutls_protocol_list: ADD.
3131 gnutls_certificate_type_list: ADD.
3132 gnutls_kx_list: ADD.
3133 gnutls_cipher_suite_info: ADD.
3135 * Version 1.7.7 (released 2007-02-22)
3137 ** Support for supplemental handshake messages and authorization data.
3138 Supplemental data is described in RFC 4680 and the authorization
3139 extensions in draft-housley-tls-authz-extns-07.
3141 ** Support for authorization data in gnutls-cli and gnutls-serv.
3142 New parameters --authz-x509-attr-cert and --authz-saml-assertion.
3144 ** Fix for gnutls_x509_crt_check_hostname.
3145 Before it would have reported that the certificate matched a hostname
3146 when it did not have any dNSName or any CN field.  Report and tiny
3147 patch from "Richard W.M. Jones" <rjones@redhat.com>.
3149 ** New self test for RFC 2818 comparison in gnutls_x509_crt_check_hostname.
3150 Tests regressions of the bug, and several other features.
3152 ** GnuTLS now matches URI's with IP Addresses against iPAddress SAN's.
3153 Before there were no support for iPAddress SAN's during comparison.
3155 ** New API to print information about CRL's.
3156 The function is gnutls_x509_crl_print.
3158 ** New API to extract signature value from CRL's.
3159 The function is gnutls_x509_crl_get_signature.
3161 ** Support for directoryName Subject Alternative Name's.
3162 The gnutls_x509_crt_get_subject_alt_name function returns the DN as a
3163 string in the provided buffer.
3165 ** Internal improvements to certtool.
3166 It uses gnutls_x509_crl_print to print CRL information.  It uses some
3167 more gnulib modules to simplify error handling.
3169 ** API and ABI modifications:
3170 GNUTLS_HANDSHAKE_SUPPLEMENTAL: ADD, new gnutls_handshake_description_t element.
3171 gnutls_supplemental_data_format_type_t: ADD.
3172 gnutls_authz_data_format_type_t: ADD.
3173 gnutls_supplemental_get_name: ADD.
3174 gnutls_authz_recv_callback_func,
3175 gnutls_authz_send_callback_func: ADD, callback prototypes.
3176 gnutls_authz_enable: ADD.
3177 gnutls_authz_send_x509_attr_cert,
3178 gnutls_authz_send_saml_assertion,
3179 gnutls_authz_send_x509_attr_cert_url,
3180 gnutls_authz_send_saml_assertion_url: ADD.
3181 GNUTLS_SAN_DN: ADD, new gnutls_x509_subject_alt_name_t element.
3182 gnutls_x509_crl_print: ADD.
3183 gnutls_x509_crl_get_signature: ADD.
3185 * Version 1.7.6 (released 2007-02-12)
3187 ** Support for 'otherName' Subject Alternative Names.
3188 The existing API gnutls_x509_crt_get_subject_alt_name may now return
3189 the new type GNUTLS_SAN_OTHERNAME together with the otherName value.
3190 To find out the otherName OID (necessary for proper parsing of the
3191 value), use the new API gnutls_x509_crt_get_subject_alt_othername_oid.
3192 For known OIDs, gnutls_x509_crt_get_subject_alt_othername_oid will
3193 return "virtual" SAN values, e.g., GNUTLS_SAN_OTHERNAME_XMPP to
3194 simplify OID matching.  Suggested by Matthias Wimmer <m@tthias.eu>.
3196 ** Certtool can print otherName SAN values for certificates.
3197 For known otherName OIDs (currently only id-on-xmppAddr as defined by
3198 RFC 3920), it will also print the name.
3200 ** Fix TLS 1.2 RSA signing in servers.
3201 Before it used the old-style MD5+SHA1 signature, but the TLS
3202 signatures should be normal PKCS#1 signatures.  FYI, we use and
3203 require that DigestInfo parameters are present and NULL for TLS 1.2.
3205 ** Add APIs to access X.509 extensions sequentially.
3206 The existing APIs gnutls_x509_crt_get_extension_oid() and
3207 gnutls_x509_crt_get_extension_by_oid() does not permit callers to
3208 inspect the extensions in the order defined by the certificate.
3210 ** Add API to extract signature value from X.509 certificates.
3211 The function is gnutls_x509_crt_get_signature.
3213 ** Fix crash when generating proxy certificates in batch mode.
3214 If you don't specify a proxy policy in batch mode, it will use
3215 id-ppl-inheritALL.
3217 ** Add API to print information about X.509 certificates.
3218 The function is gnutls_x509_crt_print.
3220 ** Certtool uses the new API gnutls_x509_crt_print to print certificate info.
3221 One consequence of this is that the output syntax has changed
3222 slightly.  Some more fields are printed.
3224 ** Doc fixes.
3226 ** API and ABI modifications:
3227 gnutls_x509_crt_print: ADD
3228 gnutls_certificate_print_formats_t: ADD, new enum.
3229 gnutls_x509_crt_get_signature: ADD.
3230 gnutls_x509_crt_get_extension_data: ADD.
3231 gnutls_x509_crt_get_extension_info: ADD.
3232 gnutls_x509_crt_get_subject_alt_othername_oid: ADD.
3233 GNUTLS_SAN_OTHERNAME: ADD, new gnutls_x509_subject_alt_name_t element.
3234 GNUTLS_SAN_OTHERNAME_XMPP: ADD, new gnutls_x509_subject_alt_name_t element.
3236 * Version 1.7.5 (released 2007-02-06)
3238 ** Servers won't negotiate SRP RSA/DSS cipher suites if no SRP credential
3239 ** is set.
3241 ** Default behaviour for the gnutls-cli and gnutls-serv tools improved.
3243 ** Fix --list output for gnutls-cli and gnutls-serv.
3244 Mention TLS1.2, SHA512 etc.
3246 ** Manual contains new section on setting up a test HTTP server.
3247 A server set up following those descriptions are available online via
3248 <http://www.gnutls.org/server.html>.
3250 ** Update of gnulib files.
3252 ** API and ABI modifications:
3253 No changes since last version.
3255 * Version 1.7.4 (released 2007-02-05)
3257 ** Support for RSA signing using SHA-256/384/512.
3258 A new self test "sha2" tries to build a long X.509 certificate chain
3259 testing all new hashes.
3261 ** The gnutls-serv tool now use static DH parameters if none are supplied.
3263 ** Discuss proxy certificates in the manual.
3265 ** Improve bibliographical citations in the manual.
3267 ** Update of gnulib files.
3269 ** Fix certtool template handling of pathLenConstraints.
3270 It now defaults to -1 instead of 0, which causes the field to be
3271 missing unless the template specify it.
3273 ** API and ABI modifications:
3274 GNUTLS_MAC_SHA256,
3275 GNUTLS_MAC_SHA384,
3276 GNUTLS_MAC_SHA512: New gnutls_mac_algorithm_t values.
3277 GNUTLS_DIG_SHA256,
3278 GNUTLS_DIG_SHA384,
3279 GNUTLS_DIG_SHA512: New gnutls_digest_algorithm_t values.
3280 GNUTLS_SIGN_RSA_SHA256,
3281 GNUTLS_SIGN_RSA_SHA384,
3282 GNUTLS_SIGN_RSA_SHA512: New gnutls_sign_algorithm_t values.
3284 * Version 1.7.3 (released 2007-02-01)
3286 ** New option to certtool: --generate-proxy.
3287 This will generate a Proxy Certificate from an end entity certificate.
3288 Proxy Certificates are documented in RFC 3820.  You will need to
3289 specify the proxy certificate's private key with --load-privkey, the
3290 user certificate with --load-certificate and the private key used to
3291 sign the new proxy certificate with --load-ca-privkey.  Certtool will
3292 query for proxy path length and the policy language OID.  Currently
3293 only OIDs that have an empty policy are supported (which includes the
3294 two OIDs defined by RFC 3820).
3296 ** Certtool --certificate-info now prints information for Proxy Certificates.
3297 Before the proxy extension was just printed as DER encoded data.
3299 ** New APIs to set proxy subject names and get/set proxy cert extension.
3301 ** Fix parsing of pathLenConstraints in BasicConstraints with missing cA.
3303 ** Added self-test to test for regressions of pathLenConstraint bug.
3304 Incidentally, this also test (some) other regressions or changes in
3305 the output from certtool --certificate-info.
3307 ** When certtool generates CA certificates, pressing enter on the path
3308 ** length constraint query will now remove the field.
3309 Before it set the path length constraint to 0, which is a rather poor
3310 default.
3312 ** Certtool now print times in UTC when printing certificate/CRL info.
3314 ** Add better fix to work around C++ compiler bug on Mac OS X.
3315 Reported and tiny patch provided by Matthias Scheler <tron@NetBSD.org>.
3317 ** Fix import of ASCII armored OpenPGP keys.
3318 Patch by ludovic.courtes@laas.fr (Ludovic Courtès).
3320 ** Update of gnulib files.
3322 ** API and ABI modifications:
3323 gnutls_x509_crt_set_proxy_dn: ADD.
3324 gnutls_x509_crt_set_proxy: ADD.
3325 gnutls_x509_crt_get_proxy: ADD.
3327 * Version 1.7.2 (released 2007-01-14)
3329 ** Certtool now print the value of the pathLenConstraints field for certs.
3331 ** Certtool now query for path length constraints when generating CA certs.
3332 For batch uses, the certtool configuration name is "path_len".
3333 Suggested by Sascha Ziemann <sascha.ziemann@secunet.com>.
3335 ** Add new API to get/set pathLenConstraint in the Basic Constraints.
3336 The new functions gnutls_x509_crt_get_basic_constraints and
3337 gnutls_x509_crt_set_basic_constraints provide a superset of the
3338 functionality in the old gnutls_x509_crt_get_ca_status and
3339 gnutls_x509_crt_set_ca_status (respectively), but the old functions
3340 will continue to be supported.
3342 ** Add new API in OpenCDK to extract public/secret OpenPGP key to S-expr.
3343 The functions are cdk_pubkey_to_sexp and cdk_seckey_to_sexp.  A proper
3344 OpenCDK release with this patch will be made soon, which should bump
3345 the OpenCDK version number.  Patch by Mario Lenz <mario.lenz@gmx.net>.
3347 ** Certtool --to-p12 can now store more than one certificate in the blob.
3348 Before it could only store one certificate, but now it will read and
3349 store as many certificate there are from the --load-certificate file.
3350 Suggested by Sascha Ziemann <sascha.ziemann@secunet.com>.
3352 ** Clean up separation of gnutls and gnutls-extra for OpenPGP.
3353 In particular, the OpenPGP function variables are no longer part of
3354 the exported libgnutls interface, and no header files from
3355 libgnutls-extra (GPL) are needed by libgnutls (LGPL).  The variables
3356 were never intended for non-internal purposes, and thus this does not
3357 imply a change in the external API/ABI.
3359 ** Print URL to gaa when missing, and fix srcdir!=builddir for GAA files.
3360 Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
3362 ** GnuTLS no longer uses -mms-bitfields --enable-runtime-pseudo-reloc.
3363 Before these parameters were set to make GnuTLS build under mingw32,
3364 however, they appear to no longer be necessary.
3366 ** A minor fix to the C++ library to make it build.
3367 Reported by Pavlov Konstantin <thresh@altlinux.ru>.
3369 ** Update of gnulib files.
3371 ** API and ABI modifications:
3372 gnutls_x509_crt_get_basic_constraints: ADD.
3373 gnutls_x509_crt_set_basic_constraints: ADD.
3374 cdk_pubkey_to_sexp: ADD (in opencdk).
3375 cdk_seckey_to_sexp: ADD (in opencdk).
3377 * Version 1.7.1 (released 2006-12-28)
3379 ** TLS 1.2 server side fix.
3380 The Certificate Request sent did not contain the list of supported
3381 hashes field, thus violating the protocol.  It will now contain an
3382 empty list.  Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
3384 ** TLS 1.2 DSA signature verification fix.
3385 Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
3387 ** Fix the list of trusted CAs that server's send to clients.
3388 Before, the list contained issuer DN's instead of subject DN's of the
3389 trusted CAs.  Reported by Max Kellermann <max@duempel.org>.
3391 ** Fix gnutls_certificate_set_x509_crl to initialize the CRL before using it.
3392 Also added a self-test in tests/certificate_set_x509_crl.c to test the
3393 function.  Reported by Max Kellermann <max@duempel.org>.
3395 ** Encode UID fields in DN's as DirectoryString.
3396 Before GnuTLS encoded and parsed UID fields as IA5String.  This was
3397 incorrect, it should have used DirectoryString.  Now it will use
3398 DirectoryString for the UID field, but for backwards compatibility it
3399 will also accept IA5String UID's.  Reported by Max Kellermann
3400 <max@duempel.org>.
3402 ** Improve out-of-sourcedir builds from CVS.
3403 Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
3405 ** Bootstrap tools changed.
3406 We now require autoconf 2.61, automake 1.10, and gettext 0.16, when
3407 building GnuTLS from CVS.  Libtool 1.5.22 is used.
3409 ** Fixed a syntax error in lib/gnutls.asn.
3410 Reported by Paul Millar <p.millar@physics.gla.ac.uk>.
3412 ** Added German translation of GnuTLS messages.
3414 ** Update of gnulib files.
3416 ** API and ABI modifications:
3417 No changes since last version.
3419 * Version 1.7.0 (released 2006-11-29)
3421 ** The default protocol priority try TLS 1.1 and TLS 1.2 too.
3422 The details is that the protocol priority set by
3423 `gnutls_set_default_priority' has been changed from TLS 1.0 and SSL
3424 3.0 to TLS 1.2, TLS 1.1, TLS 1.0 and SSL 3.0.
3426 ** Preliminary support for TLS 1.2.
3427 The client has been successfully tested against
3428 https://www.mikestoolbox.org:4433/.
3430 ** Anonself test now print a lot of debugging info, including TLS version.
3432 ** Doc fixes in OpenCDK, to avoid some gtk-doc warnings.
3434 ** Update of gnulib files.
3436 ** API and ABI modifications:
3437 GNUTLS_TLS1_2: New gnutls_protocol_t enum member.
3439 *** Pulled up from stable 1.6.x branch:
3441 ** Fix ./configure failure with non-GCC compilers.
3442 This fixes the following error message:
3443 configure: error: conditional "HAVE_LD_OUTPUT_DEF" was never defined.
3444 Reported by "Michael C. Vergallen" <mvergall@telenet.be>.
3446 * Version 1.6.3 (released 2007-05-26)
3448 ** New API functions to extract DER encoded X.509 Subject/Issuer DN.
3449 Suggested by Nate Nielsen <nielsen-list@memberwebs.com>.  Backported
3450 from the 1.7.x branch, see
3451 <http://lists.gnu.org/archive/html/help-gnutls/2007-05/msg00029.html>.
3453 ** Have PKCS8 parser return better error codes.
3454 Reported by Nate Nielsen <nielsen-list@memberwebs.com>, see
3455 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001653.html> and
3456 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001654.html>.
3458 ** Fix mem leak for sessions with client authentication via certificates.
3459 Reported by Andrew W. Nosenko <andrew.w.nosenko@gmail.com>, see
3460 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-April/001539.html>.
3462 ** Fix building of 'tlsia' self test.
3463 Earlier some gcc are known to build tlsia linking to
3464 $prefix/lib/libgnutls-extra.so rather than the libgnutls-extra.so in
3465 the build directory, even though command line parameters look OK.
3466 Changing order of some parameters fixes it.
3468 ** API and ABI modifications:
3469 gnutls_x509_crt_get_raw_issuer_dn: ADD.
3470 gnutls_x509_crt_get_raw_dn: ADD.
3472 * Version 1.6.2 (released 2007-04-18)
3474 ** Fix X.509 signing with RSA-PKCS#1 to set a NULL parameters fields.
3475 Before, we remove the parameters field, which resulted in a slightly
3476 different DER encoding which in turn caused signature verification
3477 failures of GnuTLS-generated RSA certificates in some other
3478 implementations (e.g., GnuPG 2.x's gpgsm).  Depending on which RFCs
3479 you read, this may or may not be correct, but our new behaviour appear
3480 to be consistent with other widely used implementations.
3482 ** Regenerate the PKIX ASN.1 syntax tree.
3483 For some reason, after changing the ASN.1 type of ldap-UID in the last
3484 release, the generated C file built from the ASN.1 schema was not
3485 refreshed.  This can cause problems when reading/writing UID
3486 components inside X.500 Distinguished Names.  Reported by devel
3487 <dev001@pas-world.com>.
3489 ** Updated translations.
3491 ** API and ABI modifications:
3492 No changes since last version.
3494 * Version 1.6.1 (released 2006-12-28)
3496 ** Fix the list of trusted CAs that server's send to clients.
3497 Before, the list contained issuer DN's instead of subject DN's of the
3498 trusted CAs.  Reported by Max Kellermann <max@duempel.org>.
3500 ** Fix gnutls_certificate_set_x509_crl to initialize the CRL before using it.
3501 Reported by Max Kellermann <max@duempel.org>.
3503 ** Encode UID fields in DN's as DirectoryString.
3504 Before GnuTLS encoded and parsed UID fields as IA5String.  This was
3505 incorrect, it should have used DirectoryString.  Now it will use
3506 DirectoryString for the UID field, but for backwards compatibility it
3507 will also accept IA5String UID's.  Reported by Max Kellermann
3508 <max@duempel.org>.
3510 ** Fix ./configure failure with non-GCC compilers.
3511 This fixes the following error message:
3512 configure: error: conditional "HAVE_LD_OUTPUT_DEF" was never defined.
3513 Reported by "Michael C. Vergallen" <mvergall@telenet.be>.
3515 ** API and ABI modifications:
3516 No changes since last version.
3518 * Version 1.6.0 (released 2006-11-17)
3520 ** No changes since 1.5.5.
3521 The major changes compared to the 1.4.x branch are:
3523 *** A GnuTLS C++ library is part of the official distribution.
3524 Currently there are no examples or documentation, but hopefully this
3525 will change.  See gnutlsxx.h for the API.
3527 *** Windows is a supported platform.
3528 There are, however, two know bugs.  One is related to select() in
3529 command line tools (not, nota bene, in the library), the other is a
3530 problem with libgcrypt that causes delays.  Help is needed to resolve
3531 those issues, so we feel we can't delay the release because of this.
3533 *** New APIs for custom push/pull function error reporting.
3534 The new APIs are gnutls_transport_set_errno and
3535 gnutls_transport_set_global_errno.  See the release notes for version
3536 1.5.4 for more information.
3538 *** Self tests are run under valgrind, if available.  See --disable-valgrind.
3540 * Version 1.5.5 (released 2006-11-16)
3542 ** Correctly bump shared library version after adding new APIs.
3543 This was forgotten in the last release.
3545 ** Fix unsigned vs signed problem in ex-x509-info.c example.
3546 Reported by Tim Kosse <tim.kosse@filezilla-project.org>.
3548 ** Fix the rsa-md5-collision self test to work for MinGW+Wine.
3550 ** Update of gnulib files.
3552 ** API and ABI modifications:
3553 No changes since last version.
3555 * Version 1.5.4 (released 2006-11-07)
3557 ** New API functions to set errno in push/pull functions.
3558 Under Windows, setting the errno variable in a push/pull replacement
3559 may end up setting the wrong errno variable, and GnuTLS send/recv
3560 functions become confused about the real errno returned from a failed
3561 push/pull function.  Therefor, we have added two APIs to set the errno
3562 variable used by GnuTLS.  The APIs can also help to keep things
3563 thread-safe, by avoiding potentially global variables.  Typically,
3564 instead of setting errno in your push/pull function, you will call one
3565 of these functions.  It is recommended to use
3566 gnutls_transport_set_errno, but if you don't have the session variable
3567 easily accessible in the push/pull replacement function, you can use
3568 gnutls_transport_set_global_errno.  Suggested by Tim Kosse
3569 <tim.kosse@filezilla-project.org>.
3571 void gnutls_transport_set_errno (gnutls_session_t session, int err);
3572 void gnutls_transport_set_global_errno (int err);
3574 ** When calling `recv' or `send' Windows errors are handled properly.
3575 The Windows recv/send functions doesn't use errno, and GnuTLS now use
3576 WSAGetLastError to access the error condition instead.
3578 ** Several OpenPGP API fixes.
3579 All suggested by ludovic.courtes@laas.fr (Ludovic Courtès).  The most
3580 important fix is to change the return value of
3581 gnutls_openpgp_privkey_get_pk_algorithm and
3582 gnutls_openpgp_key_get_pk_algorithm from 'int' to
3583 'gnutls_pk_algorithm_t', which is an enum type (and thus API/ABI
3584 compatible with 'int').
3586 ** When a GnuTLS server receive a SSLv2 Client Hello for an unknown TLS
3587 ** version, try to negotiate the highest version support by the GnuTLS server,
3588 ** instead of the lowest.
3589 Reported by <Pasi.Eronen@nokia.com>.
3591 ** Replace old constructs with use of gnulib modules.
3592 For example, we can now assume unistd.h, sys/stat.h, sys/socket.h in
3593 the code.  If the headers doesn't exist on the target system, gnulib
3594 will make sure its replacement header files are used instead.
3596 ** Fix SOVERSION computation for *.def files.
3597 This fixes build errors similar to "No rule to make target
3598 `libgnutls-`expr', needed by `all-am'." when building for Windows.
3600 ** gnutls_check-version uses strverscmp from gnulib.
3602 ** Update of gnulib files.
3604 ** API and ABI modifications:
3605 gnutls_transport_set_errno: ADD
3606 gnutls_transport_set_global_errno: ADD
3608 * Version 1.5.3 (released 2006-10-26)
3610 ** Add new self-test of RSA-MD5 signature chains.
3611 Note that we already, since GnuTLS 1.2.9, reject RSA-MD5 signatures
3612 when verifying X.509 chains.  The code is in tests/rsa-md5-collision/
3613 and is based on the work by Marc Stevens et al, see
3614 <http://www.win.tue.nl/hashclash/TargetCollidingCertificates/>.
3616 ** Re-factor self tests.
3618 ** The include copy of Libtasn1 is updated to version 0.3.7.
3620 ** The included copy of OpenCDK is updated to version 0.5.11.
3622 ** Fix the filename of the *.def file on Windows after library version bump.
3624 ** Separated the gnulib directory into one for LGPL modules and one for GPL.
3625 This allows the GPL'd part of GnuTLS to take advantage of the GPL'd
3626 gnulib modules.  Earlier we could only use the LGPL'ed module from
3627 gnulib, because two gnulib directories in the same project didn't
3628 work.
3630 ** API and ABI modifications:
3631 No changes since last version.
3633 * Version 1.5.2 (released 2006-10-03)
3635 ** Decrement the shared library version back to 13 (as in the 1.4.x branch).
3636 Note that if you installed 1.5.0 or 1.5.1, they will have a higher
3637 shared library version than this version, so you'll have to remove
3638 them and possibly relink your applications.  The reason for this is
3639 that no API/ABI changes have been made since the 1.4.x branch, and
3640 that incrementing the shared library version was a mistake.  Reported
3641 by Andreas Metzler <ametzler@downhill.at.eu.org>.
3643 ** Fix off-by-one error when computing length to malloc.
3644 The code is used by gnutls_openpgp_add_keyring_file and
3645 gnutls_openpgp_add_keyring_mem.  Reported by "Adam Langley"
3646 <agl@imperialviolet.org>.
3648 ** Add version script for the GnuTLS C++ library.
3649 Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
3651 ** Fix the C++ compiler detection logic.
3652 Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
3654 ** Update of gnulib files.
3656 ** API and ABI modifications:
3657 No changes since last version.
3659 * Version 1.5.1 (released 2006-09-21)
3661 ** Fix PKCS#1 verification to avoid a variant of Bleichenbacher's
3662 ** Crypto 06 rump session attack.
3663 In particular, we check that the digestAlgorithm.parameters field is
3664 missing or empty, to avoid that it can contain "garbage" that may be
3665 used to alter the numeric properties of the signature.  See
3666 <http://www.imc.org/ietf-openpgp/mail-archive/msg14307.html> (which is
3667 not exactly the same as the problem we fix here).  Reported by Yutaka
3668 OIWA <y.oiwa@aist.go.jp>.
3670 See GNUTLS-SA-2006-4 on http://www.gnutls.org/security.html for more
3671 up to date information.
3673 ** Add self test to test for above flaw.
3675 ** Fix gnutls-cli-debug regarding resume support detection.
3676 Earlier, if the session-id from the server had a length of 0, it would
3677 indicate that the server supports resumption, which isn't the case.
3678 Reported by Kataja Kai <kai.kataja@op.fi>.
3680 ** Fix building of examples on FreeBSD by including netinet/in.h.
3681 Reported by Roman Bogorodskiy <novel@FreeBSD.org>.
3683 ** Fix certtool bug that caused the private key to not be loaded when
3684 generating a certificate with --load-request, which in turn triggered
3685 another unrelated bug in gnutls_x509_crt_sign2 (also fixed).  Reported
3686 by Sascha Ziemann <sascha.ziemann@secunet.com>.
3688 ** gnutls-cli and gnutls-serv works on Windows.
3689 The problem was the select() call that doesn't work on file
3690 descriptors (stdin) on Windows.  We borrowed some code from plibc to
3691 solve this.  It appears to be somewhat unreliable though.
3693 ** Autoconf 2.60 is now used.
3695 ** API and ABI modifications:
3696 No changes since last version.
3698 * Version 1.5.0 (released 2006-08-13)
3700 ** Change SRP and Cert-Type extensions to match IANA registry.
3702 ** Fixed bug in OpenPGP authentication handshake.
3704 ** Improvements for building under MinGW.
3705 Provides internal inet_ntop and inet_pton functions and arpa/inet.h
3706 header.  Calls WSAStartup and WSACleanup in gnutls_global_init and
3707 gnutls_global_deinit, respectively.  Loads getaddrinfo and getnameinfo
3708 at run-time from ws2_32.dll, and falls back on a simple replacement if
3709 it is not available.  Builds the library with -mms-bitfields
3710 -Wl,--enable-runtime-pseudo-reloc.  Links with --output-def, to
3711 create *.def files, which are installed.
3713 ** The examples now (conditionally) include config.h and link to gnulib.
3714 No other source changes were necessary, so the examples should
3715 continue to be possible to use stand-alone without any autoconf or
3716 gnulib stuff.
3718 ** Added C++ header "gnutlsxx.h" and library "libgnutlsxx".
3719 You may unconditionally disable it with --disable-cxx.  See
3720 includes/gnutls/gnutlsxx.h and lib/gnutlsxx.cpp for the
3721 implementation.
3723 ** Made command line tool '--version' behave according to GNU Standards.
3724 This enables 'make distcheck' to succeed.
3726 ** OpenCDK updated to 0.5.9 to fix some problems with OpenPGP support.
3728 ** Make --without-included-libtasn1 work.
3729 Reported by Daniel Black <dragonheart@gentoo.org>.
3731 ** Fix a crash (strcmp() on a NULL value) in the certificate verification logic.
3732 See http://www.gnu.org/software/gnutls/security.html regardging
3733 GNUTLS-SA-2006-2 for more up to date information.  Reported by
3734 satyakumar <satyam_kkd@hyd.hellosoft.com>.
3736 ** API and ABI modifications:
3737 No changes since last version.
3739 * Version 1.4.5 (released 2006-11-06)
3741 ** When a GnuTLS server receive a SSLv2 Client Hello for an unknown TLS
3742 ** version, try to negotiate the highest version support by the GnuTLS server,
3743 ** instead of the lowest.
3744 Reported by <Pasi.Eronen@nokia.com>.
3746 ** Fix typo in doc/examples/ex-serv-pgp.c.
3747 Reported by Adam Langley" <agl@imperialviolet.org>.
3749 ** API and ABI modifications:
3750 No changes since last version.
3752 * Version 1.4.4 (released 2006-09-12)
3754 ** Relax the test that caught signatures that exploit the variant of
3755 ** Bleichenbacher's Crypto 06 rump session attack on our
3756 ** verification logic flaw.
3757 In particular, we now permit the digestAlgorithm.parameters field to
3758 be present but empty, whereas in 1.4.3 we actually checked that the
3759 field was absent.
3761 ** Revert the removal of debug information for the GNUTLS-SA-2006-3 problem.
3762 The messages are only printed in debug mode, which is not recommended
3763 for normal use, and thus logging this situation cannot be abused as an
3764 oracle in typical recommended situations.
3766 ** API and ABI modifications:
3767 No changes since last version.
3769 * Version 1.4.3 (released 2006-09-08)
3771 ** Fix PKCS#1 verification to avoid a variant of Bleichenbacher's
3772 ** Crypto 06 rump session attack.
3773 In particular, we check that the digestAlgorithm.parameters field is
3774 empty, to avoid that it can contain "garbage" that may be used to
3775 alter the numeric properties of the signature.  See
3776 <http://www.imc.org/ietf-openpgp/mail-archive/msg14307.html> (which is
3777 not exactly the same as the problem we fix here).  Reported by Yutaka
3778 OIWA <y.oiwa@aist.go.jp>.
3780 See GNUTLS-SA-2006-4 on http://www.gnutls.org/security.html for more
3781 up to date information.
3783 ** Fix PKCS#1 decryption to avoid Bleichenbacher's Crypto 98 attack.
3784 See <http://www.bell-labs.com/user/bleichen/papers/pkcs.ps.gz>.
3785 Reported by Werner Koch <wk@gnupg.org>.
3787 See GNUTLS-SA-2006-3 on http://www.gnutls.org/security.html for more
3788 up to date information.
3790 ** Fix crash in gnutls_x509_crt_sign2 if passed a NULL issuer_key.
3792 ** API and ABI modifications:
3793 No changes since last version.
3795 * Version 1.4.2 (released 2006-08-12)
3797 ** Fix a crash (strcmp() on a NULL value) in the certificate verification logic.
3798 This can happen if you call gnutls_certificate_verify_peers2 and have
3799 a certain mix of local CA certificates and the peer send special
3800 certificates, that together trigger certain behaviour.  It is not
3801 known at this point whether the crash can be triggered without the
3802 special local CA certificate, and thus turn this into a remote crash
3803 of clients that verify server certificates when they talk to a server
3804 with the special server certificate.  See GNUTLS-SA-2006-2 on
3805 http://www.gnu.org/software/gnutls/security.html for more up to date
3806 information.  Reported by satyakumar <satyam_kkd@hyd.hellosoft.com>.
3808 ** Change SRP and Cert-Type extensions to match IANA registry.
3810 ** OpenCDK updated to 0.5.9 to fix some problems with OpenPGP support.
3812 ** Make --without-included-libtasn1 work.
3813 Reported by Daniel Black <dragonheart@gentoo.org>.
3815 ** API and ABI modifications:
3816 No changes since last version.
3818 * Version 1.4.1 (released 2006-06-14)
3820 ** Replaced inactive ifdefs to enable openpgp support in test programs.
3822 ** Fixed bug in OpenPGP authentication handshake.
3824 ** Fixed typographical in man pages.
3826 ** Build fixes of the manual.
3828 ** Added Swedish translation.
3830 ** API and ABI modifications:
3831 No changes since last version.
3833 * Version 1.4.0 (released 2006-05-15)
3835 ** Remove GnuTLS 0.8.x compatibility functions.
3837 ** The libgcrypt RNG is initialized in gnutls_global_init().
3839 ** TLS/IA API changes from Emile van Bergen.
3840 A dummy credential structure is not needed now, if you wish to use the
3841 low-level TLS/IA API, simply call gnutls_ia_enable to enable TLS/IA on
3842 a session.
3844 ** The self-tests are now run under valgrind, if it is installed.
3846 ** Libtasn1 is updated to 0.3.4, and that version is now required.
3848 ** The command line tools now use getaddrinfo and support IPv6.
3850 ** API and ABI modifications:
3851 _gnutls_x509_get_raw_crt_activation_time,
3852 _gnutls_x509_get_raw_crt_expiration_time: Removed.
3853 gnutls_ia_require_inner_phase: Removed, replaced by gnutls_ia_enable.
3854 gnutls_ia_enable: Added.
3856 * Version 1.3.5 (released 2006-03-08)
3858 ** Error messages are now translated using GNU Gettext.
3860 ** The function gnutls_x509_crt_to_xml now return an internal error.
3861 This means that the code to convert X.509 certificates to XML format
3862 does not work any more.  The reason is that the function called
3863 libtasn1 internal functions.  It seems unclean for libtasn1 to export
3864 the APIs needed here.  Instead it would be better to implement XML
3865 support inside libtasn1 properly.  If you need this functionality
3866 strongly, please consider looking into implementing this suggested
3867 approach instead.  As a workaround, you may also modify lib/x509/xml.c
3868 (change '#if 1' to '#if 0') and build using --with-included-libtasn1.
3870 ** Libraries are now built with libtool's -no-undefined.
3871 This helps producing libraries for Windows using mingw32.
3873 ** Doc fixes to explain that gnutls_record_send can block.
3875 ** Libtasn1 0.3.1 or later is now required.
3876 The include copy has been updated too.
3878 ** gnutls-cli can now recognize services and port numbers with the -p option.
3880 ** API and ABI modifications:
3881 No changes since last version.
3883 * Version 1.3.4 (released 2006-02-09)
3885 ** Fix read of out bounds bug in DER parser.
3886 Reported by Evgeny Legerov <admin@gleg.net>, and debugging help from
3887 Protover SSL.  Libtasn1 0.2.18 is now required, which contains the
3888 previous bug fix.  The included libtasn1 version in GnuTLS has been
3889 updated.
3891 ** Fixed bug in non-blocking gnutls_bye(). gnutls_record_send() will no 
3892 longer invalidate a session if the underlying send fails, but it will 
3893 prevent future writes. That is to allow reading the already received data.
3894 Patches and bug reports by Yoann Vandoorselaere <yoann@prelude-ids.org>
3896 ** Corrected bugs in gnutls_certificate_set_x509_crl() and
3897 gnutls_certificate_set_x509_trust(), that caused memory corruption if 
3898 more than one certificates were added. Report and patch by Max Kellermann.
3900 ** Fix build problems of OpenCDK on AIX.
3901 Thanks to "Heiden, John" <JHeiden@UTNet.UToledo.Edu>.
3903 ** API and ABI modifications:
3904 No changes since last version.
3906 * Version 1.3.3 (released 2006-01-12)
3908 ** New API to access the TLS master secret.
3909 When possible, you should use the TLS PRF functions instead.
3910 Suggested by Jouni Malinen <jkmaline@cc.hut.fi>.
3912 ** Improved handling when multiple libraries use GnuTLS at the same time.
3913 Now gnutls_global_init() can be called multiple times, and
3914 gnutls_global_deinit() will only deallocate the structure when it has
3915 been called as many times as gnutls_global_init() was called.
3917 ** Added a self test of TLS resume functionality.
3919 ** Fix crash in TLS resume code, caused by TLS/IA changes.
3921 ** Documentation fixes about thread unsafety, prompted by
3922 ** discussion with bryanh@giraffe-data.com (Bryan Henderson).
3923 In particular, gnutls_global_init() and gnutls_global_deinit() are not
3924 thread safe.  Careful callers may want to protect the call using a
3925 mutex.  The problem could also be ignored, which would cause a memory
3926 leak under rare conditions when two threads invoke the function
3927 roughly at the same time.
3929 ** Add 'const' keywords in various places, from Frediano ZIGLIO.
3931 ** The code was indented again, including the external header files.
3933 ** API and ABI modifications:
3934 New functions to retrieve the master secret value:
3935   gnutls_session_get_master_secret
3937 Add a 'const' keyword to existing API:
3938   gnutls_x509_crq_get_challenge_password
3940 * Version 1.3.2 (released 2005-12-15)
3942 ** GnuTLS now support TLS Inner application (TLS/IA).
3943 This is per draft-funk-tls-inner-application-extension-01.  This
3944 functionality is added to libgnutls-extra, so it is licensed under the
3945 GNU General Public License.
3947 ** New APIs to access the TLS Pseudo-Random-Function (PRF).
3948 The PRF is used by some protocols building on TLS, such as EAP-PEAP
3949 and EAP-TTLS.  One function to access the raw PRF and one to access
3950 the PRF seeded with the client/server random fields are provided.
3951 Suggested by Jouni Malinen <jkmaline@cc.hut.fi>.
3953 ** New APIs to acceess the client and server random fields in a session.
3954 These fields can be useful by protocols using TLS.  Note that these
3955 fields are typically used as input to the TLS PRF, and if this is your
3956 intended use, you should use the TLS PRF API that use the
3957 client/server random field directly.  Suggested by Jouni Malinen
3958 <jkmaline@cc.hut.fi>.
3960 ** Internal type cleanups.
3961 The uint8, uint16, uint32 types have been replaced by uint8_t,
3962 uint16_t, uint32_t.  Gnulib is used to guarantee the presence of
3963 correct types on platforms that lack them.  The uint type have been
3964 replaced by unsigned.
3966 ** API and ABI modifications:
3967 New functions to invoke the TLS Pseudo-Random-Function (PRF):
3968   gnutls_prf
3969   gnutls_prf_raw
3971 New functions to retrieve the session's client and server random values:
3972   gnutls_session_get_server_random
3973   gnutls_session_get_client_random
3975 New function, to perform TLS/IA handshake:
3976   gnutls_ia_handshake
3978 New function to decide whether to do a TLS/IA handshake:
3979   gnutls_ia_handshake_p
3981 New functions to allocate a TLS/IA credential:
3982   gnutls_ia_allocate_client_credentials
3983   gnutls_ia_free_client_credentials
3984   gnutls_ia_allocate_server_credentials
3985   gnutls_ia_free_server_credentials
3987 New functions to handle the AVP callback:
3988   gnutls_ia_set_client_avp_function
3989   gnutls_ia_set_client_avp_ptr
3990   gnutls_ia_get_client_avp_ptr
3991   gnutls_ia_set_server_avp_function
3992   gnutls_ia_set_server_avp_ptr
3993   gnutls_ia_get_server_avp_ptr
3995 New functions, to toggle TLS/IA application phases:
3996   gnutls_ia_require_inner_phase
3998 New function to mix session keys with inner secret:
3999   gnutls_ia_permute_inner_secret
4001 Low-level API (used internally by gnutls_ia_handshake):
4002   gnutls_ia_endphase_send
4003   gnutls_ia_send
4004   gnutls_ia_recv
4006 New functions that can be used after successful TLS/IA negotiation:
4007   gnutls_ia_generate_challenge
4008   gnutls_ia_extract_inner_secret
4010 Enum type with TLS/IA modes:
4011   gnutls_ia_mode_t
4013 Enum type with TLS/IA packet types:
4014   gnutls_ia_apptype_t
4016 Enum values for TLS/IA alerts:
4017   GNUTLS_A_INNER_APPLICATION_FAILURE
4018   GNUTLS_A_INNER_APPLICATION_VERIFICATION
4020 New error codes, to signal when an application phase has finished:
4021   GNUTLS_E_WARNING_IA_IPHF_RECEIVED
4022   GNUTLS_E_WARNING_IA_FPHF_RECEIVED
4024 New error code to signal TLS/IA verify failure:
4025   GNUTLS_E_IA_VERIFY_FAILED
4027 * Version 1.3.1 (released 2005-12-08)
4029 ** Support for DHE-PSK cipher suites has been added.
4030 This method offers perfect forward secrecy.
4032 ** Fix gnutls-cli STARTTLS hang when SIGINT is sent too quickly, thanks to
4033 Otto Maddox <ottomaddox@fastmail.fm> and Nozomu Ando <nand@mac.com>.
4035 ** Corrected a bug in certtool for 64 bit machines. Reported
4036 by Max Kellermann <max@duempel.org>.
4038 ** New function to set a X.509 private key and certificate pairs, and/or
4039 CRLs, from an PKCS#12 file, suggested by Emile van Bergen
4040 <emile@e-advies.nl>.
4042 The integrity of the PKCS#12 file is protected through a password
4043 based MAC; public-key based signatures for integrity protection are
4044 not supported.  PKCS#12 bags may be encrypted using password derived
4045 symmetric keys, public-key based encryption is not supported.  The
4046 PKCS#8 keys may be encrypted using passwords.  The API use the same
4047 password for all operations.  We believe that any more flexibility
4048 create too much complexity that would hurt overall security, but may
4049 add more PKCS#12 related APIs if real-world experience indicate
4050 otherwise.
4052 ** gnutls_x509_privkey_import_pkcs8 now accept unencrypted PEM PKCS#8 keys,
4053 reported by Emile van Bergen <emile@e-advies.nl>.
4054 This will enable "certtool -k -8" to parse those keys.
4056 ** Certtool now generate keys in unencrypted PKCS#8 format for empty passwords.
4057 Use "certtool -p -8" and press press enter at the prompt.  Earlier,
4058 certtool would have encrypted the key using an empty password.
4060 ** Certtool now accept --password for --key-info and encrypted PKCS#8 keys.
4061 Earlier it would have prompted the user for it, even if --password was
4062 supplied.
4064 ** Added self test of PKCS#8 parsing.
4065 Unencrypted and encrypted (pbeWithSHAAnd3-KeyTripleDES-CBC and
4066 pbeWithSHAAnd40BitRC2-CBC) formats are tested.  The test is in
4067 tests/pkcs8.
4069 ** API and ABI modifications:
4070 New function to set X.509 credentials from a PKCS#12 file:
4071   gnutls_certificate_set_x509_simple_pkcs12_file
4073 New gnutls_kx_algorithm_t enum type:
4074   GNUTLS_KX_DHE_PSK
4076 New API to return session data (basically same as gnutls_session_get_data):
4077   gnutls_session_get_data2
4079 New API to set PSK Diffie-Hellman parameters:
4080   gnutls_psk_set_server_dh_params
4082 * Version 1.3.0 (2005-11-15)
4084 ** Support for TLS Pre-Shared Key (TLS-PSK) ciphersuites have been added.
4085 This add several new APIs, see below.  Read the updated manual for
4086 more information.  A new self test "pskself" has been added, that will
4087 test this functionality.
4089 ** The session resumption data are now system independent.
4091 ** The code has been re-indented to conform to the GNU coding style.
4093 ** Removed the RIPEMD ciphersuites.
4095 ** Added a discussion of the internals of gnutls in manual.
4097 ** Fixes for Tru64 UNIX 4.0D that lack MAP_FAILED, from Albert Chin.
4099 ** Remove trailing comma in enums, for IBM C v6, from Albert Chin.
4101 ** Make sure config.h is included first in a few files, from Albert Chin.
4103 ** Don't use C++ comments ("//") as they are invalid, from Albert Chin.
4105 ** Don't install SRP programs and man pages if --disable-srp-authentication,
4106 from Albert Chin.
4108 ** API and ABI modifications:
4109 New gnutls_kx_algorithm_t key exchange type: GNUTLS_KX_PSK
4111 New gnutls_credentials_type_t credential type:
4112   GNUTLS_CRD_PSK
4114 New credential types:
4115   gnutls_psk_server_credentials_t
4116   gnutls_psk_client_credentials_t
4118 New functions to allocate PSK credentials:
4119   gnutls_psk_allocate_client_credentials
4120   gnutls_psk_free_client_credentials
4121   gnutls_psk_free_server_credentials
4122   gnutls_psk_allocate_server_credentials
4124 New enum type for PSK key flags:
4125   gnutls_psk_key_flags
4127 New function prototypes for credential callback:
4128   gnutls_psk_client_credentials_function
4129   gnutls_psk_server_credentials_function
4131 New function to set PSK username and key:
4132   gnutls_psk_set_client_credentials
4134 New function to set PSK passwd file:
4135   gnutls_psk_set_server_credentials_file
4137 New function to extract PSK user in server:
4138   gnutls_psk_server_get_username
4140 New functions to set PSK callback:
4141   gnutls_psk_set_server_credentials_function
4142   gnutls_psk_set_client_credentials_function
4144 Use size_t instead of int for output size parameter:
4145   gnutls_srp_base64_encode
4146   gnutls_srp_base64_decode
4148 * Version 1.2.11 (2006-05-11)
4149 - The function gnutls_x509_crt_to_xml is not supported any more, and
4150   return an internal error.  The reason is that the function called
4151   internal libtasn1 functions which are no longer exported from
4152   libtasn1.
4153 - Updated libtasn1 requirement to 0.3.4 and refreshed internal mintiasn1.
4154 - Updated gnulib compatibility files.
4155 - Fixed _gnutls_x509_get_raw_crt_expiration_time and
4156   _gnutls_x509_get_raw_crt_activation_time to return (time_t)-1 on errors.
4157 - API and ABI modifications:
4158   No changes since last version.
4160 * Version 1.2.10 (2006-02-09)
4161 - Fix read out bounds bug in DER parser.  Reported by Evgeny Legerov
4162   <admin@gleg.net>, and debugging help from Protover SSL.
4163 - Libtasn1 0.2.18 is now required (contains the previous bug fix).
4164   The included version has been updated too.
4165 - Fix gnutls-cli STARTTLS hang when SIGINT is sent too quickly, thanks to
4166   Otto Maddox <ottomaddox@fastmail.fm> and Nozomu Ando <nand@mac.com>.
4167 - Corrected a bug in certtool for 64 bit machines. Reported
4168   by Max Kellermann <max@duempel.org>.
4169 - Corrected bugs in gnutls_certificate_set_x509_crl() and
4170   gnutls_certificate_set_x509_trust(), that caused memory corruption if
4171   more than one certificates were added. Report and patch by Max Kellermann.
4172 - Fixed bug in non-blocking gnutls_bye(). gnutls_record_send() will no 
4173   longer invalidate a session if the underlying send fails, but it will 
4174   prevent future writes. That is to allow reading the already received data.
4175   Patches and bug reports by Yoann Vandoorselaere <yoann@prelude-ids.org>
4177 * Version 1.2.9 (2005-11-07)
4178 - Documentation was updated and improved.
4179 - RSA-MD2 is now supported for verifying digital signatures.
4180 - Due to cryptographic advances, verifying untrusted X.509
4181   certificates signed with RSA-MD2 or RSA-MD5 will now fail with a
4182   GNUTLS_CERT_INSECURE_ALGORITHM verification output.  For
4183   applications that must remain interoperable, you can use the
4184   GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2 or GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5
4185   flags when verifying certificates.  Naturally, this is not
4186   recommended default behaviour for applications.  To enable the
4187   broken algorithms, call gnutls_certificate_set_verify_flags with the
4188   proper flag, to change the verification mode used by
4189   gnutls_certificate_verify_peers2.
4190 - Make it possible to send empty data through gnutls_record_send,
4191   to align with the send(2) API.
4192 - Some changes in the certificate receiving part of handshake to prevent
4193   some possible errors with non-blocking servers.
4194 - Added numeric version symbols to permit simple CPP-based feature
4195   tests, suggested by Daniel Stenberg <daniel@haxx.se>.
4196 - The (experimental) low-level crypto alternative to libgcrypt used
4197   earlier (Nettle) has been replaced with crypto code from gnulib.
4198   This leads to easier re-use of these components in other projects,
4199   leading to more review and simpler maintenance.  The new configure
4200   parameter --with-builtin-crypto replace the old --with-nettle, and
4201   must be used if you wish to enable this functionality.  See README
4202   under "Experimental" for more information.  Internally, GnuTLS has
4203   been updated to use the new "Generic Crypto" API in gl/gc.h.  The
4204   API is similar to the old crypto/gc.h, because the gnulib code were
4205   based on GnuTLS's gc.h.
4206 - Fix compiler warning in the "anonself" self test.
4207 - API and ABI modifications:
4208 gnutls_x509_crt_list_verify: Added 'const' to prototype in <gnutls/x509.h>.
4209                              This doesn't reflect a change in behaviour,
4210                              so we don't break backwards compatibility.
4211 GNUTLS_MAC_MD2: New gnutls_mac_algorithm_t value.
4212 GNUTLS_DIG_MD2: New gnutls_digest_algorithm_t value.
4213 GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2,
4214 GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5: New gnutls_certificate_verify_flags values.
4215                                   Use when calling
4216                                   gnutls_x509_crt_list_verify,
4217                                   gnutls_x509_crt_verify, or
4218                                   gnutls_certificate_set_verify_flags.
4219 GNUTLS_CERT_INSECURE_ALGORITHM: New gnutls_certificate_status_t value,
4220                                 used when broken signature algorithms
4221                                 is used (currently RSA-MD2/MD5).
4222 LIBGNUTLS_VERSION_MAJOR,
4223 LIBGNUTLS_VERSION_MINOR,
4224 LIBGNUTLS_VERSION_PATCH,
4225 LIBGNUTLS_VERSION_NUMBER: New CPP symbols, indicating the GnuTLS
4226                           version number, can be used for feature existence
4227                           tests.
4229 * Version 1.2.8 (2005-10-07)
4230 - Libgcrypt 1.2.2 is required to fix a bug for forking GnuTLS servers.
4231 - Don't install the auxilliary libexamples library used by the
4232   examples in doc/examples/ on "make install", report and tiny patch
4233   from Thomas Klausner <tk@giga.or.at>.
4234 - If you pass a X.509 CA or PGP trust database to the command line
4235   tool, it will now abort the connection if the server certificate
4236   validation fails.  Use the parameter --insecure to continue even
4237   after certificate validation failures.  Inspired from discussion
4238   with Alexander Kotelnikov <sacha@myxomop.com>.
4239 - The test for socklen_t has been moved to gnulib.
4240 - Link failures for duplicate or missing "program_name" symbol has been fixed,
4241   patch from Martin Lambers <marlam@marlam.de>.
4242 - The command line tool and the examples no longer uses mmap or bzero,
4243   to make them more portable, patch from Martin Lambers
4244   <marlam@marlam.de>.
4245 - Made the PKCS #12 API handle null passwords. Based on patch by
4246   Anton Altaparmakov <aia21@cam.ac.uk>.
4247 - The GTK-DOC manual should build with current released tools.
4248   (But a copy of the output is included, so the tools are not required.)
4249 - The inet_ntop function is now used through gnulib.
4250 - API and ABI modifications:
4251   No changes since last version.
4253 * Version 1.2.7 (2005-09-09)
4254 - The GNUTLS and GNUTLS-EXTRA libraries are now built with versioned symbols.
4255 - Certtool now complains when reading out-of-range X.509 serial
4256   numbers, suggested by Fran <e_agf@yahoo.es>.
4257 - Certtool now uses the readline library (when available) when reading
4258   X.509 serial numbers.
4259 - Fixed build problems in getpass on uClibc and Mingw32 platforms.
4260 - Fixed compile warning regarding socklen_t on Mingw32, reported by
4261   Martin Lambers <marlam@marlam.de>.
4262 - Fixed examples in doc/examples/, suggested by Fran <e_agf@yahoo.es>.
4263 - Gnulib is now used for the core library, enabling future code cleanups.
4264 - The gnutls-cli tool now use gnutls_certificate_verify_peers2,
4265   suggested by Daniel Stenberg <daniel@haxx.se>.
4266 - Doc fixes for gnutls_transport_set_push and gnutls_transport_set_pull.
4267 - Minilibtasn1 is now 0.2.17 (removed optional use of C99 macros).
4268 - Disable zlib support if zlib.h is not present.
4269 - A number of internal cleanups.
4270 - API and ABI modifications:
4271   No changes since last version.
4273 * Version 1.2.6 (2005-07-16)
4274 - MiniLZO updated to version 2.01 and moved to separate directory.
4275 - Collision between system LZO header files and MiniLZO header file
4276   fixed, reported by Matthias Urlichs <smurf@smurf.noris.de>.
4277 - Will now test for liblzo functionality in liblzo2 too, reported by
4278   Thomas Klausner <tk@giga.or.at>.
4279 - Minilibtasn1 is now 0.2.14 (no code changes).
4280 - Some code changes to avoid GTK-DOC warnings.
4281 - API and ABI modifications:
4282   No changes since last version.
4284 * Version 1.2.5 (2005-07-03)
4285 - More builddir != srcdir fixes, reported by Mike Castle
4286   <dalgoda@ix.netcom.com>.
4287 - Fixed off-by-one bug in the size parameter of gnutls_x509_crt_get*_dn,
4288   reported by Adam Langley <alangley@gmail.com>.
4289 - Corrected some stuff in minilzo detection. Pointed out by 
4290   Sergey Lipnevich.
4291 - MiniLZO updated to version 2.00.
4292 - gnutls_x509_crt_list_import now accept a DER formatted CRL.
4293 - API and ABI modifications:
4294   No changes since last version.
4296 * Version 1.2.4 (2005-05-28)
4297 - Corrected some bugs that could affect 64 bit systems.
4298 - Some corrections in the header files to include the prototype
4299   of memmem properly (affected 64 bit systems). Report and patch
4300   by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4301 - Introduced the --fix-key option to certtool, which can be used to
4302   regenerate the (optional) parameters in a private key. It should
4303   be used together with --key-info.
4304 - Corrected a bug in certificate chain verification that could lead
4305   to marking a trusted chain as non trusted, if the last certificate in
4306   the chain was a self signed one.
4307 - Gnulib portability files were updated.
4308 - License were updated to reflect new FSF address.
4309 - API and ABI modifications:
4310   No changes since last version.
4312 * Version 1.2.3 (2005-04-28)
4313 - Corrected bug in record packet parsing that could lead
4314   to a denial of service attack.
4315 - Corrected bug in RSA key export. Previously exported keys
4316   can be fixed using certtool. Use certtool -k <infile >outfile
4317 - API and ABI modifications:
4318     gnutls_x509_privkey_fix(): Add.
4320 * Version 1.2.2 (2005-04-25)
4321 - gnutls_error_to_alert() now considers
4322   GNUTLS_E_UNEXPECTED_HANDSHAKE_PACKET.
4323 - Fixed error in session resuming that could cause a crash in a session.
4324 - Fixed pkcs12 friendly name and local key identifier decoding.
4325 - Internal cleanups, removed duplicate typedef/struct definitions,
4326   and made source code include external include file, to check
4327   function prototypes during compile time.
4328 - API and ABI modifications:
4329   No changes since last version.  At least not intentional, but due
4330   to the include header changes, there may be inadvertant changes,
4331   please let us know if you find any.
4333 * Version 1.2.1 (2005-04-04)
4334 - gnutls_bye() will no longer fail when RDWR is used and application
4335   data are available for reading.
4336 - Added more strict checks for the SRP parameters (g,n), when they
4337   are not in the included list.
4338 - Added warning to certtool when MD5 is being used for digital
4339   signatures.
4340 - Optimizations ("-O2 -finline-functions") are not enabled by default,
4341   instead the standard autoconf defaults are used.  Use `./configure
4342   CFLAGS="-O2 -finline-functions"' to get the old optimizations.
4343 - Added the option --get-dh-params to certtool, in order to get the
4344   parameters included in the library primes and generators.
4345 - Improved the semantics of GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT, to
4346   allow only trusted Version 1 CAs and introduced
4347   GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT which has the old semantics.
4348 - Nettle self tests now build properly, reported by Pierre
4349   <pierre42d@9online.fr>.
4350 - Eliminated some memory leaks in DHE and RSA-EXPORT cipher suites.
4351   Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4352 - If the library has been compiled with features disabled, a warning is 
4353   issued during the compilation of any program.
4354 - API and ABI modifications:
4355     gnutls_x509_crt_list_import(): Add
4356     gnutls_x509_crq_get_attribute_by_oid(): Add.
4357     gnutls_x509_crq_set_attribute_by_oid(): Add
4358     gnutls_x509_crt_set_extension_by_oid(): Add.
4359     GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT: Modify semantics.
4360     GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT: Add, old behaviour.
4362 * Version 1.2.0 (2005-01-27)
4363 - Added the definitions and OIDs for the RIPEMD-160 hash algorithm.
4364 - Introduced gnutls_x509_crt_sign2(), gnutls_x509_crq_sign2() and 
4365   gnutls_x509_crl_sign2().
4366 - Fixed license header in source code files.
4368 * Version 1.1.23 (2005-01-18)
4369 - It is now possible to generate PKCS#12 structures without private
4370   keys using "certtool --to-p12", suggested by Fabian Fagerholm
4371   <fabbe@paniq.net>.
4372 - Certtool now prints information for the RSA and DSA parameters of
4373   certificates and private keys.
4374 - Corrected the write of CRL distribution points.
4375 - The certificate chain verification function now checks certificates
4376   in the reverse order to minimize the spent resources.
4377 - Corrected several bugs found by Marcin Garski <mgarski@post.pl>
4378 - The functions gnutls_x509_crl_get_issuer_dn, gnutls_x509_crq_get_dn,
4379   gnutls_x509_crt_get_issuer_dn, gnutls_x509_crt_get_dn, and
4380   gnutls_x509_rdn_get now set *sizeof_buf to the buffer length that is
4381   required, instead of the string length.  That is, the value has been
4382   incremented by 1 to account for the terminating zero. Reported by
4383   Martin Lambers <marlam@web.de>.
4384 - Debug output shouldn't crash on platforms that doesn't handle NULL
4385   printf %s values.  Reported by Michael.Ringe@aachen.utimaco.de.
4386 - Sync included copy of libtasn1 with version 0.2.13.
4387 - Client X.509 authenticated connections via gnutls-cli should now work again.
4389 * Version 1.1.22 (2004-11-04)
4390 - Replace GNU LD version script with Libtool -export-symbols-regex,
4391   from Joe Orton <joe@manyfish.co.uk>.
4392 - Documentation improvements.
4393 - Code indented using 'indent -i4 -kr'.
4394 - The API manual is included in Devhelp format.  (Was in last release too,
4395   but the NEWS entry was forgotten.)
4396 - The OpenSSL compatibility code now use the internal crypto interface.
4397 - Added simple self test of OpenSSL compatibility library.
4398 - Internally, libtool convenience libraries are used.
4399 - Cleanups to configure.ac.
4401 * Version 1.1.21 (2004-10-27)
4402 - Print DN of certificates with unknown characters in them, but in hexform
4403   only.
4404 - Added second precision to the X.509 parsing and generation functions.
4405 - Corrected bug in _gnutls_x509_get_dn_oid(), and returns the
4406   actual OID.
4407 - Add parameter --la-file to libgnutls-config and libgnutls-extra-config,
4408   tiny patch contributed by Joe Orton <joe@manyfish.co.uk>.
4409 - Add pkg-config meta files, suggested by Stéphane LOEUILLET
4410   <stephane.loeuillet@tiscali.fr>.
4411 - Fix memory initializaion bug in gnutls_certificate_set_x509_trust,
4412   tiny patch by Aleix Conchillo Flaque <aleix@member.fsf.org>.
4413 - Add self test of PKCS#12 functionality in "certtool", based on test
4414   vectors from Joe Orton <joe@manyfish.co.uk>.
4415 - Fix library order in libgnutls*-config --libs output, to permit
4416   static linking, reported by Yoann Vandoorselaere
4417   <yoann@prelude-ids.org>.
4419 * Version 1.1.20 (2004-10-12)
4420 - Fix compile problem in gl/getpass.c on some systems.
4422 * Version 1.1.19 (2004-10-07)
4423 - Fix memory leak in gnutls_certificate_verify_peers and
4424   gnutls_certificate_free_credentials, report and patch by Simon
4425   Posnjak <simon.posnjak@cetrtapot.si>.
4426 - Fix crash in `certtool --to-p12 --load-privkey foo', i.e. exporting
4427   a key and no certificate to PKCS#12.
4428 - Fix objdir != srcdir builds, reported by "Gerrit P. Haase"
4429   <gp@familiehaase.de>.
4430 - Fixes faulty getpass implementation in libextra/opencdk/, reported
4431   by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4432 - Uses memmem instead of strnstr in lib/.
4433 - Using more GNULib portability files, although not yet inside lib/.
4434 - Added gnutls_certificate_verify_peers to gnutls/compat.h.
4435   Nikos deprecated gnutls_certificate_verify_peers in favor of
4436   gnutls_certificate_verify_peers2 earlier in the 1.1 branch.
4437 - Improvements to the manual.
4438 - Add new example "ex-rfc2818" for certificate verification, from Nikos.
4439 - Known bug: the library require snprintf.  This has not yet been
4440   fixed, but will be handled via GNULib later on.
4442 * Version 1.1.18 (2004-08-24)
4443 - Corrected handling of certificate with dates after year 2038.
4444 - Corrected DER decoder which could incorrectly treat input as BER and fail.
4445 - Correct certtool --smime-to-p7 end of line character handling.
4446 - Added example client and server for anonymous authentication.
4447 - Added self test that tests anonymous TLS client and server.
4448 - Added self tests of Nettle and generic crypto layer.
4449 - Added API reference manual in HTML format in doc/reference/ using GTK-DOC.
4450   Online version at <http://www.gnu.org/software/gnutls/reference/>.
4451 - Assume C89 or better; removed checks for size_t, ptrdiff_t and time_t.
4452 - Man pages for API functions are included.
4454 * Version 1.1.17 (2004-08-18)
4455 - Bug fix of padding string in RSA PKCS#1 v1.5 type 2 encryption,
4456   reported by Robey Pointer <robey@danger.com>.
4457 - Generic crypto interface for secret key ciphers, hashes and randomness added.
4458   See section "Experimental" within section "COMPILATION ISSUES" in README.
4459 - Removed length limit on passwords read by 'certtool'.
4460 - Documentation fixes.
4462 * Version 1.1.16 (2004-08-15)
4463 - Fix missing gnulib linker parameter when building certtool.
4464 - Add gnulib module 'progname', needed by module 'error'.
4465 - Improve building with srcdir != objdir.
4467 * Version 1.1.15 (2004-08-15)
4468 - Certtool has simplistic --smime-to-p7 to translate RFC 2633 messages into
4469   PKCS #7 format.
4470 - Ported to Mac OS X / Darwin.
4471 - Ported to FreeBSD.
4473 * Version 1.1.14 (2004-08-09)
4474 - Documentation converted to Texinfo format.
4475 - Bug fix of test suite.
4476 - Configure now print build information, used by Autobuild.
4478 * Version 1.1.13 (2004-08-05)
4479 - Added simple self test suite.
4481 * Version 1.1.12 (2004-08-02)
4482 - Updated the SRP authentication to conform to the
4483   latest (yet unreleased) draft. Unfortunately this breaks
4484   compatibility with previous versions.
4485 - Changed the makefiles to be more portable.
4486 - SRP ciphersuites were moved to the gnutls library.
4487 - Added some default limits in the verification of certificate
4488   chains, to avoid denial of service attacks. Also added 
4489   gnutls_certificate_set_verify_limits() to override them.
4490   Issue pointed out by Patrik Hornik <patrik@hornik.sk>.
4491 - Added gnutls_certificate_verify_peers2().
4493 * Version 1.1.11 (2004-07-16)
4494 - Added the '_t' suffix to all exported symbols.
4495 - Fixed bug in RSA encryption, report and patch by Martijn Koster 
4496   <mak@greenhills.co.uk>.
4497 - Corrected a bug in certificate verification. Pointed out by
4498   Yoann Vandoorselaere <yoann@prelude-ids.org>
4499 - Added the GNUTLS_VERIFY_DO_NOT_ALLOW_SAME flags to the
4500   verification functions.
4501 - The ephemeral DH and RSA parameters are no longer stored in the
4502   session resume DB.
4503 - Do not free the SRP (prime and generator) parameters obtained from the 
4504   callback if they are the static ones defined in extra.h
4505 - Eliminated some memory leaks. Reported by Yoann Vandoorselaere.
4507 * Version 1.1.10 (2004-06-12)
4508 - Added gnutls_sign_algorithm_get_name() and gnutls_pk_algorithm_get_name()
4509 - Corrected bug in TLS renegotiation.
4510 - Corrected bug in OpenPGP key loading using a callback.
4511 - gnutls-srpcrypt was renamed to srptool
4512 - Allow handshake requests by the client.
4513 - Automatically disable certificate types that do not have corresponding
4514   certificates.
4515 - Added gnutls_auth_client_get_type() and gnutls_auth_server_get_type()
4516 - Opencdk library is being included if not found.
4517 - certtool can now add ip address SAN extension.
4518 - certtool has now support for more X.520 DN attribute types.
4519 - Better handling of EOF in gnutls_record_recv().
4520 - _gnutls_deinit() is no longer used. Sessions are not
4521   automatically removed any more, on abnormal termination.
4522 - Corrected session resuming in SRP ciphersuites.
4523 - Updated to conform to the latest srp draft (draft-ietf-tls-srp-07)
4524 - Added new functions to allow access to the ephemeral
4525   Diffie Hellman parameters.
4526 - Added the functions gnutls_x509_crt_get_pk_rsa_raw() and
4527   gnutls_x509_crt_get_pk_dsa_raw() to retrieve parameters from certificates.
4528 - Added the functions gnutls_dh_get_group(), gnutls_dh_get_pubkey() and
4529   gnutls_rsa_export_get_pubkey() to retrieve parameters of the DH or
4530   RSA-EXPORT key exchange.
4531 - Some fixes in the session resuming code.
4532 - Added gnutls_openpgp_keyring_check_id().
4534 * Version 1.1.9 (2004-04-14)
4535 - Added support for authority key identifier and the extended key usage
4536   X.509 extension fields. The certtoool was updated to support them.
4537 - The RC2 cipher is no more included. The one in libgcrypt is now used.
4538 - Added batch support to certtool. Now it can use templates.
4540 * Version 1.1.8 (2004-04-07)
4541 - Implemented all the tests for the SRP group parameters in
4542   client side. This may lead to incompatibility with very
4543   old gnutls servers.
4544 - Corrected bug in RSA parameters handling which could cause
4545   unexpected crashes.
4546 - Optimized the copying of rsa_params.
4548 * Version 1.1.7 (2004-03-29)
4549 - Added gnutls_certificate_set_params_function() and 
4550   gnutls_anon_set_params_function() that set the RSA or DH
4551   parameters using a callback.
4552 - Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy()
4553   and gnutls_x509_privkey_cpy().
4554 - Corrected a compilation issue when opencdk was installed in a
4555   non standard directory.
4556 - Deprecated: gnutls_srp_server_set_select_function(), 
4557   gnutls_certificate_client_set_select_function(), gnutls_srp_server_set_select_function().
4559 * Version 1.1.6 (2004-02-24)
4560 - Several bug fixes, by Arne Thomassen.
4561 - Fixed a bug where 'server name' extension was always sent.
4563 * Version 1.1.5 (2004-01-06)
4564 - Added the gnutls_sign_algorithm type.
4566 * Version 1.1.4 (2004-01-04)
4567 - Improved gnutls-cli's SRP behaviour in SRP ciphersuites.
4568   If they are of highest priority then the abbreviated handshake
4569   is used.
4570 - Removed all references of missing files.
4571 - Changed handshake behaviour to send the lowest TLS version
4572   when an unsupported version was advertized. The current behaviour
4573   is to send the maximum version we support.
4574 - Corrected problem printing the DC attributes in a DN.
4576 * Version 1.1.3 (2003-12-30)
4577 - Implemented TLS 1.1 (and also obsoleted the TLS 1.0 CBC protection
4578   hack).
4580 * Version 1.1.2 (2003-12-28)
4581 - Added CRL verification functionality to certtool.
4582 - Corrected the CRL distribution point extension handling.
4584 * Version 1.1.1 (2003-12-26)
4585 - Added PKCS #7 support to certtool utility.
4586 - Added support for reading and generating CRL distribution
4587   points extensions in certificates.
4588 - Added support for generating CRLs in the library and the
4589   certtool utility.
4590 - Added support for the Subject Key ID PKIX extension.
4592 * Version 1.1.0 (2003-12-21)
4593 - The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_RSA_PARAMS
4594   are no longer returned by the handshake function. Ciphersuites that
4595   require temporary parameters are removed when such parameters do not exist.
4596 - Added the callbacks gnutls_certificate_client_retrieve_function() and
4597   gnutls_certificate_server_retrieve_function(), to allow a client or a server
4598   to specify certificates for the handshake without storing them to the
4599   credentials structure.
4600 - Added support for generating and exporting DSA private keys.
4601 - Added gnutls_x509_crt_set_key_usage() and certtool can now set the
4602   certificate's key usage.
4603 - Added gnutls_openpgp_key_get_key_usage().
4605 * Version 1.0.25 (2005-04-27)
4606 - Corrected bug in record packet parsing that could lead
4607   to a denial of service attack.
4608 - Corrected bug in RSA key export.
4610 * Version 1.0.24 (2005-01-18)
4611 - Corrected several bugs found by Marcin Garski <mgarski@post.pl>
4613 * Version 1.0.23 (2004-11-13)
4614 - Replace GNU LD version script with Libtool -export-symbols-regex,
4615   from Joe Orton <joe@manyfish.co.uk>.
4616 - Copy libtasn1 has been updated to version 0.2.11.
4617 - Corrected the write of CRL distribution points.
4618 - It is now possible to generate PKCS#12 structures without private
4619   keys using "certtool --to-p12", suggested by Fabian Fagerholm
4620   <fabbe@paniq.net>.
4622 * Version 1.0.22 (2004-10-28)
4623 - Print DN of certificates with unknown characters in them, but in hexform
4624   only.
4625 - Corrected bug in _gnutls_x509_get_dn_oid(), and returns the
4626   actual OID.
4627 - Added second precision to the X.509 parsing functions.
4628 - Add parameter --la-file to libgnutls-config and libgnutls-extra-config,
4629   tiny patch contributed by Joe Orton <joe@manyfish.co.uk>.
4630 - Add pkg-config meta files, suggested by Stéphane LOEUILLET
4631   <stephane.loeuillet@tiscali.fr>.
4632 - Fix memory initializaion bug in gnutls_certificate_set_x509_trust,
4633   tiny patch by Aleix Conchillo Flaque <aleix@member.fsf.org>.
4634 - Fix certtool --password for PKCS #12, back ported from 1.1.x branch.
4635 - Fix library order in libgnutls*-config --libs output, to permit
4636   static linking, reported by Yoann Vandoorselaere
4637   <yoann@prelude-ids.org>.
4639 * Version 1.0.21 (2004-10-07)
4640 - Fix memory leak in gnutls_certificate_verify_peers and
4641   gnutls_certificate_free_credentials, report and patch by Simon
4642   Posnjak <simon.posnjak@cetrtapot.si>.
4643 - Fix crash in `certtool --to-p12 --load-privkey foo', i.e. exporting
4644   a key and no certificate to PKCS#12.
4645 - Fix objdir != srcdir builds, reported by "Gerrit P. Haase"
4646   <gp@familiehaase.de>.
4647 - Avoid redefining getpass if system already has it, reported by
4648   Yoann Vandoorselaere <yoann@prelude-ids.org>.
4649 - Add new example "ex-rfc2818" for certificate verification, from Nikos.
4650 - Known bug: the library require snprintf.
4652 * Version 1.0.20 (2004-08-18)
4653 - Bug fix of padding string in RSA PKCS#1 v1.5 type 2 encryption,
4654   reported by Robey Pointer <robey@danger.com>.
4656 * Version 1.0.19 (2004-08-09)
4657 - Bug fix of test suite.
4659 * Version 1.0.18 (2004-08-05)
4660 - Added simple self test suite.
4662 * Version 1.0.17 (2004-08-02)
4663 - Updated the SRP authentication to conform to the
4664   latest (yet unreleased) draft. Unfortunately this breaks
4665   compatibility with previous versions.
4666 - Changed the makefiles to be more portable.
4667 - Added some default limits in the verification of certificate
4668   chains, to avoid denial of service attacks. Also added 
4669   gnutls_certificate_set_verify_limits() to override them.
4670   Issue pointed out by Patrik Hornik <patrik@hornik.sk>.
4671 - Added gnutls_certificate_verify_peers2().
4673 * Version 1.0.16 (2004-07-10)
4674 - Do not free the SRP (prime and generator) parameters obtained from the 
4675   callback if they are the static ones defined in extra.h.
4676 - Eliminated some memory leaks. Reported by Yoann Vandoorselaere.
4677 - Some fixes in the makefiles.
4679 * Version 1.0.15 (2004-06-29)
4680 - Fixed bug in RSA encryption, report and patch by Martijn Koster 
4681   <mak@greenhills.co.uk>.
4682 - Corrected a bug in certificate verification. Pointed out by
4683   Yoann Vandoorselaere <yoann@prelude-ids.org>.
4685 * Version 1.0.14 (2004-06-12)
4686 - Automatically disable certificate types that do not have corresponding
4687   certificates.
4688 - Updates in the documentation.
4689 - certtool can now add ip address SAN extension.
4690 - certtool has now support for more X.520 DN attribute types.
4691 - Opencdk library is being included if not found.
4692 - Added gnutls_openpgp_keyring_check_id().
4693 - Corrected a serious bug in the included libtasn1 library.
4694 - Corrected session resuming in SRP ciphersuites.
4695 - Updated to conform to the latest srp draft (draft-ietf-tls-srp-07)
4696 - Added the functions gnutls_x509_crt_get_pk_rsa_raw() and
4697   gnutls_x509_crt_get_pk_dsa_raw() to retrieve parameters from certificates.
4698 - Some fixes in the session resuming code.
4700 * Version 1.0.13 (2004-04-29)
4701 - Some complilation fixes.
4702 - Added the --xml parameter to the certtool utility.
4704 * Version 1.0.12 (2004-04-23)
4705 - Corrected bug in OpenPGP key loading using a callback.
4706 - Renamed gnutls-srpcrypt to srptool
4707 - Allow handshake requests by the client.
4708 * Things backported from the development branch:
4709 - Added support for authority key identifier and the extended key usage
4710   X.509 extension fields. The certtoool was updated to support them.
4711 - Added batch support to certtool. Now it can use templates.
4712 - The RC2 cipher is no more included. The one in libgcrypt is now used.
4714 * Version 1.0.11 (2004-04-17)
4715 - Added gnutls_sign_algorithm_get_name() and gnutls_pk_algorithm_get_name()
4716 - Corrected bug in TLS renegotiation.
4718 * Version 1.0.10 (2004-04-03)
4719 - Corrected bug in RSA parameters handling which could cause
4720   unexpected crashes.
4721 - Corrected bug in SSL 3.0 authentication.
4723 * Version 1.0.9 (2004-03-29)
4724 - Added gnutls_certificate_set_params_function() and 
4725   gnutls_anon_set_params_function() that set the RSA or DH
4726   parameters using a callback.
4727 - Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy()
4728   and gnutls_x509_privkey_cpy().
4729 - Corrected a compilation issue when opencdk was installed in a
4730   non standard directory.
4731 - Documented the changes need in multi-threaded application due
4732   to the new libgcrypt.
4734 * Version 1.0.8 (2004-02-28)
4735 - Corrected bug in mutual certificate authentication in SSL 3.0.
4737 * Version 1.0.7 (2004-02-25)
4738 - Implemented TLS 1.1 (and also obsoleted the TLS 1.0 CBC protection
4739   hack).
4740 - Some updates in the documentation.
4742 * Version 1.0.6 (2004-02-12)
4743 * Backported things from the development branch (while maintaining
4744   backwards compatibility):
4745 - Improved gnutls-cli's SRP behaviour in SRP ciphersuites.
4746   If they are of highest priority then the abbreviated handshake
4747   is used.
4748 - The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_RSA_PARAMS
4749   are no longer returned by the handshake function. Ciphersuites that
4750   require temporary parameters are removed when such parameters do not exist.
4751 - Added the callbacks gnutls_certificate_client_retrieve_function() and
4752   gnutls_certificate_server_retrieve_function(), to allow a client or a server
4753   to specify certificates for the handshake without storing them to the
4754   credentials structure.
4755 - Added support for generating and exporting DSA private keys.
4757 * Version 1.0.5 (2004-02-11)
4758 - Fixed a bug where 'server name' extension was always sent.
4759 * Backported things from the development branch:
4760 - Added CRL verification functionality to certtool.
4761 - Corrected the CRL distribution point extension handling.
4762 - Added PKCS #7 support to certtool utility.
4763 - Added support for reading and generating CRL distribution
4764   points extensions in certificates.
4765 - Added support for generating CRLs in the library and the
4766   certtool utility.
4767 - Added support for the Subject Key ID PKIX extension.
4768 - Added the gnutls_sign_algorithm type.
4770 * Version 1.0.4 (2004-01-04)
4771 - Changed handshake behaviour to send the lowest TLS version
4772   when an unsupported version was advertized. The current behaviour
4773   is to send the maximum version we support.
4774 - certtool no longer asks the password in unencrypted private
4775   keys.
4776 - The source is now compiled to use the reentrant libc functions.
4778 * Version 1.0.3 (2003-12-21)
4779 - Corrected bug in gnutls_bye() which made it return an error code
4780   of INVALID_REQUEST instead of success.
4781 - Corrected a bug in the GNUTLS_KEY key usage definitions.
4783 * Version 1.0.2 (2003-12-18)
4784 - Corrected a bug in the RSA key generation. This was
4785   generating unusable RSA keys.
4787 * Version 1.0.1 (2003-12-10)
4788 - Some minor fixes in the makefiles. They now include CFLAGS
4789   from libgcrypt or opencdk if installed in a non standard directory.
4790 - Fixed the SRP detection test in gnutls-cli-debug.
4791 - Added gnutls_rsa_params_export_pkcs1() and gnutls_rsa_params_import_pkcs1().
4793 * Version 1.0.0 (2003-12-04)
4794 - Exported the static SRP group parameters.
4795 - Some fixes in the certificate authenticated SRP ciphersuites.
4796 - Improved the support for draft-ietf-tls-srp-05. The two-phase
4797   handshake is now fully supported without any interaction with
4798   the application layer (except for a callback).
4800 * Version 0.9.99 (2003-11-28)
4801 - Some fixes in the gnutls.h header for the gnutls_server_name_set()
4802   and gnutls_server_name_get() prototypes.
4803 - Exported the gnutls_x509_privkey_sign_data(), gnutls_x509_privkey_verify_data() 
4804   and gnutls_x509_crt_verify_data().
4805 - Some fixes in the openpgp authentication.
4806 - Removed the Twofish cipher.
4808 * Version 0.9.98 (2003-11-16)
4809 - The openssl compatibility layer was moved to gnutls-openssl
4810   library instead of being included in the gnutls-extra library.
4811 - Added the RIPEMD ciphersuites defined in draft-ietf-tls-openpgp-keys-04.
4812 - Building with openpgp support is now mandatory.
4813 - gnutls4 compatibility header is no longer included by default in
4814   gnutls.h.
4815 - gnutls8 function usage yelds a deprecation warning in gcc3.
4816 - gnutls_x509_*_set_dn_by_oid() and gnutls_x509_*_get_*_dn_by_oid()
4817   functions have a raw_flag parameter added.
4818 - Added gnutls_x509_*_get_dn_oid() and gnutls_x509_crt_get_extension_oid()
4819   functions which return the available OIDs.
4821 * Version 0.9.97 (2003-11-11)
4822 - The certtool utility can now generate PKCS #12 structures
4823   without specifying a certificate.
4824 - Added capability to read CRLs to certtool.
4825 - Corrected some functions which return GNUTLS_E_SHORT_MEMORY_BUFFER
4826   to properly set the required buffer size.
4827 - Corrected a bug in libgcrypt detection.
4829 * Version 0.9.96 (2003-11-09)
4830 - Some changes to allow compilation with mingw32.
4831 - Several code cleanups.
4833 * Version 0.9.95 (2003-11-02)
4834 - Improved the verification functions. Added new verification
4835   output flags and removed the unused and redundant ones.
4836 - Improved the OpenPGP key support.
4837 - The prime utility was removed, and its functionality was moved
4838   to certtool.
4840 * Version 0.9.94 (2003-10-30)
4841 - Added manpages for the included programs.
4842 - Documented and improved the certtool utility. 
4843 - Added PKCS #12 support to certtool utility.
4845 * Version 0.9.93 (2003-10-26)
4846 - Corrected some compilation issues.
4847 - Improved the certtool command line utility.
4849 * Version 0.9.92 (2003-10-25)
4850 - The RFC2818 hostname verification is now case insensitive.
4851 - Added support for generating X.509 certificates.
4852 - Added the certtool, a tool for generating X.509 certificates
4854 * Version 0.9.91 (2003-10-17)
4855 - Fixed a compilation issue in the openpgp authentication part.
4857 * Version 0.9.90 (2003-10-08)
4858 - Updated the openpgp key API (depends on the unreleased new
4859   opencdk).
4861 * Version 0.9.8 (2003-10-02)
4862 - Updated the SRP implementation to follow the latest draft
4863   (draft-ietf-tls-srp-05).
4864 - Improved the gnutls-cli behaviour in error handling,
4865   and added a check for the peer's hostname.
4866 - Use versioned symbols in the library (where available).
4867 - RIJNDAEL ciphersuites were renamed to AES.
4869 * Version 0.9.7 (2003-08-25)
4870 - The tex files are now included in the distribution.
4871 - The library can now decrypt PKCS #12 files encrypted with
4872   the RC2-40 cipher.
4873 - The missing rfc2818_hostname object is now included.
4874 - Several corrections and bug fixes in the library by 
4875   Arne Thomassen <arne@arne-thomassen.de>.
4876 - CR is now allowed in the base64 decoder.
4878 * Version 0.9.6 (2003-06-28)
4879 - Added gnutls_x509_privkey_get_key_id() and gnutls_x509_crt_get_key_id()
4880   functions which return a unique (per public key) ID. These can
4881   be used to check if the private key corresponds to a given certificate.
4882 - Corrections in the TLS layer openpgp certificate packet parser.
4883 - Corrected a bug in the record layer buffering, which affected
4884   the case where external pull function was used. Report and patch
4885   by Sergey Poznyakoff <gray@Mirddin.farlep.net>.
4886 - Corrected a bug in gnutls-srpcrypt where a non allocated variable
4887   was freed.
4888 - SRP programs are now built by default.
4889 - Added API to read and write to PKCS #12 structures. Prototypes
4890   in gnutls/pkcs12.h.
4891 - The gnutls_transport_ptr type was changed to a pointer type (void*).
4893 * Version 0.9.5 (2003-04-06)
4894 - Several improvements in the PKCS #7 handling
4895 - Eliminated several hard coded constants in MPI parameters.
4897 * Version 0.9.4 (2003-03-28)
4898 - Corrected a parsing error in the Certificate request message.
4899 - Corrected behaviour when a certificate request message is received.
4900   Now a certificate packet is always sent, and in SSL 3.0 cipher suites
4901   a no_certificate alert is sent instead.
4902 - Added functionality to generate PKCS #7 structures (with certificates).
4904 * Version 0.9.3 (2003-03-24)
4905 - Support for MD2 was dropped. 
4906 - Improved the error logging functions, by adding a level, and
4907   by allowing debugging messages just by increasing the level.
4908 - The diffie Hellman ciphersuites are now of higher priority than
4909   the plain RSA.
4910 - The RSA premaster secret version check can no longer be disabled.
4911 - Implemented the counter measure discussed in the paper "Attacking
4912   RSA-based Sessions in SSL/TLS", against the attack described in the
4913   same paper.
4914 - Added the functions: gnutls_handshake_get_last_in(), 
4915   gnutls_handshake_get_last_out().
4916 - The gnutls_certificate_set_rsa_params() was renamed to 
4917   gnutls_certificate_set_rsa_export_params().
4918 - Added the new functions: gnutls_certificate_set_x509_key()
4919   gnutls_certificate_set_x509_trust(), gnutls_certificate_set_x509_crl(),
4920   gnutls_x509_crt_export(), gnutls_x509_crl_export().
4921 - Added support for encoding and decoding PKCS #8 2.0 encrypted 
4922   RSA private keys.
4924 * Version 0.9.2 (2003-03-15)
4925 - Some corrections in the memory mapping code (file is unmapped after 
4926   it is read).
4927 - Added support for PKCS#10 certificate requests generation.
4929 * Version 0.9.1 (2003-03-12)
4930 - Corrected a bug in 64 bit architectures, which affected the
4931   serial number calculation in the record layer.
4932 - Added gnutls_certificate_free_keys() which deletes all the
4933   private keys and certificates from the credentials structure.
4934 - Corrected a broken buffer check in _gnutls_io_read_buffered(),
4935   which caused some unexpected packet length errors. Report and patch
4936   by Ian Peters <itp@ximian.com>.
4937 - Added ability to generate RSA keys.
4938 - Increased the maximum parameter size in order to read some large keys
4939   by some CAs. Patch by Ian Peters <itp@ximian.com>.
4940 - Added an strnstr() function and the requirement in some functions to
4941   use null terminated PEM structures is no more.
4942 - Use mmap() if available to read files.
4943 - Fixed a memory leak in SRP code reported by Rupert Kittinger 
4944   <r.kittinger@efkon.com>.
4946 * Version 0.9.0 (2003-03-03)
4947 - This version is not binary compatible with the previous ones.
4948 - The library notifies the application on empty and illegal SRP usernames, 
4949   so that proper notification (via an alert) is sent to the peer.
4950 - Added ability to send some messages back to the application using
4951   the gnutls_global_set_log_function().
4952 - gnutls_dh_params_generate() and gnutls_rsa_params_generate() now use 
4953   gnutls_malloc() to allocate the output parameters.
4954 - Added support for MD2 algorithm in certificate signature verification.
4955 - The RSA and DH parameter generation interface was changed. Added
4956   ability to import and export from and to PKCS3 structures. This 
4957   was needed to read parameters generated using the openssl dhparam tool.
4958 - Several changes in the temporary (DH/RSA) parameter codebase. No DH 
4959   parameters are now included in the library. Also the credentials structure 
4960   can now hold only one temporary parameter of a kind.
4961 - Added a new Certificate, CRL, Private key and PKCS7 structures handling 
4962   API, defined in gnutls/x509.h
4963 - Added gnutls_certificate_set_verify_flags() function to allow setting the 
4964   verification flags in the credentials structure. They will be used in the
4965   *verify_peers functions.
4966 - Added protection against the new TLS 1.0 record layer timing attack.
4967 - Added support for Certificate revocation lists. Functions defined
4968   in gnutls/x509.h
4969 - The only functions that were removed are:
4970   gnutls_x509_certificate_to_xml()
4971   gnutls_x509_extract_dn_string()
4972 - Ported to libtasn1 0.2.x
4974 * Version 0.8.1 (2003-01-22)
4975 - Improved the SRP support, to prevent attackers guessing the
4976   available usernames by brute force.
4977 - Improved the SRP detection in gnutls-cli-debug
4978 - Some fixes which now allow compilation.
4980 * Version 0.8.0 (2003-01-20)
4981 - Added gnutls_x509_extract_dn_string() which returns a 
4982   distinguished name in a single string.
4983 - Added gnutls_openpgp_extract_key_name_string() which returns
4984   an openpgp user ID in a single string.
4985 - Added gnutls_x509_extract_certificate_ca_status() which returns
4986   the CA status of the given certificate.
4987 - Added SRP-6 support. Follows draft-ietf-tls-srp-04.
4988 - If libtasn1 is not present in the system, it is included in 
4989   the main gnutls library.
4990 - If liblzo is present in the system, then the included minilzo
4991   will not be used, and libgnutls-extra will depend on liblzo.
4992 - GNUTLS_E_PARSING_ERROR error code was replaced by GNUTLS_E_BASE64_DECODING_ERROR, 
4993   and GNUTLS_E_SRP_PWD_PARSING_ERROR. GNUTLS_E_ASCII_ARMOR_ERROR was also 
4994   replaced by GNUTLS_E_BASE64_DECODING_ERROR.
4996 * Version 0.6.0 (2002-12-08)
4997 - Added "gnutls/compat4.h" header. This is included in gnutls.h
4998   to emulate the old 0.4.x API.
4999 - Example programs are now stored in doc/examples/
5000 - Several improvements and updates in the documentation.
5001 - Added the certificate authenticated SRP cipher suites.
5002 - gnutls_x509_extract_certificate_dn_string() was updated to return
5003   an RFC2253 conforming string.
5004 - Added the SRP related functions:
5005    gnutls_srp_verifier()
5006    gnutls_srp_base64_encode()
5007    gnutls_srp_base64_decode()
5008 - Added the function gnutls_srp_set_server_credentials_function()
5009   to allow retrieving SRP parameters from an external backend - other
5010   than password files.
5011 - Added the function gnutls_openpgp_set_recv_key_function()
5012   which can be used to set a callback, to get OpenPGP keys.
5013 - Exported the functions:
5014    gnutls_malloc()
5015    gnutls_free()
5016   which should be used by callback functions.
5017 - Changed the semantics of gnutls_pem_base64_encode_alloc()
5018   and gnutls_pem_base64_decode_alloc(). In the default case
5019   were the gnutls library is used with malloc/realloc/free,
5020   these are binary compatible.
5022 * Version 0.5.11 (2002-11-05)
5023 - Some fixes in 'gnutls-cli' client program to prevent some segmentation 
5024   faults at exit.
5025 - Example programs found in the documentation can now be generated by
5026   running "make examples" in doc/tex directory.
5027 - Added more descriptive error strings, to gnutls_strerror().
5028 - Documented error codes, and the function reference list is now sorted.
5029 - Optimized buffering code.
5030 - gnutls_x509_extract_certificate_dn_string() was rewritten.
5031 - Added GNUTLS_E_SHORT_MEMORY_BUFFER error code, which is returned in the
5032   case where the memory buffer provided is not long enough.
5033 - Depends on the new OpenCDK 0.3.2.
5035 * Version 0.5.10 (2002-10-13)
5036 - Updated documentation.
5037 - Added server name extension. This allows clients to specify the
5038   name of the server they connect to. Useful to HTTPS.
5039 - Several corrections in the code base, mostly in signed/unsigned,
5040   checkings.
5042 * Version 0.5.9 (2002-10-10)
5043 - Corrected some code which worked fine in gcc 3.2, but not with any
5044   other compiler.
5045 - Updated 'gnutls-cli' with the '--starttls' option, to allow testing
5046   starttls implementations.
5047 - Added gnutls_x509_extract_key_pk_algorithm() function which extracts
5048   the private key type, of a DER encoded key.
5049 - Added gnutls_x509_extract_certificate_dn_string() which returns the 
5050   certificate's distinguished name in a single string.
5051 - Added gnutls_set_default_priority() and gnutls_set_default_export_priority()
5052   functions, to avoid calling all the *_priority() functions if the defaults
5053   are acceptable.
5054 - Added int gnutls_x509_check_certificates_hostname() which check whether
5055   the given hostname matches the owner of the given X.509 certificate.
5057 * Version 0.5.8 (2002-09-25)
5058 - Updated documentation.
5059 - Added gnutls_record_get_direction() which replaces the obsolete
5060   gnutls_handshake_get_direction().
5061 - Added function to convert error codes to alert descriptions
5062 - Added LZO compression
5064 * Version 0.5.7 (2002-09-11)
5065 - Some fixes in the memory allocation functions (realloc).
5066 - Improved the string functions used in XML certificate generation.
5067 - Removed dependency on libgdbm.
5068 - Corrected bug in gnutls_dh_params_set() which affected
5069   gnutls_dh_params_deinit().
5070 - Corrected bug in session resuming code in server side.
5072 * Version 0.5.6 (2002-09-06)
5073 - Corrected bugs in SRP implementation, which prevented gnutls 
5074   to interoperate with other implementations. (interoperability testing
5075   was done by David Taylor)
5076 - Corrected bug in cert_type extension.
5077 - Corrected extension type checks which used an 8 bit extension size,
5078   instead of 16 bits.
5079 - Added versioning in the XML output of certificate functions.
5080 - Removed the X.509 test suite.
5082 * Version 0.5.5 (2002-09-03)
5083 - Updated the SRP implementation to the latest draft. The blowfish
5084   crypt implementation was removed, since the new draft does not allow
5085   other hash algorithms except for the srpsha. 
5086 - Renamed all the constructed types in order to have more consistent
5087   names. 
5088 - Improved the certificate and key read functions. Now they can read 
5089   the certificate and the private key from the same file.
5090 - Updated and corrected documentation.
5092 * Version 0.5.4 (2002-08-27)
5093 - Fixes in TLS 1.0 PRF and SSL3 random functions.
5094 - gnutls_handshake_set_exportable_detection() was obsoleted.
5095 - Added gnutls_openpgp_extract_key_id() which returns the key ID.
5096 - Corrected bug in DHE key exchange
5097 - Added support for temporary RSA keys which are needed for the
5098   export cipher suites.
5099 - Added the TLS_RSA_EXPORT_ARCFOUR_40_MD5 ciphersuite.
5101 * Version 0.5.3 (2002-08-23)
5102 - No changes. Replaces the tarball of 0.5.2 which accidentally contained
5103   code from the unstable branch.
5105 * Version 0.5.2 (2002-08-22)
5106 - Added an error code that is returned in clients which connect
5107   to export only servers. This must be enabled using the
5108   gnutls_handshake_set_exportable_detection() function.
5109 - Updated openssl compatibility layer.
5110 - Added gnutls_handshake_get_direction() function which returns
5111   the state of the handshake when interrupted.
5113 * Version 0.5.1 (2002-07-17)
5114 - Corrected the m4 macros which used <gnutls.h> instead of
5115   <gnutls/gnutls.h>
5116 - Documentation fixes
5117 - Added gnutls_transport_set_ptr2() function, which accepts two
5118   different pointers, to be used while receiving, and 
5119   while sending data.
5120 - Semantic changes in gnutls_record_set_max_size(). The requested
5121   size is now immediately enforced at the output buffers.
5122 - gnutls_global_init_extra() now fails if the library versions do
5123   not match.
5124 - Fixes in client and server example programs. Null encryption can
5125   be used in these programs, to assist in debuging.
5126 - Fixes in zlib compression code.
5128 * Version 0.5.0 (2002-07-06)
5129 - Added X.509 certificate tests in tests/ directory
5130 - Removed stubs for SRP and Anonymous authentication. They served
5131   no purpose since they are always included, unless it was requested
5132   not to do so.
5133 - Added gnutls_handshake_set_private_extensions() function. This
5134   function can be used to enable private (gnutls specific) cipher suites
5135   and compression algorithms.
5136 - Added check for C99 macro support by the compiler.
5137 - Added functions gnutls_b64_encode_fmt2() and gnutls_b64_decode_fmt2()
5138 - Added the new libtasn1 library.
5139 - Removed the gdbm backend. Applications are now responsible for the
5140   session resuming backend. The gnutls-serv application contains an
5141   simple example on how to use gdbm for resuming.
5142 - Headers for the gnutls library are now installed in $(includedir)/gnutls
5143 - Added an OpenSSL compatible interface (with some limitations).
5144 - Added functions to convert DER encoded certificates to XML format.
5146 * Version 0.4.4 (2002-06-24)
5147 - Corrected bug in PKCS-1 RSA encryption which prevented gnutls to encrypt
5148   using keys of some specific size.
5150 * Version 0.4.3 (2002-05-23)
5151 - The gnutls-extra library now compiles fine, if the opencdk library is
5152   not present.
5153 - Several bug fixes.
5154 - Added gnutls_global_set_mem_func() function, to set the memory allocation
5155   functions, if other than the defaults are to be used.
5156 - The default memory allocation functions are now the ones in libc.
5158 * Version 0.4.2 (2002-05-21)
5159 - Separated ASN.1 structures parser documentation and TLS library
5160   documentation.
5161 - Added gnutls_handshake_set_rsa_pms() function, which disables the
5162   version check in RSA premaster secret.
5163 - Added gnutls_session_is_resumed() function, which reports if a session
5164   is a resumed one.
5165 - Added gnutls_state_set_ptr() and gnutls_state_get_ptr() functions, to
5166   assist in callback functions.
5167 - Replaced the included 1024 bit prime for Diffie Hellman, with a new
5168   random one.
5169 - Relicensed the library under the GNU Lesser General Public License
5170 - Added gnutls-extra library which contains the GPL covered code of gnutls.
5172 * Version 0.4.1 (2002-04-07)
5173 - Now uses alloca() for temporary variables
5174 - Optimized RSA signing
5175 - Added functions to return the peer's certificate activation and
5176   expiration time.
5177 - Corrected time function's behaviour (the time value returned no longer
5178   relate to local timezone).
5180 * Version 0.4.0 (2002-04-01)
5181 - Added support for RFC2630 (PKCS7) X.509 certificate sets
5182 - Added new functions: gnutls_x509_extract_certificate_pk_algorithm(),
5183   gnutls_openpgp_extract_key_pk_algorithm().
5184 - Several optimizations in the Handshake protocol
5185 - Several optimizations in RSA algorithm
5186 - Unified the return values because of small buffers.
5188 * Version 0.3.92 (2002-03-23)
5189 - Updated documentation
5190 - Combined error codes of ASN.1 parser and gnutls
5191 - Removed GNUTLS_CERT_TRUSTED from the CertificateStatus enumeration
5192 - Added protection against CBC chosen plaintext attack (disabled by default)
5193 - Improved and optimized compression support
5195 * Version 0.3.91 (2002-03-03)
5196 - Added gnutls-cli-debug program
5197 - Corrections in session resumption
5198 - Rehandshake can now handle negotiation of different authentication
5199   type.
5200 - gnutls-cli, gnutls-serv, gnutls-srpcrypt and gnutls-cli-debug are 
5201   now being installed.
5203 * Version 0.3.90 (2002-02-24)
5204 - Handshake messages are not kept in memory any more. Now we use 
5205   less memory during a handshake
5206 - Added support for certificates with DSA parameters
5207 - Added DHE_DSS cipher suites
5208 - Key exchange methods changed so they do not depend on the 
5209   certificate type. Added certificate type negotiation TLS extension.
5210 - Added openpgp key support (EXPERIMENTAL)
5211 - Improved Diffie Hellman key exchange support.
5212 - Bug fixes in the RSA key exchange.
5213 - Added check for the requested TLS extensions
5214 - TLS extensions now use a 16 bit type field.
5215 - Added a minimal string library to assist in ASN.1 parsing
5216 - Changes in ASN.1 parser to work with the new bison
5217 - Added gnutls_x509_extract_subject_alt_name(), which deprecates 
5218   gnutls_x509_extract_subject_dns_name()
5219 - gnutls_x509_set_trust_(file/mem) can now be called multiple times
5220 - gnutls_srp_server_set_cred_file() can now be called multiple times
5222 * Version 0.3.5 (2002-01-25)
5223 - Corrected the RSA key exchange method, to avoid attacks against
5224   PKCS-1 formating.
5226 * Version 0.3.4 (2002-01-20)
5227 - Corrected bugs in DHE_RSA key exchange method
5229 * Version 0.3.3 (2002-01-19)
5230 - Added gnutls_x509pki_verify_certificate()
5231 - Added gnutls_x509pki_set_trust_mem() and gnutls_x509pki_set_key_mem()
5232 - Bug fixes in srpcrypt (based on patch by Marc Huber)
5233 - Bug fixes in the Handshake protocol (based on patch by Guillaume Morin)
5234 - Corrected library versioning
5236 * Version 0.3.2 (2002-01-05)
5237 - Corrected bug which did not allow a client to accept multiple CA names
5238 - Added gnutls_fingerprint()
5239 - Added gnutls_x509pki_extract_certificate_serial()
5240 - Added gnutls_b64_encode_fmt() and gnutls_b64_decode_fmt()
5241 - Corrected behaviour in version advertizing
5242 - Updated documentation
5243 - Prefixed all types in gnutls.h with 'GNUTLS_' to avoid namespace collisions
5245 * Version 0.3.1 (2001-12-21)
5246 - Corrections in the configuration files
5247 - Fixes a bug in anonymous authentication
5249 * Version 0.3.0 (2001-12-17)
5250 - Corrected bug in new integer formatting (now we use the old format again)
5251 - Several corrections and usual cleanups
5253 * Version 0.2.91 (2001-12-10)
5254 - Fixes in MPI handling (fixes possible bug with signed integers)
5255 - Removed name indication extension
5256 - Added gnutls_transport_get_ptr() and gnutls_db_get_ptr()
5257 - Optimizations in server certificate callback.
5258 - Fixes in anonymous authentication
5259 - Corrections in client ciphersuite selection
5261 * Version 0.2.90 (2001-12-07)
5262 - gnutls_handshake(), gnutls_read() etc. functions no longer require
5263   the 'SOCKET cd' argument. This argument is set using the function
5264   gnutls_set_transport_ptr().
5265 - introduced gnutls_x509pki_get_peer_certificate_list(). This function returns
5266   a list containing peer's certificate and issuers DER encoded.
5267 - Updated X.509 certificate handling API
5268 - Added callback to select the server certificate
5269 - More consistent function naming (changes in several function names)
5270 - Buffer overflow checking in ASN.1 structures parser
5271 - Updated documentation
5273 * Version 0.2.11 (2001-11-16)
5274 - Changed the meaning of GNUTLS_E_REHANDSHAKE value. If this value
5275   is returned, then the caller should perform a handshake or send
5276   an alert to the peer.
5277 - Made receive buffer dynamic. Normally if no large chunks are received
5278   it occupies less space.
5279 - Added max_record_size extension
5280 - Bugfixes in session handling
5281 - Improved non blocking IO support in the Handshake Protocol
5282 - Usual bugfixes and cleanups
5283 - Documentation updated (includes ASN.1 documentation)
5285 * Version 0.2.10 (2001-11-05)
5286 - Corrected bugs and improved non blocking IO
5287 - Added hooks to use external database to store sessions
5288 - Usual cleanups
5290 * Version 0.2.9 (2001-10-27)
5291 - AUTH_INFO types and structures were moved to library internals
5292 - AUTH_FAILED is no longer returned in SRP authentication
5293   (any fatal error in SRP means auth failed)
5294 - Introduced GNUTLS_E_INTERRUPTED
5295 - Added support for non blocking IO
5296 - gnutls_recv() and gnutls_send() are now obsolete
5297 - Changed semantics of gnutls_rehandshake()
5299 * Version 0.2.4 (2001-10-12)
5300 - Better handling of X.509 certificate extensions
5301 - Added DHE_RSA ciphersuites
5302 - Updated the Name Indication (dnsname) extension
5303 - Improvements in Diffie Hellman primes handling
5305 * Version 0.2.3 (2001-09-19)
5306 - Memory optimizations in gnutls_recv()
5307 - Fixed several memory leaks
5308 - Added ability to specify callback for x509 client certificate selection
5309 - Better documentation
5311 * Version 0.2.2 (2001-08-21)
5312 - Several bugfixes (library and documentation)
5314 * Version 0.2.1 (2001-08-07)
5315 - SRP fixes
5317 * Version 0.2.0 (2001-08-07)
5318 - Partial support for X.509v3 Certificate extensions.
5319 - Added Internal memory handlers
5320 - Removed gnutls_x509_set_cn()
5321 - Added X.509 client authentication
5322 - Several bug fixes and protocol fixes
5324 * Version 0.1.9 (2001-07-30)
5325 - Corrected bug(s) in ChangeCipherSpec packet (fixes renegotiate)
5326 - SRP is updated to conform to the newest draft.
5327 - Added support for DNSNAME extension.
5328 - Reentracy fixes in ASN.1 Parsing.
5329 - Optimizations in hash/hmac functions
5330 - (Error) message handling has changed
5331 - Better Protocol Version handling
5332 - Added X.509 Certificate Verification
5333 - gnutls_read() semantics are now closer to read(2) - added EOF
5334 - Documented some part of gnutls in doc/tex/ using Latex
5336 * Version 0.1.4 (2001-06-22)
5337 - Corrected (srp) base64 encoding.
5338 - Changed bcrypt algorithm to include username.
5339 - Added RSA Ciphersuites (no certificate checking).
5340 - Fixes in SSL 2.0 client hello parsing.
5341 - Added ASN.1 and DER parsers.
5342 - Bugfixes in session resuming
5343 - Updated Ciphersuite selection algorithm
5344 - Added internal representation of X.509 structures.
5345 - Added global state
5347 * Version 0.1.3 (2001-06-01)
5348 - Updated API (and the way it is documented - we use inline documentation)
5349 - Added function to access alert messages.
5350 - Added support for renegotiating parameters.
5351 - Better and Faster Resume Database handling.
5352 - Several bugfixes
5354 * Version 0.1.2 (2001-05-14)
5355 - Updated API
5356 - Fixes in extension handling
5358 * Version 0.1.1 (2001-05-13)
5359 - Added compatibility with Stanford's libsrp library
5361 * Version 0.1.0 (2001-05-09)
5362 - Added SSL 2.0 client hello support
5363 - GNUTLS is a gnu library
5364 - Added support for TLS extensions.
5365 - Added support for SRP
5367 * Version 0.0.7 (2001-01-11)
5368 - Added server side session resuming (using gdbm)
5369 - Added twofish algorithm
5371 * Version 0.0.6 (2000-12-20)
5372 - Added client side session resuming
5373 - Better documentation (check doc/API)
5374 - Better socket handling (gnutls can be used with select())
5375 - Some primitive support for non blocking IO and socket options has been added.
5377 * Version 0.0.5 (2000-12-07)
5378 - Added Compression (using ZLIB)
5379 - Added SSL 3.0 support
5381 ----------------------------------------------------------------------
5382 Copying and distribution of this file, with or without modification,
5383 are permitted in any medium without royalty provided the copyright
5384 notice and this notice are preserved.