Add.
[gnutls.git] / NEWS
blob57ff97282882c66b61057700434e245e4948cf62
1 GNU TLS NEWS -- History of user-visible changes.                -*- outline -*-
2 Copyright (C) 2004, 2005, 2006, 2007, 2008 Simon Josefsson
3 Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavrogiannopoulos
4 See the end for copying conditions.
6 * Version 2.3.11 (unreleased)
8 ** Fix flaw in fix for GNUTLS-SA-2008-1-3.
9 The flaw would result in incorrectly terminated sessions with the
10 error "Decryption has failed" when the server sends a small packet
11 (typically when the session is closed).  Reported by Andreas Metzler
12 <ametzler@downhill.at.eu.org> in
13 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2807>.
15 ** Don't use gnulib headers when building C++ library.
16 Fixes builds under Windows.
18 ** API and ABI modifications:
19 No changes since last version.
21 * Version 2.3.10 (released 2008-05-19)
23 ** Added wide wildcard hostname matching.
24 Tiny patch by Jean-Philippe Garcia Ballester.
26 ** Fix three security vulnerabilities.  [GNUTLS-SA-2008-1]
27 Thanks to CERT-FI for finding the bugs and providing detailed reports,
28 which allowed the bugs to be reproduced and fixed easily.  Patches
29 developed by Simon Josefsson and Nikos Mavrogiannopoulos.  Any updates
30 with more details about these vulnerabilities will be added to
31 <http://www.gnu.org/software/gnutls/security.html>
33 *** [GNUTLS-SA-2008-1-1]
34 *** libgnutls: Fix crash when sending invalid server name.
35 The crash can be triggered remotely before authentication, which can
36 lead to a Daniel of Service attack to disable the server.  The bug
37 cause gnutls to store more session resumption data than what was
38 allocated for, thus overwriting unallocated memory.
40 *** [GNUTLS-SA-2008-1-2]
41 *** libgnutls: Fix crash when sending repeated client hellos.
42 The crash can be triggered remotely before authentication, which can
43 lead to a Daniel of Service attack to disable the server.  The bug
44 triggers a null-pointer dereference.
46 *** [GNUTLS-SA-2008-1-3]
47 *** libgnutls: Fix crash in cipher padding decoding for invalid record lengths.
48 The crash can be triggered remotely before authentication, which can
49 lead to a Daniel of Service attack to disable the server.  The bug
50 cause gnutls to read memory beyond the end of the received record.
52 ** libgnutlsxx: Updated API according to patches from Eduardo 
53 Villanueva Che (discussion at
54 <http://lists.gnu.org/archive/html/gnutls-devel/2007-02/msg00017.html>)
56 ** Use umask to restrict permissions to owner before creating a file.
58 ** API and ABI modifications:
59 No changes since last version.
61 * Version 2.3.9 (released 2008-05-16)
63 ** libgnutls: Fix build failures if SRP/OpenPGP is disabled.
64 Based on report and tiny patches from
65 <jared.jennings.ctr@eglin.af.mil>, see
66 <https://savannah.gnu.org/support/index.php?106342>.
68 ** libgnutls: Translation fixes.
70 ** gnutls-cli: Fix so that PSK authentication works.
71 Also improve manual to give example for gnutls-cli PSK authentication.
73 ** certtool: Encrypting a private key now require a confirmed password.
74 Before './certtool -k -8' would merely ask for a password once.
75 Reported by Daniel 'NebuchadnezzaR' Dehennin
76 <nebuchadnezzar@asgardr.info> see
77 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=364287>.
79 ** certtool: When writing private keys to files, change permissions of file.
80 Now the file which the private key is saved to is chmod'ed 0600.
81 Reported by martin f krafft <madduck@debian.org> see
82 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=373169>.
84 ** guile: Fix -fgnu89-inline test.
86 ** Removed --enable-profile-mode.
87 The code linked gnutls with the libfc project (Function Check) which
88 appears to have been stalled since around 2002.
90 ** Clean up header file checks by ./configure.
92 ** Update of gnulib files.
94 ** API and ABI modifications:
95 No changes since last version.
97 * Version 2.3.8 (released 2008-04-29)
99 ** libgnutls: Increase default handshake packet size limit to 48kb.
100 The old limit was 16kb and some servers send huge list of trusted CAs,
101 thus running into the limit.  FYI, applications can further increase
102 this limit using gnutls_handshake_set_max_packet_length.  Thanks to
103 Marc Haber <mh+debian-bugs@zugschlus.de> and "Marc F. Clemente"
104 <marc@mclemente.net> for reporting and providing test servers.
106 ** libgnutls: Add new error code: GNUTLS_E_HANDSHAKE_TOO_LARGE
107 Returned when the handshake data size is too large.  Before
108 GNUTLS_E_MEMORY_ERROR was used, which could be confused with other
109 error situations.
111 ** libgnutls: Hide definitions in crypto.h.
112 We have decided that the APIs defined in crypto.h are not stable
113 enough for v2.4, so don't use any of those functions.
115 ** gnutls-cli: exit when hostname doesn't match certificate.
116 Use --insecure to avoid hostname comparison.
118 ** certtool: --inder and --outder replaced by --inraw and --outraw.
119 The reason is to align terminology with OpenPGP, which doesn't use
120 DER.  The old parameters will continue to work for some time.
122 ** doc: Add section 'Index of new symbols in 2.4.0' to the GTK-DOC manual.
124 ** doc: Many cosmetic fixes, to silence (most) gtk-doc warnings.
126 ** Mingw32: Revert libgcrypt vasprintf work-around added in last release.
127 Use libgcrypt 1.4.1 or later when building on MinGW32, it removes the
128 vasprintf symbol from the libgcrypt library which caused problems.
130 ** Update of gnulib files.
132 ** tests: New self-test of crypto.h RNG code tests/crypto_rng.
134 ** API and ABI modifications:
135 GNUTLS_E_HANDSHAKE_TOO_LARGE: ADDED.
137 * Version 2.3.7 (released 2008-04-21)
139 ** opencdk now properly sets the key usage bits into openpgp keys.
141 ** gnutls-cli: Fix crash on TLS handshake failures.
142 Reported by "Marc F. Clemente" <marc@mclemente.net> in Debian BTS #466477.
143 This is similar to <http://bugs.debian.org/429183>.
145 ** certtool: with --generate-request and newly generated keys, print the key.
147 ** Build fixes for MinGW.
148 Missing rpl_fseeko symbol in lib/opencdk/.  Better checks for linking
149 with -lws2_32 when needed.  Use ASCII only isprint() when printing
150 X.509 certificate information, to avoid non-ASCII but printable
151 characters.  Thanks to Massimo Gaspari <massimo.gaspari@alice.it> for
152 reports.
154 ** Update internal copy of libtasn1 to version 1.4.
156 ** API and ABI modifications:
157 No changes since last version.
159 * Version 2.3.6 (released 2008-04-17)
161 ** Make gnutls_x509_crq_sign2 set certificate request version if not set.
162 ** Improve documentation for gnutls_x509_crq_sign2.
163 Based on report from "John Brooks" <aspecialj@gmail.com> in
164 <http://permalink.gmane.org/gmane.network.gnutls.general/1154>.
166 ** tests/pathlen: run diff without parameters to improve portability.
167 Based on HPUX build hints in
168 <http://hpux.cs.utah.edu/hppd/cgi-bin/wwwtar?/hpux/Gnu/gnutls-2.3.4/gnutls-2.3.4-src-11.11.tar.gz+gnutls-2.3.4/HPUX.Install+text>.
170 ** Don't use %e specifier with strftime, it doesn't work under Windows.
171 Reported by Massimo Gaspari <massimo.gaspari@alice.it> in
172 <http://permalink.gmane.org/gmane.network.gnutls.general/1170>.
174 ** Remove all uses of gnutls_alloca/gnutls_afree.
175 Use normal gnutls_malloc instead.  One reason is increased portability
176 to Windows, the other is that several of the uses may be unsafe
177 because the size of data allocated could be large.  Reported by
178 Massimo Gaspari <massimo.gaspari@alice.it> in
179 <http://permalink.gmane.org/gmane.network.gnutls.general/1170>.
181 ** Build Guile code with -fgnu89-inline only when supported.
182 Reported by Kris Karas <ktk@enterprise.bidmc.harvard.edu> in
183 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2708>.
185 ** Several GTK-DOC related fixes.
187 ** Clean up OpenCDK related code.
188 GnuTLS now requires its internal OpenCDK code rather than the external
189 GPL library OpenCDK.  Unfortunately, we don't have resources to
190 maintain an external library (help welcome).
192 ** API and ABI modifications:
193 No changes since last version.
195 * Version 2.3.5 (released 2008-04-14)
197 ** Build fix for MinGW and --disable-shared.
198 Reported by Massimo Gaspari <massimo.gaspari@alice.it> in
199 <http://permalink.gmane.org/gmane.network.gnutls.general/1145>.
201 ** Document how to generate CRLs.
202 Suggested by "Rainer Gerhards" <rgerhards@gmail.com>.
204 ** Documented the --priority option to gnutls-cli and gnutls-serv.
206 ** Several minor fixes in the OpenPGP interface.
207 Thanks to Daniel Kahn Gillmor.
209 ** Fix fopen file descriptor leak in PSK server code.
210 Thanks to Laurence Withers <l@lwithers.me.uk>, see
211 <http://lists.gnu.org/archive/html/gnutls-devel/2008-04/msg00002.html>.
213 ** Translations files not stored directly in git to avoid merge conflicts.
215 ** New APIs to let applications replace the RNG used.
216 Update all RNG callers in the code to use the new interface.
218 ** Guile code now built with -fgnu89-inline to fix inline semantic problem.
220 ** Update gnulib files.
222 ** API and ABI modifications:
223 gnutls_crypto_rnd_register: ADDED
224 gnutls_rnd_level_t: ADDED
225 GNUTLS_RND_KEY: ADDED, gnutls_rnd_level_t member
226 GNUTLS_RND_RANDOM: ADDED, gnutls_rnd_level_t member
227 GNUTLS_RND_NONCE: ADDED, gnutls_rnd_level_t member
228 gnutls_crypto_rnd_st: ADDED
229 GNUTLS_DIG_SHA224: ADDED
230 GNUTLS_SIGN_RSA_SHA224: ADDED
231 gnutls_openpgp_crt_get_auth_subkey: MODIFIED
233 * Version 2.3.4 (released 2008-03-19)
235 ** Finish renaming of gnutls_certificate_export_x509_cas etc.
236 They weren't renamed in the public header file.
238 ** Added functions to register a cipher/mac/digest. This allows to 
239 override the included ones.
241 ** Fix a bunch of compiler warnings.
243 ** API and ABI modifications:
244 gnutls_crypto_cipher_st: ADDED
245 gnutls_crypto_mac_st: ADDED
246 gnutls_crypto_digest_st: ADDED
247 gnutls_crypto_cipher_register: ADDED
248 gnutls_crypto_mac_register: ADDED
249 gnutls_crypto_digest_register: ADDED
250 GNUTLS_E_CRYPTO_ALREADY_REGISTERED: ADDED
252 * Version 2.3.3 (released 2008-03-10)
254 ** Fix build failure in libextra/gnutls_extra.c that needed opencdk.h.
255 Reported by Roman Bogorodskiy <novel@FreeBSD.org>.
257 ** No longer compiled using -D_REENTRANT -D_THREAD_SAFE.
258 We could not find any modern justification for enabling these flags by
259 default.  If you know of some platform that needs one of the flags to
260 work properly, please let us know.  (Actually introduced in v2.3.0 but
261 not documented until now.)
263 ** Importing many CA certificates are now considerably faster.
264 This affect gnutls_certificate_set_x509_trust_mem,
265 gnutls_certificate_set_x509_trust, and
266 gnutls_certificate_set_x509_trust_file.  The complexity was reduced
267 from O(2*n^2) to O(n).  When adding 206 files containing 408
268 certificates, using gnutls_certificate_set_x509_trust_file, the time
269 dropped from 40 seconds to 0.3 seconds.  Thanks to Edgar Fuß for code
270 to trigger the problem.  See also
271 <http://blog.josefsson.org/2008/02/27/real-world-performance-tuning-with-callgrind/>.
273 ** Clarify documentation for gnutls_x509_crt_set_subject_alternative_name
274 ** to be explicit that it takes zero terminated data.
276 ** gnutls-cli --print-cert now print PKCS#3 format Diffie-Hellman parameters.
278 ** Documentation fixes for the GTK-DOC manual.
280 ** Fix compilation error related to __FUNCTION__ on some systems.
281 Reported by Tim Mooney, see
282 <https://savannah.gnu.org/support/?106267>.
284 ** Updated translations.
286 ** Update gnulib files.
288 ** API and ABI modifications:
289 gnutls_hex2bin: MODIFIED, uses size_t instead of int for string length,
290                 and char* instead of void* for output buffer.
292 * Version 2.3.2 (released 2008-02-26)
294 ** Fix srcdir!=objdir failure in openpgpself test.
296 ** Improved API documentation output from GTK-DOC.
298 ** Added gnutls_x509_dn_export(). Patch by Joe Orton.
300 ** Renamed gnutls_certificate_export_x509_cas and friends.
301 See <http://lists.gnu.org/archive/html/gnutls-devel/2008-02/msg00043.html>.
303 ** Internal header files cleanup.
305 ** API and ABI modifications:
306 gnutls_certificate_export_x509_cas: RENAMED to gnutls_certificate_get_x509_cas
307 gnutls_certificate_export_x509_crls: RENAMED to gnutls_certificate_get_x509_crls
308 gnutls_certificate_export_openpgp_keyring: RENAMED to gnutls_certificate_get_openpgp_keyring
309 gnutls_x509_dn_export: ADDED
311 * Version 2.3.1 (released 2008-02-21)
313 ** OpenPGP support merged into libgnutls and is now licensed under LGPL.
314 The included copy of OpenCDK has been stripped down and re-licensed
315 under the LGPL.
317 ** Cipher priority string handling now handle strings that starts with NULL.
318 Thanks to Laurence Withers <l@lwithers.me.uk>.
320 ** gnutls-cli: When -d is used, also prints RNG information from libgcrypt.
322 ** Corrected memory leaks in session resuming and DHE ciphersuites. Reported
323 by Daniel Stenberg.
325 ** Increased the default certificate verification chain limits and allowed
326 for checks without limitation.
328 ** Corrected the behaviour of gnutls_x509_crt_get_subject_alt_name()
329 and gnutls_x509_crt_get_subject_alt_name() to not null terminate binary
330 strings and return the proper size.
332 ** Add section 'On Record Padding' to the manual.
333 This collects all problems related to record padding with
334 Nokia/Sony-Ericsson phones that we know about.
336 ** Several improvements in the OpenPGP authentication.
337 Now subkeys can be used for authentication, according to
338 draft-mavrogiannopoulos-rfc5081bis-00.txt.
340 ** certtool can print information on OpenPGP certificates and keys.
342 ** Added gnutls_x509_dn_import/init/deinit() to access raw DER DN.
343 Patch by Joe Orton.
345 ** Added gnutls_certificate_export_x509_cas and other functions to
346 export elements from the certificate credentials structure.  Based on
347 suggestion from Joe Orton.
349 ** Doc fixes.
350 Clarify that srp_base64 is not the same as normal base64.
352 ** Fix non-portable use of brace expansion in makefiles.
354 ** API and ABI modifications:
355 gnutls_certificate_export_x509_cas: ADDED
356 gnutls_certificate_export_x509_crls: ADDED
357 gnutls_certificate_export_openpgp_keyring: ADDED
358 gnutls_openpgp_keyid_t: ADDED, instead of hard-coded 'unsigned char[8]'.
359 gnutls_openpgp_crt_get_key_id: ADDED, obsoletes gnutls_openpgp_crt_get_id.
360 gnutls_openpgp_crt_get_revoked_status: ADDED
361 gnutls_openpgp_crt_get_subkey_count: ADDED
362 gnutls_openpgp_crt_get_subkey_idx: ADDED
363 gnutls_openpgp_crt_get_subkey_revoked_status: ADDED
364 gnutls_openpgp_crt_get_subkey_pk_algorithm: ADDED
365 gnutls_openpgp_crt_get_subkey_creation_time: ADDED
366 gnutls_openpgp_crt_get_subkey_expiration_time: ADDED
367 gnutls_openpgp_crt_get_subkey_id: ADDED
368 gnutls_openpgp_crt_get_subkey_usage: ADDED
369 gnutls_openpgp_privkey_get_fingerprint: ADDED
370 gnutls_openpgp_privkey_get_key_id: ADDED
371 gnutls_openpgp_privkey_get_subkey_count: ADDED
372 gnutls_openpgp_privkey_get_subkey_idx: ADDED
373 gnutls_openpgp_privkey_get_subkey_revoked_status: ADDED
374 gnutls_openpgp_privkey_get_revoked_status: ADDED
375 gnutls_openpgp_privkey_get_subkey_pk_algorithm: ADDED
376 gnutls_openpgp_privkey_get_subkey_expiration_time: ADDED
377 gnutls_openpgp_privkey_get_subkey_id: ADDED
378 gnutls_openpgp_privkey_get_subkey_creation_time: ADDED
379 gnutls_openpgp_crt_get_subkey_pk_dsa_raw: ADDED
380 gnutls_openpgp_crt_get_subkey_pk_rsa_raw: ADDED
381 gnutls_openpgp_crt_get_pk_dsa_raw: ADDED
382 gnutls_openpgp_crt_get_pk_rsa_raw: ADDED
383 gnutls_openpgp_privkey_export_subkey_dsa_raw: ADDED
384 gnutls_openpgp_privkey_export_subkey_rsa_raw: ADDED
385 gnutls_openpgp_privkey_export_dsa_raw: ADDED
386 gnutls_openpgp_privkey_export_rsa_raw: ADDED
387 gnutls_openpgp_privkey_export: ADDED
388 gnutls_certificate_set_openpgp_key_file2: ADDED
389 gnutls_certificate_set_openpgp_key_mem2: ADDED
390 gnutls_x509_dn_init: ADDED
391 gnutls_x509_dn_import: ADDED
392 gnutls_x509_dn_deinit: ADDED
393 GNUTLS_E_OPENPGP_SUBKEY_ERROR: ADDED
394 gnutls_hex2bin: ADDED
395 GNUTLS_CRT_PRINT_FULL: ADDED, same as old GNUTLS_X509_CRT_FULL.
396 GNUTLS_CRT_PRINT_ONELINE: ADDED, same as old GNUTLS_X509_CRT_ONELINE.
397 GNUTLS_CRT_PRINT_UNSIGNED_FULL: ADDED, same as
398                                 old GNUTLS_X509_CRT_UNSIGNED_FULL.
400 * Version 2.3.0 (released 2008-01-08)
402 ** LZO compression is now disabled by default.
403 The reason is that LZO compression is not standardized in TLS.  If you
404 wish to experiment with it, you will have to supply --with-lzo when
405 invoking ./configure.  The internal copy of minilzo is no longer
406 included with GnuTLS, so you will need to install liblzo or liblzo2 on
407 your system to have --with-lzo to be effective.
409 ** More than one server name field is now sent to the server properly.
410 Thanks to mark.phillips@virgin.net.
412 ** Fixes the post_client_hello_function(). The extensions are now parsed
413 in a callback friendly way.
415 ** Fix for certificate selection in servers with certificate callbacks.
417 ** Updated translations.
419 ** Update gnulib files.
421 ** API and ABI modifications:
422 No changes since last version.
424 * Version 2.2.2 (released 2008-02-21)
426 ** Cipher priority string handling now handle strings that starts with NULL.
427 Thanks to Laurence Withers <l@lwithers.me.uk>.
429 ** Corrected memory leaks in session resuming and DHE ciphersuites. Reported
430 by Daniel Stenberg.
432 ** Increased the default certificate verification chain limits and allowed
433 for checks without limitation.
435 ** Corrected the behaviour of gnutls_x509_crt_get_subject_alt_name()
436 and gnutls_x509_crt_get_subject_alt_name() to not null terminate binary
437 strings and return the proper size.
439 ** API and ABI modifications:
440 No changes since last version.
442 * Version 2.2.1 (released 2008-01-17)
444 ** Prevent linking libextra against previously installed libgnutls.
445 Tiny patch from "Alon Bar-Lev" <alon.barlev@gmail.com>, see
446 <http://bugs.gentoo.org/show_bug.cgi?id=202269>.
448 ** Fixes the post_client_hello_function(). The extensions are now parsed
449 in a callback friendly way.
451 ** Fix for certificate selection in servers with certificate callbacks.
453 ** API and ABI modifications:
454 No changes since last version.
456 * Version 2.2.0 (released 2007-12-14)
458 ** Update internal copy of libtasn1 to version 1.2.
460 ** Certtool --verify-chain now handle inputs larger than 64kb.
461 This fixes the self-test "rsa-md5-collision" under MinGW+Wine with
462 recent versions of libgcrypt.  The problem was that Wine with the
463 libgcrypt RNG generates huge amounts of debugging output.
465 ** Translation updates.
466 Added Dutch translation.  Updated Polish and Swedish translation.
468 ** Major changes compared to the v2.0 branch:
470 *** SRP support aligned with newly published RFC 5054.
472 *** OpenPGP support aligned with newly published RFC 5081.
474 *** Support for DSA2 keys.
476 *** Support for Camellia cipher.
478 *** Support for Opaque PRF Input extension.
480 *** PKCS#8 parser now handle DSA keys.
482 *** Change from GPLv2 to GPLv3 for command-line tools, libgnutls-extra, etc.
483 Notice that liblzo2 2.02 is licensed under GPLv2 only.  Earlier
484 versions, such as 2.01 which is included with GnuTLS, is available
485 under GPLv2 or later.  If this incompatibility causes problems, we
486 recommend you to disable LZO using --without-lzo.  LZO compression is
487 not a standard TLS compression algorithm, so the impact should be
488 minimal.
490 *** Functions for disabling record protocol padding.
491 Works around bugs on Nokia/Ericsson phones.
493 *** New functions gnutls_priority_set() for setting cipher priorities easily.
494 Priorities like "COMPAT" also enables other work arounds, such as
495 disabling padding.
497 *** Other minor improvements and bug fixes.
499 ** Backwards incompatible API/ABI changes in GnuTLS 2.2
500 To adapt to changes in the TLS extension specifications for OpenPGP
501 and SRP, the GnuTLS API had to be modified.  This means breaking the
502 API and ABI backwards compatibility.  That is something we try to
503 avoid unless it is necessary.  We decided to also remove the already
504 deprecated stub functions for X.509 to XML conversion and TLS
505 authorization (see below) when we had the opportunity.
507 Generally, most applications does not need to be modified.  Just
508 re-compile them against the latest GnuTLS release, and it should work
509 fine.
511 Applications that use the OpenPGP or SRP features needs to be
512 modified.  Below is a list of the modified APIs and discussion of what
513 the minimal things you need to modify in your application to make it
514 work with GnuTLS 2.2.
516 Note that GnuTLS 2.2 also introduces new APIs -- such as
517 gnutls_set_priority() that is superior to
518 gnutls_set_default_priority() -- that you may want to start using.
519 However, using those new APIs is not required to use GnuTLS 2.2 since
520 the old functions continue are still supported.  This text only
521 discuss what you minimally have to modify.
523 *** XML related changes
524 The function `gnutls_x509_crt_to_xml' has been removed.  It has been
525 deprecated and only returned an error code since GnuTLS version
526 1.2.11.  Nobody has complained, so users doesn't seem to miss the
527 functionality.  We don't know of any other library to convert X.509
528 certificates into XML format, but we decided (long ago) that GnuTLS
529 isn't the right place for this kind of functionality.  If you want
530 help to find some other library to use here, please explain and
531 discuss your use case on help-gnutls@gnu.org.
533 *** TLS Authorization related changes
534 Everything related to TLS authorizations have been removed, they were
535 only stub functions that returned an error code:
537  GNUTLS_SUPPLEMENTAL_AUTHZ_DATA
538  gnutls_authz_data_format_type_t
539  gnutls_authz_recv_callback_func
540  gnutls_authz_send_callback_func
541  gnutls_authz_enable
542  gnutls_authz_send_x509_attr_cert
543  gnutls_authz_send_saml_assertion
544  gnutls_authz_send_x509_attr_cert_url
545  gnutls_authz_send_saml_assertion_url
547 *** SRP related changes
548 The callback gnutls_srp_client_credentials_function has a new
549 prototype, and its semantic has changed.  You need to rewrite the
550 callback, see the updated function documentation and SRP example code
551 (doc/examples/ex-client-srp.c and doc/examples/ex-serv-srp.c) for more
552 information.
554 The alert codes GNUTLS_A_MISSING_SRP_USERNAME and
555 GNUTLS_A_UNKNOWN_SRP_USERNAME are no longer used by the SRP
556 specification, instead the GNUTLS_A_UNKNOWN_PSK_IDENTITY alert is
557 used.  There are #define's to map the old names to the new.  You may
558 run into problems if you have a switch-case with cases for both SRP
559 alerts, since they are now mapped to the same value.  The solution is
560 to drop the SRP alerts from such switch cases, as they are now
561 deprecated in favor of GNUTLS_A_UNKNOWN_PSK_IDENTITY.
563 *** OpenPGP related changes
564 The function `gnutls_certificate_set_openpgp_keyserver' have been
565 removed.  There is no replacement functionality inside GnuTLS.  If you
566 need keyserver functionality, consider using the GnuPG tools.
568 All functions, types, and error codes related to OpenPGP trustdb
569 format have been removed.  The trustdb format is a non-standard
570 GnuPG-specific format, and we recommend you to use key rings instead.
571 The following have been removed:
573  gnutls_certificate_set_openpgp_trustdb
574  gnutls_openpgp_trustdb_init
575  gnutls_openpgp_trustdb_deinit
576  gnutls_openpgp_trustdb_import
577  gnutls_openpgp_key_verify_trustdb
578  gnutls_openpgp_trustdb_t
579  GNUTLS_E_OPENPGP_TRUSTDB_VERSION_UNSUPPORTED
581 The following functions has an added parameter of the (new) type
582 `gnutls_openpgp_crt_fmt_t'.  The type specify the format of the data
583 (binary or base64).  The functions are:
584  gnutls_certificate_set_openpgp_key_file
585  gnutls_certificate_set_openpgp_key_mem
586  gnutls_certificate_set_openpgp_keyring_mem
587  gnutls_certificate_set_openpgp_keyring_file
589 To improve terminology and align with the X.509 interface, some
590 functions have been renamed.  Compatibility mappings exists.  The old
591 and new names of the affected functions and types are:
593         Old name                                New name
594  gnutls_openpgp_key_t                    gnutls_openpgp_crt_t
595  gnutls_openpgp_key_fmt_t                gnutls_openpgp_crt_fmt_t
596  gnutls_openpgp_key_status_t             gnutls_openpgp_crt_status_t
597  GNUTLS_OPENPGP_KEY                      GNUTLS_OPENPGP_CERT
598  GNUTLS_OPENPGP_KEY_FINGERPRINT          GNUTLS_OPENPGP_CERT_FINGERPRINT
599  gnutls_openpgp_key_init                 gnutls_openpgp_crt_init
600  gnutls_openpgp_key_deinit               gnutls_openpgp_crt_deinit
601  gnutls_openpgp_key_import               gnutls_openpgp_crt_import
602  gnutls_openpgp_key_export               gnutls_openpgp_crt_export
603  gnutls_openpgp_key_get_key_usage        gnutls_openpgp_crt_get_key_usage
604  gnutls_openpgp_key_get_fingerprint      gnutls_openpgp_crt_get_fingerprint
605  gnutls_openpgp_key_get_pk_algorithm     gnutls_openpgp_crt_get_pk_algorithm
606  gnutls_openpgp_key_get_name             gnutls_openpgp_crt_get_name
607  gnutls_openpgp_key_get_version          gnutls_openpgp_crt_get_version
608  gnutls_openpgp_key_get_creation_time    gnutls_openpgp_crt_get_creation_time
609  gnutls_openpgp_key_get_expiration_time  gnutls_openpgp_crt_get_expiration_time
610  gnutls_openpgp_key_get_id               gnutls_openpgp_crt_get_id
611  gnutls_openpgp_key_check_hostname       gnutls_openpgp_crt_check_hostname
612  gnutls_openpgp_send_key                 gnutls_openpgp_send_cert
614 ** API and ABI modifications:
615 No changes since last version.
617 * Version 2.1.8 (released 2007-12-10)
619 ** The GPL version has been changed from version 2 to version 3.
620 This affects the self-tests, command-line tools, the libgnutls-extra
621 library, the relevant guile parts, and the build environment.
623 ** Added gnutls_x509_crt_get_subject_alt_name2().
625 ** Corrected a segfault when setting an empty gnutls_priority_t
626 at gnutls_priority_set().
628 ** Use gettext 0.17 which updates m4/lib-*.m4 macros.
629 Fixes a problem with spurious -L/usr/lib additions.
631 ** API and ABI modifications:
632 gnutls_x509_crt_get_subject_alt_name2: ADD.
634 * Version 2.1.7 (released 2007-11-29)
636 ** PKCS #8 parser can now encode/decode DSA keys.
638 ** Updated gnutls_set_default_priority2() now renamed to
639 gnutls_priority_set() and gnutls_priority_set_direct() which
640 accept a string to indicate preferences of ciphersuite parameters.
642 ** gnutls-cli and gnutls-serv now have a --priority option to set
643 the priority string.
645 ** The gnutls_*_convert_priority() functions were deprecated by
646 the gnutls_priority_set() and gnutls_priority_set_direct().
648 ** Internal copy of OpenCDK upgraded to version 0.6.6.
650 ** API and ABI modifications:
651 gnutls_priority_init: ADD.
652 gnutls_priority_deinit: ADD.
653 gnutls_priority_set: ADD.
654 gnutls_priority_set_direct: ADD.
655 gnutls_set_default_priority2: RENAMED to gnutls_priority_set_direct()
656 gnutls_mac_convert_priority: REMOVED
657 gnutls_compression_convert_priority: REMOVED
658 gnutls_protocol_convert_priority: REMOVED
659 gnutls_kx_convert_priority: REMOVED
660 gnutls_cipher_convert_priority: REMOVED
661 gnutls_certificate_type_convert_priority: REMOVED
662 gnutls_set_default_priority: UNDEPRECATED
663 gnutls_set_default_priority_export: UNDEPRECATED
665 ** Undocumented API and ABI modifications earlier in the 2.1.x series:
666 GNUTLS_CIPHER_UNKNOWN: ADD.
667 GNUTLS_CIPHER_CAMELLIA_128_CBC: ADD.
668 GNUTLS_CIPHER_CAMELLIA_256_CBC: ADD.
669 GNUTLS_KX_UNKNOWN: ADD.
670 GNUTLS_COMP_UNKNOWN: ADD.
671 GNUTLS_CRT_UNKNOWN: ADD.
672 gnutls_mac_get_id: ADD.
673 gnutls_compression_get_id: ADD.
674 gnutls_cipher_get_id: ADD.
675 gnutls_kx_get_id: ADD.
676 gnutls_protocol_get_id: ADD.
677 gnutls_certificate_type_get_id: ADD.
678 gnutls_handshake_post_client_hello_func: ADD.
679 gnutls_certificate_send_x509_rdn_sequence: ADD prototype to gnutls.h.in.
681 * Version 2.1.6 (released 2007-11-15)
683 ** Corrected bug in decompression of expanded compression data.
685 ** Added the --to-p8 option to certtool to convert private keys
686 to PKCS #8 keys.
688 ** Introduced the GNUTLS_E_BASE64_UNEXPECTED_HEADER_ERROR error code.
690 ** gnutls_certificate_set_x509_key_* can now read PKCS #8 unencrypted
691 private keys.
693 ** Fixed GNUTLS_E_UNKNOWN_ALGORITHM vs GNUTLS_E_UNKNOWN_HASH_ALGORITHM.
694 During the 2.1.x series the GNUTLS_E_UNKNOWN_HASH_ALGORITHM error code
695 was renamed to GNUTLS_E_UNKNOWN_ALGORITHM, unfortunately without being
696 documented.  This caused some problems (e.g., debian #450854).  To
697 avoid backwards compatibility problems, this release revert this
698 change, so that GNUTLS_E_UNKNOWN_HASH_ALGORITHM works just like it has
699 done in GnuTLS 2.0.x and earlier, and add a new error code
700 GNUTLS_E_UNKNOWN_ALGORITHM.
702 ** Fixes several gtk-doc warnings.
704 ** API and ABI modifications:
705 GNUTLS_E_UNKNOWN_ALGORITHM: CHANGED.
706 GNUTLS_E_UNKNOWN_HASH_ALGORITHM: CHANGED.
707 GNUTLS_E_BASE64_UNEXPECTED_HEADER_ERROR: ADD.
709 * Version 2.1.5 (released 2007-11-01)
711 ** Fix PKCS#3 parameter export problem.
713 ** Improve certtool queries, they now print the default value.
715 ** Fix ABI version.
717 ** Update gnulib files.
719 ** API and ABI modifications:
720 No changes since last version.
722 * Version 2.1.4 (released 2007-10-27)
724 ** Added the --v1 option to certtool, to allow generating X.509
725 version 1 certificates. 
727 ** certtool: Add option --disable-quick-random to enable the old behaviour
728 of using /dev/random to generate keys.
730 ** Added priority functions that accept strings.
732 ** Added gnutls_set_default_priority2() which accepts a flag to indicate
733 priorities preferences.
735 ** Added gnutls_record_disable_padding() to allow servers talking to 
736 buggy clients that complain if the TLS 1.0 record protocol padding is
737 used.
739 ** Introduced gnutls_session_enable_compatibility_mode() to allow enabling
740 all supported compatibility options (like disabling padding).
742 ** The gnutls_certificate_set_openpgp_* functions were modified to include
743 the format. This makes the interface consistent with the x509 functions.
745 ** Internal copy of OpenCDK upgraded to version 0.6.5.
747 ** Update gnulib files.
749 ** API and ABI modifications:
750 gnutls_certificate_set_openpgp_key_mem: MODIFIED
751 gnutls_certificate_set_openpgp_key_file: MODIFIED
752 gnutls_certificate_set_openpgp_keyring_mem: MODIFIED
753 gnutls_certificate_set_openpgp_keyring_file: MODIFIED
754 gnutls_set_default_priority: DEPRECATED
755 gnutls_set_default_priority_export: DEPRECATED
756 gnutls_set_default_priority2: ADDED
757 gnutls_session_enable_compatibility_mode: ADDED
758 gnutls_record_disable_padding: ADDED
759 gnutls_mac_convert_priority: ADDED
760 gnutls_compression_convert_priority: ADDED
761 gnutls_protocol_convert_priority: ADDED
762 gnutls_kx_convert_priority: ADDED
763 gnutls_cipher_convert_priority: ADDED
764 gnutls_certificate_type_convert_priority: ADDED
765 gnutls_openpgp_key_t: RENAMED to gnutls_openpgp_crt_t
766 gnutls_openpgp_key_status_t: RENAMED to gnutls_openpgp_crt_status_t
767 gnutls_openpgp_send_key: RENAMED to gnutls_openpgp_send_cert
768 gnutls_openpgp_key_init: RENAMED to gnutls_openpgp_crt_init
769 gnutls_openpgp_key_import: RENAMED to gnutls_openpgp_crt_import
770 gnutls_openpgp_key_export: RENAMED to gnutls_openpgp_crt_export
771 gnutls_openpgp_key_check_hostname: RENAMED to gnutls_openpgp_crt_check_hostname
772 gnutls_openpgp_key_get_creation_time: RENAMED to gnutls_openpgp_crt_get_creation_time
773 gnutls_openpgp_key_get_expiration_time: RENAMED to gnutls_openpgp_crt_get_expiration_time
774 gnutls_openpgp_key_get_fingerprint: RENAMED to gnutls_openpgp_crt_get_fingerprint
775 gnutls_openpgp_key_get_version: RENAMED to gnutls_openpgp_crt_get_version
776 gnutls_openpgp_key_get_pk_algorithm: RENAMED to gnutls_openpgp_crt_get_pk_algorithm
777 gnutls_openpgp_key_get_name: RENAMED to gnutls_openpgp_crt_get_name
778 gnutls_openpgp_key_deinit: RENAMED to gnutls_openpgp_crt_deinit
779 gnutls_openpgp_key_get_id: RENAMED to gnutls_openpgp_crt_get_id
780 gnutls_openpgp_key_get_key_usage: RENAMED to gnutls_openpgp_crt_get_key_usage
781 gnutls_openpgp_key_verify_ring: RENAMED to gnutls_openpgp_crt_verify_ring
782 gnutls_openpgp_key_verify_self: RENAMED to gnutls_openpgp_crt_verify_self
784 * Version 2.1.3 (released 2007-10-17)
786 ** TLS authorization support removed.
787 This technique may be patented in the future, and it is not of crucial
788 importance for the Internet community.  After deliberation we have
789 concluded that the best thing we can do in this situation is to
790 encourage society not to adopt this technique.  We have decided to
791 lead the way with our own actions.
793 ** Re-enabled the 256 bit ciphers in the default priorities.
795 ** Corrected bugs in openpgp key verification using a keyring (both in
796 gnutls and opencdk)
798 ** API and ABI modifications:
799 gnutls_certificate_set_openpgp_keyserver: REMOVED
800 gnutls_authz_data_format_type_t,
801 gnutls_authz_recv_callback_func,
802 gnutls_authz_send_callback_func,
803 gnutls_authz_enable,
804 gnutls_authz_send_x509_attr_cert,
805 gnutls_authz_send_saml_assertion,
806 gnutls_authz_send_x509_attr_cert_url,
807 gnutls_authz_send_saml_assertion_url: REMOVED.
808 GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATA: ADDED.  To avoid that the
809     gnutls_supplemental_data_format_type_t enum type becomes empty.
811 * Version 2.1.2 (released 2007-10-14)
813 ** Removed all the trustdb code from openpgp authentication.
814 We now use only the well-specified keyrings.
816 ** The 256 bit ciphers are not enabled in the default priorities.
818 ** Added support for DSA2 using libgcrypt 1.3.0.
820 ** certtool: Fixed data corruption when using --outder.
822 ** Removed all the xml related stubs and functions.
824 ** Added capability to set a callback after the client hello is received
825 by the server in order to adjust parameters before the handshake.
827 ** SRP was corrected to adhere to the latest draft (published soon as RFC)
829 ** Corrected bug which did not allow a server to run without supporting
830 certificates.
832 ** Updated the DN parser which now prints wrongly decoded values as hex
833 strings.
835 ** certtool: Add option --quick-random.
836 For generating low security test credentials.
838 ** API and ABI modifications:
839 gnutls_x509_crt_to_xml: REMOVED
840 gnutls_openpgp_key_to_xml: REMOVED
841 gnutls_openpgp_key_verify_trustdb: REMOVED
842 gnutls_openpgp_trustdb_init: REMOVED
843 gnutls_openpgp_trustdb_deinit: REMOVED
844 gnutls_openpgp_trustdb_import: REMOVED
845 gnutls_certificate_set_openpgp_trustdb: REMOVED
846 gnutls_srp_client_credentials_function: CHANGED
847 gnutls_handshake_set_post_client_hello_function: ADDED
848 gnutls_mac_get_key_size: ADDED
849 GNUTLS_E_OPENPGP_TRUSTDB_VERSION_UNSUPPORTED: DEPRECATED.
850 GNUTLS_A_MISSING_SRP_USERNAME: DEPRECATED
851 GNUTLS_A_UNKNOWN_SRP_USERNAME: DEPRECATED
853 * Version 2.1.1 (released 2007-09-24)
855 ** Added support for Camellia cipher, thanks to Yoshisato YANAGISAWA.
856 Camellia is only enabled in GnuTLS if the installed libgcrypt has been
857 compiled with Camellia support.  See the libgcrypt documentation on
858 how to enable it.  Unconditionally disable it using the configure
859 option --disable-camellia.  Fixes #1.
861 ** Properly document in the NEWS file the API change in the last release.
863 ** API and ABI modifications:
864 No changes since last version.
866 * Version 2.1.0 (released 2007-09-20)
868 ** Support for draft-rescorla-tls-opaque-prf-input-00.txt.
869 The support is disabled by default.  Since no value has been allocated
870 by the IANA for this extension yet, you will need to provide one
871 yourself by invoking './configure --enable-opaque-prf-input=42'.
872 Fixes #2.
874 ** Example code: Fix compilation flaw under MinGW.
876 ** API and ABI modifications:
877 gnutls_oprfi_callback_func: ADD, new typedef function prototype.
878 gnutls_oprfi_enable_client: ADD, new function.
879 gnutls_oprfi_enable_server: ADD, new function.
881 * Version 2.0.4 (released 2007-11-16)
883 ** Corrected bug in decompression of expanded compression data.           
885 ** API and ABI modifications:
886 No changes since last version.
888 * Version 2.0.3 (released 2007-11-10)
890 ** This version backports several fixes from the 2.1.x branch.
892 ** Fixed PKCS #3 parameter export.
894 ** Added gnutls_record_disable_padding() to allow servers talking to
895 buggy clients that complain if the TLS 1.0 record protocol padding is
896 used.
898 ** Introduced gnutls_session_enable_compatibility_mode() to allow enabling
899 all supported compatibility options (like disabling padding).
901 ** Corrected bug which did not allow a server to run without supporting
902 certificates.
904 ** API and ABI modifications:
905 gnutls_session_enable_compatibility_mode: ADDED
906 gnutls_record_disable_padding: ADDED
908 * Version 2.0.2 (released 2007-10-17)
910 ** TLS authorization support removed.
911 This technique may be patented in the future, and it is not of crucial
912 importance for the Internet community.  After deliberation we have
913 concluded that the best thing we can do in this situation is to
914 encourage society not to adopt this technique.  We have decided to
915 lead the way with our own actions.
917 ** certtool: Fixed data corruption when using --outder.
919 ** Fix configure-time Guile detection.
921 ** API and ABI modifications:
922 GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATA: ADDED.  To avoid that the
923     gnutls_supplemental_data_format_type_t enum type becomes empty.
925 * Version 2.0.1 (released 2007-09-20)
927 ** New directory doc/credentials/ with test credentials.
928 This collects the test credentials from the web page and from src/.
929 The script gnutls-http-serv has also been moved to that directory.
931 ** Update SRP extension type and cipher suite with official IANA values.
932 This breaks backwards compatibility with SRP in older versions of
933 GnuTLS, but this is intentional to speed up the adoption of the
934 official values.  The old values we used were incorrect.
936 ** Guile: Fix `x509-certificate-dn-oid'
938 ** API and ABI modifications:
939 No changes since last version.
941 * Version 2.0.0 (released 2007-09-04)
943 ** Included copy of Libtasn1 upgraded to version 1.1.
945 ** Disable building of some examples if anonymous ciphers are disabled.
947 ** Don't build examples for disabled features.
949 ** API and ABI modifications:
950 No changes since last version.
952 * Version 1.7.19 (released 2007-08-27)
954 ** Fix gnutls_error_is_fatal so that positive "errors" are non-critical.
955 This solves connection problems in mutt, see
956 <http://bugs.debian.org/439640>.
958 ** Update gnulib files.
959 In particular, the getpass module -- with its dependencies on getline,
960 getdelim, fseeko etc -- where moved from the lgl/ (used by the core
961 library) directory to the gl/ directory (only used by the command line
962 tools).  The reason is that getpass is now only used by the
963 command-line tools, and reducing the number of gnulib modules linked
964 to the core library helps portability and reduces size.
966 ** Fix warnings.
968 ** Disable building of PGP examples if PGP is disabled.
970 ** Included copy of OpenCDK upgraded to version 0.6.4.
972 ** API and ABI modifications:
973 No changes since last version.
975 * Version 1.7.18 (released 2007-08-16)
977 ** Install images for the info manual.
978 This has a side effect of renaming the images.  See
979 <http://thread.gmane.org/gmane.comp.tex.texinfo.bugs/3533> for
980 discussions on the approach chosen.
982 ** Fix pointer mix to variables of different size.
983 Patch extracted from
984 <http://cvs.fedora.redhat.com/viewcvs/devel/gnutls/gnutls-1.6.3-incompat-pointers.patch?rev=1.1&view=auto>.
986 ** Fix warnings during build.
987 Thanks to Andreas Metzler <ametzler@downhill.at.eu.org>.
989 ** API and ABI modifications:
990 No changes since last version.
992 * Version 1.7.17 (released 2007-08-15)
994 ** New functions to perform external signing.
995 Set the signing callback function (of the gnutls_sign_func prototype)
996 using the gnutls_sign_callback_set function.  In the callback, you may
997 find the new functions gnutls_x509_privkey_sign_hash and
998 gnutls_openpgp_privkey_sign_hash useful.  A new function
999 gnutls_sign_callback_get is also added, to retrieve the function
1000 pointer.  Thanks to "Alon Bar-Lev" <alon.barlev@gmail.com> for
1001 comments and testing.
1003 ** New self test of client and server authenticated X.509 TLS sessions.
1004 See tests/x509self.c and tests/x509signself.c.  The latter also tests
1005 the new external signing callback interface.
1007 ** New errors GNUTLS_E_APPLICATION_ERROR_MIN..GNUTLS_E_APPLICATION_ERROR_MAX.
1008 These two actually describe the outer limits of a range of error codes
1009 reserved to the application.  All of the errors are treated as fatal
1010 by the library (it has to since it doesn't know the semantics of the
1011 error codes).  This can be useful in callbacks, to signal some
1012 application-specific error condition, which will usually eventually
1013 cause some gnutls API to return the same error code as the callback,
1014 which then can be inspected by the application.  Note that error codes
1015 are negative.
1017 ** gnutls_set_default_priority now disable TLS 1.2 by default.
1018 The RFC is not released yet, and we're approaching a major release so
1019 let's not enable it just yet.
1021 ** Fix namespace so that gnutls_*_t is used consistently.
1022 Before, many places in the GnuTLS code used the old deprecated type
1023 names without the '_t' suffix.
1025 ** Build fixes for Guile code.
1026 Patch from Ludovic Courtes <ludovic.courtes@laas.fr>.
1028 ** More documentation fixes.
1029 In particular, the section headings were modified for casing.  By
1030 Ludovic Courtes <ludovic.courtes@laas.fr>.
1032 ** Updated Polish and Swedish translations.
1033 Thanks to Jakub Bogusz <qboosh@pld-linux.org> and Daniel Nylander
1034 <po@danielnylander.se>.
1036 ** API and ABI modifications:
1037 gnutls_sign_func: ADD, new type for sign callback.
1038 gnutls_sign_callback_set: ADD, new function to set sign callback.
1039 gnutls_sign_callback_get: ADD, new function to retrieve sign callback.
1040 gnutls_x509_privkey_sign_hash,
1041 gnutls_openpgp_privkey_sign_hash: ADD, new functions useful in sign callback.
1042 GNUTLS_E_APPLICATION_ERROR_MIN,
1043 GNUTLS_E_APPLICATION_ERROR_MAX: ADD, new CPP #defines for error codes.
1045 * Version 1.7.16 (released 2007-08-07)
1047 ** Fix sanity checks and return values in certificate selection.
1048 In some cases, GnuTLS omitted to report suitable error codes when no
1049 suitable certificate was found.
1051 ** Fix gnutls-cli starttls EOF on Mac OS X.
1052 Thanks to Hal Eden <n.mavrogiannopoulos@gmail.com>.
1054 ** Documentation fixes.
1055 In particular, the section headings were modified for casing.  By
1056 Ludovic Courtes <ludovic.courtes@laas.fr>.
1058 ** Update gnulib files.
1060 ** API and ABI modifications:
1061 No changes since last version.
1063 * Version 1.7.15 (released 2007-07-02)
1065 ** Fix self-tests key-id under mingw32.
1067 ** Test that the Guile header files are recent enough to work.
1068 Before we just tested that the command line tool 'guile' was recent
1069 enough, which may not be sufficient if you still have an old
1070 libguile.h header installed.
1072 ** Guile bindings are now installed under $prefix by default.
1073 Use --without-guile-site-dir to install it under $pkgdatadir/site/
1074 where $pkgdatadir is as returned by "guile-config info pkgdatadir".
1075 Use --with-guile-site-dir=/your/own/path to specify the path manually.
1076 The default, --with-guile-site-dir, will install the Guile bindings
1077 under $datadir/guile/site.  There is a new section 'Guile
1078 Preparations' in the manual that discuss these issues.
1080 ** Fix run-time library path ordering in linking the Guile bindings.
1082 ** Improved manual on downloading, installing, getting help, bug reports etc.
1083 Suggested by Ludovic Courtès <ludovic.courtes@laas.fr>.
1085 ** Add Malay message translations.
1086 Thanks to Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>.
1088 ** API and ABI modifications:
1089 No changes since last version.
1091 * Version 1.7.14 (released 2007-06-26)
1093 ** Don't enable Guile bindings unless we have Guile 1.8 or later.
1094 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
1096 ** Fix memory leak during DSA signature verification.
1097 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
1099 ** Fix crash in gnutls-cli when TLS handshake fails.
1100 Reported by Marc Haber <mh+debian-bugs@zugschlus.de> and Andreas
1101 Metzler <ametzler@downhill.at.eu.org> via Debian BTS #429183, see
1102 <http://bugs.debian.org/429183>.
1104 ** Minor OpenPGP fixes in stream_to_datum.
1105 Patch from Timo Schulz <twoaday@freakmail.de> and Ludovic Courtès
1106 <ludovic.courtes@laas.fr>.
1108 ** Fix off-by-one in TLS 1.2 handshake.
1109 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
1111 ** Minor Guile binding self-test cleanup.
1112 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
1114 ** Update gnulib files.
1116 ** API and ABI modifications:
1117 No changes since last version.
1119 * Version 1.7.13 (released 2007-06-11)
1121 ** OpenCDK copy updated to version 0.6.3.
1123 ** Build fixes for GnuTLS Guile bindings.
1124 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
1126 ** Build fix for GTK-DOC manual.
1128 ** Update gnulib files.
1130 ** API and ABI modifications:
1131 No changes since last version.
1133 * Version 1.7.12 (released 2007-06-08)
1135 ** Guile bindings for GnuTLS have been included.
1136 Contributed by Ludovic Courtès <ludovic.courtes@laas.fr>.  There is a
1137 new chapter 'Guile Bindings' in the manual.
1139 ** Have PKCS8 parser return better error codes.
1140 Reported by Nate Nielsen <nielsen-list@memberwebs.com>, see
1141 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001653.html> and
1142 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001654.html>.
1144 ** Fix mem leak for sessions with client authentication via certificates.
1145 Reported by Andrew W. Nosenko <andrew.w.nosenko@gmail.com>, see
1146 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-April/001539.html>.
1148 ** Fix mem leaks.
1149 Reported by Dennis Vshivkov <walrus@amur.ru>, see
1150 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333050>.  Added
1151 self-test tests/parse_ca.c to test regressions.
1153 ** Fix build failures related to missing images in manual.
1154 Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
1156 ** Update gnulib files.
1158 ** API and ABI modifications:
1159 No changes since last version.
1161 * Version 1.7.11 (released 2007-05-26)
1163 ** Include opencdk.h in the release.
1164 Reported by Roman Bogorodskiy <novel@FreeBSD.org>.
1166 ** API and ABI modifications:
1167 No changes since last version.
1169 * Version 1.7.10 (released 2007-05-25)
1171 ** New API functions to extract DER encoded X.509 Subject/Issuer DN.
1172 Suggested by Nate Nielsen <nielsen-list@memberwebs.com>.
1174 ** Update of gnulib files.
1176 ** GnuTLS is now developed in GIT instead of CVS.
1177 See <http://repo.or.cz/w/gnutls.git> for a public repository.
1179 ** API and ABI modifications:
1180 gnutls_x509_crt_get_raw_issuer_dn: ADD.
1181 gnutls_x509_crt_get_raw_dn: ADD.
1183 * Version 1.7.9 (released 2007-05-12)
1185 ** X.509 certificates are preferred over OpenPGP keys.
1186 This is a change in the semantics of gnutls_set_default_priority.
1188 ** The included copy of OpenCDK has been updated to 0.6.1.
1189 There has been some API changes in OpenCDK, and the GnuTLS layer have
1190 been modified as well.  Note that while there are API/ABI incompatible
1191 changes in OpenCDK, this does not influence GnuTLS's API/ABI because
1192 its API/ABI have not changed.  From this version on, GnuTLS requires
1193 OpenCDK 0.6.0 or later.
1195 ** Fix build failure caused by missing doc/gnutls-logo.pdf.
1197 ** Change certtool's default serial number from 0 to a time-based value.
1199 ** Fix X.509 signing with RSA-PKCS#1 to set a NULL parameters fields.
1200 Before, we remove the parameters field, which resulted in a slightly
1201 different DER encoding which in turn caused signature verification
1202 failures of GnuTLS-generated RSA certificates in some other
1203 implementations (e.g., GnuPG 2.x's gpgsm).  Depending on which RFCs
1204 you read, this may or may not be correct, but our new behaviour appear
1205 to be consistent with other widely used implementations.
1207 ** Fix mem leaks in gnutls_x509_crt_print.
1209 ** API and ABI modifications:
1210 No changes since last version.
1212 * Version 1.7.8 (released 2007-04-16)
1214 ** Added examples for the authorization extension.
1215 See doc/examples/ex-client-authz.c and doc/examples/ex-serv-authz.c.
1217 ** The examples only use gnutls_set_default_priority().
1218 The exception is when DH_ANON is needed.
1220 ** Improve gnutls_set_default_priority() priorities.
1221 The new approach is for it to try and negotiate all secure and
1222 standard mechanisms available.  Currently, DH_ANON ciphersuites and
1223 LZO compressions are not enabled by default, because they are,
1224 respectively, insecure and non-standardized.  Note that TLS 1.2 will
1225 not be enabled by default in non-experimental release until it has
1226 been approved by the IETF.
1228 ** gnutls-cli and gnutls-serv now uses the library's default priorities.
1229 This means that to get DH_ANON and LZO compression, you'll need to
1230 specify that manually using '--kx anon' or '--comp lzo'.
1232 ** Minor fixes to the human display format of X.509 certificates.
1234 ** New APIs to extract Distinguished Name's from X.509 certificates.
1235 Based on patch from Howard Chu <hyc@symas.com>.
1237 ** Improved library searching for opencdk.
1238 It will now add the appropriate -R or -Wl,-rpath flags as necessary.
1239 The deprecated opencdk.m4 is no longer used.
1241 ** New APIs to list supported algorithms in the library.
1242 The APIs are gnutls_cipher_list, gnutls_mac_list,
1243 gnutls_compression_list, gnutls_protocol_list,
1244 gnutls_certificate_type_list, gnutls_kx_list, and
1245 gnutls_cipher_suite_info.  Suggested by Howard Chu <hyc@symas.com>.
1247 ** The gnutls_x509_crt_get_key_id API now handle non-RSA/DSA keys.
1249 ** New configure option --disable-tls-authorization to disable tls-authz.
1251 ** Fix prototype for `gnutls_psk_set_client_credentials'.
1252 The last parameter was renamed from 'flags' to 'format' and the type
1253 changed from 'unsigned int' to 'gnutls_psk_key_flags' (an enum type),
1254 which shouldn't cause any ABI changes.  Reported by ludo@chbouib.org
1255 (Ludovic Courtès).
1257 ** Fix allocation in gnutls_certificate_set_openpgp_key.
1258 Tiny patch from ludo@chbouib.org (Ludovic Courtès).
1260 ** API and ABI modifications:
1261 gnutls_x509_dn_t: ADD.
1262 gnutls_x509_ava_st: ADD.
1263 gnutls_x509_crt_get_subject,
1264 gnutls_x509_crt_get_issuer: ADD.
1265 gnutls_x509_dn_get_rdn_ava: ADD.
1266 gnutls_cipher_list: ADD.
1267 gnutls_mac_list: ADD.
1268 gnutls_compression_list: ADD.
1269 gnutls_protocol_list: ADD.
1270 gnutls_certificate_type_list: ADD.
1271 gnutls_kx_list: ADD.
1272 gnutls_cipher_suite_info: ADD.
1274 * Version 1.7.7 (released 2007-02-22)
1276 ** Support for supplemental handshake messages and authorization data.
1277 Supplemental data is described in RFC 4680 and the authorization
1278 extensions in draft-housley-tls-authz-extns-07.
1280 ** Support for authorization data in gnutls-cli and gnutls-serv.
1281 New parameters --authz-x509-attr-cert and --authz-saml-assertion.
1283 ** Fix for gnutls_x509_crt_check_hostname.
1284 Before it would have reported that the certificate matched a hostname
1285 when it did not have any dNSName or any CN field.  Report and tiny
1286 patch from "Richard W.M. Jones" <rjones@redhat.com>.
1288 ** New self test for RFC 2818 comparison in gnutls_x509_crt_check_hostname.
1289 Tests regressions of the bug, and several other features.
1291 ** GnuTLS now matches URI's with IP Addresses against iPAddress SAN's.
1292 Before there were no support for iPAddress SAN's during comparison.
1294 ** New API to print information about CRL's.
1295 The function is gnutls_x509_crl_print.
1297 ** New API to extract signature value from CRL's.
1298 The function is gnutls_x509_crl_get_signature.
1300 ** Support for directoryName Subject Alternative Name's.
1301 The gnutls_x509_crt_get_subject_alt_name function returns the DN as a
1302 string in the provided buffer.
1304 ** Internal improvements to certtool.
1305 It uses gnutls_x509_crl_print to print CRL information.  It uses some
1306 more gnulib modules to simplify error handling.
1308 ** API and ABI modifications:
1309 GNUTLS_HANDSHAKE_SUPPLEMENTAL: ADD, new gnutls_handshake_description_t element.
1310 gnutls_supplemental_data_format_type_t: ADD.
1311 gnutls_authz_data_format_type_t: ADD.
1312 gnutls_supplemental_get_name: ADD.
1313 gnutls_authz_recv_callback_func,
1314 gnutls_authz_send_callback_func: ADD, callback prototypes.
1315 gnutls_authz_enable: ADD.
1316 gnutls_authz_send_x509_attr_cert,
1317 gnutls_authz_send_saml_assertion,
1318 gnutls_authz_send_x509_attr_cert_url,
1319 gnutls_authz_send_saml_assertion_url: ADD.
1320 GNUTLS_SAN_DN: ADD, new gnutls_x509_subject_alt_name_t element.
1321 gnutls_x509_crl_print: ADD.
1322 gnutls_x509_crl_get_signature: ADD.
1324 * Version 1.7.6 (released 2007-02-12)
1326 ** Support for 'otherName' Subject Alternative Names.
1327 The existing API gnutls_x509_crt_get_subject_alt_name may now return
1328 the new type GNUTLS_SAN_OTHERNAME together with the otherName value.
1329 To find out the otherName OID (necessary for proper parsing of the
1330 value), use the new API gnutls_x509_crt_get_subject_alt_othername_oid.
1331 For known OIDs, gnutls_x509_crt_get_subject_alt_othername_oid will
1332 return "virtual" SAN values, e.g., GNUTLS_SAN_OTHERNAME_XMPP to
1333 simplify OID matching.  Suggested by Matthias Wimmer <m@tthias.eu>.
1335 ** Certtool can print otherName SAN values for certificates.
1336 For known otherName OIDs (currently only id-on-xmppAddr as defined by
1337 RFC 3920), it will also print the name.
1339 ** Fix TLS 1.2 RSA signing in servers.
1340 Before it used the old-style MD5+SHA1 signature, but the TLS
1341 signatures should be normal PKCS#1 signatures.  FYI, we use and
1342 require that DigestInfo parameters are present and NULL for TLS 1.2.
1344 ** Add APIs to access X.509 extensions sequentially.
1345 The existing APIs gnutls_x509_crt_get_extension_oid() and
1346 gnutls_x509_crt_get_extension_by_oid() does not permit callers to
1347 inspect the extensions in the order defined by the certificate.
1349 ** Add API to extract signature value from X.509 certificates.
1350 The function is gnutls_x509_crt_get_signature.
1352 ** Fix crash when generating proxy certificates in batch mode.
1353 If you don't specify a proxy policy in batch mode, it will use
1354 id-ppl-inheritALL.
1356 ** Add API to print information about X.509 certificates.
1357 The function is gnutls_x509_crt_print.
1359 ** Certtool uses the new API gnutls_x509_crt_print to print certificate info.
1360 One consequence of this is that the output syntax has changed
1361 slightly.  Some more fields are printed.
1363 ** Doc fixes.
1365 ** API and ABI modifications:
1366 gnutls_x509_crt_print: ADD
1367 gnutls_certificate_print_formats_t: ADD, new enum.
1368 gnutls_x509_crt_get_signature: ADD.
1369 gnutls_x509_crt_get_extension_data: ADD.
1370 gnutls_x509_crt_get_extension_info: ADD.
1371 gnutls_x509_crt_get_subject_alt_othername_oid: ADD.
1372 GNUTLS_SAN_OTHERNAME: ADD, new gnutls_x509_subject_alt_name_t element.
1373 GNUTLS_SAN_OTHERNAME_XMPP: ADD, new gnutls_x509_subject_alt_name_t element.
1375 * Version 1.7.5 (released 2007-02-06)
1377 ** Servers won't negotiate SRP RSA/DSS cipher suites if no SRP credential
1378 ** is set.
1380 ** Default behaviour for the gnutls-cli and gnutls-serv tools improved.
1382 ** Fix --list output for gnutls-cli and gnutls-serv.
1383 Mention TLS1.2, SHA512 etc.
1385 ** Manual contains new section on setting up a test HTTP server.
1386 A server set up following those descriptions are available online via
1387 <http://www.gnutls.org/server.html>.
1389 ** Update of gnulib files.
1391 ** API and ABI modifications:
1392 No changes since last version.
1394 * Version 1.7.4 (released 2007-02-05)
1396 ** Support for RSA signing using SHA-256/384/512.
1397 A new self test "sha2" tries to build a long X.509 certificate chain
1398 testing all new hashes.
1400 ** The gnutls-serv tool now use static DH parameters if none are supplied.
1402 ** Discuss proxy certificates in the manual.
1404 ** Improve bibliographical citations in the manual.
1406 ** Update of gnulib files.
1408 ** Fix certtool template handling of pathLenConstraints.
1409 It now defaults to -1 instead of 0, which causes the field to be
1410 missing unless the template specify it.
1412 ** API and ABI modifications:
1413 GNUTLS_MAC_SHA256,
1414 GNUTLS_MAC_SHA384,
1415 GNUTLS_MAC_SHA512: New gnutls_mac_algorithm_t values.
1416 GNUTLS_DIG_SHA256,
1417 GNUTLS_DIG_SHA384,
1418 GNUTLS_DIG_SHA512: New gnutls_digest_algorithm_t values.
1419 GNUTLS_SIGN_RSA_SHA256,
1420 GNUTLS_SIGN_RSA_SHA384,
1421 GNUTLS_SIGN_RSA_SHA512: New gnutls_sign_algorithm_t values.
1423 * Version 1.7.3 (released 2007-02-01)
1425 ** New option to certtool: --generate-proxy.
1426 This will generate a Proxy Certificate from an end entity certificate.
1427 Proxy Certificates are documented in RFC 3820.  You will need to
1428 specify the proxy certificate's private key with --load-privkey, the
1429 user certificate with --load-certificate and the private key used to
1430 sign the new proxy certificate with --load-ca-privkey.  Certtool will
1431 query for proxy path length and the policy language OID.  Currently
1432 only OIDs that have an empty policy are supported (which includes the
1433 two OIDs defined by RFC 3820).
1435 ** Certtool --certificate-info now prints information for Proxy Certificates.
1436 Before the proxy extension was just printed as DER encoded data.
1438 ** New APIs to set proxy subject names and get/set proxy cert extension.
1440 ** Fix parsing of pathLenConstraints in BasicConstraints with missing cA.
1442 ** Added self-test to test for regressions of pathLenConstraint bug.
1443 Incidentally, this also test (some) other regressions or changes in
1444 the output from certtool --certificate-info.
1446 ** When certtool generates CA certificates, pressing enter on the path
1447 ** length constraint query will now remove the field.
1448 Before it set the path length constraint to 0, which is a rather poor
1449 default.
1451 ** Certtool now print times in UTC when printing certificate/CRL info.
1453 ** Add better fix to work around C++ compiler bug on Mac OS X.
1454 Reported and tiny patch provided by Matthias Scheler <tron@NetBSD.org>.
1456 ** Fix import of ASCII armored OpenPGP keys.
1457 Patch by ludovic.courtes@laas.fr (Ludovic Courtès).
1459 ** Update of gnulib files.
1461 ** API and ABI modifications:
1462 gnutls_x509_crt_set_proxy_dn: ADD.
1463 gnutls_x509_crt_set_proxy: ADD.
1464 gnutls_x509_crt_get_proxy: ADD.
1466 * Version 1.7.2 (released 2007-01-14)
1468 ** Certtool now print the value of the pathLenConstraints field for certs.
1470 ** Certtool now query for path length constraints when generating CA certs.
1471 For batch uses, the certtool configuration name is "path_len".
1472 Suggested by Sascha Ziemann <sascha.ziemann@secunet.com>.
1474 ** Add new API to get/set pathLenConstraint in the Basic Constraints.
1475 The new functions gnutls_x509_crt_get_basic_constraints and
1476 gnutls_x509_crt_set_basic_constraints provide a superset of the
1477 functionality in the old gnutls_x509_crt_get_ca_status and
1478 gnutls_x509_crt_set_ca_status (respectively), but the old functions
1479 will continue to be supported.
1481 ** Add new API in OpenCDK to extract public/secret OpenPGP key to S-expr.
1482 The functions are cdk_pubkey_to_sexp and cdk_seckey_to_sexp.  A proper
1483 OpenCDK release with this patch will be made soon, which should bump
1484 the OpenCDK version number.  Patch by Mario Lenz <mario.lenz@gmx.net>.
1486 ** Certtool --to-p12 can now store more than one certificate in the blob.
1487 Before it could only store one certificate, but now it will read and
1488 store as many certificate there are from the --load-certificate file.
1489 Suggested by Sascha Ziemann <sascha.ziemann@secunet.com>.
1491 ** Clean up separation of gnutls and gnutls-extra for OpenPGP.
1492 In particular, the OpenPGP function variables are no longer part of
1493 the exported libgnutls interface, and no header files from
1494 libgnutls-extra (GPL) are needed by libgnutls (LGPL).  The variables
1495 were never intended for non-internal purposes, and thus this does not
1496 imply a change in the external API/ABI.
1498 ** Print URL to gaa when missing, and fix srcdir!=builddir for GAA files.
1499 Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
1501 ** GnuTLS no longer uses -mms-bitfields --enable-runtime-pseudo-reloc.
1502 Before these parameters were set to make GnuTLS build under mingw32,
1503 however, they appear to no longer be necessary.
1505 ** A minor fix to the C++ library to make it build.
1506 Reported by Pavlov Konstantin <thresh@altlinux.ru>.
1508 ** Update of gnulib files.
1510 ** API and ABI modifications:
1511 gnutls_x509_crt_get_basic_constraints: ADD.
1512 gnutls_x509_crt_set_basic_constraints: ADD.
1513 cdk_pubkey_to_sexp: ADD (in opencdk).
1514 cdk_seckey_to_sexp: ADD (in opencdk).
1516 * Version 1.7.1 (released 2006-12-28)
1518 ** TLS 1.2 server side fix.
1519 The Certificate Request sent did not contain the list of supported
1520 hashes field, thus violating the protocol.  It will now contain an
1521 empty list.  Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
1523 ** TLS 1.2 DSA signature verification fix.
1524 Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
1526 ** Fix the list of trusted CAs that server's send to clients.
1527 Before, the list contained issuer DN's instead of subject DN's of the
1528 trusted CAs.  Reported by Max Kellermann <max@duempel.org>.
1530 ** Fix gnutls_certificate_set_x509_crl to initialize the CRL before using it.
1531 Also added a self-test in tests/certificate_set_x509_crl.c to test the
1532 function.  Reported by Max Kellermann <max@duempel.org>.
1534 ** Encode UID fields in DN's as DirectoryString.
1535 Before GnuTLS encoded and parsed UID fields as IA5String.  This was
1536 incorrect, it should have used DirectoryString.  Now it will use
1537 DirectoryString for the UID field, but for backwards compatibility it
1538 will also accept IA5String UID's.  Reported by Max Kellermann
1539 <max@duempel.org>.
1541 ** Improve out-of-sourcedir builds from CVS.
1542 Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
1544 ** Bootstrap tools changed.
1545 We now require autoconf 2.61, automake 1.10, and gettext 0.16, when
1546 building GnuTLS from CVS.  Libtool 1.5.22 is used.
1548 ** Fixed a syntax error in lib/gnutls.asn.
1549 Reported by Paul Millar <p.millar@physics.gla.ac.uk>.
1551 ** Added German translation of GnuTLS messages.
1553 ** Update of gnulib files.
1555 ** API and ABI modifications:
1556 No changes since last version.
1558 * Version 1.7.0 (released 2006-11-29)
1560 ** The default protocol priority try TLS 1.1 and TLS 1.2 too.
1561 The details is that the protocol priority set by
1562 `gnutls_set_default_priority' has been changed from TLS 1.0 and SSL
1563 3.0 to TLS 1.2, TLS 1.1, TLS 1.0 and SSL 3.0.
1565 ** Preliminary support for TLS 1.2.
1566 The client has been successfully tested against
1567 https://www.mikestoolbox.org:4433/.
1569 ** Anonself test now print a lot of debugging info, including TLS version.
1571 ** Doc fixes in OpenCDK, to avoid some gtk-doc warnings.
1573 ** Update of gnulib files.
1575 ** API and ABI modifications:
1576 GNUTLS_TLS1_2: New gnutls_protocol_t enum member.
1578 *** Pulled up from stable 1.6.x branch:
1580 ** Fix ./configure failure with non-GCC compilers.
1581 This fixes the following error message:
1582 configure: error: conditional "HAVE_LD_OUTPUT_DEF" was never defined.
1583 Reported by "Michael C. Vergallen" <mvergall@telenet.be>.
1585 * Version 1.6.3 (released 2007-05-26)
1587 ** New API functions to extract DER encoded X.509 Subject/Issuer DN.
1588 Suggested by Nate Nielsen <nielsen-list@memberwebs.com>.  Backported
1589 from the 1.7.x branch, see
1590 <http://lists.gnu.org/archive/html/help-gnutls/2007-05/msg00029.html>.
1592 ** Have PKCS8 parser return better error codes.
1593 Reported by Nate Nielsen <nielsen-list@memberwebs.com>, see
1594 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001653.html> and
1595 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001654.html>.
1597 ** Fix mem leak for sessions with client authentication via certificates.
1598 Reported by Andrew W. Nosenko <andrew.w.nosenko@gmail.com>, see
1599 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-April/001539.html>.
1601 ** Fix building of 'tlsia' self test.
1602 Earlier some gcc are known to build tlsia linking to
1603 $prefix/lib/libgnutls-extra.so rather than the libgnutls-extra.so in
1604 the build directory, even though command line parameters look OK.
1605 Changing order of some parameters fixes it.
1607 ** API and ABI modifications:
1608 gnutls_x509_crt_get_raw_issuer_dn: ADD.
1609 gnutls_x509_crt_get_raw_dn: ADD.
1611 * Version 1.6.2 (released 2007-04-18)
1613 ** Fix X.509 signing with RSA-PKCS#1 to set a NULL parameters fields.
1614 Before, we remove the parameters field, which resulted in a slightly
1615 different DER encoding which in turn caused signature verification
1616 failures of GnuTLS-generated RSA certificates in some other
1617 implementations (e.g., GnuPG 2.x's gpgsm).  Depending on which RFCs
1618 you read, this may or may not be correct, but our new behaviour appear
1619 to be consistent with other widely used implementations.
1621 ** Regenerate the PKIX ASN.1 syntax tree.
1622 For some reason, after changing the ASN.1 type of ldap-UID in the last
1623 release, the generated C file built from the ASN.1 schema was not
1624 refreshed.  This can cause problems when reading/writing UID
1625 components inside X.500 Distinguished Names.  Reported by devel
1626 <dev001@pas-world.com>.
1628 ** Updated translations.
1630 ** API and ABI modifications:
1631 No changes since last version.
1633 * Version 1.6.1 (released 2006-12-28)
1635 ** Fix the list of trusted CAs that server's send to clients.
1636 Before, the list contained issuer DN's instead of subject DN's of the
1637 trusted CAs.  Reported by Max Kellermann <max@duempel.org>.
1639 ** Fix gnutls_certificate_set_x509_crl to initialize the CRL before using it.
1640 Reported by Max Kellermann <max@duempel.org>.
1642 ** Encode UID fields in DN's as DirectoryString.
1643 Before GnuTLS encoded and parsed UID fields as IA5String.  This was
1644 incorrect, it should have used DirectoryString.  Now it will use
1645 DirectoryString for the UID field, but for backwards compatibility it
1646 will also accept IA5String UID's.  Reported by Max Kellermann
1647 <max@duempel.org>.
1649 ** Fix ./configure failure with non-GCC compilers.
1650 This fixes the following error message:
1651 configure: error: conditional "HAVE_LD_OUTPUT_DEF" was never defined.
1652 Reported by "Michael C. Vergallen" <mvergall@telenet.be>.
1654 ** API and ABI modifications:
1655 No changes since last version.
1657 * Version 1.6.0 (released 2006-11-17)
1659 ** No changes since 1.5.5.
1660 The major changes compared to the 1.4.x branch are:
1662 *** A GnuTLS C++ library is part of the official distribution.
1663 Currently there are no examples or documentation, but hopefully this
1664 will change.  See gnutlsxx.h for the API.
1666 *** Windows is a supported platform.
1667 There are, however, two know bugs.  One is related to select() in
1668 command line tools (not, nota bene, in the library), the other is a
1669 problem with libgcrypt that causes delays.  Help is needed to resolve
1670 those issues, so we feel we can't delay the release because of this.
1672 *** New APIs for custom push/pull function error reporting.
1673 The new APIs are gnutls_transport_set_errno and
1674 gnutls_transport_set_global_errno.  See the release notes for version
1675 1.5.4 for more information.
1677 *** Self tests are run under valgrind, if available.  See --disable-valgrind.
1679 * Version 1.5.5 (released 2006-11-16)
1681 ** Correctly bump shared library version after adding new APIs.
1682 This was forgotten in the last release.
1684 ** Fix unsigned vs signed problem in ex-x509-info.c example.
1685 Reported by Tim Kosse <tim.kosse@filezilla-project.org>.
1687 ** Fix the rsa-md5-collision self test to work for MinGW+Wine.
1689 ** Update of gnulib files.
1691 ** API and ABI modifications:
1692 No changes since last version.
1694 * Version 1.5.4 (released 2006-11-07)
1696 ** New API functions to set errno in push/pull functions.
1697 Under Windows, setting the errno variable in a push/pull replacement
1698 may end up setting the wrong errno variable, and GnuTLS send/recv
1699 functions become confused about the real errno returned from a failed
1700 push/pull function.  Therefor, we have added two APIs to set the errno
1701 variable used by GnuTLS.  The APIs can also help to keep things
1702 thread-safe, by avoiding potentially global variables.  Typically,
1703 instead of setting errno in your push/pull function, you will call one
1704 of these functions.  It is recommended to use
1705 gnutls_transport_set_errno, but if you don't have the session variable
1706 easily accessible in the push/pull replacement function, you can use
1707 gnutls_transport_set_global_errno.  Suggested by Tim Kosse
1708 <tim.kosse@filezilla-project.org>.
1710 void gnutls_transport_set_errno (gnutls_session_t session, int err);
1711 void gnutls_transport_set_global_errno (int err);
1713 ** When calling `recv' or `send' Windows errors are handled properly.
1714 The Windows recv/send functions doesn't use errno, and GnuTLS now use
1715 WSAGetLastError to access the error condition instead.
1717 ** Several OpenPGP API fixes.
1718 All suggested by ludovic.courtes@laas.fr (Ludovic Courtès).  The most
1719 important fix is to change the return value of
1720 gnutls_openpgp_privkey_get_pk_algorithm and
1721 gnutls_openpgp_key_get_pk_algorithm from 'int' to
1722 'gnutls_pk_algorithm_t', which is an enum type (and thus API/ABI
1723 compatible with 'int').
1725 ** When a GnuTLS server receive a SSLv2 Client Hello for an unknown TLS
1726 ** version, try to negotiate the highest version support by the GnuTLS server,
1727 ** instead of the lowest.
1728 Reported by <Pasi.Eronen@nokia.com>.
1730 ** Replace old constructs with use of gnulib modules.
1731 For example, we can now assume unistd.h, sys/stat.h, sys/socket.h in
1732 the code.  If the headers doesn't exist on the target system, gnulib
1733 will make sure its replacement header files are used instead.
1735 ** Fix SOVERSION computation for *.def files.
1736 This fixes build errors similar to "No rule to make target
1737 `libgnutls-`expr', needed by `all-am'." when building for Windows.
1739 ** gnutls_check-version uses strverscmp from gnulib.
1741 ** Update of gnulib files.
1743 ** API and ABI modifications:
1744 gnutls_transport_set_errno: ADD
1745 gnutls_transport_set_global_errno: ADD
1747 * Version 1.5.3 (released 2006-10-26)
1749 ** Add new self-test of RSA-MD5 signature chains.
1750 Note that we already, since GnuTLS 1.2.9, reject RSA-MD5 signatures
1751 when verifying X.509 chains.  The code is in tests/rsa-md5-collision/
1752 and is based on the work by Marc Stevens et al, see
1753 <http://www.win.tue.nl/hashclash/TargetCollidingCertificates/>.
1755 ** Re-factor self tests.
1757 ** The include copy of Libtasn1 is updated to version 0.3.7.
1759 ** The included copy of OpenCDK is updated to version 0.5.11.
1761 ** Fix the filename of the *.def file on Windows after library version bump.
1763 ** Separated the gnulib directory into one for LGPL modules and one for GPL.
1764 This allows the GPL'd part of GnuTLS to take advantage of the GPL'd
1765 gnulib modules.  Earlier we could only use the LGPL'ed module from
1766 gnulib, because two gnulib directories in the same project didn't
1767 work.
1769 ** API and ABI modifications:
1770 No changes since last version.
1772 * Version 1.5.2 (released 2006-10-03)
1774 ** Decrement the shared library version back to 13 (as in the 1.4.x branch).
1775 Note that if you installed 1.5.0 or 1.5.1, they will have a higher
1776 shared library version than this version, so you'll have to remove
1777 them and possibly relink your applications.  The reason for this is
1778 that no API/ABI changes have been made since the 1.4.x branch, and
1779 that incrementing the shared library version was a mistake.  Reported
1780 by Andreas Metzler <ametzler@downhill.at.eu.org>.
1782 ** Fix off-by-one error when computing length to malloc.
1783 The code is used by gnutls_openpgp_add_keyring_file and
1784 gnutls_openpgp_add_keyring_mem.  Reported by "Adam Langley"
1785 <agl@imperialviolet.org>.
1787 ** Add version script for the GnuTLS C++ library.
1788 Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
1790 ** Fix the C++ compiler detection logic.
1791 Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
1793 ** Update of gnulib files.
1795 ** API and ABI modifications:
1796 No changes since last version.
1798 * Version 1.5.1 (released 2006-09-21)
1800 ** Fix PKCS#1 verification to avoid a variant of Bleichenbacher's
1801 ** Crypto 06 rump session attack.
1802 In particular, we check that the digestAlgorithm.parameters field is
1803 missing or empty, to avoid that it can contain "garbage" that may be
1804 used to alter the numeric properties of the signature.  See
1805 <http://www.imc.org/ietf-openpgp/mail-archive/msg14307.html> (which is
1806 not exactly the same as the problem we fix here).  Reported by Yutaka
1807 OIWA <y.oiwa@aist.go.jp>.
1809 See GNUTLS-SA-2006-4 on http://www.gnutls.org/security.html for more
1810 up to date information.
1812 ** Add self test to test for above flaw.
1814 ** Fix gnutls-cli-debug regarding resume support detection.
1815 Earlier, if the session-id from the server had a length of 0, it would
1816 indicate the the server supports resumption, which isn't the case.
1817 Reported by Kataja Kai <kai.kataja@op.fi>.
1819 ** Fix building of examples on FreeBSD by including netinet/in.h.
1820 Reported by Roman Bogorodskiy <novel@FreeBSD.org>.
1822 ** Fix certtool bug that caused the private key to not be loaded when
1823 generating a certificate with --load-request, which in turn triggered
1824 another unrelated bug in gnutls_x509_crt_sign2 (also fixed).  Reported
1825 by Sascha Ziemann <sascha.ziemann@secunet.com>.
1827 ** gnutls-cli and gnutls-serv works on Windows.
1828 The problem was the select() call that doesn't work on file
1829 descriptors (stdin) on Windows.  We borrowed some code from plibc to
1830 solve this.  It appears to be somewhat unreliable though.
1832 ** Autoconf 2.60 is now used.
1834 ** API and ABI modifications:
1835 No changes since last version.
1837 * Version 1.5.0 (released 2006-08-13)
1839 ** Change SRP and Cert-Type extensions to match IANA registry.
1841 ** Fixed bug in OpenPGP authentication handshake.
1843 ** Improvements for building under MinGW.
1844 Provides internal inet_ntop and inet_pton functions and arpa/inet.h
1845 header.  Calls WSAStartup and WSACleanup in gnutls_global_init and
1846 gnutls_global_deinit, respectively.  Loads getaddrinfo and getnameinfo
1847 at run-time from ws2_32.dll, and falls back on a simple replacement if
1848 it is not available.  Builds the library with -mms-bitfields
1849 -Wl,--enable-runtime-pseudo-reloc.  Links with --output-def, to
1850 create *.def files, which are installed.
1852 ** The examples now (conditionally) include config.h and link to gnulib.
1853 No other source changes were necessary, so the examples should
1854 continue to be possible to use stand-alone without any autoconf or
1855 gnulib stuff.
1857 ** Added C++ header "gnutlsxx.h" and library "libgnutlsxx".
1858 You may unconditionally disable it with --disable-cxx.  See
1859 includes/gnutls/gnutlsxx.h and lib/gnutlsxx.cpp for the
1860 implementation.
1862 ** Made command line tool '--version' behave according to GNU Standards.
1863 This enables 'make distcheck' to succeed.
1865 ** OpenCDK updated to 0.5.9 to fix some problems with OpenPGP support.
1867 ** Make --without-included-libtasn1 work.
1868 Reported by Daniel Black <dragonheart@gentoo.org>.
1870 ** Fix a crash (strcmp() on a NULL value) in the certificate verification logic.
1871 See http://www.gnu.org/software/gnutls/security.html regardging
1872 GNUTLS-SA-2006-2 for more up to date information.  Reported by
1873 satyakumar <satyam_kkd@hyd.hellosoft.com>.
1875 ** API and ABI modifications:
1876 No changes since last version.
1878 * Version 1.4.5 (released 2006-11-06)
1880 ** When a GnuTLS server receive a SSLv2 Client Hello for an unknown TLS
1881 ** version, try to negotiate the highest version support by the GnuTLS server,
1882 ** instead of the lowest.
1883 Reported by <Pasi.Eronen@nokia.com>.
1885 ** Fix typo in doc/examples/ex-serv-pgp.c.
1886 Reported by Adam Langley" <agl@imperialviolet.org>.
1888 ** API and ABI modifications:
1889 No changes since last version.
1891 * Version 1.4.4 (released 2006-09-12)
1893 ** Relax the test that caught signatures that exploit the variant of
1894 ** Bleichenbacher's Crypto 06 rump session attack on our
1895 ** verification logic flaw.
1896 In particular, we now permit the digestAlgorithm.parameters field to
1897 be present but empty, whereas in 1.4.3 we actually checked that the
1898 field was absent.
1900 ** Revert the removal of debug information for the GNUTLS-SA-2006-3 problem.
1901 The messages are only printed in debug mode, which is not recommended
1902 for normal use, and thus logging this situation cannot be abused as an
1903 oracle in typical recommended situations.
1905 ** API and ABI modifications:
1906 No changes since last version.
1908 * Version 1.4.3 (released 2006-09-08)
1910 ** Fix PKCS#1 verification to avoid a variant of Bleichenbacher's
1911 ** Crypto 06 rump session attack.
1912 In particular, we check that the digestAlgorithm.parameters field is
1913 empty, to avoid that it can contain "garbage" that may be used to
1914 alter the numeric properties of the signature.  See
1915 <http://www.imc.org/ietf-openpgp/mail-archive/msg14307.html> (which is
1916 not exactly the same as the problem we fix here).  Reported by Yutaka
1917 OIWA <y.oiwa@aist.go.jp>.
1919 See GNUTLS-SA-2006-4 on http://www.gnutls.org/security.html for more
1920 up to date information.
1922 ** Fix PKCS#1 decryption to avoid Bleichenbacher's Crypto 98 attack.
1923 See <http://www.bell-labs.com/user/bleichen/papers/pkcs.ps.gz>.
1924 Reported by Werner Koch <wk@gnupg.org>.
1926 See GNUTLS-SA-2006-3 on http://www.gnutls.org/security.html for more
1927 up to date information.
1929 ** Fix crash in gnutls_x509_crt_sign2 if passed a NULL issuer_key.
1931 ** API and ABI modifications:
1932 No changes since last version.
1934 * Version 1.4.2 (released 2006-08-12)
1936 ** Fix a crash (strcmp() on a NULL value) in the certificate verification logic.
1937 This can happen if you call gnutls_certificate_verify_peers2 and have
1938 a certain mix of local CA certificates and the peer send special
1939 certificates, that together trigger certain behaviour.  It is not
1940 known at this point whether the crash can be triggered without the
1941 special local CA certificate, and thus turn this into a remote crash
1942 of clients that verify server certificates when they talk to a server
1943 with the special server certificate.  See GNUTLS-SA-2006-2 on
1944 http://www.gnu.org/software/gnutls/security.html for more up to date
1945 information.  Reported by satyakumar <satyam_kkd@hyd.hellosoft.com>.
1947 ** Change SRP and Cert-Type extensions to match IANA registry.
1949 ** OpenCDK updated to 0.5.9 to fix some problems with OpenPGP support.
1951 ** Make --without-included-libtasn1 work.
1952 Reported by Daniel Black <dragonheart@gentoo.org>.
1954 ** API and ABI modifications:
1955 No changes since last version.
1957 * Version 1.4.1 (released 2006-06-14)
1959 ** Replaced inactive ifdefs to enable openpgp support in test programs.
1961 ** Fixed bug in OpenPGP authentication handshake.
1963 ** Fixed typographical in man pages.
1965 ** Build fixes of the manual.
1967 ** Added Swedish translation.
1969 ** API and ABI modifications:
1970 No changes since last version.
1972 * Version 1.4.0 (released 2006-05-15)
1974 ** Remove GnuTLS 0.8.x compatibility functions.
1976 ** The libgcrypt RNG is initialized in gnutls_global_init().
1978 ** TLS/IA API changes from Emile van Bergen.
1979 A dummy credential structure is not needed now, if you wish to use the
1980 low-level TLS/IA API, simply call gnutls_ia_enable to enable TLS/IA on
1981 a session.
1983 ** The self-tests are now run under valgrind, if it is installed.
1985 ** Libtasn1 is updated to 0.3.4, and that version is now required.
1987 ** The command line tools now use getaddrinfo and support IPv6.
1989 ** API and ABI modifications:
1990 _gnutls_x509_get_raw_crt_activation_time,
1991 _gnutls_x509_get_raw_crt_expiration_time: Removed.
1992 gnutls_ia_require_inner_phase: Removed, replaced by gnutls_ia_enable.
1993 gnutls_ia_enable: Added.
1995 * Version 1.3.5 (released 2006-03-08)
1997 ** Error messages are now translated using GNU Gettext.
1999 ** The function gnutls_x509_crt_to_xml now return an internal error.
2000 This means that the code to convert X.509 certificates to XML format
2001 does not work any more.  The reason is that the function called
2002 libtasn1 internal functions.  It seems unclean for libtasn1 to export
2003 the APIs needed here.  Instead it would be better to implement XML
2004 support inside libtasn1 properly.  If you need this functionality
2005 strongly, please consider looking into implementing this suggested
2006 approach instead.  As a workaround, you may also modify lib/x509/xml.c
2007 (change '#if 1' to '#if 0') and build using --with-included-libtasn1.
2009 ** Libraries are now built with libtool's -no-undefined.
2010 This helps producing libraries for Windows using mingw32.
2012 ** Doc fixes to explain that gnutls_record_send can block.
2014 ** Libtasn1 0.3.1 or later is now required.
2015 The include copy has been updated too.
2017 ** gnutls-cli can now recognize services and port numbers with the -p option.
2019 ** API and ABI modifications:
2020 No changes since last version.
2022 * Version 1.3.4 (released 2006-02-09)
2024 ** Fix read of out bounds bug in DER parser.
2025 Reported by Evgeny Legerov <admin@gleg.net>, and debugging help from
2026 Protover SSL.  Libtasn1 0.2.18 is now required, which contains the
2027 previous bug fix.  The included libtasn1 version in GnuTLS has been
2028 updated.
2030 ** Fixed bug in non-blocking gnutls_bye(). gnutls_record_send() will no 
2031 longer invalidate a session if the underlying send fails, but it will 
2032 prevent future writes. That is to allow reading the already received data.
2033 Patches and bug reports by Yoann Vandoorselaere <yoann@prelude-ids.org>
2035 ** Corrected bugs in gnutls_certificate_set_x509_crl() and
2036 gnutls_certificate_set_x509_trust(), that caused memory corruption if 
2037 more than one certificates were added. Report and patch by Max Kellermann.
2039 ** Fix build problems of OpenCDK on AIX.
2040 Thanks to "Heiden, John" <JHeiden@UTNet.UToledo.Edu>.
2042 ** API and ABI modifications:
2043 No changes since last version.
2045 * Version 1.3.3 (released 2006-01-12)
2047 ** New API to access the TLS master secret.
2048 When possible, you should use the TLS PRF functions instead.
2049 Suggested by Jouni Malinen <jkmaline@cc.hut.fi>.
2051 ** Improved handling when multiple libraries use GnuTLS at the same time.
2052 Now gnutls_global_init() can be called multiple times, and
2053 gnutls_global_deinit() will only deallocate the structure when it has
2054 been called as many times as gnutls_global_init() was called.
2056 ** Added a self test of TLS resume functionality.
2058 ** Fix crash in TLS resume code, caused by TLS/IA changes.
2060 ** Documentation fixes about thread unsafety, prompted by
2061 ** discussion with bryanh@giraffe-data.com (Bryan Henderson).
2062 In particular, gnutls_global_init() and gnutls_global_deinit() are not
2063 thread safe.  Careful callers may want to protect the call using a
2064 mutex.  The problem could also be ignored, which would cause a memory
2065 leak under rare conditions when two threads invoke the function
2066 roughly at the same time.
2068 ** Add 'const' keywords in various places, from Frediano ZIGLIO.
2070 ** The code was indented again, including the external header files.
2072 ** API and ABI modifications:
2073 New functions to retrieve the master secret value:
2074   gnutls_session_get_master_secret
2076 Add a 'const' keyword to existing API:
2077   gnutls_x509_crq_get_challenge_password
2079 * Version 1.3.2 (released 2005-12-15)
2081 ** GnuTLS now support TLS Inner application (TLS/IA).
2082 This is per draft-funk-tls-inner-application-extension-01.  This
2083 functionality is added to libgnutls-extra, so it is licensed under the
2084 GNU General Public License.
2086 ** New APIs to access the TLS Pseudo-Random-Function (PRF).
2087 The PRF is used by some protocols building on TLS, such as EAP-PEAP
2088 and EAP-TTLS.  One function to access the raw PRF and one to access
2089 the PRF seeded with the client/server random fields are provided.
2090 Suggested by Jouni Malinen <jkmaline@cc.hut.fi>.
2092 ** New APIs to acceess the client and server random fields in a session.
2093 These fields can be useful by protocols using TLS.  Note that these
2094 fields are typically used as input to the TLS PRF, and if this is your
2095 intended use, you should use the TLS PRF API that use the
2096 client/server random field directly.  Suggested by Jouni Malinen
2097 <jkmaline@cc.hut.fi>.
2099 ** Internal type cleanups.
2100 The uint8, uint16, uint32 types have been replaced by uint8_t,
2101 uint16_t, uint32_t.  Gnulib is used to guarantee the presence of
2102 correct types on platforms that lack them.  The uint type have been
2103 replaced by unsigned.
2105 ** API and ABI modifications:
2106 New functions to invoke the TLS Pseudo-Random-Function (PRF):
2107   gnutls_prf
2108   gnutls_prf_raw
2110 New functions to retrieve the session's client and server random values:
2111   gnutls_session_get_server_random
2112   gnutls_session_get_client_random
2114 New function, to perform TLS/IA handshake:
2115   gnutls_ia_handshake
2117 New function to decide whether to do a TLS/IA handshake:
2118   gnutls_ia_handshake_p
2120 New functions to allocate a TLS/IA credential:
2121   gnutls_ia_allocate_client_credentials
2122   gnutls_ia_free_client_credentials
2123   gnutls_ia_allocate_server_credentials
2124   gnutls_ia_free_server_credentials
2126 New functions to handle the AVP callback:
2127   gnutls_ia_set_client_avp_function
2128   gnutls_ia_set_client_avp_ptr
2129   gnutls_ia_get_client_avp_ptr
2130   gnutls_ia_set_server_avp_function
2131   gnutls_ia_set_server_avp_ptr
2132   gnutls_ia_get_server_avp_ptr
2134 New functions, to toggle TLS/IA application phases:
2135   gnutls_ia_require_inner_phase
2137 New function to mix session keys with inner secret:
2138   gnutls_ia_permute_inner_secret
2140 Low-level API (used internally by gnutls_ia_handshake):
2141   gnutls_ia_endphase_send
2142   gnutls_ia_send
2143   gnutls_ia_recv
2145 New functions that can be used after successful TLS/IA negotiation:
2146   gnutls_ia_generate_challenge
2147   gnutls_ia_extract_inner_secret
2149 Enum type with TLS/IA modes:
2150   gnutls_ia_mode_t
2152 Enum type with TLS/IA packet types:
2153   gnutls_ia_apptype_t
2155 Enum values for TLS/IA alerts:
2156   GNUTLS_A_INNER_APPLICATION_FAILURE
2157   GNUTLS_A_INNER_APPLICATION_VERIFICATION
2159 New error codes, to signal when an application phase has finished:
2160   GNUTLS_E_WARNING_IA_IPHF_RECEIVED
2161   GNUTLS_E_WARNING_IA_FPHF_RECEIVED
2163 New error code to signal TLS/IA verify failure:
2164   GNUTLS_E_IA_VERIFY_FAILED
2166 * Version 1.3.1 (released 2005-12-08)
2168 ** Support for DHE-PSK cipher suites has been added.
2169 This method offers perfect forward secrecy.
2171 ** Fix gnutls-cli STARTTLS hang when SIGINT is sent too quickly, thanks to
2172 Otto Maddox <ottomaddox@fastmail.fm> and Nozomu Ando <nand@mac.com>.
2174 ** Corrected a bug in certtool for 64 bit machines. Reported
2175 by Max Kellermann <max@duempel.org>.
2177 ** New function to set a X.509 private key and certificate pairs, and/or
2178 CRLs, from an PKCS#12 file, suggested by Emile van Bergen
2179 <emile@e-advies.nl>.
2181 The integrity of the PKCS#12 file is protected through a password
2182 based MAC; public-key based signatures for integrity protection are
2183 not supported.  PKCS#12 bags may be encrypted using password derived
2184 symmetric keys, public-key based encryption is not supported.  The
2185 PKCS#8 keys may be encrypted using passwords.  The API use the same
2186 password for all operations.  We believe that any more flexibility
2187 create too much complexity that would hurt overall security, but may
2188 add more PKCS#12 related APIs if real-world experience indicate
2189 otherwise.
2191 ** gnutls_x509_privkey_import_pkcs8 now accept unencrypted PEM PKCS#8 keys,
2192 reported by Emile van Bergen <emile@e-advies.nl>.
2193 This will enable "certtool -k -8" to parse those keys.
2195 ** Certtool now generate keys in unencrypted PKCS#8 format for empty passwords.
2196 Use "certtool -p -8" and press press enter at the prompt.  Earlier,
2197 certtool would have encrypted the key using an empty password.
2199 ** Certtool now accept --password for --key-info and encrypted PKCS#8 keys.
2200 Earlier it would have prompted the user for it, even if --password was
2201 supplied.
2203 ** Added self test of PKCS#8 parsing.
2204 Unencrypted and encrypted (pbeWithSHAAnd3-KeyTripleDES-CBC and
2205 pbeWithSHAAnd40BitRC2-CBC) formats are tested.  The test is in
2206 tests/pkcs8.
2208 ** API and ABI modifications:
2209 New function to set X.509 credentials from a PKCS#12 file:
2210   gnutls_certificate_set_x509_simple_pkcs12_file
2212 New gnutls_kx_algorithm_t enum type:
2213   GNUTLS_KX_DHE_PSK
2215 New API to return session data (basically same as gnutls_session_get_data):
2216   gnutls_session_get_data2
2218 New API to set PSK Diffie-Hellman parameters:
2219   gnutls_psk_set_server_dh_params
2221 * Version 1.3.0 (2005-11-15)
2223 ** Support for TLS Pre-Shared Key (TLS-PSK) ciphersuites have been added.
2224 This add several new APIs, see below.  Read the updated manual for
2225 more information.  A new self test "pskself" has been added, that will
2226 test this functionality.
2228 ** The session resumption data are now system independent.
2230 ** The code has been re-indented to conform to the GNU coding style.
2232 ** Removed the RIPEMD ciphersuites.
2234 ** Added a discussion of the internals of gnutls in manual.
2236 ** Fixes for Tru64 UNIX 4.0D that lack MAP_FAILED, from Albert Chin.
2238 ** Remove trailing comma in enums, for IBM C v6, from Albert Chin.
2240 ** Make sure config.h is included first in a few files, from Albert Chin.
2242 ** Don't use C++ comments ("//") as they are invalid, from Albert Chin.
2244 ** Don't install SRP programs and man pages if --disable-srp-authentication,
2245 from Albert Chin.
2247 ** API and ABI modifications:
2248 New gnutls_kx_algorithm_t key exchange type: GNUTLS_KX_PSK
2250 New gnutls_credentials_type_t credential type:
2251   GNUTLS_CRD_PSK
2253 New credential types:
2254   gnutls_psk_server_credentials_t
2255   gnutls_psk_client_credentials_t
2257 New functions to allocate PSK credentials:
2258   gnutls_psk_allocate_client_credentials
2259   gnutls_psk_free_client_credentials
2260   gnutls_psk_free_server_credentials
2261   gnutls_psk_allocate_server_credentials
2263 New enum type for PSK key flags:
2264   gnutls_psk_key_flags
2266 New function prototypes for credential callback:
2267   gnutls_psk_client_credentials_function
2268   gnutls_psk_server_credentials_function
2270 New function to set PSK username and key:
2271   gnutls_psk_set_client_credentials
2273 New function to set PSK passwd file:
2274   gnutls_psk_set_server_credentials_file
2276 New function to extract PSK user in server:
2277   gnutls_psk_server_get_username
2279 New functions to set PSK callback:
2280   gnutls_psk_set_server_credentials_function
2281   gnutls_psk_set_client_credentials_function
2283 Use size_t instead of int for output size parameter:
2284   gnutls_srp_base64_encode
2285   gnutls_srp_base64_decode
2287 * Version 1.2.11 (2006-05-11)
2288 - The function gnutls_x509_crt_to_xml is not supported any more, and
2289   return an internal error.  The reason is that the function called
2290   internal libtasn1 functions which are no longer exported from
2291   libtasn1.
2292 - Updated libtasn1 requirement to 0.3.4 and refreshed internal mintiasn1.
2293 - Updated gnulib compatibility files.
2294 - Fixed _gnutls_x509_get_raw_crt_expiration_time and
2295   _gnutls_x509_get_raw_crt_activation_time to return (time_t)-1 on errors.
2296 - API and ABI modifications:
2297   No changes since last version.
2299 * Version 1.2.10 (2006-02-09)
2300 - Fix read out bounds bug in DER parser.  Reported by Evgeny Legerov
2301   <admin@gleg.net>, and debugging help from Protover SSL.
2302 - Libtasn1 0.2.18 is now required (contains the previous bug fix).
2303   The included version has been updated too.
2304 - Fix gnutls-cli STARTTLS hang when SIGINT is sent too quickly, thanks to
2305   Otto Maddox <ottomaddox@fastmail.fm> and Nozomu Ando <nand@mac.com>.
2306 - Corrected a bug in certtool for 64 bit machines. Reported
2307   by Max Kellermann <max@duempel.org>.
2308 - Corrected bugs in gnutls_certificate_set_x509_crl() and
2309   gnutls_certificate_set_x509_trust(), that caused memory corruption if
2310   more than one certificates were added. Report and patch by Max Kellermann.
2311 - Fixed bug in non-blocking gnutls_bye(). gnutls_record_send() will no 
2312   longer invalidate a session if the underlying send fails, but it will 
2313   prevent future writes. That is to allow reading the already received data.
2314   Patches and bug reports by Yoann Vandoorselaere <yoann@prelude-ids.org>
2316 * Version 1.2.9 (2005-11-07)
2317 - Documentation was updated and improved.
2318 - RSA-MD2 is now supported for verifying digital signatures.
2319 - Due to cryptographic advances, verifying untrusted X.509
2320   certificates signed with RSA-MD2 or RSA-MD5 will now fail with a
2321   GNUTLS_CERT_INSECURE_ALGORITHM verification output.  For
2322   applications that must remain interoperable, you can use the
2323   GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2 or GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5
2324   flags when verifying certificates.  Naturally, this is not
2325   recommended default behaviour for applications.  To enable the
2326   broken algorithms, call gnutls_certificate_set_verify_flags with the
2327   proper flag, to change the verification mode used by
2328   gnutls_certificate_verify_peers2.
2329 - Make it possible to send empty data through gnutls_record_send,
2330   to align with the send(2) API.
2331 - Some changes in the certificate receiving part of handshake to prevent
2332   some possible errors with non-blocking servers.
2333 - Added numeric version symbols to permit simple CPP-based feature
2334   tests, suggested by Daniel Stenberg <daniel@haxx.se>.
2335 - The (experimental) low-level crypto alternative to libgcrypt used
2336   earlier (Nettle) has been replaced with crypto code from gnulib.
2337   This leads to easier re-use of these components in other projects,
2338   leading to more review and simpler maintenance.  The new configure
2339   parameter --with-builtin-crypto replace the old --with-nettle, and
2340   must be used if you wish to enable this functionality.  See README
2341   under "Experimental" for more information.  Internally, GnuTLS has
2342   been updated to use the new "Generic Crypto" API in gl/gc.h.  The
2343   API is similar to the old crypto/gc.h, because the gnulib code were
2344   based on GnuTLS's gc.h.
2345 - Fix compiler warning in the "anonself" self test.
2346 - API and ABI modifications:
2347 gnutls_x509_crt_list_verify: Added 'const' to prototype in <gnutls/x509.h>.
2348                              This doesn't reflect a change in behaviour,
2349                              so we don't break backwards compatibility.
2350 GNUTLS_MAC_MD2: New gnutls_mac_algorithm_t value.
2351 GNUTLS_DIG_MD2: New gnutls_digest_algorithm_t value.
2352 GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2,
2353 GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5: New gnutls_certificate_verify_flags values.
2354                                   Use when calling
2355                                   gnutls_x509_crt_list_verify,
2356                                   gnutls_x509_crt_verify, or
2357                                   gnutls_certificate_set_verify_flags.
2358 GNUTLS_CERT_INSECURE_ALGORITHM: New gnutls_certificate_status_t value,
2359                                 used when broken signature algorithms
2360                                 is used (currently RSA-MD2/MD5).
2361 LIBGNUTLS_VERSION_MAJOR,
2362 LIBGNUTLS_VERSION_MINOR,
2363 LIBGNUTLS_VERSION_PATCH,
2364 LIBGNUTLS_VERSION_NUMBER: New CPP symbols, indicating the GnuTLS
2365                           version number, can be used for feature existence
2366                           tests.
2368 * Version 1.2.8 (2005-10-07)
2369 - Libgcrypt 1.2.2 is required to fix a bug for forking GnuTLS servers.
2370 - Don't install the auxilliary libexamples library used by the
2371   examples in doc/examples/ on "make install", report and tiny patch
2372   from Thomas Klausner <tk@giga.or.at>.
2373 - If you pass a X.509 CA or PGP trust database to the command line
2374   tool, it will now abort the connection if the server certificate
2375   validation fails.  Use the parameter --insecure to continue even
2376   after certificate validation failures.  Inspired from discussion
2377   with Alexander Kotelnikov <sacha@myxomop.com>.
2378 - The test for socklen_t has been moved to gnulib.
2379 - Link failures for duplicate or missing "program_name" symbol has been fixed,
2380   patch from Martin Lambers <marlam@marlam.de>.
2381 - The command line tool and the examples no longer uses mmap or bzero,
2382   to make them more portable, patch from Martin Lambers
2383   <marlam@marlam.de>.
2384 - Made the PKCS #12 API handle null passwords. Based on patch by
2385   Anton Altaparmakov <aia21@cam.ac.uk>.
2386 - The GTK-DOC manual should build with current released tools.
2387   (But a copy of the output is included, so the tools are not required.)
2388 - The inet_ntop function is now used through gnulib.
2389 - API and ABI modifications:
2390   No changes since last version.
2392 * Version 1.2.7 (2005-09-09)
2393 - The GNUTLS and GNUTLS-EXTRA libraries are now built with versioned symbols.
2394 - Certtool now complains when reading out-of-range X.509 serial
2395   numbers, suggested by Fran <e_agf@yahoo.es>.
2396 - Certtool now uses the readline library (when available) when reading
2397   X.509 serial numbers.
2398 - Fixed build problems in getpass on uClibc and Mingw32 platforms.
2399 - Fixed compile warning regarding socklen_t on Mingw32, reported by
2400   Martin Lambers <marlam@marlam.de>.
2401 - Fixed examples in doc/examples/, suggested by Fran <e_agf@yahoo.es>.
2402 - Gnulib is now used for the core library, enabling future code cleanups.
2403 - The gnutls-cli tool now use gnutls_certificate_verify_peers2,
2404   suggested by Daniel Stenberg <daniel@haxx.se>.
2405 - Doc fixes for gnutls_transport_set_push and gnutls_transport_set_pull.
2406 - Minilibtasn1 is now 0.2.17 (removed optional use of C99 macros).
2407 - Disable zlib support if zlib.h is not present.
2408 - A number of internal cleanups.
2409 - API and ABI modifications:
2410   No changes since last version.
2412 * Version 1.2.6 (2005-07-16)
2413 - MiniLZO updated to version 2.01 and moved to separate directory.
2414 - Collision between system LZO header files and MiniLZO header file
2415   fixed, reported by Matthias Urlichs <smurf@smurf.noris.de>.
2416 - Will now test for liblzo functionality in liblzo2 too, reported by
2417   Thomas Klausner <tk@giga.or.at>.
2418 - Minilibtasn1 is now 0.2.14 (no code changes).
2419 - Some code changes to avoid GTK-DOC warnings.
2420 - API and ABI modifications:
2421   No changes since last version.
2423 * Version 1.2.5 (2005-07-03)
2424 - More builddir != srcdir fixes, reported by Mike Castle
2425   <dalgoda@ix.netcom.com>.
2426 - Fixed off-by-one bug in the size parameter of gnutls_x509_crt_get*_dn,
2427   reported by Adam Langley <alangley@gmail.com>.
2428 - Corrected some stuff in minilzo detection. Pointed out by 
2429   Sergey Lipnevich.
2430 - MiniLZO updated to version 2.00.
2431 - gnutls_x509_crt_list_import now accept a DER formatted CRL.
2432 - API and ABI modifications:
2433   No changes since last version.
2435 * Version 1.2.4 (2005-05-28)
2436 - Corrected some bugs that could affect 64 bit systems.
2437 - Some corrections in the header files to include the prototype
2438   of memmem properly (affected 64 bit systems). Report and patch
2439   by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2440 - Introduced the --fix-key option to certtool, which can be used to
2441   regenerate the (optional) parameters in a private key. It should
2442   be used together with --key-info.
2443 - Corrected a bug in certificate chain verification that could lead
2444   to marking a trusted chain as non trusted, if the last certificate in
2445   the chain was a self signed one.
2446 - Gnulib portability files were updated.
2447 - License were updated to reflect new FSF address.
2448 - API and ABI modifications:
2449   No changes since last version.
2451 * Version 1.2.3 (2005-04-28)
2452 - Corrected bug in record packet parsing that could lead
2453   to a denial of service attack.
2454 - Corrected bug in RSA key export. Previously exported keys
2455   can be fixed using certtool. Use certtool -k <infile >outfile
2456 - API and ABI modifications:
2457     gnutls_x509_privkey_fix(): Add.
2459 * Version 1.2.2 (2005-04-25)
2460 - gnutls_error_to_alert() now considers
2461   GNUTLS_E_UNEXPECTED_HANDSHAKE_PACKET.
2462 - Fixed error in session resuming that could cause a crash in a session.
2463 - Fixed pkcs12 friendly name and local key identifier decoding.
2464 - Internal cleanups, removed duplicate typedef/struct definitions,
2465   and made source code include external include file, to check
2466   function prototypes during compile time.
2467 - API and ABI modifications:
2468   No changes since last version.  At least not intentional, but due
2469   to the include header changes, there may be inadvertant changes,
2470   please let us know if you find any.
2472 * Version 1.2.1 (2005-04-04)
2473 - gnutls_bye() will no longer fail when RDWR is used and application
2474   data are available for reading.
2475 - Added more strict checks for the SRP parameters (g,n), when they
2476   are not in the included list.
2477 - Added warning to certtool when MD5 is being used for digital
2478   signatures.
2479 - Optimizations ("-O2 -finline-functions") are not enabled by default,
2480   instead the standard autoconf defaults are used.  Use `./configure
2481   CFLAGS="-O2 -finline-functions"' to get the old optimizations.
2482 - Added the option --get-dh-params to certtool, in order to get the
2483   parameters included in the library primes and generators.
2484 - Improved the semantics of GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT, to
2485   allow only trusted Version 1 CAs and introduced
2486   GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT which has the old semantics.
2487 - Nettle self tests now build properly, reported by Pierre
2488   <pierre42d@9online.fr>.
2489 - Eliminated some memory leaks in DHE and RSA-EXPORT cipher suites.
2490   Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2491 - If the library has been compiled with features disabled, a warning is 
2492   issued during the compilation of any program.
2493 - API and ABI modifications:
2494     gnutls_x509_crt_list_import(): Add
2495     gnutls_x509_crq_get_attribute_by_oid(): Add.
2496     gnutls_x509_crq_set_attribute_by_oid(): Add
2497     gnutls_x509_crt_set_extension_by_oid(): Add.
2498     GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT: Modify semantics.
2499     GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT: Add, old behaviour.
2501 * Version 1.2.0 (2005-01-27)
2502 - Added the definitions and OIDs for the RIPEMD-160 hash algorithm.
2503 - Introduced gnutls_x509_crt_sign2(), gnutls_x509_crq_sign2() and 
2504   gnutls_x509_crl_sign2().
2505 - Fixed license header in source code files.
2507 * Version 1.1.23 (2005-01-18)
2508 - It is now possible to generate PKCS#12 structures without private
2509   keys using "certtool --to-p12", suggested by Fabian Fagerholm
2510   <fabbe@paniq.net>.
2511 - Certtool now prints information for the RSA and DSA parameters of
2512   certificates and private keys.
2513 - Corrected the write of CRL distribution points.
2514 - The certificate chain verification function now checks certificates
2515   in the reverse order to minimize the spent resources.
2516 - Corrected several bugs found by Marcin Garski <mgarski@post.pl>
2517 - The functions gnutls_x509_crl_get_issuer_dn, gnutls_x509_crq_get_dn,
2518   gnutls_x509_crt_get_issuer_dn, gnutls_x509_crt_get_dn, and
2519   gnutls_x509_rdn_get now set *sizeof_buf to the buffer length that is
2520   required, instead of the string length.  That is, the value has been
2521   incremented by 1 to account for the terminating zero. Reported by
2522   Martin Lambers <marlam@web.de>.
2523 - Debug output shouldn't crash on platforms that doesn't handle NULL
2524   printf %s values.  Reported by Michael.Ringe@aachen.utimaco.de.
2525 - Sync included copy of libtasn1 with version 0.2.13.
2526 - Client X.509 authenticated connections via gnutls-cli should now work again.
2528 * Version 1.1.22 (2004-11-04)
2529 - Replace GNU LD version script with Libtool -export-symbols-regex,
2530   from Joe Orton <joe@manyfish.co.uk>.
2531 - Documentation improvements.
2532 - Code indented using 'indent -i4 -kr'.
2533 - The API manual is included in Devhelp format.  (Was in last release too,
2534   but the NEWS entry was forgotten.)
2535 - The OpenSSL compatibility code now use the internal crypto interface.
2536 - Added simple self test of OpenSSL compatibility library.
2537 - Internally, libtool convenience libraries are used.
2538 - Cleanups to configure.ac.
2540 * Version 1.1.21 (2004-10-27)
2541 - Print DN of certificates with unknown characters in them, but in hexform
2542   only.
2543 - Added second precision to the X.509 parsing and generation functions.
2544 - Corrected bug in _gnutls_x509_get_dn_oid(), and returns the
2545   actual OID.
2546 - Add parameter --la-file to libgnutls-config and libgnutls-extra-config,
2547   tiny patch contributed by Joe Orton <joe@manyfish.co.uk>.
2548 - Add pkg-config meta files, suggested by Stéphane LOEUILLET
2549   <stephane.loeuillet@tiscali.fr>.
2550 - Fix memory initializaion bug in gnutls_certificate_set_x509_trust,
2551   tiny patch by Aleix Conchillo Flaque <aleix@member.fsf.org>.
2552 - Add self test of PKCS#12 functionality in "certtool", based on test
2553   vectors from Joe Orton <joe@manyfish.co.uk>.
2554 - Fix library order in libgnutls*-config --libs output, to permit
2555   static linking, reported by Yoann Vandoorselaere
2556   <yoann@prelude-ids.org>.
2558 * Version 1.1.20 (2004-10-12)
2559 - Fix compile problem in gl/getpass.c on some systems.
2561 * Version 1.1.19 (2004-10-07)
2562 - Fix memory leak in gnutls_certificate_verify_peers and
2563   gnutls_certificate_free_credentials, report and patch by Simon
2564   Posnjak <simon.posnjak@cetrtapot.si>.
2565 - Fix crash in `certtool --to-p12 --load-privkey foo', i.e. exporting
2566   a key and no certificate to PKCS#12.
2567 - Fix objdir != srcdir builds, reported by "Gerrit P. Haase"
2568   <gp@familiehaase.de>.
2569 - Fixes faulty getpass implementation in libextra/opencdk/, reported
2570   by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2571 - Uses memmem instead of strnstr in lib/.
2572 - Using more GNULib portability files, although not yet inside lib/.
2573 - Added gnutls_certificate_verify_peers to gnutls/compat.h.
2574   Nikos deprecated gnutls_certificate_verify_peers in favor of
2575   gnutls_certificate_verify_peers2 earlier in the 1.1 branch.
2576 - Improvements to the manual.
2577 - Add new example "ex-rfc2818" for certificate verification, from Nikos.
2578 - Known bug: the library require snprintf.  This has not yet been
2579   fixed, but will be handled via GNULib later on.
2581 * Version 1.1.18 (2004-08-24)
2582 - Corrected handling of certificate with dates after year 2038.
2583 - Corrected DER decoder which could incorrectly treat input as BER and fail.
2584 - Correct certtool --smime-to-p7 end of line character handling.
2585 - Added example client and server for anonymous authentication.
2586 - Added self test that tests anonymous TLS client and server.
2587 - Added self tests of Nettle and generic crypto layer.
2588 - Added API reference manual in HTML format in doc/reference/ using GTK-DOC.
2589   Online version at <http://www.gnu.org/software/gnutls/reference/>.
2590 - Assume C89 or better; removed checks for size_t, ptrdiff_t and time_t.
2591 - Man pages for API functions are included.
2593 * Version 1.1.17 (2004-08-18)
2594 - Bug fix of padding string in RSA PKCS#1 v1.5 type 2 encryption,
2595   reported by Robey Pointer <robey@danger.com>.
2596 - Generic crypto interface for secret key ciphers, hashes and randomness added.
2597   See section "Experimental" within section "COMPILATION ISSUES" in README.
2598 - Removed length limit on passwords read by 'certtool'.
2599 - Documentation fixes.
2601 * Version 1.1.16 (2004-08-15)
2602 - Fix missing gnulib linker parameter when building certtool.
2603 - Add gnulib module 'progname', needed by module 'error'.
2604 - Improve building with srcdir != objdir.
2606 * Version 1.1.15 (2004-08-15)
2607 - Certtool has simplistic --smime-to-p7 to translate RFC 2633 messages into
2608   PKCS #7 format.
2609 - Ported to Mac OS X / Darwin.
2610 - Ported to FreeBSD.
2612 * Version 1.1.14 (2004-08-09)
2613 - Documentation converted to Texinfo format.
2614 - Bug fix of test suite.
2615 - Configure now print build information, used by Autobuild.
2617 * Version 1.1.13 (2004-08-05)
2618 - Added simple self test suite.
2620 * Version 1.1.12 (2004-08-02)
2621 - Updated the SRP authentication to conform to the
2622   latest (yet unreleased) draft. Unfortunately this breaks
2623   compatibility with previous versions.
2624 - Changed the makefiles to be more portable.
2625 - SRP ciphersuites were moved to the gnutls library.
2626 - Added some default limits in the verification of certificate
2627   chains, to avoid denial of service attacks. Also added 
2628   gnutls_certificate_set_verify_limits() to override them.
2629   Issue pointed out by Patrik Hornik <patrik@hornik.sk>.
2630 - Added gnutls_certificate_verify_peers2().
2632 * Version 1.1.11 (2004-07-16)
2633 - Added the '_t' suffix to all exported symbols.
2634 - Fixed bug in RSA encryption, report and patch by Martijn Koster 
2635   <mak@greenhills.co.uk>.
2636 - Corrected a bug in certificate verification. Pointed out by
2637   Yoann Vandoorselaere <yoann@prelude-ids.org>
2638 - Added the GNUTLS_VERIFY_DO_NOT_ALLOW_SAME flags to the
2639   verification functions.
2640 - The ephemeral DH and RSA parameters are no longer stored in the
2641   session resume DB.
2642 - Do not free the SRP (prime and generator) parameters obtained from the 
2643   callback if they are the static ones defined in extra.h
2644 - Eliminated some memory leaks. Reported by Yoann Vandoorselaere.
2646 * Version 1.1.10 (2004-06-12)
2647 - Added gnutls_sign_algorithm_get_name() and gnutls_pk_algorithm_get_name()
2648 - Corrected bug in TLS renegotiation.
2649 - Corrected bug in OpenPGP key loading using a callback.
2650 - gnutls-srpcrypt was renamed to srptool
2651 - Allow handshake requests by the client.
2652 - Automatically disable certificate types that do not have corresponding
2653   certificates.
2654 - Added gnutls_auth_client_get_type() and gnutls_auth_server_get_type()
2655 - Opencdk library is being included if not found.
2656 - certtool can now add ip address SAN extension.
2657 - certtool has now support for more X.520 DN attribute types.
2658 - Better handling of EOF in gnutls_record_recv().
2659 - _gnutls_deinit() is no longer used. Sessions are not
2660   automatically removed any more, on abnormal termination.
2661 - Corrected session resuming in SRP ciphersuites.
2662 - Updated to conform to the latest srp draft (draft-ietf-tls-srp-07)
2663 - Added new functions to allow access to the ephemeral
2664   Diffie Hellman parameters.
2665 - Added the functions gnutls_x509_crt_get_pk_rsa_raw() and
2666   gnutls_x509_crt_get_pk_dsa_raw() to retrieve parameters from certificates.
2667 - Added the functions gnutls_dh_get_group(), gnutls_dh_get_pubkey() and
2668   gnutls_rsa_export_get_pubkey() to retrieve parameters of the DH or
2669   RSA-EXPORT key exchange.
2670 - Some fixes in the session resuming code.
2671 - Added gnutls_openpgp_keyring_check_id().
2673 * Version 1.1.9 (2004-04-14)
2674 - Added support for authority key identifier and the extended key usage
2675   X.509 extension fields. The certtoool was updated to support them.
2676 - The RC2 cipher is no more included. The one in libgcrypt is now used.
2677 - Added batch support to certtool. Now it can use templates.
2679 * Version 1.1.8 (2004-04-07)
2680 - Implemented all the tests for the SRP group parameters in
2681   client side. This may lead to incompatibility with very
2682   old gnutls servers.
2683 - Corrected bug in RSA parameters handling which could cause
2684   unexpected crashes.
2685 - Optimized the copying of rsa_params.
2687 * Version 1.1.7 (2004-03-29)
2688 - Added gnutls_certificate_set_params_function() and 
2689   gnutls_anon_set_params_function() that set the RSA or DH
2690   parameters using a callback.
2691 - Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy()
2692   and gnutls_x509_privkey_cpy().
2693 - Corrected a compilation issue when opencdk was installed in a
2694   non standard directory.
2695 - Deprecated: gnutls_srp_server_set_select_function(), 
2696   gnutls_certificate_client_set_select_function(), gnutls_srp_server_set_select_function().
2698 * Version 1.1.6 (2004-02-24)
2699 - Several bug fixes, by Arne Thomassen.
2700 - Fixed a bug where 'server name' extension was always sent.
2702 * Version 1.1.5 (2004-01-06)
2703 - Added the gnutls_sign_algorithm type.
2705 * Version 1.1.4 (2004-01-04)
2706 - Improved gnutls-cli's SRP behaviour in SRP ciphersuites.
2707   If they are of highest priority then the abbreviated handshake
2708   is used.
2709 - Removed all references of missing files.
2710 - Changed handshake behaviour to send the lowest TLS version
2711   when an unsupported version was advertized. The current behaviour
2712   is to send the maximum version we support.
2713 - Corrected problem printing the DC attributes in a DN.
2715 * Version 1.1.3 (2003-12-30)
2716 - Implemented TLS 1.1 (and also obsoleted the TLS 1.0 CBC protection
2717   hack).
2719 * Version 1.1.2 (2003-12-28)
2720 - Added CRL verification functionality to certtool.
2721 - Corrected the CRL distribution point extension handling.
2723 * Version 1.1.1 (2003-12-26)
2724 - Added PKCS #7 support to certtool utility.
2725 - Added support for reading and generating CRL distribution
2726   points extensions in certificates.
2727 - Added support for generating CRLs in the library and the
2728   certtool utility.
2729 - Added support for the Subject Key ID PKIX extension.
2731 * Version 1.1.0 (2003-12-21)
2732 - The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_RSA_PARAMS
2733   are no longer returned by the handshake function. Ciphersuites that
2734   require temporary parameters are removed when such parameters do not exist.
2735 - Added the callbacks gnutls_certificate_client_retrieve_function() and
2736   gnutls_certificate_server_retrieve_function(), to allow a client or a server
2737   to specify certificates for the handshake without storing them to the
2738   credentials structure.
2739 - Added support for generating and exporting DSA private keys.
2740 - Added gnutls_x509_crt_set_key_usage() and certtool can now set the
2741   certificate's key usage.
2742 - Added gnutls_openpgp_key_get_key_usage().
2744 * Version 1.0.25 (2005-04-27)
2745 - Corrected bug in record packet parsing that could lead
2746   to a denial of service attack.
2747 - Corrected bug in RSA key export.
2749 * Version 1.0.24 (2005-01-18)
2750 - Corrected several bugs found by Marcin Garski <mgarski@post.pl>
2752 * Version 1.0.23 (2004-11-13)
2753 - Replace GNU LD version script with Libtool -export-symbols-regex,
2754   from Joe Orton <joe@manyfish.co.uk>.
2755 - Copy libtasn1 has been updated to version 0.2.11.
2756 - Corrected the write of CRL distribution points.
2757 - It is now possible to generate PKCS#12 structures without private
2758   keys using "certtool --to-p12", suggested by Fabian Fagerholm
2759   <fabbe@paniq.net>.
2761 * Version 1.0.22 (2004-10-28)
2762 - Print DN of certificates with unknown characters in them, but in hexform
2763   only.
2764 - Corrected bug in _gnutls_x509_get_dn_oid(), and returns the
2765   actual OID.
2766 - Added second precision to the X.509 parsing functions.
2767 - Add parameter --la-file to libgnutls-config and libgnutls-extra-config,
2768   tiny patch contributed by Joe Orton <joe@manyfish.co.uk>.
2769 - Add pkg-config meta files, suggested by Stéphane LOEUILLET
2770   <stephane.loeuillet@tiscali.fr>.
2771 - Fix memory initializaion bug in gnutls_certificate_set_x509_trust,
2772   tiny patch by Aleix Conchillo Flaque <aleix@member.fsf.org>.
2773 - Fix certtool --password for PKCS #12, back ported from 1.1.x branch.
2774 - Fix library order in libgnutls*-config --libs output, to permit
2775   static linking, reported by Yoann Vandoorselaere
2776   <yoann@prelude-ids.org>.
2778 * Version 1.0.21 (2004-10-07)
2779 - Fix memory leak in gnutls_certificate_verify_peers and
2780   gnutls_certificate_free_credentials, report and patch by Simon
2781   Posnjak <simon.posnjak@cetrtapot.si>.
2782 - Fix crash in `certtool --to-p12 --load-privkey foo', i.e. exporting
2783   a key and no certificate to PKCS#12.
2784 - Fix objdir != srcdir builds, reported by "Gerrit P. Haase"
2785   <gp@familiehaase.de>.
2786 - Avoid redefining getpass if system already has it, reported by
2787   Yoann Vandoorselaere <yoann@prelude-ids.org>.
2788 - Add new example "ex-rfc2818" for certificate verification, from Nikos.
2789 - Known bug: the library require snprintf.
2791 * Version 1.0.20 (2004-08-18)
2792 - Bug fix of padding string in RSA PKCS#1 v1.5 type 2 encryption,
2793   reported by Robey Pointer <robey@danger.com>.
2795 * Version 1.0.19 (2004-08-09)
2796 - Bug fix of test suite.
2798 * Version 1.0.18 (2004-08-05)
2799 - Added simple self test suite.
2801 * Version 1.0.17 (2004-08-02)
2802 - Updated the SRP authentication to conform to the
2803   latest (yet unreleased) draft. Unfortunately this breaks
2804   compatibility with previous versions.
2805 - Changed the makefiles to be more portable.
2806 - Added some default limits in the verification of certificate
2807   chains, to avoid denial of service attacks. Also added 
2808   gnutls_certificate_set_verify_limits() to override them.
2809   Issue pointed out by Patrik Hornik <patrik@hornik.sk>.
2810 - Added gnutls_certificate_verify_peers2().
2812 * Version 1.0.16 (2004-07-10)
2813 - Do not free the SRP (prime and generator) parameters obtained from the 
2814   callback if they are the static ones defined in extra.h.
2815 - Eliminated some memory leaks. Reported by Yoann Vandoorselaere.
2816 - Some fixes in the makefiles.
2818 * Version 1.0.15 (2004-06-29)
2819 - Fixed bug in RSA encryption, report and patch by Martijn Koster 
2820   <mak@greenhills.co.uk>.
2821 - Corrected a bug in certificate verification. Pointed out by
2822   Yoann Vandoorselaere <yoann@prelude-ids.org>.
2824 * Version 1.0.14 (2004-06-12)
2825 - Automatically disable certificate types that do not have corresponding
2826   certificates.
2827 - Updates in the documentation.
2828 - certtool can now add ip address SAN extension.
2829 - certtool has now support for more X.520 DN attribute types.
2830 - Opencdk library is being included if not found.
2831 - Added gnutls_openpgp_keyring_check_id().
2832 - Corrected a serious bug in the included libtasn1 library.
2833 - Corrected session resuming in SRP ciphersuites.
2834 - Updated to conform to the latest srp draft (draft-ietf-tls-srp-07)
2835 - Added the functions gnutls_x509_crt_get_pk_rsa_raw() and
2836   gnutls_x509_crt_get_pk_dsa_raw() to retrieve parameters from certificates.
2837 - Some fixes in the session resuming code.
2839 * Version 1.0.13 (2004-04-29)
2840 - Some complilation fixes.
2841 - Added the --xml parameter to the certtool utility.
2843 * Version 1.0.12 (2004-04-23)
2844 - Corrected bug in OpenPGP key loading using a callback.
2845 - Renamed gnutls-srpcrypt to srptool
2846 - Allow handshake requests by the client.
2847 * Things backported from the development branch:
2848 - Added support for authority key identifier and the extended key usage
2849   X.509 extension fields. The certtoool was updated to support them.
2850 - Added batch support to certtool. Now it can use templates.
2851 - The RC2 cipher is no more included. The one in libgcrypt is now used.
2853 * Version 1.0.11 (2004-04-17)
2854 - Added gnutls_sign_algorithm_get_name() and gnutls_pk_algorithm_get_name()
2855 - Corrected bug in TLS renegotiation.
2857 * Version 1.0.10 (2004-04-03)
2858 - Corrected bug in RSA parameters handling which could cause
2859   unexpected crashes.
2860 - Corrected bug in SSL 3.0 authentication.
2862 * Version 1.0.9 (2004-03-29)
2863 - Added gnutls_certificate_set_params_function() and 
2864   gnutls_anon_set_params_function() that set the RSA or DH
2865   parameters using a callback.
2866 - Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy()
2867   and gnutls_x509_privkey_cpy().
2868 - Corrected a compilation issue when opencdk was installed in a
2869   non standard directory.
2870 - Documented the changes need in multi-threaded application due
2871   to the new libgcrypt.
2873 * Version 1.0.8 (2004-02-28)
2874 - Corrected bug in mutual certificate authentication in SSL 3.0.
2876 * Version 1.0.7 (2004-02-25)
2877 - Implemented TLS 1.1 (and also obsoleted the TLS 1.0 CBC protection
2878   hack).
2879 - Some updates in the documentation.
2881 * Version 1.0.6 (2004-02-12)
2882 * Backported things from the development branch (while maintaining
2883   backwards compatibility):
2884 - Improved gnutls-cli's SRP behaviour in SRP ciphersuites.
2885   If they are of highest priority then the abbreviated handshake
2886   is used.
2887 - The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_RSA_PARAMS
2888   are no longer returned by the handshake function. Ciphersuites that
2889   require temporary parameters are removed when such parameters do not exist.
2890 - Added the callbacks gnutls_certificate_client_retrieve_function() and
2891   gnutls_certificate_server_retrieve_function(), to allow a client or a server
2892   to specify certificates for the handshake without storing them to the
2893   credentials structure.
2894 - Added support for generating and exporting DSA private keys.
2896 * Version 1.0.5 (2004-02-11)
2897 - Fixed a bug where 'server name' extension was always sent.
2898 * Backported things from the development branch:
2899 - Added CRL verification functionality to certtool.
2900 - Corrected the CRL distribution point extension handling.
2901 - Added PKCS #7 support to certtool utility.
2902 - Added support for reading and generating CRL distribution
2903   points extensions in certificates.
2904 - Added support for generating CRLs in the library and the
2905   certtool utility.
2906 - Added support for the Subject Key ID PKIX extension.
2907 - Added the gnutls_sign_algorithm type.
2909 * Version 1.0.4 (2004-01-04)
2910 - Changed handshake behaviour to send the lowest TLS version
2911   when an unsupported version was advertized. The current behaviour
2912   is to send the maximum version we support.
2913 - certtool no longer asks the password in unencrypted private
2914   keys.
2915 - The source is now compiled to use the reentrant libc functions.
2917 * Version 1.0.3 (2003-12-21)
2918 - Corrected bug in gnutls_bye() which made it return an error code
2919   of INVALID_REQUEST instead of success.
2920 - Corrected a bug in the GNUTLS_KEY key usage definitions.
2922 * Version 1.0.2 (2003-12-18)
2923 - Corrected a bug in the RSA key generation. This was
2924   generating unusable RSA keys.
2926 * Version 1.0.1 (2003-12-10)
2927 - Some minor fixes in the makefiles. They now include CFLAGS
2928   from libgcrypt or opencdk if installed in a non standard directory.
2929 - Fixed the SRP detection test in gnutls-cli-debug.
2930 - Added gnutls_rsa_params_export_pkcs1() and gnutls_rsa_params_import_pkcs1().
2932 * Version 1.0.0 (2003-12-04)
2933 - Exported the static SRP group parameters.
2934 - Some fixes in the certificate authenticated SRP ciphersuites.
2935 - Improved the support for draft-ietf-tls-srp-05. The two-phase
2936   handshake is now fully supported without any interaction with
2937   the application layer (except for a callback).
2939 * Version 0.9.99 (2003-11-28)
2940 - Some fixes in the gnutls.h header for the gnutls_server_name_set()
2941   and gnutls_server_name_get() prototypes.
2942 - Exported the gnutls_x509_privkey_sign_data(), gnutls_x509_privkey_verify_data() 
2943   and gnutls_x509_crt_verify_data().
2944 - Some fixes in the openpgp authentication.
2945 - Removed the Twofish cipher.
2947 * Version 0.9.98 (2003-11-16)
2948 - The openssl compatibility layer was moved to gnutls-openssl
2949   library instead of being included in the gnutls-extra library.
2950 - Added the RIPEMD ciphersuites defined in draft-ietf-tls-openpgp-keys-04.
2951 - Building with openpgp support is now mandatory.
2952 - gnutls4 compatibility header is no longer included by default in
2953   gnutls.h.
2954 - gnutls8 function usage yelds a deprecation warning in gcc3.
2955 - gnutls_x509_*_set_dn_by_oid() and gnutls_x509_*_get_*_dn_by_oid()
2956   functions have a raw_flag parameter added.
2957 - Added gnutls_x509_*_get_dn_oid() and gnutls_x509_crt_get_extension_oid()
2958   functions which return the available OIDs.
2960 * Version 0.9.97 (2003-11-11)
2961 - The certtool utility can now generate PKCS #12 structures
2962   without specifying a certificate.
2963 - Added capability to read CRLs to certtool.
2964 - Corrected some functions which return GNUTLS_E_SHORT_MEMORY_BUFFER
2965   to properly set the required buffer size.
2966 - Corrected a bug in libgcrypt detection.
2968 * Version 0.9.96 (2003-11-09)
2969 - Some changes to allow compilation with mingw32.
2970 - Several code cleanups.
2972 * Version 0.9.95 (2003-11-02)
2973 - Improved the verification functions. Added new verification
2974   output flags and removed the unused and redundant ones.
2975 - Improved the OpenPGP key support.
2976 - The prime utility was removed, and its functionality was moved
2977   to certtool.
2979 * Version 0.9.94 (2003-10-30)
2980 - Added manpages for the included programs.
2981 - Documented and improved the certtool utility. 
2982 - Added PKCS #12 support to certtool utility.
2984 * Version 0.9.93 (2003-10-26)
2985 - Corrected some compilation issues.
2986 - Improved the certtool command line utility.
2988 * Version 0.9.92 (2003-10-25)
2989 - The RFC2818 hostname verification is now case insensitive.
2990 - Added support for generating X.509 certificates.
2991 - Added the certtool, a tool for generating X.509 certificates
2993 * Version 0.9.91 (2003-10-17)
2994 - Fixed a compilation issue in the openpgp authentication part.
2996 * Version 0.9.90 (2003-10-08)
2997 - Updated the openpgp key API (depends on the unreleased new
2998   opencdk).
3000 * Version 0.9.8 (2003-10-02)
3001 - Updated the SRP implementation to follow the latest draft
3002   (draft-ietf-tls-srp-05).
3003 - Improved the gnutls-cli behaviour in error handling,
3004   and added a check for the peer's hostname.
3005 - Use versioned symbols in the library (where available).
3006 - RIJNDAEL ciphersuites were renamed to AES.
3008 * Version 0.9.7 (2003-08-25)
3009 - The tex files are now included in the distribution.
3010 - The library can now decrypt PKCS #12 files encrypted with
3011   the RC2-40 cipher.
3012 - The missing rfc2818_hostname object is now included.
3013 - Several corrections and bug fixes in the library by 
3014   Arne Thomassen <arne@arne-thomassen.de>.
3015 - CR is now allowed in the base64 decoder.
3017 * Version 0.9.6 (2003-06-28)
3018 - Added gnutls_x509_privkey_get_key_id() and gnutls_x509_crt_get_key_id()
3019   functions which return a unique (per public key) ID. These can
3020   be used to check if the private key corresponds to a given certificate.
3021 - Corrections in the TLS layer openpgp certificate packet parser.
3022 - Corrected a bug in the record layer buffering, which affected
3023   the case where external pull function was used. Report and patch
3024   by Sergey Poznyakoff <gray@Mirddin.farlep.net>.
3025 - Corrected a bug in gnutls-srpcrypt where a non allocated variable
3026   was freed.
3027 - SRP programs are now built by default.
3028 - Added API to read and write to PKCS #12 structures. Prototypes
3029   in gnutls/pkcs12.h.
3030 - The gnutls_transport_ptr type was changed to a pointer type (void*).
3032 * Version 0.9.5 (2003-04-06)
3033 - Several improvements in the PKCS #7 handling
3034 - Eliminated several hard coded constants in MPI parameters.
3036 * Version 0.9.4 (2003-03-28)
3037 - Corrected a parsing error in the Certificate request message.
3038 - Corrected behaviour when a certificate request message is received.
3039   Now a certificate packet is always sent, and in SSL 3.0 cipher suites
3040   a no_certificate alert is sent instead.
3041 - Added functionality to generate PKCS #7 structures (with certificates).
3043 * Version 0.9.3 (2003-03-24)
3044 - Support for MD2 was dropped. 
3045 - Improved the error logging functions, by adding a level, and
3046   by allowing debugging messages just by increasing the level.
3047 - The diffie Hellman ciphersuites are now of higher priority than
3048   the plain RSA.
3049 - The RSA premaster secret version check can no longer be disabled.
3050 - Implemented the counter measure discussed in the paper "Attacking
3051   RSA-based Sessions in SSL/TLS", against the attack described in the
3052   same paper.
3053 - Added the functions: gnutls_handshake_get_last_in(), 
3054   gnutls_handshake_get_last_out().
3055 - The gnutls_certificate_set_rsa_params() was renamed to 
3056   gnutls_certificate_set_rsa_export_params().
3057 - Added the new functions: gnutls_certificate_set_x509_key()
3058   gnutls_certificate_set_x509_trust(), gnutls_certificate_set_x509_crl(),
3059   gnutls_x509_crt_export(), gnutls_x509_crl_export().
3060 - Added support for encoding and decoding PKCS #8 2.0 encrypted 
3061   RSA private keys.
3063 * Version 0.9.2 (2003-03-15)
3064 - Some corrections in the memory mapping code (file is unmapped after 
3065   it is read).
3066 - Added support for PKCS#10 certificate requests generation.
3068 * Version 0.9.1 (2003-03-12)
3069 - Corrected a bug in 64 bit architectures, which affected the
3070   serial number calculation in the record layer.
3071 - Added gnutls_certificate_free_keys() which deletes all the
3072   private keys and certificates from the credentials structure.
3073 - Corrected a broken buffer check in _gnutls_io_read_buffered(),
3074   which caused some unexpected packet length errors. Report and patch
3075   by Ian Peters <itp@ximian.com>.
3076 - Added ability to generate RSA keys.
3077 - Increased the maximum parameter size in order to read some large keys
3078   by some CAs. Patch by Ian Peters <itp@ximian.com>.
3079 - Added an strnstr() function and the requirement in some functions to
3080   use null terminated PEM structures is no more.
3081 - Use mmap() if available to read files.
3082 - Fixed a memory leak in SRP code reported by Rupert Kittinger 
3083   <r.kittinger@efkon.com>.
3085 * Version 0.9.0 (2003-03-03)
3086 - This version is not binary compatible with the previous ones.
3087 - The library notifies the application on empty and illegal SRP usernames, 
3088   so that proper notification (via an alert) is sent to the peer.
3089 - Added ability to send some messages back to the application using
3090   the gnutls_global_set_log_function().
3091 - gnutls_dh_params_generate() and gnutls_rsa_params_generate() now use 
3092   gnutls_malloc() to allocate the output parameters.
3093 - Added support for MD2 algorithm in certificate signature verification.
3094 - The RSA and DH parameter generation interface was changed. Added
3095   ability to import and export from and to PKCS3 structures. This 
3096   was needed to read parameters generated using the openssl dhparam tool.
3097 - Several changes in the temporary (DH/RSA) parameter codebase. No DH 
3098   parameters are now included in the library. Also the credentials structure 
3099   can now hold only one temporary parameter of a kind.
3100 - Added a new Certificate, CRL, Private key and PKCS7 structures handling 
3101   API, defined in gnutls/x509.h
3102 - Added gnutls_certificate_set_verify_flags() function to allow setting the 
3103   verification flags in the credentials structure. They will be used in the
3104   *verify_peers functions.
3105 - Added protection against the new TLS 1.0 record layer timing attack.
3106 - Added support for Certificate revocation lists. Functions defined
3107   in gnutls/x509.h
3108 - The only functions that were removed are:
3109   gnutls_x509_certificate_to_xml()
3110   gnutls_x509_extract_dn_string()
3111 - Ported to libtasn1 0.2.x
3113 * Version 0.8.1 (2003-01-22)
3114 - Improved the SRP support, to prevent attackers guessing the
3115   available usernames by brute force.
3116 - Improved the SRP detection in gnutls-cli-debug
3117 - Some fixes which now allow compilation.
3119 * Version 0.8.0 (2003-01-20)
3120 - Added gnutls_x509_extract_dn_string() which returns a 
3121   distinguished name in a single string.
3122 - Added gnutls_openpgp_extract_key_name_string() which returns
3123   an openpgp user ID in a single string.
3124 - Added gnutls_x509_extract_certificate_ca_status() which returns
3125   the CA status of the given certificate.
3126 - Added SRP-6 support. Follows draft-ietf-tls-srp-04.
3127 - If libtasn1 is not present in the system, it is included in 
3128   the main gnutls library.
3129 - If liblzo is present in the system, then the included minilzo
3130   will not be used, and libgnutls-extra will depend on liblzo.
3131 - GNUTLS_E_PARSING_ERROR error code was replaced by GNUTLS_E_BASE64_DECODING_ERROR, 
3132   and GNUTLS_E_SRP_PWD_PARSING_ERROR. GNUTLS_E_ASCII_ARMOR_ERROR was also 
3133   replaced by GNUTLS_E_BASE64_DECODING_ERROR.
3135 * Version 0.6.0 (2002-12-08)
3136 - Added "gnutls/compat4.h" header. This is included in gnutls.h
3137   to emulate the old 0.4.x API.
3138 - Example programs are now stored in doc/examples/
3139 - Several improvements and updates in the documentation.
3140 - Added the certificate authenticated SRP cipher suites.
3141 - gnutls_x509_extract_certificate_dn_string() was updated to return
3142   an RFC2253 conforming string.
3143 - Added the SRP related functions:
3144    gnutls_srp_verifier()
3145    gnutls_srp_base64_encode()
3146    gnutls_srp_base64_decode()
3147 - Added the function gnutls_srp_set_server_credentials_function()
3148   to allow retrieving SRP parameters from an external backend - other
3149   than password files.
3150 - Added the function gnutls_openpgp_set_recv_key_function()
3151   which can be used to set a callback, to get OpenPGP keys.
3152 - Exported the functions:
3153    gnutls_malloc()
3154    gnutls_free()
3155   which should be used by callback functions.
3156 - Changed the semantics of gnutls_pem_base64_encode_alloc()
3157   and gnutls_pem_base64_decode_alloc(). In the default case
3158   were the gnutls library is used with malloc/realloc/free,
3159   these are binary compatible.
3161 * Version 0.5.11 (2002-11-05)
3162 - Some fixes in 'gnutls-cli' client program to prevent some segmentation 
3163   faults at exit.
3164 - Example programs found in the documentation can now be generated by
3165   running "make examples" in doc/tex directory.
3166 - Added more descriptive error strings, to gnutls_strerror().
3167 - Documented error codes, and the function reference list is now sorted.
3168 - Optimized buffering code.
3169 - gnutls_x509_extract_certificate_dn_string() was rewritten.
3170 - Added GNUTLS_E_SHORT_MEMORY_BUFFER error code, which is returned in the
3171   case where the memory buffer provided is not long enough.
3172 - Depends on the new OpenCDK 0.3.2.
3174 * Version 0.5.10 (2002-10-13)
3175 - Updated documentation.
3176 - Added server name extension. This allows clients to specify the
3177   name of the server they connect to. Useful to HTTPS.
3178 - Several corrections in the code base, mostly in signed/unsigned,
3179   checkings.
3181 * Version 0.5.9 (2002-10-10)
3182 - Corrected some code which worked fine in gcc 3.2, but not with any
3183   other compiler.
3184 - Updated 'gnutls-cli' with the '--starttls' option, to allow testing
3185   starttls implementations.
3186 - Added gnutls_x509_extract_key_pk_algorithm() function which extracts
3187   the private key type, of a DER encoded key.
3188 - Added gnutls_x509_extract_certificate_dn_string() which returns the 
3189   certificate's distinguished name in a single string.
3190 - Added gnutls_set_default_priority() and gnutls_set_default_export_priority()
3191   functions, to avoid calling all the *_priority() functions if the defaults
3192   are acceptable.
3193 - Added int gnutls_x509_check_certificates_hostname() which check whether
3194   the given hostname matches the owner of the given X.509 certificate.
3196 * Version 0.5.8 (2002-09-25)
3197 - Updated documentation.
3198 - Added gnutls_record_get_direction() which replaces the obsolete
3199   gnutls_handshake_get_direction().
3200 - Added function to convert error codes to alert descriptions
3201 - Added LZO compression
3203 * Version 0.5.7 (2002-09-11)
3204 - Some fixes in the memory allocation functions (realloc).
3205 - Improved the string functions used in XML certificate generation.
3206 - Removed dependency on libgdbm.
3207 - Corrected bug in gnutls_dh_params_set() which affected
3208   gnutls_dh_params_deinit().
3209 - Corrected bug in session resuming code in server side.
3211 * Version 0.5.6 (2002-09-06)
3212 - Corrected bugs in SRP implementation, which prevented gnutls 
3213   to interoperate with other implementations. (interoperability testing
3214   was done by David Taylor)
3215 - Corrected bug in cert_type extension.
3216 - Corrected extension type checks which used an 8 bit extension size,
3217   instead of 16 bits.
3218 - Added versioning in the XML output of certificate functions.
3219 - Removed the X.509 test suite.
3221 * Version 0.5.5 (2002-09-03)
3222 - Updated the SRP implementation to the latest draft. The blowfish
3223   crypt implementation was removed, since the new draft does not allow
3224   other hash algorithms except for the srpsha. 
3225 - Renamed all the constructed types in order to have more consistent
3226   names. 
3227 - Improved the certificate and key read functions. Now they can read 
3228   the certificate and the private key from the same file.
3229 - Updated and corrected documentation.
3231 * Version 0.5.4 (2002-08-27)
3232 - Fixes in TLS 1.0 PRF and SSL3 random functions.
3233 - gnutls_handshake_set_exportable_detection() was obsoleted.
3234 - Added gnutls_openpgp_extract_key_id() which returns the key ID.
3235 - Corrected bug in DHE key exchange
3236 - Added support for temporary RSA keys which are needed for the
3237   export cipher suites.
3238 - Added the TLS_RSA_EXPORT_ARCFOUR_40_MD5 ciphersuite.
3240 * Version 0.5.3 (2002-08-23)
3241 - No changes. Replaces the tarball of 0.5.2 which accidentally contained
3242   code from the unstable branch.
3244 * Version 0.5.2 (2002-08-22)
3245 - Added an error code that is returned in clients which connect
3246   to export only servers. This must be enabled using the
3247   gnutls_handshake_set_exportable_detection() function.
3248 - Updated openssl compatibility layer.
3249 - Added gnutls_handshake_get_direction() function which returns
3250   the state of the handshake when interrupted.
3252 * Version 0.5.1 (2002-07-17)
3253 - Corrected the m4 macros which used <gnutls.h> instead of
3254   <gnutls/gnutls.h>
3255 - Documentation fixes
3256 - Added gnutls_transport_set_ptr2() function, which accepts two
3257   different pointers, to be used while receiving, and 
3258   while sending data.
3259 - Semantic changes in gnutls_record_set_max_size(). The requested
3260   size is now immediately enforced at the output buffers.
3261 - gnutls_global_init_extra() now fails if the library versions do
3262   not match.
3263 - Fixes in client and server example programs. Null encryption can
3264   be used in these programs, to assist in debuging.
3265 - Fixes in zlib compression code.
3267 * Version 0.5.0 (2002-07-06)
3268 - Added X.509 certificate tests in tests/ directory
3269 - Removed stubs for SRP and Anonymous authentication. They served
3270   no purpose since they are always included, unless it was requested
3271   not to do so.
3272 - Added gnutls_handshake_set_private_extensions() function. This
3273   function can be used to enable private (gnutls specific) cipher suites
3274   and compression algorithms.
3275 - Added check for C99 macro support by the compiler.
3276 - Added functions gnutls_b64_encode_fmt2() and gnutls_b64_decode_fmt2()
3277 - Added the new libtasn1 library.
3278 - Removed the gdbm backend. Applications are now responsible for the
3279   session resuming backend. The gnutls-serv application contains an
3280   simple example on how to use gdbm for resuming.
3281 - Headers for the gnutls library are now installed in $(includedir)/gnutls
3282 - Added an OpenSSL compatible interface (with some limitations).
3283 - Added functions to convert DER encoded certificates to XML format.
3285 * Version 0.4.4 (2002-06-24)
3286 - Corrected bug in PKCS-1 RSA encryption which prevented gnutls to encrypt
3287   using keys of some specific size.
3289 * Version 0.4.3 (2002-05-23)
3290 - The gnutls-extra library now compiles fine, if the opencdk library is
3291   not present.
3292 - Several bug fixes.
3293 - Added gnutls_global_set_mem_func() function, to set the memory allocation
3294   functions, if other than the defaults are to be used.
3295 - The default memory allocation functions are now the ones in libc.
3297 * Version 0.4.2 (2002-05-21)
3298 - Separated ASN.1 structures parser documentation and TLS library
3299   documentation.
3300 - Added gnutls_handshake_set_rsa_pms() function, which disables the
3301   version check in RSA premaster secret.
3302 - Added gnutls_session_is_resumed() function, which reports if a session
3303   is a resumed one.
3304 - Added gnutls_state_set_ptr() and gnutls_state_get_ptr() functions, to
3305   assist in callback functions.
3306 - Replaced the included 1024 bit prime for Diffie Hellman, with a new
3307   random one.
3308 - Relicensed the library under the GNU Lesser General Public License
3309 - Added gnutls-extra library which contains the GPL covered code of gnutls.
3311 * Version 0.4.1 (2002-04-07)
3312 - Now uses alloca() for temporary variables
3313 - Optimized RSA signing
3314 - Added functions to return the peer's certificate activation and
3315   expiration time.
3316 - Corrected time function's behaviour (the time value returned no longer
3317   relate to local timezone).
3319 * Version 0.4.0 (2002-04-01)
3320 - Added support for RFC2630 (PKCS7) X.509 certificate sets
3321 - Added new functions: gnutls_x509_extract_certificate_pk_algorithm(),
3322   gnutls_openpgp_extract_key_pk_algorithm().
3323 - Several optimizations in the Handshake protocol
3324 - Several optimizations in RSA algorithm
3325 - Unified the return values because of small buffers.
3327 * Version 0.3.92 (2002-03-23)
3328 - Updated documentation
3329 - Combined error codes of ASN.1 parser and gnutls
3330 - Removed GNUTLS_CERT_TRUSTED from the CertificateStatus enumeration
3331 - Added protection against CBC chosen plaintext attack (disabled by default)
3332 - Improved and optimized compression support
3334 * Version 0.3.91 (2002-03-03)
3335 - Added gnutls-cli-debug program
3336 - Corrections in session resumption
3337 - Rehandshake can now handle negotiation of different authentication
3338   type.
3339 - gnutls-cli, gnutls-serv, gnutls-srpcrypt and gnutls-cli-debug are 
3340   now being installed.
3342 * Version 0.3.90 (2002-02-24)
3343 - Handshake messages are not kept in memory any more. Now we use 
3344   less memory during a handshake
3345 - Added support for certificates with DSA parameters
3346 - Added DHE_DSS cipher suites
3347 - Key exchange methods changed so they do not depend on the 
3348   certificate type. Added certificate type negotiation TLS extension.
3349 - Added openpgp key support (EXPERIMENTAL)
3350 - Improved Diffie Hellman key exchange support.
3351 - Bug fixes in the RSA key exchange.
3352 - Added check for the requested TLS extensions
3353 - TLS extensions now use a 16 bit type field.
3354 - Added a minimal string library to assist in ASN.1 parsing
3355 - Changes in ASN.1 parser to work with the new bison
3356 - Added gnutls_x509_extract_subject_alt_name(), which deprecates 
3357   gnutls_x509_extract_subject_dns_name()
3358 - gnutls_x509_set_trust_(file/mem) can now be called multiple times
3359 - gnutls_srp_server_set_cred_file() can now be called multiple times
3361 * Version 0.3.5 (2002-01-25)
3362 - Corrected the RSA key exchange method, to avoid attacks against
3363   PKCS-1 formating.
3365 * Version 0.3.4 (2002-01-20)
3366 - Corrected bugs in DHE_RSA key exchange method
3368 * Version 0.3.3 (2002-01-19)
3369 - Added gnutls_x509pki_verify_certificate()
3370 - Added gnutls_x509pki_set_trust_mem() and gnutls_x509pki_set_key_mem()
3371 - Bug fixes in srpcrypt (based on patch by Marc Huber)
3372 - Bug fixes in the Handshake protocol (based on patch by Guillaume Morin)
3373 - Corrected library versioning
3375 * Version 0.3.2 (2002-01-05)
3376 - Corrected bug which did not allow a client to accept multiple CA names
3377 - Added gnutls_fingerprint()
3378 - Added gnutls_x509pki_extract_certificate_serial()
3379 - Added gnutls_b64_encode_fmt() and gnutls_b64_decode_fmt()
3380 - Corrected behaviour in version advertizing
3381 - Updated documentation
3382 - Prefixed all types in gnutls.h with 'GNUTLS_' to avoid namespace collisions
3384 * Version 0.3.1 (2001-12-21)
3385 - Corrections in the configuration files
3386 - Fixes a bug in anonymous authentication
3388 * Version 0.3.0 (2001-12-17)
3389 - Corrected bug in new integer formatting (now we use the old format again)
3390 - Several corrections and usual cleanups
3392 * Version 0.2.91 (2001-12-10)
3393 - Fixes in MPI handling (fixes possible bug with signed integers)
3394 - Removed name indication extension
3395 - Added gnutls_transport_get_ptr() and gnutls_db_get_ptr()
3396 - Optimizations in server certificate callback.
3397 - Fixes in anonymous authentication
3398 - Corrections in client ciphersuite selection
3400 * Version 0.2.90 (2001-12-07)
3401 - gnutls_handshake(), gnutls_read() etc. functions no longer require
3402   the 'SOCKET cd' argument. This argument is set using the function
3403   gnutls_set_transport_ptr().
3404 - introduced gnutls_x509pki_get_peer_certificate_list(). This function returns
3405   a list containing peer's certificate and issuers DER encoded.
3406 - Updated X.509 certificate handling API
3407 - Added callback to select the server certificate
3408 - More consistent function naming (changes in several function names)
3409 - Buffer overflow checking in ASN.1 structures parser
3410 - Updated documentation
3412 * Version 0.2.11 (2001-11-16)
3413 - Changed the meaning of GNUTLS_E_REHANDSHAKE value. If this value
3414   is returned, then the caller should perform a handshake or send
3415   an alert to the peer.
3416 - Made receive buffer dynamic. Normally if no large chunks are received
3417   it occupies less space.
3418 - Added max_record_size extension
3419 - Bugfixes in session handling
3420 - Improved non blocking IO support in the Handshake Protocol
3421 - Usual bugfixes and cleanups
3422 - Documentation updated (includes ASN.1 documentation)
3424 * Version 0.2.10 (2001-11-05)
3425 - Corrected bugs and improved non blocking IO
3426 - Added hooks to use external database to store sessions
3427 - Usual cleanups
3429 * Version 0.2.9 (2001-10-27)
3430 - AUTH_INFO types and structures were moved to library internals
3431 - AUTH_FAILED is no longer returned in SRP authentication
3432   (any fatal error in SRP means auth failed)
3433 - Introduced GNUTLS_E_INTERRUPTED
3434 - Added support for non blocking IO
3435 - gnutls_recv() and gnutls_send() are now obsolete
3436 - Changed semantics of gnutls_rehandshake()
3438 * Version 0.2.4 (2001-10-12)
3439 - Better handling of X.509 certificate extensions
3440 - Added DHE_RSA ciphersuites
3441 - Updated the Name Indication (dnsname) extension
3442 - Improvements in Diffie Hellman primes handling
3444 * Version 0.2.3 (2001-09-19)
3445 - Memory optimizations in gnutls_recv()
3446 - Fixed several memory leaks
3447 - Added ability to specify callback for x509 client certificate selection
3448 - Better documentation
3450 * Version 0.2.2 (2001-08-21)
3451 - Several bugfixes (library and documentation)
3453 * Version 0.2.1 (2001-08-07)
3454 - SRP fixes
3456 * Version 0.2.0 (2001-08-07)
3457 - Partial support for X.509v3 Certificate extensions.
3458 - Added Internal memory handlers
3459 - Removed gnutls_x509_set_cn()
3460 - Added X.509 client authentication
3461 - Several bug fixes and protocol fixes
3463 * Version 0.1.9 (2001-07-30)
3464 - Corrected bug(s) in ChangeCipherSpec packet (fixes renegotiate)
3465 - SRP is updated to conform to the newest draft.
3466 - Added support for DNSNAME extension.
3467 - Reentracy fixes in ASN.1 Parsing.
3468 - Optimizations in hash/hmac functions
3469 - (Error) message handling has changed
3470 - Better Protocol Version handling
3471 - Added X.509 Certificate Verification
3472 - gnutls_read() semantics are now closer to read(2) - added EOF
3473 - Documented some part of gnutls in doc/tex/ using Latex
3475 * Version 0.1.4 (2001-06-22)
3476 - Corrected (srp) base64 encoding.
3477 - Changed bcrypt algorithm to include username.
3478 - Added RSA Ciphersuites (no certificate checking).
3479 - Fixes in SSL 2.0 client hello parsing.
3480 - Added ASN.1 and DER parsers.
3481 - Bugfixes in session resuming
3482 - Updated Ciphersuite selection algorithm
3483 - Added internal representation of X.509 structures.
3484 - Added global state
3486 * Version 0.1.3 (2001-06-01)
3487 - Updated API (and the way it is documented - we use inline documentation)
3488 - Added function to access alert messages.
3489 - Added support for renegotiating parameters.
3490 - Better and Faster Resume Database handling.
3491 - Several bugfixes
3493 * Version 0.1.2 (2001-05-14)
3494 - Updated API
3495 - Fixes in extension handling
3497 * Version 0.1.1 (2001-05-13)
3498 - Added compatibility with Stanford's libsrp library
3500 * Version 0.1.0 (2001-05-09)
3501 - Added SSL 2.0 client hello support
3502 - GNUTLS is a gnu library
3503 - Added support for TLS extensions.
3504 - Added support for SRP
3506 * Version 0.0.7 (2001-01-11)
3507 - Added server side session resuming (using gdbm)
3508 - Added twofish algorithm
3510 * Version 0.0.6 (2000-12-20)
3511 - Added client side session resuming
3512 - Better documentation (check doc/API)
3513 - Better socket handling (gnutls can be used with select())
3514 - Some primitive support for non blocking IO and socket options has been added.
3516 * Version 0.0.5 (2000-12-07)
3517 - Added Compression (using ZLIB)
3518 - Added SSL 3.0 support
3520 ----------------------------------------------------------------------
3521 Copying and distribution of this file, with or without modification,
3522 are permitted in any medium without royalty provided the copyright
3523 notice and this notice are preserved.