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