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