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