Version 1.7.10.
[gnutls.git] / NEWS
blobe4022531f8a710148ae806b85f828e20db8b4fb7
1 GNU TLS NEWS -- History of user-visible changes.                -*- outline -*-
2 Copyright (C) 2004, 2005, 2006, 2007 Simon Josefsson
3 Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavroyanopoulos
4 See the end for copying conditions.
6 * Version 1.7.10 (released 2007-05-25)
8 ** New API functions to extract DER encoded X.509 Subject/Issuer DN.
9 Suggested by Nate Nielsen <nielsen-list@memberwebs.com>.
11 ** Update of gnulib files.
13 ** GnuTLS is now developed in GIT instead of CVS.
14 See <http://repo.or.cz/w/gnutls.git> for a public repository.
16 ** API and ABI modifications:
17 gnutls_x509_crt_get_raw_issuer_dn: ADD.
18 gnutls_x509_crt_get_raw_dn: ADD.
20 * Version 1.7.9 (released 2007-05-12)
22 ** X.509 certificates are preferred over OpenPGP keys.
23 This is a change in the semantics of gnutls_set_default_priority.
25 ** The included copy of OpenCDK has been updated to 0.6.1.
26 There has been some API changes in OpenCDK, and the GnuTLS layer have
27 been modified as well.  Note that while there are API/ABI incompatible
28 changes in OpenCDK, this does not influence GnuTLS's API/ABI because
29 its API/ABI have not changed.  From this version on, GnuTLS requires
30 OpenCDK 0.6.0 or later.
32 ** Fix build failure caused by missing doc/gnutls-logo.pdf.
34 ** Change certtool's default serial number from 0 to a time-based value.
36 ** Fix X.509 signing with RSA-PKCS#1 to set a NULL parameters fields.
37 Before, we remove the parameters field, which resulted in a slightly
38 different DER encoding which in turn caused signature verification
39 failures of GnuTLS-generated RSA certificates in some other
40 implementations (e.g., GnuPG 2.x's gpgsm).  Depending on which RFCs
41 you read, this may or may not be correct, but our new behaviour appear
42 to be consistent with other widely used implementations.
44 ** Fix mem leaks in gnutls_x509_crt_print.
46 ** API and ABI modifications:
47 No changes since last version.
49 * Version 1.7.8 (released 2007-04-16)
51 ** Added examples for the authorization extension.
52 See doc/examples/ex-client-authz.c and doc/examples/ex-serv-authz.c.
54 ** The examples only use gnutls_set_default_priority().
55 The exception is when DH_ANON is needed.
57 ** Improve gnutls_set_default_priority() priorities.
58 The new approach is for it to try and negotiate all secure and
59 standard mechanisms available.  Currently, DH_ANON ciphersuites and
60 LZO compressions are not enabled by default, because they are,
61 respectively, insecure and non-standardized.  Note that TLS 1.2 will
62 not be enabled by default in non-experimental release until it has
63 been approved by the IETF.
65 ** gnutls-cli and gnutls-serv now uses the library's default priorities.
66 This means that to get DH_ANON and LZO compression, you'll need to
67 specify that manually using '--kx anon' or '--comp lzo'.
69 ** Minor fixes to the human display format of X.509 certificates.
71 ** New APIs to extract Distinguished Name's from X.509 certificates.
72 Based on patch from Howard Chu <hyc@symas.com>.
74 ** Improved library searching for opencdk.
75 It will now add the appropriate -R or -Wl,-rpath flags as necessary.
76 The deprecated opencdk.m4 is no longer used.
78 ** New APIs to list supported algorithms in the library.
79 The APIs are gnutls_cipher_list, gnutls_mac_list,
80 gnutls_compression_list, gnutls_protocol_list,
81 gnutls_certificate_type_list, gnutls_kx_list, and
82 gnutls_cipher_suite_info.  Suggested by Howard Chu <hyc@symas.com>.
84 ** The gnutls_x509_crt_get_key_id API now handle non-RSA/DSA keys.
86 ** New configure option --disable-tls-authorization to disable tls-authz.
88 ** Fix prototype for `gnutls_psk_set_client_credentials'.
89 The last parameter was renamed from 'flags' to 'format' and the type
90 changed from 'unsigned int' to 'gnutls_psk_key_flags' (an enum type),
91 which shouldn't cause any ABI changes.  Reported by ludo@chbouib.org
92 (Ludovic Courtès).
94 ** Fix allocation in gnutls_certificate_set_openpgp_key.
95 Tiny patch from ludo@chbouib.org (Ludovic Courtès).
97 ** API and ABI modifications:
98 gnutls_x509_dn_t: ADD.
99 gnutls_x509_ava_st: ADD.
100 gnutls_x509_crt_get_subject,
101 gnutls_x509_crt_get_issuer: ADD.
102 gnutls_x509_dn_get_rdn_ava: ADD.
103 gnutls_cipher_list: ADD.
104 gnutls_mac_list: ADD.
105 gnutls_compression_list: ADD.
106 gnutls_protocol_list: ADD.
107 gnutls_certificate_type_list: ADD.
108 gnutls_kx_list: ADD.
109 gnutls_cipher_suite_info: ADD.
111 * Version 1.7.7 (released 2007-02-22)
113 ** Support for supplemental handshake messages and authorization data.
114 Supplemental data is described in RFC 4680 and the authorization
115 extensions in draft-housley-tls-authz-extns-07.
117 ** Support for authorization data in gnutls-cli and gnutls-serv.
118 New parameters --authz-x509-attr-cert and --authz-saml-assertion.
120 ** Fix for gnutls_x509_crt_check_hostname.
121 Before it would have reported that the certificate matched a hostname
122 when it did not have any dNSName or any CN field.  Report and tiny
123 patch from "Richard W.M. Jones" <rjones@redhat.com>.
125 ** New self test for RFC 2818 comparison in gnutls_x509_crt_check_hostname.
126 Tests regressions of the bug, and several other features.
128 ** GnuTLS now matches URI's with IP Addresses against iPAddress SAN's.
129 Before there were no support for iPAddress SAN's during comparison.
131 ** New API to print information about CRL's.
132 The function is gnutls_x509_crl_print.
134 ** New API to extract signature value from CRL's.
135 The function is gnutls_x509_crl_get_signature.
137 ** Support for directoryName Subject Alternative Name's.
138 The gnutls_x509_crt_get_subject_alt_name function returns the DN as a
139 string in the provided buffer.
141 ** Internal improvements to certtool.
142 It uses gnutls_x509_crl_print to print CRL information.  It uses some
143 more gnulib modules to simplify error handling.
145 ** API and ABI modifications:
146 GNUTLS_HANDSHAKE_SUPPLEMENTAL: ADD, new gnutls_handshake_description_t element.
147 gnutls_supplemental_data_format_type_t: ADD.
148 gnutls_authz_data_format_type_t: ADD.
149 gnutls_supplemental_get_name: ADD.
150 gnutls_authz_recv_callback_func,
151 gnutls_authz_send_callback_func: ADD, callback prototypes.
152 gnutls_authz_enable: ADD.
153 gnutls_authz_send_x509_attr_cert,
154 gnutls_authz_send_saml_assertion,
155 gnutls_authz_send_x509_attr_cert_url,
156 gnutls_authz_send_saml_assertion_url: ADD.
157 GNUTLS_SAN_DN: ADD, new gnutls_x509_subject_alt_name_t element.
158 gnutls_x509_crl_print: ADD.
159 gnutls_x509_crl_get_signature: ADD.
161 * Version 1.7.6 (released 2007-02-12)
163 ** Support for 'otherName' Subject Alternative Names.
164 The existing API gnutls_x509_crt_get_subject_alt_name may now return
165 the new type GNUTLS_SAN_OTHERNAME together with the otherName value.
166 To find out the otherName OID (necessary for proper parsing of the
167 value), use the new API gnutls_x509_crt_get_subject_alt_othername_oid.
168 For known OIDs, gnutls_x509_crt_get_subject_alt_othername_oid will
169 return "virtual" SAN values, e.g., GNUTLS_SAN_OTHERNAME_XMPP to
170 simplify OID matching.  Suggested by Matthias Wimmer <m@tthias.eu>.
172 ** Certtool can print otherName SAN values for certificates.
173 For known otherName OIDs (currently only id-on-xmppAddr as defined by
174 RFC 3920), it will also print the name.
176 ** Fix TLS 1.2 RSA signing in servers.
177 Before it used the old-style MD5+SHA1 signature, but the TLS
178 signatures should be normal PKCS#1 signatures.  FYI, we use and
179 require that DigestInfo parameters are present and NULL for TLS 1.2.
181 ** Add APIs to access X.509 extensions sequentially.
182 The existing APIs gnutls_x509_crt_get_extension_oid() and
183 gnutls_x509_crt_get_extension_by_oid() does not permit callers to
184 inspect the extensions in the order defined by the certificate.
186 ** Add API to extract signature value from X.509 certificates.
187 The function is gnutls_x509_crt_get_signature.
189 ** Fix crash when generating proxy certificates in batch mode.
190 If you don't specify a proxy policy in batch mode, it will use
191 id-ppl-inheritALL.
193 ** Add API to print information about X.509 certificates.
194 The function is gnutls_x509_crt_print.
196 ** Certtool uses the new API gnutls_x509_crt_print to print certificate info.
197 One consequence of this is that the output syntax has changed
198 slightly.  Some more fields are printed.
200 ** Doc fixes.
202 ** API and ABI modifications:
203 gnutls_x509_crt_print: ADD
204 gnutls_certificate_print_formats_t: ADD, new enum.
205 gnutls_x509_crt_get_signature: ADD.
206 gnutls_x509_crt_get_extension_data: ADD.
207 gnutls_x509_crt_get_extension_info: ADD.
208 gnutls_x509_crt_get_subject_alt_othername_oid: ADD.
209 GNUTLS_SAN_OTHERNAME: ADD, new gnutls_x509_subject_alt_name_t element.
210 GNUTLS_SAN_OTHERNAME_XMPP: ADD, new gnutls_x509_subject_alt_name_t element.
212 * Version 1.7.5 (released 2007-02-06)
214 ** Servers won't negotiate SRP RSA/DSS cipher suites if no SRP credential
215 ** is set.
217 ** Default behaviour for the gnutls-cli and gnutls-serv tools improved.
219 ** Fix --list output for gnutls-cli and gnutls-serv.
220 Mention TLS1.2, SHA512 etc.
222 ** Manual contains new section on setting up a test HTTP server.
223 A server set up following those descriptions are available online via
224 <http://www.gnutls.org/server.html>.
226 ** Update of gnulib files.
228 ** API and ABI modifications:
229 No changes since last version.
231 * Version 1.7.4 (released 2007-02-05)
233 ** Support for RSA signing using SHA-256/384/512.
234 A new self test "sha2" tries to build a long X.509 certificate chain
235 testing all new hashes.
237 ** The gnutls-serv tool now use static DH parameters if none are supplied.
239 ** Discuss proxy certificates in the manual.
241 ** Improve bibliographical citations in the manual.
243 ** Update of gnulib files.
245 ** Fix certtool template handling of pathLenConstraints.
246 It now defaults to -1 instead of 0, which causes the field to be
247 missing unless the template specify it.
249 ** API and ABI modifications:
250 GNUTLS_MAC_SHA256,
251 GNUTLS_MAC_SHA384,
252 GNUTLS_MAC_SHA512: New gnutls_mac_algorithm_t values.
253 GNUTLS_DIG_SHA256,
254 GNUTLS_DIG_SHA384,
255 GNUTLS_DIG_SHA512: New gnutls_digest_algorithm_t values.
256 GNUTLS_SIGN_RSA_SHA256,
257 GNUTLS_SIGN_RSA_SHA384,
258 GNUTLS_SIGN_RSA_SHA512: New gnutls_sign_algorithm_t values.
260 * Version 1.7.3 (released 2007-02-01)
262 ** New option to certtool: --generate-proxy.
263 This will generate a Proxy Certificate from an end entity certificate.
264 Proxy Certificates are documented in RFC 3820.  You will need to
265 specify the proxy certificate's private key with --load-privkey, the
266 user certificate with --load-certificate and the private key used to
267 sign the new proxy certificate with --load-ca-privkey.  Certtool will
268 query for proxy path length and the policy language OID.  Currently
269 only OIDs that have an empty policy are supported (which includes the
270 two OIDs defined by RFC 3820).
272 ** Certtool --certificate-info now prints information for Proxy Certificates.
273 Before the proxy extension was just printed as DER encoded data.
275 ** New APIs to set proxy subject names and get/set proxy cert extension.
277 ** Fix parsing of pathLenConstraints in BasicConstraints with missing cA.
279 ** Added self-test to test for regressions of pathLenConstraint bug.
280 Incidentally, this also test (some) other regressions or changes in
281 the output from certtool --certificate-info.
283 ** When certtool generates CA certificates, pressing enter on the path
284 ** length constraint query will now remove the field.
285 Before it set the path length constraint to 0, which is a rather poor
286 default.
288 ** Certtool now print times in UTC when printing certificate/CRL info.
290 ** Add better fix to work around C++ compiler bug on Mac OS X.
291 Reported and tiny patch provided by Matthias Scheler <tron@NetBSD.org>.
293 ** Fix import of ASCII armored OpenPGP keys.
294 Patch by ludovic.courtes@laas.fr (Ludovic Courtès).
296 ** Update of gnulib files.
298 ** API and ABI modifications:
299 gnutls_x509_crt_set_proxy_dn: ADD.
300 gnutls_x509_crt_set_proxy: ADD.
301 gnutls_x509_crt_get_proxy: ADD.
303 * Version 1.7.2 (released 2007-01-14)
305 ** Certtool now print the value of the pathLenConstraints field for certs.
307 ** Certtool now query for path length constraints when generating CA certs.
308 For batch uses, the certtool configuration name is "path_len".
309 Suggested by Sascha Ziemann <sascha.ziemann@secunet.com>.
311 ** Add new API to get/set pathLenConstraint in the Basic Constraints.
312 The new functions gnutls_x509_crt_get_basic_constraints and
313 gnutls_x509_crt_set_basic_constraints provide a superset of the
314 functionality in the old gnutls_x509_crt_get_ca_status and
315 gnutls_x509_crt_set_ca_status (respectively), but the old functions
316 will continue to be supported.
318 ** Add new API in OpenCDK to extract public/secret OpenPGP key to S-expr.
319 The functions are cdk_pubkey_to_sexp and cdk_seckey_to_sexp.  A proper
320 OpenCDK release with this patch will be made soon, which should bump
321 the OpenCDK version number.  Patch by Mario Lenz <mario.lenz@gmx.net>.
323 ** Certtool --to-p12 can now store more than one certificate in the blob.
324 Before it could only store one certificate, but now it will read and
325 store as many certificate there are from the --load-certificate file.
326 Suggested by Sascha Ziemann <sascha.ziemann@secunet.com>.
328 ** Clean up separation of gnutls and gnutls-extra for OpenPGP.
329 In particular, the OpenPGP function variables are no longer part of
330 the exported libgnutls interface, and no header files from
331 libgnutls-extra (GPL) are needed by libgnutls (LGPL).  The variables
332 were never intended for non-internal purposes, and thus this does not
333 imply a change in the external API/ABI.
335 ** Print URL to gaa when missing, and fix srcdir!=builddir for GAA files.
336 Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
338 ** GnuTLS no longer uses -mms-bitfields --enable-runtime-pseudo-reloc.
339 Before these parameters were set to make GnuTLS build under mingw32,
340 however, they appear to no longer be necessary.
342 ** A minor fix to the C++ library to make it build.
343 Reported by Pavlov Konstantin <thresh@altlinux.ru>.
345 ** Update of gnulib files.
347 ** API and ABI modifications:
348 gnutls_x509_crt_get_basic_constraints: ADD.
349 gnutls_x509_crt_set_basic_constraints: ADD.
350 cdk_pubkey_to_sexp: ADD (in opencdk).
351 cdk_seckey_to_sexp: ADD (in opencdk).
353 * Version 1.7.1 (released 2006-12-28)
355 ** TLS 1.2 server side fix.
356 The Certificate Request sent did not contain the list of supported
357 hashes field, thus violating the protocol.  It will now contain an
358 empty list.  Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
360 ** TLS 1.2 DSA signature verification fix.
361 Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
363 ** Fix the list of trusted CAs that server's send to clients.
364 Before, the list contained issuer DN's instead of subject DN's of the
365 trusted CAs.  Reported by Max Kellermann <max@duempel.org>.
367 ** Fix gnutls_certificate_set_x509_crl to initialize the CRL before using it.
368 Also added a self-test in tests/certificate_set_x509_crl.c to test the
369 function.  Reported by Max Kellermann <max@duempel.org>.
371 ** Encode UID fields in DN's as DirectoryString.
372 Before GnuTLS encoded and parsed UID fields as IA5String.  This was
373 incorrect, it should have used DirectoryString.  Now it will use
374 DirectoryString for the UID field, but for backwards compatibility it
375 will also accept IA5String UID's.  Reported by Max Kellermann
376 <max@duempel.org>.
378 ** Improve out-of-sourcedir builds from CVS.
379 Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
381 ** Bootstrap tools changed.
382 We now require autoconf 2.61, automake 1.10, and gettext 0.16, when
383 building GnuTLS from CVS.  Libtool 1.5.22 is used.
385 ** Fixed a syntax error in lib/gnutls.asn.
386 Reported by Paul Millar <p.millar@physics.gla.ac.uk>.
388 ** Added German translation of GnuTLS messages.
390 ** Update of gnulib files.
392 ** API and ABI modifications:
393 No changes since last version.
395 * Version 1.7.0 (released 2006-11-29)
397 ** The default protocol priority try TLS 1.1 and TLS 1.2 too.
398 The details is that the protocol priority set by
399 `gnutls_set_default_priority' has been changed from TLS 1.0 and SSL
400 3.0 to TLS 1.2, TLS 1.1, TLS 1.0 and SSL 3.0.
402 ** Preliminary support for TLS 1.2.
403 The client has been successfully tested against
404 https://www.mikestoolbox.org:4433/.
406 ** Anonself test now print a lot of debugging info, including TLS version.
408 ** Doc fixes in OpenCDK, to avoid some gtk-doc warnings.
410 ** Update of gnulib files.
412 ** API and ABI modifications:
413 GNUTLS_TLS1_2: New gnutls_protocol_t enum member.
415 *** Pulled up from stable 1.6.x branch:
417 ** Fix ./configure failure with non-GCC compilers.
418 This fixes the following error message:
419 configure: error: conditional "HAVE_LD_OUTPUT_DEF" was never defined.
420 Reported by "Michael C. Vergallen" <mvergall@telenet.be>.
422 * Version 1.6.1 (released 2006-12-28)
424 ** Fix the list of trusted CAs that server's send to clients.
425 Before, the list contained issuer DN's instead of subject DN's of the
426 trusted CAs.  Reported by Max Kellermann <max@duempel.org>.
428 ** Fix gnutls_certificate_set_x509_crl to initialize the CRL before using it.
429 Reported by Max Kellermann <max@duempel.org>.
431 ** Encode UID fields in DN's as DirectoryString.
432 Before GnuTLS encoded and parsed UID fields as IA5String.  This was
433 incorrect, it should have used DirectoryString.  Now it will use
434 DirectoryString for the UID field, but for backwards compatibility it
435 will also accept IA5String UID's.  Reported by Max Kellermann
436 <max@duempel.org>.
438 ** Fix ./configure failure with non-GCC compilers.
439 This fixes the following error message:
440 configure: error: conditional "HAVE_LD_OUTPUT_DEF" was never defined.
441 Reported by "Michael C. Vergallen" <mvergall@telenet.be>.
443 ** API and ABI modifications:
444 No changes since last version.
446 * Version 1.6.0 (released 2006-11-17)
448 ** No changes since 1.5.5.
449 The major changes compared to the 1.4.x branch are:
451 *** A GnuTLS C++ library is part of the official distribution.
452 Currently there are no examples or documentation, but hopefully this
453 will change.  See gnutlsxx.h for the API.
455 *** Windows is a supported platform.
456 There are, however, two know bugs.  One is related to select() in
457 command line tools (not, nota bene, in the library), the other is a
458 problem with libgcrypt that causes delays.  Help is needed to resolve
459 those issues, so we feel we can't delay the release because of this.
461 *** New APIs for custom push/pull function error reporting.
462 The new APIs are gnutls_transport_set_errno and
463 gnutls_transport_set_global_errno.  See the release notes for version
464 1.5.4 for more information.
466 *** Self tests are run under valgrind, if available.  See --disable-valgrind.
468 * Version 1.5.5 (released 2006-11-16)
470 ** Correctly bump shared library version after adding new APIs.
471 This was forgotten in the last release.
473 ** Fix unsigned vs signed problem in ex-x509-info.c example.
474 Reported by Tim Kosse <tim.kosse@filezilla-project.org>.
476 ** Fix the rsa-md5-collision self test to work for MinGW+Wine.
478 ** Update of gnulib files.
480 ** API and ABI modifications:
481 No changes since last version.
483 * Version 1.5.4 (released 2006-11-07)
485 ** New API functions to set errno in push/pull functions.
486 Under Windows, setting the errno variable in a push/pull replacement
487 may end up setting the wrong errno variable, and GnuTLS send/recv
488 functions become confused about the real errno returned from a failed
489 push/pull function.  Therefor, we have added two APIs to set the errno
490 variable used by GnuTLS.  The APIs can also help to keep things
491 thread-safe, by avoiding potentially global variables.  Typically,
492 instead of setting errno in your push/pull function, you will call one
493 of these functions.  It is recommended to use
494 gnutls_transport_set_errno, but if you don't have the session variable
495 easily accessible in the push/pull replacement function, you can use
496 gnutls_transport_set_global_errno.  Suggested by Tim Kosse
497 <tim.kosse@filezilla-project.org>.
499 void gnutls_transport_set_errno (gnutls_session_t session, int err);
500 void gnutls_transport_set_global_errno (int err);
502 ** When calling `recv' or `send' Windows errors are handled properly.
503 The Windows recv/send functions doesn't use errno, and GnuTLS now use
504 WSAGetLastError to access the error condition instead.
506 ** Several OpenPGP API fixes.
507 All suggested by ludovic.courtes@laas.fr (Ludovic Courtès).  The most
508 important fix is to change the return value of
509 gnutls_openpgp_privkey_get_pk_algorithm and
510 gnutls_openpgp_key_get_pk_algorithm from 'int' to
511 'gnutls_pk_algorithm_t', which is an enum type (and thus API/ABI
512 compatible with 'int').
514 ** When a GnuTLS server receive a SSLv2 Client Hello for an unknown TLS
515 ** version, try to negotiate the highest version support by the GnuTLS server,
516 ** instead of the lowest.
517 Reported by <Pasi.Eronen@nokia.com>.
519 ** Replace old constructs with use of gnulib modules.
520 For example, we can now assume unistd.h, sys/stat.h, sys/socket.h in
521 the code.  If the headers doesn't exist on the target system, gnulib
522 will make sure its replacement header files are used instead.
524 ** Fix SOVERSION computation for *.def files.
525 This fixes build errors similar to "No rule to make target
526 `libgnutls-`expr', needed by `all-am'." when building for Windows.
528 ** gnutls_check-version uses strverscmp from gnulib.
530 ** Update of gnulib files.
532 ** API and ABI modifications:
533 gnutls_transport_set_errno: ADD
534 gnutls_transport_set_global_errno: ADD
536 * Version 1.5.3 (released 2006-10-26)
538 ** Add new self-test of RSA-MD5 signature chains.
539 Note that we already, since GnuTLS 1.2.9, reject RSA-MD5 signatures
540 when verifying X.509 chains.  The code is in tests/rsa-md5-collision/
541 and is based on the work by Marc Stevens et al, see
542 <http://www.win.tue.nl/hashclash/TargetCollidingCertificates/>.
544 ** Re-factor self tests.
546 ** The include copy of Libtasn1 is updated to version 0.3.7.
548 ** The included copy of OpenCDK is updated to version 0.5.11.
550 ** Fix the filename of the *.def file on Windows after library version bump.
552 ** Separated the gnulib directory into one for LGPL modules and one for GPL.
553 This allows the GPL'd part of GnuTLS to take advantage of the GPL'd
554 gnulib modules.  Earlier we could only use the LGPL'ed module from
555 gnulib, because two gnulib directories in the same project didn't
556 work.
558 ** API and ABI modifications:
559 No changes since last version.
561 * Version 1.5.2 (released 2006-10-03)
563 ** Decrement the shared library version back to 13 (as in the 1.4.x branch).
564 Note that if you installed 1.5.0 or 1.5.1, they will have a higher
565 shared library version than this version, so you'll have to remove
566 them and possibly relink your applications.  The reason for this is
567 that no API/ABI changes have been made since the 1.4.x branch, and
568 that incrementing the shared library version was a mistake.  Reported
569 by Andreas Metzler <ametzler@downhill.at.eu.org>.
571 ** Fix off-by-one error when computing length to malloc.
572 The code is used by gnutls_openpgp_add_keyring_file and
573 gnutls_openpgp_add_keyring_mem.  Reported by "Adam Langley"
574 <agl@imperialviolet.org>.
576 ** Add version script for the GnuTLS C++ library.
577 Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
579 ** Fix the C++ compiler detection logic.
580 Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
582 ** Update of gnulib files.
584 ** API and ABI modifications:
585 No changes since last version.
587 * Version 1.5.1 (released 2006-09-21)
589 ** Fix PKCS#1 verification to avoid a variant of Bleichenbacher's
590 ** Crypto 06 rump session attack.
591 In particular, we check that the digestAlgorithm.parameters field is
592 missing or empty, to avoid that it can contain "garbage" that may be
593 used to alter the numeric properties of the signature.  See
594 <http://www.imc.org/ietf-openpgp/mail-archive/msg14307.html> (which is
595 not exactly the same as the problem we fix here).  Reported by Yutaka
596 OIWA <y.oiwa@aist.go.jp>.
598 See GNUTLS-SA-2006-4 on http://www.gnutls.org/security.html for more
599 up to date information.
601 ** Add self test to test for above flaw.
603 ** Fix gnutls-cli-debug regarding resume support detection.
604 Earlier, if the session-id from the server had a length of 0, it would
605 indicate the the server supports resumption, which isn't the case.
606 Reported by Kataja Kai <kai.kataja@op.fi>.
608 ** Fix building of examples on FreeBSD by including netinet/in.h.
609 Reported by Roman Bogorodskiy <novel@FreeBSD.org>.
611 ** Fix certtool bug that caused the private key to not be loaded when
612 generating a certificate with --load-request, which in turn triggered
613 another unrelated bug in gnutls_x509_crt_sign2 (also fixed).  Reported
614 by Sascha Ziemann <sascha.ziemann@secunet.com>.
616 ** gnutls-cli and gnutls-serv works on Windows.
617 The problem was the select() call that doesn't work on file
618 descriptors (stdin) on Windows.  We borrowed some code from plibc to
619 solve this.  It appears to be somewhat unreliable though.
621 ** Autoconf 2.60 is now used.
623 ** API and ABI modifications:
624 No changes since last version.
626 * Version 1.5.0 (released 2006-08-13)
628 ** Change SRP and Cert-Type extensions to match IANA registry.
630 ** Fixed bug in OpenPGP authentication handshake.
632 ** Improvements for building under MinGW.
633 Provides internal inet_ntop and inet_pton functions and arpa/inet.h
634 header.  Calls WSAStartup and WSACleanup in gnutls_global_init and
635 gnutls_global_deinit, respectively.  Loads getaddrinfo and getnameinfo
636 at run-time from ws2_32.dll, and falls back on a simple replacement if
637 it is not available.  Builds the library with -mms-bitfields
638 -Wl,--enable-runtime-pseudo-reloc.  Links with --output-def, to
639 create *.def files, which are installed.
641 ** The examples now (conditionally) include config.h and link to gnulib.
642 No other source changes were necessary, so the examples should
643 continue to be possible to use stand-alone without any autoconf or
644 gnulib stuff.
646 ** Added C++ header "gnutlsxx.h" and library "libgnutlsxx".
647 You may unconditionally disable it with --disable-cxx.  See
648 includes/gnutls/gnutlsxx.h and lib/gnutlsxx.cpp for the
649 implementation.
651 ** Made command line tool '--version' behave according to GNU Standards.
652 This enables 'make distcheck' to succeed.
654 ** OpenCDK updated to 0.5.9 to fix some problems with OpenPGP support.
656 ** Make --without-included-libtasn1 work.
657 Reported by Daniel Black <dragonheart@gentoo.org>.
659 ** Fix a crash (strcmp() on a NULL value) in the certificate verification logic.
660 See http://www.gnu.org/software/gnutls/security.html regardging
661 GNUTLS-SA-2006-2 for more up to date information.  Reported by
662 satyakumar <satyam_kkd@hyd.hellosoft.com>.
664 ** API and ABI modifications:
665 No changes since last version.
667 * Version 1.4.5 (released 2006-11-06)
669 ** When a GnuTLS server receive a SSLv2 Client Hello for an unknown TLS
670 ** version, try to negotiate the highest version support by the GnuTLS server,
671 ** instead of the lowest.
672 Reported by <Pasi.Eronen@nokia.com>.
674 ** Fix typo in doc/examples/ex-serv-pgp.c.
675 Reported by Adam Langley" <agl@imperialviolet.org>.
677 ** API and ABI modifications:
678 No changes since last version.
680 * Version 1.4.4 (released 2006-09-12)
682 ** Relax the test that caught signatures that exploit the variant of
683 ** Bleichenbacher's Crypto 06 rump session attack on our
684 ** verification logic flaw.
685 In particular, we now permit the digestAlgorithm.parameters field to
686 be present but empty, whereas in 1.4.3 we actually checked that the
687 field was absent.
689 ** Revert the removal of debug information for the GNUTLS-SA-2006-3 problem.
690 The messages are only printed in debug mode, which is not recommended
691 for normal use, and thus logging this situation cannot be abused as an
692 oracle in typical recommended situations.
694 ** API and ABI modifications:
695 No changes since last version.
697 * Version 1.4.3 (released 2006-09-08)
699 ** Fix PKCS#1 verification to avoid a variant of Bleichenbacher's
700 ** Crypto 06 rump session attack.
701 In particular, we check that the digestAlgorithm.parameters field is
702 empty, to avoid that it can contain "garbage" that may be used to
703 alter the numeric properties of the signature.  See
704 <http://www.imc.org/ietf-openpgp/mail-archive/msg14307.html> (which is
705 not exactly the same as the problem we fix here).  Reported by Yutaka
706 OIWA <y.oiwa@aist.go.jp>.
708 See GNUTLS-SA-2006-4 on http://www.gnutls.org/security.html for more
709 up to date information.
711 ** Fix PKCS#1 decryption to avoid Bleichenbacher's Crypto 98 attack.
712 See <http://www.bell-labs.com/user/bleichen/papers/pkcs.ps.gz>.
713 Reported by Werner Koch <wk@gnupg.org>.
715 See GNUTLS-SA-2006-3 on http://www.gnutls.org/security.html for more
716 up to date information.
718 ** Fix crash in gnutls_x509_crt_sign2 if passed a NULL issuer_key.
720 ** API and ABI modifications:
721 No changes since last version.
723 * Version 1.4.2 (released 2006-08-12)
725 ** Fix a crash (strcmp() on a NULL value) in the certificate verification logic.
726 This can happen if you call gnutls_certificate_verify_peers2 and have
727 a certain mix of local CA certificates and the peer send special
728 certificates, that together trigger certain behaviour.  It is not
729 known at this point whether the crash can be triggered without the
730 special local CA certificate, and thus turn this into a remote crash
731 of clients that verify server certificates when they talk to a server
732 with the special server certificate.  See GNUTLS-SA-2006-2 on
733 http://www.gnu.org/software/gnutls/security.html for more up to date
734 information.  Reported by satyakumar <satyam_kkd@hyd.hellosoft.com>.
736 ** Change SRP and Cert-Type extensions to match IANA registry.
738 ** OpenCDK updated to 0.5.9 to fix some problems with OpenPGP support.
740 ** Make --without-included-libtasn1 work.
741 Reported by Daniel Black <dragonheart@gentoo.org>.
743 ** API and ABI modifications:
744 No changes since last version.
746 * Version 1.4.1 (released 2006-06-14)
748 ** Replaced inactive ifdefs to enable openpgp support in test programs.
750 ** Fixed bug in OpenPGP authentication handshake.
752 ** Fixed typographical in man pages.
754 ** Build fixes of the manual.
756 ** Added Swedish translation.
758 ** API and ABI modifications:
759 No changes since last version.
761 * Version 1.4.0 (released 2006-05-15)
763 ** Remove GnuTLS 0.8.x compatibility functions.
765 ** The libgcrypt RNG is initialized in gnutls_global_init().
767 ** TLS/IA API changes from Emile van Bergen.
768 A dummy credential structure is not needed now, if you wish to use the
769 low-level TLS/IA API, simply call gnutls_ia_enable to enable TLS/IA on
770 a session.
772 ** The self-tests are now run under valgrind, if it is installed.
774 ** Libtasn1 is updated to 0.3.4, and that version is now required.
776 ** The command line tools now use getaddrinfo and support IPv6.
778 ** API and ABI modifications:
779 _gnutls_x509_get_raw_crt_activation_time,
780 _gnutls_x509_get_raw_crt_expiration_time: Removed.
781 gnutls_ia_require_inner_phase: Removed, replaced by gnutls_ia_enable.
782 gnutls_ia_enable: Added.
784 * Version 1.3.5 (released 2006-03-08)
786 ** Error messages are now translated using GNU Gettext.
788 ** The function gnutls_x509_crt_to_xml now return an internal error.
789 This means that the code to convert X.509 certificates to XML format
790 does not work any more.  The reason is that the function called
791 libtasn1 internal functions.  It seems unclean for libtasn1 to export
792 the APIs needed here.  Instead it would be better to implement XML
793 support inside libtasn1 properly.  If you need this functionality
794 strongly, please consider looking into implementing this suggested
795 approach instead.  As a workaround, you may also modify lib/x509/xml.c
796 (change '#if 1' to '#if 0') and build using --with-included-libtasn1.
798 ** Libraries are now built with libtool's -no-undefined.
799 This helps producing libraries for Windows using mingw32.
801 ** Doc fixes to explain that gnutls_record_send can block.
803 ** Libtasn1 0.3.1 or later is now required.
804 The include copy has been updated too.
806 ** gnutls-cli can now recognize services and port numbers with the -p option.
808 ** API and ABI modifications:
809 No changes since last version.
811 * Version 1.3.4 (released 2006-02-09)
813 ** Fix read of out bounds bug in DER parser.
814 Reported by Evgeny Legerov <admin@gleg.net>, and debugging help from
815 Protover SSL.  Libtasn1 0.2.18 is now required, which contains the
816 previous bug fix.  The included libtasn1 version in GnuTLS has been
817 updated.
819 ** Fixed bug in non-blocking gnutls_bye(). gnutls_record_send() will no 
820 longer invalidate a session if the underlying send fails, but it will 
821 prevent future writes. That is to allow reading the already received data.
822 Patches and bug reports by Yoann Vandoorselaere <yoann@prelude-ids.org>
824 ** Corrected bugs in gnutls_certificate_set_x509_crl() and
825 gnutls_certificate_set_x509_trust(), that caused memory corruption if 
826 more than one certificates were added. Report and patch by Max Kellermann.
828 ** Fix build problems of OpenCDK on AIX.
829 Thanks to "Heiden, John" <JHeiden@UTNet.UToledo.Edu>.
831 ** API and ABI modifications:
832 No changes since last version.
834 * Version 1.3.3 (released 2006-01-12)
836 ** New API to access the TLS master secret.
837 When possible, you should use the TLS PRF functions instead.
838 Suggested by Jouni Malinen <jkmaline@cc.hut.fi>.
840 ** Improved handling when multiple libraries use GnuTLS at the same time.
841 Now gnutls_global_init() can be called multiple times, and
842 gnutls_global_deinit() will only deallocate the structure when it has
843 been called as many times as gnutls_global_init() was called.
845 ** Added a self test of TLS resume functionality.
847 ** Fix crash in TLS resume code, caused by TLS/IA changes.
849 ** Documentation fixes about thread unsafety, prompted by
850 ** discussion with bryanh@giraffe-data.com (Bryan Henderson).
851 In particular, gnutls_global_init() and gnutls_global_deinit() are not
852 thread safe.  Careful callers may want to protect the call using a
853 mutex.  The problem could also be ignored, which would cause a memory
854 leak under rare conditions when two threads invoke the function
855 roughly at the same time.
857 ** Add 'const' keywords in various places, from Frediano ZIGLIO.
859 ** The code was indented again, including the external header files.
861 ** API and ABI modifications:
862 New functions to retrieve the master secret value:
863   gnutls_session_get_master_secret
865 Add a 'const' keyword to existing API:
866   gnutls_x509_crq_get_challenge_password
868 * Version 1.3.2 (released 2005-12-15)
870 ** GnuTLS now support TLS Inner application (TLS/IA).
871 This is per draft-funk-tls-inner-application-extension-01.  This
872 functionality is added to libgnutls-extra, so it is licensed under the
873 GNU General Public License.
875 ** New APIs to access the TLS Pseudo-Random-Function (PRF).
876 The PRF is used by some protocols building on TLS, such as EAP-PEAP
877 and EAP-TTLS.  One function to access the raw PRF and one to access
878 the PRF seeded with the client/server random fields are provided.
879 Suggested by Jouni Malinen <jkmaline@cc.hut.fi>.
881 ** New APIs to acceess the client and server random fields in a session.
882 These fields can be useful by protocols using TLS.  Note that these
883 fields are typically used as input to the TLS PRF, and if this is your
884 intended use, you should use the TLS PRF API that use the
885 client/server random field directly.  Suggested by Jouni Malinen
886 <jkmaline@cc.hut.fi>.
888 ** Internal type cleanups.
889 The uint8, uint16, uint32 types have been replaced by uint8_t,
890 uint16_t, uint32_t.  Gnulib is used to guarantee the presence of
891 correct types on platforms that lack them.  The uint type have been
892 replaced by unsigned.
894 ** API and ABI modifications:
895 New functions to invoke the TLS Pseudo-Random-Function (PRF):
896   gnutls_prf
897   gnutls_prf_raw
899 New functions to retrieve the session's client and server random values:
900   gnutls_session_get_server_random
901   gnutls_session_get_client_random
903 New function, to perform TLS/IA handshake:
904   gnutls_ia_handshake
906 New function to decide whether to do a TLS/IA handshake:
907   gnutls_ia_handshake_p
909 New functions to allocate a TLS/IA credential:
910   gnutls_ia_allocate_client_credentials
911   gnutls_ia_free_client_credentials
912   gnutls_ia_allocate_server_credentials
913   gnutls_ia_free_server_credentials
915 New functions to handle the AVP callback:
916   gnutls_ia_set_client_avp_function
917   gnutls_ia_set_client_avp_ptr
918   gnutls_ia_get_client_avp_ptr
919   gnutls_ia_set_server_avp_function
920   gnutls_ia_set_server_avp_ptr
921   gnutls_ia_get_server_avp_ptr
923 New functions, to toggle TLS/IA application phases:
924   gnutls_ia_require_inner_phase
926 New function to mix session keys with inner secret:
927   gnutls_ia_permute_inner_secret
929 Low-level API (used internally by gnutls_ia_handshake):
930   gnutls_ia_endphase_send
931   gnutls_ia_send
932   gnutls_ia_recv
934 New functions that can be used after successful TLS/IA negotiation:
935   gnutls_ia_generate_challenge
936   gnutls_ia_extract_inner_secret
938 Enum type with TLS/IA modes:
939   gnutls_ia_mode_t
941 Enum type with TLS/IA packet types:
942   gnutls_ia_apptype_t
944 Enum values for TLS/IA alerts:
945   GNUTLS_A_INNER_APPLICATION_FAILURE
946   GNUTLS_A_INNER_APPLICATION_VERIFICATION
948 New error codes, to signal when an application phase has finished:
949   GNUTLS_E_WARNING_IA_IPHF_RECEIVED
950   GNUTLS_E_WARNING_IA_FPHF_RECEIVED
952 New error code to signal TLS/IA verify failure:
953   GNUTLS_E_IA_VERIFY_FAILED
955 * Version 1.3.1 (released 2005-12-08)
957 ** Support for DHE-PSK cipher suites has been added.
958 This method offers perfect forward secrecy.
960 ** Fix gnutls-cli STARTTLS hang when SIGINT is sent too quickly, thanks to
961 Otto Maddox <ottomaddox@fastmail.fm> and Nozomu Ando <nand@mac.com>.
963 ** Corrected a bug in certtool for 64 bit machines. Reported
964 by Max Kellermann <max@duempel.org>.
966 ** New function to set a X.509 private key and certificate pairs, and/or
967 CRLs, from an PKCS#12 file, suggested by Emile van Bergen
968 <emile@e-advies.nl>.
970 The integrity of the PKCS#12 file is protected through a password
971 based MAC; public-key based signatures for integrity protection are
972 not supported.  PKCS#12 bags may be encrypted using password derived
973 symmetric keys, public-key based encryption is not supported.  The
974 PKCS#8 keys may be encrypted using passwords.  The API use the same
975 password for all operations.  We believe that any more flexibility
976 create too much complexity that would hurt overall security, but may
977 add more PKCS#12 related APIs if real-world experience indicate
978 otherwise.
980 ** gnutls_x509_privkey_import_pkcs8 now accept unencrypted PEM PKCS#8 keys,
981 reported by Emile van Bergen <emile@e-advies.nl>.
982 This will enable "certtool -k -8" to parse those keys.
984 ** Certtool now generate keys in unencrypted PKCS#8 format for empty passwords.
985 Use "certtool -p -8" and press press enter at the prompt.  Earlier,
986 certtool would have encrypted the key using an empty password.
988 ** Certtool now accept --password for --key-info and encrypted PKCS#8 keys.
989 Earlier it would have prompted the user for it, even if --password was
990 supplied.
992 ** Added self test of PKCS#8 parsing.
993 Unencrypted and encrypted (pbeWithSHAAnd3-KeyTripleDES-CBC and
994 pbeWithSHAAnd40BitRC2-CBC) formats are tested.  The test is in
995 tests/pkcs8.
997 ** API and ABI modifications:
998 New function to set X.509 credentials from a PKCS#12 file:
999   gnutls_certificate_set_x509_simple_pkcs12_file
1001 New gnutls_kx_algorithm_t enum type:
1002   GNUTLS_KX_DHE_PSK
1004 New API to return session data (basically same as gnutls_session_get_data):
1005   gnutls_session_get_data2
1007 New API to set PSK Diffie-Hellman parameters:
1008   gnutls_psk_set_server_dh_params
1010 * Version 1.3.0 (2005-11-15)
1012 ** Support for TLS Pre-Shared Key (TLS-PSK) ciphersuites have been added.
1013 This add several new APIs, see below.  Read the updated manual for
1014 more information.  A new self test "pskself" has been added, that will
1015 test this functionality.
1017 ** The session resumption data are now system independent.
1019 ** The code has been re-indented to conform to the GNU coding style.
1021 ** Removed the RIPEMD ciphersuites.
1023 ** Added a discussion of the internals of gnutls in manual.
1025 ** Fixes for Tru64 UNIX 4.0D that lack MAP_FAILED, from Albert Chin.
1027 ** Remove trailing comma in enums, for IBM C v6, from Albert Chin.
1029 ** Make sure config.h is included first in a few files, from Albert Chin.
1031 ** Don't use C++ comments ("//") as they are invalid, from Albert Chin.
1033 ** Don't install SRP programs and man pages if --disable-srp-authentication,
1034 from Albert Chin.
1036 ** API and ABI modifications:
1037 New gnutls_kx_algorithm_t key exchange type: GNUTLS_KX_PSK
1039 New gnutls_credentials_type_t credential type:
1040   GNUTLS_CRD_PSK
1042 New credential types:
1043   gnutls_psk_server_credentials_t
1044   gnutls_psk_client_credentials_t
1046 New functions to allocate PSK credentials:
1047   gnutls_psk_allocate_client_credentials
1048   gnutls_psk_free_client_credentials
1049   gnutls_psk_free_server_credentials
1050   gnutls_psk_allocate_server_credentials
1052 New enum type for PSK key flags:
1053   gnutls_psk_key_flags
1055 New function prototypes for credential callback:
1056   gnutls_psk_client_credentials_function
1057   gnutls_psk_server_credentials_function
1059 New function to set PSK username and key:
1060   gnutls_psk_set_client_credentials
1062 New function to set PSK passwd file:
1063   gnutls_psk_set_server_credentials_file
1065 New function to extract PSK user in server:
1066   gnutls_psk_server_get_username
1068 New functions to set PSK callback:
1069   gnutls_psk_set_server_credentials_function
1070   gnutls_psk_set_client_credentials_function
1072 Use size_t instead of int for output size parameter:
1073   gnutls_srp_base64_encode
1074   gnutls_srp_base64_decode
1076 * Version 1.2.11 (2006-05-11)
1077 - The function gnutls_x509_crt_to_xml is not supported any more, and
1078   return an internal error.  The reason is that the function called
1079   internal libtasn1 functions which are no longer exported from
1080   libtasn1.
1081 - Updated libtasn1 requirement to 0.3.4 and refreshed internal mintiasn1.
1082 - Updated gnulib compatibility files.
1083 - Fixed _gnutls_x509_get_raw_crt_expiration_time and
1084   _gnutls_x509_get_raw_crt_activation_time to return (time_t)-1 on errors.
1085 - API and ABI modifications:
1086   No changes since last version.
1088 * Version 1.2.10 (2006-02-09)
1089 - Fix read out bounds bug in DER parser.  Reported by Evgeny Legerov
1090   <admin@gleg.net>, and debugging help from Protover SSL.
1091 - Libtasn1 0.2.18 is now required (contains the previous bug fix).
1092   The included version has been updated too.
1093 - Fix gnutls-cli STARTTLS hang when SIGINT is sent too quickly, thanks to
1094   Otto Maddox <ottomaddox@fastmail.fm> and Nozomu Ando <nand@mac.com>.
1095 - Corrected a bug in certtool for 64 bit machines. Reported
1096   by Max Kellermann <max@duempel.org>.
1097 - Corrected bugs in gnutls_certificate_set_x509_crl() and
1098   gnutls_certificate_set_x509_trust(), that caused memory corruption if
1099   more than one certificates were added. Report and patch by Max Kellermann.
1100 - Fixed bug in non-blocking gnutls_bye(). gnutls_record_send() will no 
1101   longer invalidate a session if the underlying send fails, but it will 
1102   prevent future writes. That is to allow reading the already received data.
1103   Patches and bug reports by Yoann Vandoorselaere <yoann@prelude-ids.org>
1105 * Version 1.2.9 (2005-11-07)
1106 - Documentation was updated and improved.
1107 - RSA-MD2 is now supported for verifying digital signatures.
1108 - Due to cryptographic advances, verifying untrusted X.509
1109   certificates signed with RSA-MD2 or RSA-MD5 will now fail with a
1110   GNUTLS_CERT_INSECURE_ALGORITHM verification output.  For
1111   applications that must remain interoperable, you can use the
1112   GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2 or GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5
1113   flags when verifying certificates.  Naturally, this is not
1114   recommended default behaviour for applications.  To enable the
1115   broken algorithms, call gnutls_certificate_set_verify_flags with the
1116   proper flag, to change the verification mode used by
1117   gnutls_certificate_verify_peers2.
1118 - Make it possible to send empty data through gnutls_record_send,
1119   to align with the send(2) API.
1120 - Some changes in the certificate receiving part of handshake to prevent
1121   some possible errors with non-blocking servers.
1122 - Added numeric version symbols to permit simple CPP-based feature
1123   tests, suggested by Daniel Stenberg <daniel@haxx.se>.
1124 - The (experimental) low-level crypto alternative to libgcrypt used
1125   earlier (Nettle) has been replaced with crypto code from gnulib.
1126   This leads to easier re-use of these components in other projects,
1127   leading to more review and simpler maintenance.  The new configure
1128   parameter --with-builtin-crypto replace the old --with-nettle, and
1129   must be used if you wish to enable this functionality.  See README
1130   under "Experimental" for more information.  Internally, GnuTLS has
1131   been updated to use the new "Generic Crypto" API in gl/gc.h.  The
1132   API is similar to the old crypto/gc.h, because the gnulib code were
1133   based on GnuTLS's gc.h.
1134 - Fix compiler warning in the "anonself" self test.
1135 - API and ABI modifications:
1136 gnutls_x509_crt_list_verify: Added 'const' to prototype in <gnutls/x509.h>.
1137                              This doesn't reflect a change in behaviour,
1138                              so we don't break backwards compatibility.
1139 GNUTLS_MAC_MD2: New gnutls_mac_algorithm_t value.
1140 GNUTLS_DIG_MD2: New gnutls_digest_algorithm_t value.
1141 GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2,
1142 GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5: New gnutls_certificate_verify_flags values.
1143                                   Use when calling
1144                                   gnutls_x509_crt_list_verify,
1145                                   gnutls_x509_crt_verify, or
1146                                   gnutls_certificate_set_verify_flags.
1147 GNUTLS_CERT_INSECURE_ALGORITHM: New gnutls_certificate_status_t value,
1148                                 used when broken signature algorithms
1149                                 is used (currently RSA-MD2/MD5).
1150 LIBGNUTLS_VERSION_MAJOR,
1151 LIBGNUTLS_VERSION_MINOR,
1152 LIBGNUTLS_VERSION_PATCH,
1153 LIBGNUTLS_VERSION_NUMBER: New CPP symbols, indicating the GnuTLS
1154                           version number, can be used for feature existence
1155                           tests.
1157 * Version 1.2.8 (2005-10-07)
1158 - Libgcrypt 1.2.2 is required to fix a bug for forking GnuTLS servers.
1159 - Don't install the auxilliary libexamples library used by the
1160   examples in doc/examples/ on "make install", report and tiny patch
1161   from Thomas Klausner <tk@giga.or.at>.
1162 - If you pass a X.509 CA or PGP trust database to the command line
1163   tool, it will now abort the connection if the server certificate
1164   validation fails.  Use the parameter --insecure to continue even
1165   after certificate validation failures.  Inspired from discussion
1166   with Alexander Kotelnikov <sacha@myxomop.com>.
1167 - The test for socklen_t has been moved to gnulib.
1168 - Link failures for duplicate or missing "program_name" symbol has been fixed,
1169   patch from Martin Lambers <marlam@marlam.de>.
1170 - The command line tool and the examples no longer uses mmap or bzero,
1171   to make them more portable, patch from Martin Lambers
1172   <marlam@marlam.de>.
1173 - Made the PKCS #12 API handle null passwords. Based on patch by
1174   Anton Altaparmakov <aia21@cam.ac.uk>.
1175 - The GTK-DOC manual should build with current released tools.
1176   (But a copy of the output is included, so the tools are not required.)
1177 - The inet_ntop function is now used through gnulib.
1178 - API and ABI modifications:
1179   No changes since last version.
1181 * Version 1.2.7 (2005-09-09)
1182 - The GNUTLS and GNUTLS-EXTRA libraries are now built with versioned symbols.
1183 - Certtool now complains when reading out-of-range X.509 serial
1184   numbers, suggested by Fran <e_agf@yahoo.es>.
1185 - Certtool now uses the readline library (when available) when reading
1186   X.509 serial numbers.
1187 - Fixed build problems in getpass on uClibc and Mingw32 platforms.
1188 - Fixed compile warning regarding socklen_t on Mingw32, reported by
1189   Martin Lambers <marlam@marlam.de>.
1190 - Fixed examples in doc/examples/, suggested by Fran <e_agf@yahoo.es>.
1191 - Gnulib is now used for the core library, enabling future code cleanups.
1192 - The gnutls-cli tool now use gnutls_certificate_verify_peers2,
1193   suggested by Daniel Stenberg <daniel@haxx.se>.
1194 - Doc fixes for gnutls_transport_set_push and gnutls_transport_set_pull.
1195 - Minilibtasn1 is now 0.2.17 (removed optional use of C99 macros).
1196 - Disable zlib support if zlib.h is not present.
1197 - A number of internal cleanups.
1198 - API and ABI modifications:
1199   No changes since last version.
1201 * Version 1.2.6 (2005-07-16)
1202 - MiniLZO updated to version 2.01 and moved to separate directory.
1203 - Collision between system LZO header files and MiniLZO header file
1204   fixed, reported by Matthias Urlichs <smurf@smurf.noris.de>.
1205 - Will now test for liblzo functionality in liblzo2 too, reported by
1206   Thomas Klausner <tk@giga.or.at>.
1207 - Minilibtasn1 is now 0.2.14 (no code changes).
1208 - Some code changes to avoid GTK-DOC warnings.
1209 - API and ABI modifications:
1210   No changes since last version.
1212 * Version 1.2.5 (2005-07-03)
1213 - More builddir != srcdir fixes, reported by Mike Castle
1214   <dalgoda@ix.netcom.com>.
1215 - Fixed off-by-one bug in the size parameter of gnutls_x509_crt_get*_dn,
1216   reported by Adam Langley <alangley@gmail.com>.
1217 - Corrected some stuff in minilzo detection. Pointed out by 
1218   Sergey Lipnevich.
1219 - MiniLZO updated to version 2.00.
1220 - gnutls_x509_crt_list_import now accept a DER formatted CRL.
1221 - API and ABI modifications:
1222   No changes since last version.
1224 * Version 1.2.4 (2005-05-28)
1225 - Corrected some bugs that could affect 64 bit systems.
1226 - Some corrections in the header files to include the prototype
1227   of memmem properly (affected 64 bit systems). Report and patch
1228   by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1229 - Introduced the --fix-key option to certtool, which can be used to
1230   regenerate the (optional) parameters in a private key. It should
1231   be used together with --key-info.
1232 - Corrected a bug in certificate chain verification that could lead
1233   to marking a trusted chain as non trusted, if the last certificate in
1234   the chain was a self signed one.
1235 - Gnulib portability files were updated.
1236 - License were updated to reflect new FSF address.
1237 - API and ABI modifications:
1238   No changes since last version.
1240 * Version 1.2.3 (2005-04-28)
1241 - Corrected bug in record packet parsing that could lead
1242   to a denial of service attack.
1243 - Corrected bug in RSA key export. Previously exported keys
1244   can be fixed using certtool. Use certtool -k <infile >outfile
1245 - API and ABI modifications:
1246     gnutls_x509_privkey_fix(): Add.
1248 * Version 1.2.2 (2005-04-25)
1249 - gnutls_error_to_alert() now considers
1250   GNUTLS_E_UNEXPECTED_HANDSHAKE_PACKET.
1251 - Fixed error in session resuming that could cause a crash in a session.
1252 - Fixed pkcs12 friendly name and local key identifier decoding.
1253 - Internal cleanups, removed duplicate typedef/struct definitions,
1254   and made source code include external include file, to check
1255   function prototypes during compile time.
1256 - API and ABI modifications:
1257   No changes since last version.  At least not intentional, but due
1258   to the include header changes, there may be inadvertant changes,
1259   please let us know if you find any.
1261 * Version 1.2.1 (2005-04-04)
1262 - gnutls_bye() will no longer fail when RDWR is used and application
1263   data are available for reading.
1264 - Added more strict checks for the SRP parameters (g,n), when they
1265   are not in the included list.
1266 - Added warning to certtool when MD5 is being used for digital
1267   signatures.
1268 - Optimizations ("-O2 -finline-functions") are not enabled by default,
1269   instead the standard autoconf defaults are used.  Use `./configure
1270   CFLAGS="-O2 -finline-functions"' to get the old optimizations.
1271 - Added the option --get-dh-params to certtool, in order to get the
1272   parameters included in the library primes and generators.
1273 - Improved the semantics of GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT, to
1274   allow only trusted Version 1 CAs and introduced
1275   GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT which has the old semantics.
1276 - Nettle self tests now build properly, reported by Pierre
1277   <pierre42d@9online.fr>.
1278 - Eliminated some memory leaks in DHE and RSA-EXPORT cipher suites.
1279   Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1280 - If the library has been compiled with features disabled, a warning is 
1281   issued during the compilation of any program.
1282 - API and ABI modifications:
1283     gnutls_x509_crt_list_import(): Add
1284     gnutls_x509_crq_get_attribute_by_oid(): Add.
1285     gnutls_x509_crq_set_attribute_by_oid(): Add
1286     gnutls_x509_crt_set_extension_by_oid(): Add.
1287     GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT: Modify semantics.
1288     GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT: Add, old behaviour.
1290 * Version 1.2.0 (2005-01-27)
1291 - Added the definitions and OIDs for the RIPEMD-160 hash algorithm.
1292 - Introduced gnutls_x509_crt_sign2(), gnutls_x509_crq_sign2() and 
1293   gnutls_x509_crl_sign2().
1294 - Fixed license header in source code files.
1296 * Version 1.1.23 (2005-01-18)
1297 - It is now possible to generate PKCS#12 structures without private
1298   keys using "certtool --to-p12", suggested by Fabian Fagerholm
1299   <fabbe@paniq.net>.
1300 - Certtool now prints information for the RSA and DSA parameters of
1301   certificates and private keys.
1302 - Corrected the write of CRL distribution points.
1303 - The certificate chain verification function now checks certificates
1304   in the reverse order to minimize the spent resources.
1305 - Corrected several bugs found by Marcin Garski <mgarski@post.pl>
1306 - The functions gnutls_x509_crl_get_issuer_dn, gnutls_x509_crq_get_dn,
1307   gnutls_x509_crt_get_issuer_dn, gnutls_x509_crt_get_dn, and
1308   gnutls_x509_rdn_get now set *sizeof_buf to the buffer length that is
1309   required, instead of the string length.  That is, the value has been
1310   incremented by 1 to account for the terminating zero. Reported by
1311   Martin Lambers <marlam@web.de>.
1312 - Debug output shouldn't crash on platforms that doesn't handle NULL
1313   printf %s values.  Reported by Michael.Ringe@aachen.utimaco.de.
1314 - Sync included copy of libtasn1 with version 0.2.13.
1315 - Client X.509 authenticated connections via gnutls-cli should now work again.
1317 * Version 1.1.22 (2004-11-04)
1318 - Replace GNU LD version script with Libtool -export-symbols-regex,
1319   from Joe Orton <joe@manyfish.co.uk>.
1320 - Documentation improvements.
1321 - Code indented using 'indent -i4 -kr'.
1322 - The API manual is included in Devhelp format.  (Was in last release too,
1323   but the NEWS entry was forgotten.)
1324 - The OpenSSL compatibility code now use the internal crypto interface.
1325 - Added simple self test of OpenSSL compatibility library.
1326 - Internally, libtool convenience libraries are used.
1327 - Cleanups to configure.ac.
1329 * Version 1.1.21 (2004-10-27)
1330 - Print DN of certificates with unknown characters in them, but in hexform
1331   only.
1332 - Added second precision to the X.509 parsing and generation functions.
1333 - Corrected bug in _gnutls_x509_get_dn_oid(), and returns the
1334   actual OID.
1335 - Add parameter --la-file to libgnutls-config and libgnutls-extra-config,
1336   tiny patch contributed by Joe Orton <joe@manyfish.co.uk>.
1337 - Add pkg-config meta files, suggested by Stéphane LOEUILLET
1338   <stephane.loeuillet@tiscali.fr>.
1339 - Fix memory initializaion bug in gnutls_certificate_set_x509_trust,
1340   tiny patch by Aleix Conchillo Flaque <aleix@member.fsf.org>.
1341 - Add self test of PKCS#12 functionality in "certtool", based on test
1342   vectors from Joe Orton <joe@manyfish.co.uk>.
1343 - Fix library order in libgnutls*-config --libs output, to permit
1344   static linking, reported by Yoann Vandoorselaere
1345   <yoann@prelude-ids.org>.
1347 * Version 1.1.20 (2004-10-12)
1348 - Fix compile problem in gl/getpass.c on some systems.
1350 * Version 1.1.19 (2004-10-07)
1351 - Fix memory leak in gnutls_certificate_verify_peers and
1352   gnutls_certificate_free_credentials, report and patch by Simon
1353   Posnjak <simon.posnjak@cetrtapot.si>.
1354 - Fix crash in `certtool --to-p12 --load-privkey foo', i.e. exporting
1355   a key and no certificate to PKCS#12.
1356 - Fix objdir != srcdir builds, reported by "Gerrit P. Haase"
1357   <gp@familiehaase.de>.
1358 - Fixes faulty getpass implementation in libextra/opencdk/, reported
1359   by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1360 - Uses memmem instead of strnstr in lib/.
1361 - Using more GNULib portability files, although not yet inside lib/.
1362 - Added gnutls_certificate_verify_peers to gnutls/compat.h.
1363   Nikos deprecated gnutls_certificate_verify_peers in favor of
1364   gnutls_certificate_verify_peers2 earlier in the 1.1 branch.
1365 - Improvements to the manual.
1366 - Add new example "ex-rfc2818" for certificate verification, from Nikos.
1367 - Known bug: the library require snprintf.  This has not yet been
1368   fixed, but will be handled via GNULib later on.
1370 * Version 1.1.18 (2004-08-24)
1371 - Corrected handling of certificate with dates after year 2038.
1372 - Corrected DER decoder which could incorrectly treat input as BER and fail.
1373 - Correct certtool --smime-to-p7 end of line character handling.
1374 - Added example client and server for anonymous authentication.
1375 - Added self test that tests anonymous TLS client and server.
1376 - Added self tests of Nettle and generic crypto layer.
1377 - Added API reference manual in HTML format in doc/reference/ using GTK-DOC.
1378   Online version at <http://www.gnu.org/software/gnutls/reference/>.
1379 - Assume C89 or better; removed checks for size_t, ptrdiff_t and time_t.
1380 - Man pages for API functions are included.
1382 * Version 1.1.17 (2004-08-18)
1383 - Bug fix of padding string in RSA PKCS#1 v1.5 type 2 encryption,
1384   reported by Robey Pointer <robey@danger.com>.
1385 - Generic crypto interface for secret key ciphers, hashes and randomness added.
1386   See section "Experimental" within section "COMPILATION ISSUES" in README.
1387 - Removed length limit on passwords read by 'certtool'.
1388 - Documentation fixes.
1390 * Version 1.1.16 (2004-08-15)
1391 - Fix missing gnulib linker parameter when building certtool.
1392 - Add gnulib module 'progname', needed by module 'error'.
1393 - Improve building with srcdir != objdir.
1395 * Version 1.1.15 (2004-08-15)
1396 - Certtool has simplistic --smime-to-p7 to translate RFC 2633 messages into
1397   PKCS #7 format.
1398 - Ported to Mac OS X / Darwin.
1399 - Ported to FreeBSD.
1401 * Version 1.1.14 (2004-08-09)
1402 - Documentation converted to Texinfo format.
1403 - Bug fix of test suite.
1404 - Configure now print build information, used by Autobuild.
1406 * Version 1.1.13 (2004-08-05)
1407 - Added simple self test suite.
1409 * Version 1.1.12 (2004-08-02)
1410 - Updated the SRP authentication to conform to the
1411   latest (yet unreleased) draft. Unfortunately this breaks
1412   compatibility with previous versions.
1413 - Changed the makefiles to be more portable.
1414 - SRP ciphersuites were moved to the gnutls library.
1415 - Added some default limits in the verification of certificate
1416   chains, to avoid denial of service attacks. Also added 
1417   gnutls_certificate_set_verify_limits() to override them.
1418   Issue pointed out by Patrik Hornik <patrik@hornik.sk>.
1419 - Added gnutls_certificate_verify_peers2().
1421 * Version 1.1.11 (2004-07-16)
1422 - Added the '_t' suffix to all exported symbols.
1423 - Fixed bug in RSA encryption, report and patch by Martijn Koster 
1424   <mak@greenhills.co.uk>.
1425 - Corrected a bug in certificate verification. Pointed out by
1426   Yoann Vandoorselaere <yoann@prelude-ids.org>
1427 - Added the GNUTLS_VERIFY_DO_NOT_ALLOW_SAME flags to the
1428   verification functions.
1429 - The ephemeral DH and RSA parameters are no longer stored in the
1430   session resume DB.
1431 - Do not free the SRP (prime and generator) parameters obtained from the 
1432   callback if they are the static ones defined in extra.h
1433 - Eliminated some memory leaks. Reported by Yoann Vandoorselaere.
1435 * Version 1.1.10 (2004-06-12)
1436 - Added gnutls_sign_algorithm_get_name() and gnutls_pk_algorithm_get_name()
1437 - Corrected bug in TLS renegotiation.
1438 - Corrected bug in OpenPGP key loading using a callback.
1439 - gnutls-srpcrypt was renamed to srptool
1440 - Allow handshake requests by the client.
1441 - Automatically disable certificate types that do not have corresponding
1442   certificates.
1443 - Added gnutls_auth_client_get_type() and gnutls_auth_server_get_type()
1444 - Opencdk library is being included if not found.
1445 - certtool can now add ip address SAN extension.
1446 - certtool has now support for more X.520 DN attribute types.
1447 - Better handling of EOF in gnutls_record_recv().
1448 - _gnutls_deinit() is no longer used. Sessions are not
1449   automatically removed any more, on abnormal termination.
1450 - Corrected session resuming in SRP ciphersuites.
1451 - Updated to conform to the latest srp draft (draft-ietf-tls-srp-07)
1452 - Added new functions to allow access to the ephemeral
1453   Diffie Hellman parameters.
1454 - Added the functions gnutls_x509_crt_get_pk_rsa_raw() and
1455   gnutls_x509_crt_get_pk_dsa_raw() to retrieve parameters from certificates.
1456 - Added the functions gnutls_dh_get_group(), gnutls_dh_get_pubkey() and
1457   gnutls_rsa_export_get_pubkey() to retrieve parameters of the DH or
1458   RSA-EXPORT key exchange.
1459 - Some fixes in the session resuming code.
1460 - Added gnutls_openpgp_keyring_check_id().
1462 * Version 1.1.9 (2004-04-14)
1463 - Added support for authority key identifier and the extended key usage
1464   X.509 extension fields. The certtoool was updated to support them.
1465 - The RC2 cipher is no more included. The one in libgcrypt is now used.
1466 - Added batch support to certtool. Now it can use templates.
1468 * Version 1.1.8 (2004-04-07)
1469 - Implemented all the tests for the SRP group parameters in
1470   client side. This may lead to incompatibility with very
1471   old gnutls servers.
1472 - Corrected bug in RSA parameters handling which could cause
1473   unexpected crashes.
1474 - Optimized the copying of rsa_params.
1476 * Version 1.1.7 (2004-03-29)
1477 - Added gnutls_certificate_set_params_function() and 
1478   gnutls_anon_set_params_function() that set the RSA or DH
1479   parameters using a callback.
1480 - Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy()
1481   and gnutls_x509_privkey_cpy().
1482 - Corrected a compilation issue when opencdk was installed in a
1483   non standard directory.
1484 - Deprecated: gnutls_srp_server_set_select_function(), 
1485   gnutls_certificate_client_set_select_function(), gnutls_srp_server_set_select_function().
1487 * Version 1.1.6 (2004-02-24)
1488 - Several bug fixes, by Arne Thomassen.
1489 - Fixed a bug where 'server name' extension was always sent.
1491 * Version 1.1.5 (2004-01-06)
1492 - Added the gnutls_sign_algorithm type.
1494 * Version 1.1.4 (2004-01-04)
1495 - Improved gnutls-cli's SRP behaviour in SRP ciphersuites.
1496   If they are of highest priority then the abbreviated handshake
1497   is used.
1498 - Removed all references of missing files.
1499 - Changed handshake behaviour to send the lowest TLS version
1500   when an unsupported version was advertized. The current behaviour
1501   is to send the maximum version we support.
1502 - Corrected problem printing the DC attributes in a DN.
1504 * Version 1.1.3 (2003-12-30)
1505 - Implemented TLS 1.1 (and also obsoleted the TLS 1.0 CBC protection
1506   hack).
1508 * Version 1.1.2 (2003-12-28)
1509 - Added CRL verification functionality to certtool.
1510 - Corrected the CRL distribution point extension handling.
1512 * Version 1.1.1 (2003-12-26)
1513 - Added PKCS #7 support to certtool utility.
1514 - Added support for reading and generating CRL distribution
1515   points extensions in certificates.
1516 - Added support for generating CRLs in the library and the
1517   certtool utility.
1518 - Added support for the Subject Key ID PKIX extension.
1520 * Version 1.1.0 (2003-12-21)
1521 - The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_RSA_PARAMS
1522   are no longer returned by the handshake function. Ciphersuites that
1523   require temporary parameters are removed when such parameters do not exist.
1524 - Added the callbacks gnutls_certificate_client_retrieve_function() and
1525   gnutls_certificate_server_retrieve_function(), to allow a client or a server
1526   to specify certificates for the handshake without storing them to the
1527   credentials structure.
1528 - Added support for generating and exporting DSA private keys.
1529 - Added gnutls_x509_crt_set_key_usage() and certtool can now set the
1530   certificate's key usage.
1531 - Added gnutls_openpgp_key_get_key_usage().
1533 * Version 1.0.25 (2005-04-27)
1534 - Corrected bug in record packet parsing that could lead
1535   to a denial of service attack.
1536 - Corrected bug in RSA key export.
1538 * Version 1.0.24 (2005-01-18)
1539 - Corrected several bugs found by Marcin Garski <mgarski@post.pl>
1541 * Version 1.0.23 (2004-11-13)
1542 - Replace GNU LD version script with Libtool -export-symbols-regex,
1543   from Joe Orton <joe@manyfish.co.uk>.
1544 - Copy libtasn1 has been updated to version 0.2.11.
1545 - Corrected the write of CRL distribution points.
1546 - It is now possible to generate PKCS#12 structures without private
1547   keys using "certtool --to-p12", suggested by Fabian Fagerholm
1548   <fabbe@paniq.net>.
1550 * Version 1.0.22 (2004-10-28)
1551 - Print DN of certificates with unknown characters in them, but in hexform
1552   only.
1553 - Corrected bug in _gnutls_x509_get_dn_oid(), and returns the
1554   actual OID.
1555 - Added second precision to the X.509 parsing functions.
1556 - Add parameter --la-file to libgnutls-config and libgnutls-extra-config,
1557   tiny patch contributed by Joe Orton <joe@manyfish.co.uk>.
1558 - Add pkg-config meta files, suggested by Stéphane LOEUILLET
1559   <stephane.loeuillet@tiscali.fr>.
1560 - Fix memory initializaion bug in gnutls_certificate_set_x509_trust,
1561   tiny patch by Aleix Conchillo Flaque <aleix@member.fsf.org>.
1562 - Fix certtool --password for PKCS #12, back ported from 1.1.x branch.
1563 - Fix library order in libgnutls*-config --libs output, to permit
1564   static linking, reported by Yoann Vandoorselaere
1565   <yoann@prelude-ids.org>.
1567 * Version 1.0.21 (2004-10-07)
1568 - Fix memory leak in gnutls_certificate_verify_peers and
1569   gnutls_certificate_free_credentials, report and patch by Simon
1570   Posnjak <simon.posnjak@cetrtapot.si>.
1571 - Fix crash in `certtool --to-p12 --load-privkey foo', i.e. exporting
1572   a key and no certificate to PKCS#12.
1573 - Fix objdir != srcdir builds, reported by "Gerrit P. Haase"
1574   <gp@familiehaase.de>.
1575 - Avoid redefining getpass if system already has it, reported by
1576   Yoann Vandoorselaere <yoann@prelude-ids.org>.
1577 - Add new example "ex-rfc2818" for certificate verification, from Nikos.
1578 - Known bug: the library require snprintf.
1580 * Version 1.0.20 (2004-08-18)
1581 - Bug fix of padding string in RSA PKCS#1 v1.5 type 2 encryption,
1582   reported by Robey Pointer <robey@danger.com>.
1584 * Version 1.0.19 (2004-08-09)
1585 - Bug fix of test suite.
1587 * Version 1.0.18 (2004-08-05)
1588 - Added simple self test suite.
1590 * Version 1.0.17 (2004-08-02)
1591 - Updated the SRP authentication to conform to the
1592   latest (yet unreleased) draft. Unfortunately this breaks
1593   compatibility with previous versions.
1594 - Changed the makefiles to be more portable.
1595 - Added some default limits in the verification of certificate
1596   chains, to avoid denial of service attacks. Also added 
1597   gnutls_certificate_set_verify_limits() to override them.
1598   Issue pointed out by Patrik Hornik <patrik@hornik.sk>.
1599 - Added gnutls_certificate_verify_peers2().
1601 * Version 1.0.16 (2004-07-10)
1602 - Do not free the SRP (prime and generator) parameters obtained from the 
1603   callback if they are the static ones defined in extra.h.
1604 - Eliminated some memory leaks. Reported by Yoann Vandoorselaere.
1605 - Some fixes in the makefiles.
1607 * Version 1.0.15 (2004-06-29)
1608 - Fixed bug in RSA encryption, report and patch by Martijn Koster 
1609   <mak@greenhills.co.uk>.
1610 - Corrected a bug in certificate verification. Pointed out by
1611   Yoann Vandoorselaere <yoann@prelude-ids.org>.
1613 * Version 1.0.14 (2004-06-12)
1614 - Automatically disable certificate types that do not have corresponding
1615   certificates.
1616 - Updates in the documentation.
1617 - certtool can now add ip address SAN extension.
1618 - certtool has now support for more X.520 DN attribute types.
1619 - Opencdk library is being included if not found.
1620 - Added gnutls_openpgp_keyring_check_id().
1621 - Corrected a serious bug in the included libtasn1 library.
1622 - Corrected session resuming in SRP ciphersuites.
1623 - Updated to conform to the latest srp draft (draft-ietf-tls-srp-07)
1624 - Added the functions gnutls_x509_crt_get_pk_rsa_raw() and
1625   gnutls_x509_crt_get_pk_dsa_raw() to retrieve parameters from certificates.
1626 - Some fixes in the session resuming code.
1628 * Version 1.0.13 (2004-04-29)
1629 - Some complilation fixes.
1630 - Added the --xml parameter to the certtool utility.
1632 * Version 1.0.12 (2004-04-23)
1633 - Corrected bug in OpenPGP key loading using a callback.
1634 - Renamed gnutls-srpcrypt to srptool
1635 - Allow handshake requests by the client.
1636 * Things backported from the development branch:
1637 - Added support for authority key identifier and the extended key usage
1638   X.509 extension fields. The certtoool was updated to support them.
1639 - Added batch support to certtool. Now it can use templates.
1640 - The RC2 cipher is no more included. The one in libgcrypt is now used.
1642 * Version 1.0.11 (2004-04-17)
1643 - Added gnutls_sign_algorithm_get_name() and gnutls_pk_algorithm_get_name()
1644 - Corrected bug in TLS renegotiation.
1646 * Version 1.0.10 (2004-04-03)
1647 - Corrected bug in RSA parameters handling which could cause
1648   unexpected crashes.
1649 - Corrected bug in SSL 3.0 authentication.
1651 * Version 1.0.9 (2004-03-29)
1652 - Added gnutls_certificate_set_params_function() and 
1653   gnutls_anon_set_params_function() that set the RSA or DH
1654   parameters using a callback.
1655 - Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy()
1656   and gnutls_x509_privkey_cpy().
1657 - Corrected a compilation issue when opencdk was installed in a
1658   non standard directory.
1659 - Documented the changes need in multi-threaded application due
1660   to the new libgcrypt.
1662 * Version 1.0.8 (2004-02-28)
1663 - Corrected bug in mutual certificate authentication in SSL 3.0.
1665 * Version 1.0.7 (2004-02-25)
1666 - Implemented TLS 1.1 (and also obsoleted the TLS 1.0 CBC protection
1667   hack).
1668 - Some updates in the documentation.
1670 * Version 1.0.6 (2004-02-12)
1671 * Backported things from the development branch (while maintaining
1672   backwards compatibility):
1673 - Improved gnutls-cli's SRP behaviour in SRP ciphersuites.
1674   If they are of highest priority then the abbreviated handshake
1675   is used.
1676 - The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_RSA_PARAMS
1677   are no longer returned by the handshake function. Ciphersuites that
1678   require temporary parameters are removed when such parameters do not exist.
1679 - Added the callbacks gnutls_certificate_client_retrieve_function() and
1680   gnutls_certificate_server_retrieve_function(), to allow a client or a server
1681   to specify certificates for the handshake without storing them to the
1682   credentials structure.
1683 - Added support for generating and exporting DSA private keys.
1685 * Version 1.0.5 (2004-02-11)
1686 - Fixed a bug where 'server name' extension was always sent.
1687 * Backported things from the development branch:
1688 - Added CRL verification functionality to certtool.
1689 - Corrected the CRL distribution point extension handling.
1690 - Added PKCS #7 support to certtool utility.
1691 - Added support for reading and generating CRL distribution
1692   points extensions in certificates.
1693 - Added support for generating CRLs in the library and the
1694   certtool utility.
1695 - Added support for the Subject Key ID PKIX extension.
1696 - Added the gnutls_sign_algorithm type.
1698 * Version 1.0.4 (2004-01-04)
1699 - Changed handshake behaviour to send the lowest TLS version
1700   when an unsupported version was advertized. The current behaviour
1701   is to send the maximum version we support.
1702 - certtool no longer asks the password in unencrypted private
1703   keys.
1704 - The source is now compiled to use the reentrant libc functions.
1706 * Version 1.0.3 (2003-12-21)
1707 - Corrected bug in gnutls_bye() which made it return an error code
1708   of INVALID_REQUEST instead of success.
1709 - Corrected a bug in the GNUTLS_KEY key usage definitions.
1711 * Version 1.0.2 (2003-12-18)
1712 - Corrected a bug in the RSA key generation. This was
1713   generating unusable RSA keys.
1715 * Version 1.0.1 (2003-12-10)
1716 - Some minor fixes in the makefiles. They now include CFLAGS
1717   from libgcrypt or opencdk if installed in a non standard directory.
1718 - Fixed the SRP detection test in gnutls-cli-debug.
1719 - Added gnutls_rsa_params_export_pkcs1() and gnutls_rsa_params_import_pkcs1().
1721 * Version 1.0.0 (2003-12-04)
1722 - Exported the static SRP group parameters.
1723 - Some fixes in the certificate authenticated SRP ciphersuites.
1724 - Improved the support for draft-ietf-tls-srp-05. The two-phase
1725   handshake is now fully supported without any interaction with
1726   the application layer (except for a callback).
1728 * Version 0.9.99 (2003-11-28)
1729 - Some fixes in the gnutls.h header for the gnutls_server_name_set()
1730   and gnutls_server_name_get() prototypes.
1731 - Exported the gnutls_x509_privkey_sign_data(), gnutls_x509_privkey_verify_data() 
1732   and gnutls_x509_crt_verify_data().
1733 - Some fixes in the openpgp authentication.
1734 - Removed the Twofish cipher.
1736 * Version 0.9.98 (2003-11-16)
1737 - The openssl compatibility layer was moved to gnutls-openssl
1738   library instead of being included in the gnutls-extra library.
1739 - Added the RIPEMD ciphersuites defined in draft-ietf-tls-openpgp-keys-04.
1740 - Building with openpgp support is now mandatory.
1741 - gnutls4 compatibility header is no longer included by default in
1742   gnutls.h.
1743 - gnutls8 function usage yelds a deprecation warning in gcc3.
1744 - gnutls_x509_*_set_dn_by_oid() and gnutls_x509_*_get_*_dn_by_oid()
1745   functions have a raw_flag parameter added.
1746 - Added gnutls_x509_*_get_dn_oid() and gnutls_x509_crt_get_extension_oid()
1747   functions which return the available OIDs.
1749 * Version 0.9.97 (2003-11-11)
1750 - The certtool utility can now generate PKCS #12 structures
1751   without specifying a certificate.
1752 - Added capability to read CRLs to certtool.
1753 - Corrected some functions which return GNUTLS_E_SHORT_MEMORY_BUFFER
1754   to properly set the required buffer size.
1755 - Corrected a bug in libgcrypt detection.
1757 * Version 0.9.96 (2003-11-09)
1758 - Some changes to allow compilation with mingw32.
1759 - Several code cleanups.
1761 * Version 0.9.95 (2003-11-02)
1762 - Improved the verification functions. Added new verification
1763   output flags and removed the unused and redundant ones.
1764 - Improved the OpenPGP key support.
1765 - The prime utility was removed, and its functionality was moved
1766   to certtool.
1768 * Version 0.9.94 (2003-10-30)
1769 - Added manpages for the included programs.
1770 - Documented and improved the certtool utility. 
1771 - Added PKCS #12 support to certtool utility.
1773 * Version 0.9.93 (2003-10-26)
1774 - Corrected some compilation issues.
1775 - Improved the certtool command line utility.
1777 * Version 0.9.92 (2003-10-25)
1778 - The RFC2818 hostname verification is now case insensitive.
1779 - Added support for generating X.509 certificates.
1780 - Added the certtool, a tool for generating X.509 certificates
1782 * Version 0.9.91 (2003-10-17)
1783 - Fixed a compilation issue in the openpgp authentication part.
1785 * Version 0.9.90 (2003-10-08)
1786 - Updated the openpgp key API (depends on the unreleased new
1787   opencdk).
1789 * Version 0.9.8 (2003-10-02)
1790 - Updated the SRP implementation to follow the latest draft
1791   (draft-ietf-tls-srp-05).
1792 - Improved the gnutls-cli behaviour in error handling,
1793   and added a check for the peer's hostname.
1794 - Use versioned symbols in the library (where available).
1795 - RIJNDAEL ciphersuites were renamed to AES.
1797 * Version 0.9.7 (2003-08-25)
1798 - The tex files are now included in the distribution.
1799 - The library can now decrypt PKCS #12 files encrypted with
1800   the RC2-40 cipher.
1801 - The missing rfc2818_hostname object is now included.
1802 - Several corrections and bug fixes in the library by 
1803   Arne Thomassen <arne@arne-thomassen.de>.
1804 - CR is now allowed in the base64 decoder.
1806 * Version 0.9.6 (2003-06-28)
1807 - Added gnutls_x509_privkey_get_key_id() and gnutls_x509_crt_get_key_id()
1808   functions which return a unique (per public key) ID. These can
1809   be used to check if the private key corresponds to a given certificate.
1810 - Corrections in the TLS layer openpgp certificate packet parser.
1811 - Corrected a bug in the record layer buffering, which affected
1812   the case where external pull function was used. Report and patch
1813   by Sergey Poznyakoff <gray@Mirddin.farlep.net>.
1814 - Corrected a bug in gnutls-srpcrypt where a non allocated variable
1815   was freed.
1816 - SRP programs are now built by default.
1817 - Added API to read and write to PKCS #12 structures. Prototypes
1818   in gnutls/pkcs12.h.
1819 - The gnutls_transport_ptr type was changed to a pointer type (void*).
1821 * Version 0.9.5 (2003-04-06)
1822 - Several improvements in the PKCS #7 handling
1823 - Eliminated several hard coded constants in MPI parameters.
1825 * Version 0.9.4 (2003-03-28)
1826 - Corrected a parsing error in the Certificate request message.
1827 - Corrected behaviour when a certificate request message is received.
1828   Now a certificate packet is always sent, and in SSL 3.0 cipher suites
1829   a no_certificate alert is sent instead.
1830 - Added functionality to generate PKCS #7 structures (with certificates).
1832 * Version 0.9.3 (2003-03-24)
1833 - Support for MD2 was dropped. 
1834 - Improved the error logging functions, by adding a level, and
1835   by allowing debugging messages just by increasing the level.
1836 - The diffie Hellman ciphersuites are now of higher priority than
1837   the plain RSA.
1838 - The RSA premaster secret version check can no longer be disabled.
1839 - Implemented the counter measure discussed in the paper "Attacking
1840   RSA-based Sessions in SSL/TLS", against the attack described in the
1841   same paper.
1842 - Added the functions: gnutls_handshake_get_last_in(), 
1843   gnutls_handshake_get_last_out().
1844 - The gnutls_certificate_set_rsa_params() was renamed to 
1845   gnutls_certificate_set_rsa_export_params().
1846 - Added the new functions: gnutls_certificate_set_x509_key()
1847   gnutls_certificate_set_x509_trust(), gnutls_certificate_set_x509_crl(),
1848   gnutls_x509_crt_export(), gnutls_x509_crl_export().
1849 - Added support for encoding and decoding PKCS #8 2.0 encrypted 
1850   RSA private keys.
1852 * Version 0.9.2 (2003-03-15)
1853 - Some corrections in the memory mapping code (file is unmapped after 
1854   it is read).
1855 - Added support for PKCS#10 certificate requests generation.
1857 * Version 0.9.1 (2003-03-12)
1858 - Corrected a bug in 64 bit architectures, which affected the
1859   serial number calculation in the record layer.
1860 - Added gnutls_certificate_free_keys() which deletes all the
1861   private keys and certificates from the credentials structure.
1862 - Corrected a broken buffer check in _gnutls_io_read_buffered(),
1863   which caused some unexpected packet length errors. Report and patch
1864   by Ian Peters <itp@ximian.com>.
1865 - Added ability to generate RSA keys.
1866 - Increased the maximum parameter size in order to read some large keys
1867   by some CAs. Patch by Ian Peters <itp@ximian.com>.
1868 - Added an strnstr() function and the requirement in some functions to
1869   use null terminated PEM structures is no more.
1870 - Use mmap() if available to read files.
1871 - Fixed a memory leak in SRP code reported by Rupert Kittinger 
1872   <r.kittinger@efkon.com>.
1874 * Version 0.9.0 (2003-03-03)
1875 - This version is not binary compatible with the previous ones.
1876 - The library notifies the application on empty and illegal SRP usernames, 
1877   so that proper notification (via an alert) is sent to the peer.
1878 - Added ability to send some messages back to the application using
1879   the gnutls_global_set_log_function().
1880 - gnutls_dh_params_generate() and gnutls_rsa_params_generate() now use 
1881   gnutls_malloc() to allocate the output parameters.
1882 - Added support for MD2 algorithm in certificate signature verification.
1883 - The RSA and DH parameter generation interface was changed. Added
1884   ability to import and export from and to PKCS3 structures. This 
1885   was needed to read parameters generated using the openssl dhparam tool.
1886 - Several changes in the temporary (DH/RSA) parameter codebase. No DH 
1887   parameters are now included in the library. Also the credentials structure 
1888   can now hold only one temporary parameter of a kind.
1889 - Added a new Certificate, CRL, Private key and PKCS7 structures handling 
1890   API, defined in gnutls/x509.h
1891 - Added gnutls_certificate_set_verify_flags() function to allow setting the 
1892   verification flags in the credentials structure. They will be used in the
1893   *verify_peers functions.
1894 - Added protection against the new TLS 1.0 record layer timing attack.
1895 - Added support for Certificate revocation lists. Functions defined
1896   in gnutls/x509.h
1897 - The only functions that were removed are:
1898   gnutls_x509_certificate_to_xml()
1899   gnutls_x509_extract_dn_string()
1900 - Ported to libtasn1 0.2.x
1902 * Version 0.8.1 (2003-01-22)
1903 - Improved the SRP support, to prevent attackers guessing the
1904   available usernames by brute force.
1905 - Improved the SRP detection in gnutls-cli-debug
1906 - Some fixes which now allow compilation.
1908 * Version 0.8.0 (2003-01-20)
1909 - Added gnutls_x509_extract_dn_string() which returns a 
1910   distinguished name in a single string.
1911 - Added gnutls_openpgp_extract_key_name_string() which returns
1912   an openpgp user ID in a single string.
1913 - Added gnutls_x509_extract_certificate_ca_status() which returns
1914   the CA status of the given certificate.
1915 - Added SRP-6 support. Follows draft-ietf-tls-srp-04.
1916 - If libtasn1 is not present in the system, it is included in 
1917   the main gnutls library.
1918 - If liblzo is present in the system, then the included minilzo
1919   will not be used, and libgnutls-extra will depend on liblzo.
1920 - GNUTLS_E_PARSING_ERROR error code was replaced by GNUTLS_E_BASE64_DECODING_ERROR, 
1921   and GNUTLS_E_SRP_PWD_PARSING_ERROR. GNUTLS_E_ASCII_ARMOR_ERROR was also 
1922   replaced by GNUTLS_E_BASE64_DECODING_ERROR.
1924 * Version 0.6.0 (2002-12-08)
1925 - Added "gnutls/compat4.h" header. This is included in gnutls.h
1926   to emulate the old 0.4.x API.
1927 - Example programs are now stored in doc/examples/
1928 - Several improvements and updates in the documentation.
1929 - Added the certificate authenticated SRP cipher suites.
1930 - gnutls_x509_extract_certificate_dn_string() was updated to return
1931   an RFC2253 conforming string.
1932 - Added the SRP related functions:
1933    gnutls_srp_verifier()
1934    gnutls_srp_base64_encode()
1935    gnutls_srp_base64_decode()
1936 - Added the function gnutls_srp_set_server_credentials_function()
1937   to allow retrieving SRP parameters from an external backend - other
1938   than password files.
1939 - Added the function gnutls_openpgp_set_recv_key_function()
1940   which can be used to set a callback, to get OpenPGP keys.
1941 - Exported the functions:
1942    gnutls_malloc()
1943    gnutls_free()
1944   which should be used by callback functions.
1945 - Changed the semantics of gnutls_pem_base64_encode_alloc()
1946   and gnutls_pem_base64_decode_alloc(). In the default case
1947   were the gnutls library is used with malloc/realloc/free,
1948   these are binary compatible.
1950 * Version 0.5.11 (2002-11-05)
1951 - Some fixes in 'gnutls-cli' client program to prevent some segmentation 
1952   faults at exit.
1953 - Example programs found in the documentation can now be generated by
1954   running "make examples" in doc/tex directory.
1955 - Added more descriptive error strings, to gnutls_strerror().
1956 - Documented error codes, and the function reference list is now sorted.
1957 - Optimized buffering code.
1958 - gnutls_x509_extract_certificate_dn_string() was rewritten.
1959 - Added GNUTLS_E_SHORT_MEMORY_BUFFER error code, which is returned in the
1960   case where the memory buffer provided is not long enough.
1961 - Depends on the new OpenCDK 0.3.2.
1963 * Version 0.5.10 (2002-10-13)
1964 - Updated documentation.
1965 - Added server name extension. This allows clients to specify the
1966   name of the server they connect to. Useful to HTTPS.
1967 - Several corrections in the code base, mostly in signed/unsigned,
1968   checkings.
1970 * Version 0.5.9 (2002-10-10)
1971 - Corrected some code which worked fine in gcc 3.2, but not with any
1972   other compiler.
1973 - Updated 'gnutls-cli' with the '--starttls' option, to allow testing
1974   starttls implementations.
1975 - Added gnutls_x509_extract_key_pk_algorithm() function which extracts
1976   the private key type, of a DER encoded key.
1977 - Added gnutls_x509_extract_certificate_dn_string() which returns the 
1978   certificate's distinguished name in a single string.
1979 - Added gnutls_set_default_priority() and gnutls_set_default_export_priority()
1980   functions, to avoid calling all the *_priority() functions if the defaults
1981   are acceptable.
1982 - Added int gnutls_x509_check_certificates_hostname() which check whether
1983   the given hostname matches the owner of the given X.509 certificate.
1985 * Version 0.5.8 (2002-09-25)
1986 - Updated documentation.
1987 - Added gnutls_record_get_direction() which replaces the obsolete
1988   gnutls_handshake_get_direction().
1989 - Added function to convert error codes to alert descriptions
1990 - Added LZO compression
1992 * Version 0.5.7 (2002-09-11)
1993 - Some fixes in the memory allocation functions (realloc).
1994 - Improved the string functions used in XML certificate generation.
1995 - Removed dependency on libgdbm.
1996 - Corrected bug in gnutls_dh_params_set() which affected
1997   gnutls_dh_params_deinit().
1998 - Corrected bug in session resuming code in server side.
2000 * Version 0.5.6 (2002-09-06)
2001 - Corrected bugs in SRP implementation, which prevented gnutls 
2002   to interoperate with other implementations. (interoperability testing
2003   was done by David Taylor)
2004 - Corrected bug in cert_type extension.
2005 - Corrected extension type checks which used an 8 bit extension size,
2006   instead of 16 bits.
2007 - Added versioning in the XML output of certificate functions.
2008 - Removed the X.509 test suite.
2010 * Version 0.5.5 (2002-09-03)
2011 - Updated the SRP implementation to the latest draft. The blowfish
2012   crypt implementation was removed, since the new draft does not allow
2013   other hash algorithms except for the srpsha. 
2014 - Renamed all the constructed types in order to have more consistent
2015   names. 
2016 - Improved the certificate and key read functions. Now they can read 
2017   the certificate and the private key from the same file.
2018 - Updated and corrected documentation.
2020 * Version 0.5.4 (2002-08-27)
2021 - Fixes in TLS 1.0 PRF and SSL3 random functions.
2022 - gnutls_handshake_set_exportable_detection() was obsoleted.
2023 - Added gnutls_openpgp_extract_key_id() which returns the key ID.
2024 - Corrected bug in DHE key exchange
2025 - Added support for temporary RSA keys which are needed for the
2026   export cipher suites.
2027 - Added the TLS_RSA_EXPORT_ARCFOUR_40_MD5 ciphersuite.
2029 * Version 0.5.3 (2002-08-23)
2030 - No changes. Replaces the tarball of 0.5.2 which accidentally contained
2031   code from the unstable branch.
2033 * Version 0.5.2 (2002-08-22)
2034 - Added an error code that is returned in clients which connect
2035   to export only servers. This must be enabled using the
2036   gnutls_handshake_set_exportable_detection() function.
2037 - Updated openssl compatibility layer.
2038 - Added gnutls_handshake_get_direction() function which returns
2039   the state of the handshake when interrupted.
2041 * Version 0.5.1 (2002-07-17)
2042 - Corrected the m4 macros which used <gnutls.h> instead of
2043   <gnutls/gnutls.h>
2044 - Documentation fixes
2045 - Added gnutls_transport_set_ptr2() function, which accepts two
2046   different pointers, to be used while receiving, and 
2047   while sending data.
2048 - Semantic changes in gnutls_record_set_max_size(). The requested
2049   size is now immediately enforced at the output buffers.
2050 - gnutls_global_init_extra() now fails if the library versions do
2051   not match.
2052 - Fixes in client and server example programs. Null encryption can
2053   be used in these programs, to assist in debuging.
2054 - Fixes in zlib compression code.
2056 * Version 0.5.0 (2002-07-06)
2057 - Added X.509 certificate tests in tests/ directory
2058 - Removed stubs for SRP and Anonymous authentication. They served
2059   no purpose since they are always included, unless it was requested
2060   not to do so.
2061 - Added gnutls_handshake_set_private_extensions() function. This
2062   function can be used to enable private (gnutls specific) cipher suites
2063   and compression algorithms.
2064 - Added check for C99 macro support by the compiler.
2065 - Added functions gnutls_b64_encode_fmt2() and gnutls_b64_decode_fmt2()
2066 - Added the new libtasn1 library.
2067 - Removed the gdbm backend. Applications are now responsible for the
2068   session resuming backend. The gnutls-serv application contains an
2069   simple example on how to use gdbm for resuming.
2070 - Headers for the gnutls library are now installed in $(includedir)/gnutls
2071 - Added an OpenSSL compatible interface (with some limitations).
2072 - Added functions to convert DER encoded certificates to XML format.
2074 * Version 0.4.4 (2002-06-24)
2075 - Corrected bug in PKCS-1 RSA encryption which prevented gnutls to encrypt
2076   using keys of some specific size.
2078 * Version 0.4.3 (2002-05-23)
2079 - The gnutls-extra library now compiles fine, if the opencdk library is
2080   not present.
2081 - Several bug fixes.
2082 - Added gnutls_global_set_mem_func() function, to set the memory allocation
2083   functions, if other than the defaults are to be used.
2084 - The default memory allocation functions are now the ones in libc.
2086 * Version 0.4.2 (2002-05-21)
2087 - Separated ASN.1 structures parser documentation and TLS library
2088   documentation.
2089 - Added gnutls_handshake_set_rsa_pms() function, which disables the
2090   version check in RSA premaster secret.
2091 - Added gnutls_session_is_resumed() function, which reports if a session
2092   is a resumed one.
2093 - Added gnutls_state_set_ptr() and gnutls_state_get_ptr() functions, to
2094   assist in callback functions.
2095 - Replaced the included 1024 bit prime for Diffie Hellman, with a new
2096   random one.
2097 - Relicensed the library under the GNU Lesser General Public License
2098 - Added gnutls-extra library which contains the GPL covered code of gnutls.
2100 * Version 0.4.1 (2002-04-07)
2101 - Now uses alloca() for temporary variables
2102 - Optimized RSA signing
2103 - Added functions to return the peer's certificate activation and
2104   expiration time.
2105 - Corrected time function's behaviour (the time value returned no longer
2106   relate to local timezone).
2108 * Version 0.4.0 (2002-04-01)
2109 - Added support for RFC2630 (PKCS7) X.509 certificate sets
2110 - Added new functions: gnutls_x509_extract_certificate_pk_algorithm(),
2111   gnutls_openpgp_extract_key_pk_algorithm().
2112 - Several optimizations in the Handshake protocol
2113 - Several optimizations in RSA algorithm
2114 - Unified the return values because of small buffers.
2116 * Version 0.3.92 (2002-03-23)
2117 - Updated documentation
2118 - Combined error codes of ASN.1 parser and gnutls
2119 - Removed GNUTLS_CERT_TRUSTED from the CertificateStatus enumeration
2120 - Added protection against CBC chosen plaintext attack (disabled by default)
2121 - Improved and optimized compression support
2123 * Version 0.3.91 (2002-03-03)
2124 - Added gnutls-cli-debug program
2125 - Corrections in session resumption
2126 - Rehandshake can now handle negotiation of different authentication
2127   type.
2128 - gnutls-cli, gnutls-serv, gnutls-srpcrypt and gnutls-cli-debug are 
2129   now being installed.
2131 * Version 0.3.90 (2002-02-24)
2132 - Handshake messages are not kept in memory any more. Now we use 
2133   less memory during a handshake
2134 - Added support for certificates with DSA parameters
2135 - Added DHE_DSS cipher suites
2136 - Key exchange methods changed so they do not depend on the 
2137   certificate type. Added certificate type negotiation TLS extension.
2138 - Added openpgp key support (EXPERIMENTAL)
2139 - Improved Diffie Hellman key exchange support.
2140 - Bug fixes in the RSA key exchange.
2141 - Added check for the requested TLS extensions
2142 - TLS extensions now use a 16 bit type field.
2143 - Added a minimal string library to assist in ASN.1 parsing
2144 - Changes in ASN.1 parser to work with the new bison
2145 - Added gnutls_x509_extract_subject_alt_name(), which deprecates 
2146   gnutls_x509_extract_subject_dns_name()
2147 - gnutls_x509_set_trust_(file/mem) can now be called multiple times
2148 - gnutls_srp_server_set_cred_file() can now be called multiple times
2150 * Version 0.3.5 (2002-01-25)
2151 - Corrected the RSA key exchange method, to avoid attacks against
2152   PKCS-1 formating.
2154 * Version 0.3.4 (2002-01-20)
2155 - Corrected bugs in DHE_RSA key exchange method
2157 * Version 0.3.3 (2002-01-19)
2158 - Added gnutls_x509pki_verify_certificate()
2159 - Added gnutls_x509pki_set_trust_mem() and gnutls_x509pki_set_key_mem()
2160 - Bug fixes in srpcrypt (based on patch by Marc Huber)
2161 - Bug fixes in the Handshake protocol (based on patch by Guillaume Morin)
2162 - Corrected library versioning
2164 * Version 0.3.2 (2002-01-05)
2165 - Corrected bug which did not allow a client to accept multiple CA names
2166 - Added gnutls_fingerprint()
2167 - Added gnutls_x509pki_extract_certificate_serial()
2168 - Added gnutls_b64_encode_fmt() and gnutls_b64_decode_fmt()
2169 - Corrected behaviour in version advertizing
2170 - Updated documentation
2171 - Prefixed all types in gnutls.h with 'GNUTLS_' to avoid namespace collisions
2173 * Version 0.3.1 (2001-12-21)
2174 - Corrections in the configuration files
2175 - Fixes a bug in anonymous authentication
2177 * Version 0.3.0 (2001-12-17)
2178 - Corrected bug in new integer formatting (now we use the old format again)
2179 - Several corrections and usual cleanups
2181 * Version 0.2.91 (2001-12-10)
2182 - Fixes in MPI handling (fixes possible bug with signed integers)
2183 - Removed name indication extension
2184 - Added gnutls_transport_get_ptr() and gnutls_db_get_ptr()
2185 - Optimizations in server certificate callback.
2186 - Fixes in anonymous authentication
2187 - Corrections in client ciphersuite selection
2189 * Version 0.2.90 (2001-12-07)
2190 - gnutls_handshake(), gnutls_read() etc. functions no longer require
2191   the 'SOCKET cd' argument. This argument is set using the function
2192   gnutls_set_transport_ptr().
2193 - introduced gnutls_x509pki_get_peer_certificate_list(). This function returns
2194   a list containing peer's certificate and issuers DER encoded.
2195 - Updated X.509 certificate handling API
2196 - Added callback to select the server certificate
2197 - More consistent function naming (changes in several function names)
2198 - Buffer overflow checking in ASN.1 structures parser
2199 - Updated documentation
2201 * Version 0.2.11 (2001-11-16)
2202 - Changed the meaning of GNUTLS_E_REHANDSHAKE value. If this value
2203   is returned, then the caller should perform a handshake or send
2204   an alert to the peer.
2205 - Made receive buffer dynamic. Normally if no large chunks are received
2206   it occupies less space.
2207 - Added max_record_size extension
2208 - Bugfixes in session handling
2209 - Improved non blocking IO support in the Handshake Protocol
2210 - Usual bugfixes and cleanups
2211 - Documentation updated (includes ASN.1 documentation)
2213 * Version 0.2.10 (2001-11-05)
2214 - Corrected bugs and improved non blocking IO
2215 - Added hooks to use external database to store sessions
2216 - Usual cleanups
2218 * Version 0.2.9 (2001-10-27)
2219 - AUTH_INFO types and structures were moved to library internals
2220 - AUTH_FAILED is no longer returned in SRP authentication
2221   (any fatal error in SRP means auth failed)
2222 - Introduced GNUTLS_E_INTERRUPTED
2223 - Added support for non blocking IO
2224 - gnutls_recv() and gnutls_send() are now obsolete
2225 - Changed semantics of gnutls_rehandshake()
2227 * Version 0.2.4 (2001-10-12)
2228 - Better handling of X.509 certificate extensions
2229 - Added DHE_RSA ciphersuites
2230 - Updated the Name Indication (dnsname) extension
2231 - Improvements in Diffie Hellman primes handling
2233 * Version 0.2.3 (2001-09-19)
2234 - Memory optimizations in gnutls_recv()
2235 - Fixed several memory leaks
2236 - Added ability to specify callback for x509 client certificate selection
2237 - Better documentation
2239 * Version 0.2.2 (2001-08-21)
2240 - Several bugfixes (library and documentation)
2242 * Version 0.2.1 (2001-08-07)
2243 - SRP fixes
2245 * Version 0.2.0 (2001-08-07)
2246 - Partial support for X.509v3 Certificate extensions.
2247 - Added Internal memory handlers
2248 - Removed gnutls_x509_set_cn()
2249 - Added X.509 client authentication
2250 - Several bug fixes and protocol fixes
2252 * Version 0.1.9 (2001-07-30)
2253 - Corrected bug(s) in ChangeCipherSpec packet (fixes renegotiate)
2254 - SRP is updated to conform to the newest draft.
2255 - Added support for DNSNAME extension.
2256 - Reentracy fixes in ASN.1 Parsing.
2257 - Optimizations in hash/hmac functions
2258 - (Error) message handling has changed
2259 - Better Protocol Version handling
2260 - Added X.509 Certificate Verification
2261 - gnutls_read() semantics are now closer to read(2) - added EOF
2262 - Documented some part of gnutls in doc/tex/ using Latex
2264 * Version 0.1.4 (2001-06-22)
2265 - Corrected (srp) base64 encoding.
2266 - Changed bcrypt algorithm to include username.
2267 - Added RSA Ciphersuites (no certificate checking).
2268 - Fixes in SSL 2.0 client hello parsing.
2269 - Added ASN.1 and DER parsers.
2270 - Bugfixes in session resuming
2271 - Updated Ciphersuite selection algorithm
2272 - Added internal representation of X.509 structures.
2273 - Added global state
2275 * Version 0.1.3 (2001-06-01)
2276 - Updated API (and the way it is documented - we use inline documentation)
2277 - Added function to access alert messages.
2278 - Added support for renegotiating parameters.
2279 - Better and Faster Resume Database handling.
2280 - Several bugfixes
2282 * Version 0.1.2 (2001-05-14)
2283 - Updated API
2284 - Fixes in extension handling
2286 * Version 0.1.1 (2001-05-13)
2287 - Added compatibility with Stanford's libsrp library
2289 * Version 0.1.0 (2001-05-09)
2290 - Added SSL 2.0 client hello support
2291 - GNUTLS is a gnu library
2292 - Added support for TLS extensions.
2293 - Added support for SRP
2295 * Version 0.0.7 (2001-01-11)
2296 - Added server side session resuming (using gdbm)
2297 - Added twofish algorithm
2299 * Version 0.0.6 (2000-12-20)
2300 - Added client side session resuming
2301 - Better documentation (check doc/API)
2302 - Better socket handling (gnutls can be used with select())
2303 - Some primitive support for non blocking IO and socket options has been added.
2305 * Version 0.0.5 (2000-12-07)
2306 - Added Compression (using ZLIB)
2307 - Added SSL 3.0 support
2309 ----------------------------------------------------------------------
2310 Copying and distribution of this file, with or without modification,
2311 are permitted in any medium without royalty provided the copyright
2312 notice and this notice are preserved.