Fix dangling/unused bindings in `(gnutls)'.
[gnutls.git] / NEWS
bloba6128c8a2b70c4a1372d15f451231da3f85e7387
1 GNU TLS NEWS -- History of user-visible changes.                -*- outline -*-
2 Copyright (C) 2004, 2005, 2006, 2007 Simon Josefsson
3 Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavrogiannopoulos
4 See the end for copying conditions.
6 * Version 2.3.0 (unreleased)
8 ** Certtool --verify-chain now handle inputs larger than 64kb.
10 ** API and ABI modifications:
11 No changes since last version.
13 * Version 2.1.8 (released 2007-12-10)
15 ** The GPL version has been changed from version 2 to version 3.
16 This affects the self-tests, command-line tools, the libgnutls-extra
17 library, the relevant guile parts, and the build environment.
19 ** Added gnutls_x509_crt_get_subject_alt_name2().
21 ** Corrected a segfault when setting an empty gnutls_priority_t
22 at gnutls_priority_set().
24 ** Use gettext 0.17 which updates m4/lib-*.m4 macros.
25 Fixes a problem with spurious -L/usr/lib additions.
27 ** API and ABI modifications:
28 gnutls_x509_crt_get_subject_alt_name2: ADD.
30 * Version 2.1.7 (released 2007-11-29)
32 ** PKCS #8 parser can now encode/decode DSA keys.
34 ** Updated gnutls_set_default_priority2() now renamed to
35 gnutls_priority_set() and gnutls_priority_set_direct() which
36 accept a string to indicate preferences of ciphersuite parameters.
38 ** gnutls-cli and gnutls-serv now have a --priority option to set
39 the priority string.
41 ** The gnutls_*_convert_priority() functions were deprecated by
42 the gnutls_priority_set() and gnutls_priority_set_direct().
44 ** Internal copy of OpenCDK upgraded to version 0.6.6.
46 ** API and ABI modifications:
47 gnutls_priority_init: ADD.
48 gnutls_priority_deinit: ADD.
49 gnutls_priority_set: ADD.
50 gnutls_priority_set_direct: ADD.
51 gnutls_set_default_priority2: RENAMED to gnutls_priority_set_direct()
52 gnutls_mac_convert_priority: REMOVED
53 gnutls_compression_convert_priority: REMOVED
54 gnutls_protocol_convert_priority: REMOVED
55 gnutls_kx_convert_priority: REMOVED
56 gnutls_cipher_convert_priority: REMOVED
57 gnutls_certificate_type_convert_priority: REMOVED
58 gnutls_set_default_priority: UNDEPRECATED
59 gnutls_set_default_priority_export: UNDEPRECATED
61 ** Undocumented API and ABI modifications earlier in the 2.1.x series:
62 GNUTLS_CIPHER_UNKNOWN: ADD.
63 GNUTLS_CIPHER_CAMELLIA_128_CBC: ADD.
64 GNUTLS_CIPHER_CAMELLIA_256_CBC: ADD.
65 GNUTLS_KX_UNKNOWN: ADD.
66 GNUTLS_COMP_UNKNOWN: ADD.
67 GNUTLS_CRT_UNKNOWN: ADD.
68 gnutls_mac_get_id: ADD.
69 gnutls_compression_get_id: ADD.
70 gnutls_cipher_get_id: ADD.
71 gnutls_kx_get_id: ADD.
72 gnutls_protocol_get_id: ADD.
73 gnutls_certificate_type_get_id: ADD.
74 gnutls_handshake_post_client_hello_func: ADD.
75 gnutls_certificate_send_x509_rdn_sequence: ADD prototype to gnutls.h.in.
77 * Version 2.1.6 (released 2007-11-15)
79 ** Corrected bug in decompression of expanded compression data.
81 ** Added the --to-p8 option to certtool to convert private keys
82 to PKCS #8 keys.
84 ** Introduced the GNUTLS_E_BASE64_UNEXPECTED_HEADER_ERROR error code.
86 ** gnutls_certificate_set_x509_key_* can now read PKCS #8 unencrypted
87 private keys.
89 ** Fixed GNUTLS_E_UNKNOWN_ALGORITHM vs GNUTLS_E_UNKNOWN_HASH_ALGORITHM.
90 During the 2.1.x series the GNUTLS_E_UNKNOWN_HASH_ALGORITHM error code
91 was renamed to GNUTLS_E_UNKNOWN_ALGORITHM, unfortunately without being
92 documented.  This caused some problems (e.g., debian #450854).  To
93 avoid backwards compatibility problems, this release revert this
94 change, so that GNUTLS_E_UNKNOWN_HASH_ALGORITHM works just like it has
95 done in GnuTLS 2.0.x and earlier, and add a new error code
96 GNUTLS_E_UNKNOWN_ALGORITHM.
98 ** Fixes several gtk-doc warnings.
100 ** API and ABI modifications:
101 GNUTLS_E_UNKNOWN_ALGORITHM: CHANGED.
102 GNUTLS_E_UNKNOWN_HASH_ALGORITHM: CHANGED.
103 GNUTLS_E_BASE64_UNEXPECTED_HEADER_ERROR: ADD.
105 * Version 2.1.5 (released 2007-11-01)
107 ** Fix PKCS#3 parameter export problem.
109 ** Improve certtool queries, they now print the default value.
111 ** Fix ABI version.
113 ** Update gnulib files.
115 ** API and ABI modifications:
116 No changes since last version.
118 * Version 2.1.4 (released 2007-10-27)
120 ** Added the --v1 option to certtool, to allow generating X.509
121 version 1 certificates. 
123 ** certtool: Add option --disable-quick-random to enable the old behaviour
124 of using /dev/random to generate keys.
126 ** Added priority functions that accept strings.
128 ** Added gnutls_set_default_priority2() which accepts a flag to indicate
129 priorities preferences.
131 ** Added gnutls_record_disable_padding() to allow servers talking to 
132 buggy clients that complain if the TLS 1.0 record protocol padding is
133 used.
135 ** Introduced gnutls_session_enable_compatibility_mode() to allow enabling
136 all supported compatibility options (like disabling padding).
138 ** The gnutls_certificate_set_openpgp_* functions were modified to include
139 the format. This makes the interface consistent with the x509 functions.
141 ** Internal copy of OpenCDK upgraded to version 0.6.5.
143 ** Update gnulib files.
145 ** API and ABI modifications:
146 gnutls_certificate_set_openpgp_key_mem: MODIFIED
147 gnutls_certificate_set_openpgp_key_file: MODIFIED
148 gnutls_certificate_set_openpgp_keyring_mem: MODIFIED
149 gnutls_certificate_set_openpgp_keyring_file: MODIFIED
150 gnutls_set_default_priority: DEPRECATED
151 gnutls_set_default_priority_export: DEPRECATED
152 gnutls_set_default_priority2: ADDED
153 gnutls_session_enable_compatibility_mode: ADDED
154 gnutls_record_disable_padding: ADDED
155 gnutls_mac_convert_priority: ADDED
156 gnutls_compression_convert_priority: ADDED
157 gnutls_protocol_convert_priority: ADDED
158 gnutls_kx_convert_priority: ADDED
159 gnutls_cipher_convert_priority: ADDED
160 gnutls_certificate_type_convert_priority: ADDED
161 gnutls_openpgp_key_t: RENAMED to gnutls_openpgp_crt_t
162 gnutls_openpgp_key_status_t: RENAMED to gnutls_openpgp_crt_status_t
163 gnutls_openpgp_send_key: RENAMED to gnutls_openpgp_send_cert
164 gnutls_openpgp_key_init: RENAMED to gnutls_openpgp_crt_init
165 gnutls_openpgp_key_import: RENAMED to gnutls_openpgp_crt_import
166 gnutls_openpgp_key_export: RENAMED to gnutls_openpgp_crt_export
167 gnutls_openpgp_key_check_hostname: RENAMED to gnutls_openpgp_crt_check_hostname
168 gnutls_openpgp_key_get_creation_time: RENAMED to gnutls_openpgp_crt_get_creation_time
169 gnutls_openpgp_key_get_expiration_time: RENAMED to gnutls_openpgp_crt_get_expiration_time
170 gnutls_openpgp_key_get_fingerprint: RENAMED to gnutls_openpgp_crt_get_fingerprint
171 gnutls_openpgp_key_get_version: RENAMED to gnutls_openpgp_crt_get_version
172 gnutls_openpgp_key_get_pk_algorithm: RENAMED to gnutls_openpgp_crt_get_pk_algorithm
173 gnutls_openpgp_key_get_name: RENAMED to gnutls_openpgp_crt_get_name
174 gnutls_openpgp_key_deinit: RENAMED to gnutls_openpgp_crt_deinit
175 gnutls_openpgp_key_get_id: RENAMED to gnutls_openpgp_crt_get_id
176 gnutls_openpgp_key_get_key_usage: RENAMED to gnutls_openpgp_crt_get_key_usage
177 gnutls_openpgp_key_verify_ring: RENAMED to gnutls_openpgp_crt_verify_ring
178 gnutls_openpgp_key_verify_self: RENAMED to gnutls_openpgp_crt_verify_self
180 * Version 2.1.3 (released 2007-10-17)
182 ** TLS authorization support removed.
183 This technique may be patented in the future, and it is not of crucial
184 importance for the Internet community.  After deliberation we have
185 concluded that the best thing we can do in this situation is to
186 encourage society not to adopt this technique.  We have decided to
187 lead the way with our own actions.
189 ** Re-enabled the 256 bit ciphers in the default priorities.
191 ** Corrected bugs in openpgp key verification using a keyring (both in
192 gnutls and opencdk)
194 ** API and ABI modifications:
195 gnutls_certificate_set_openpgp_keyserver: REMOVED
196 gnutls_authz_data_format_type_t,
197 gnutls_authz_recv_callback_func,
198 gnutls_authz_send_callback_func,
199 gnutls_authz_enable,
200 gnutls_authz_send_x509_attr_cert,
201 gnutls_authz_send_saml_assertion,
202 gnutls_authz_send_x509_attr_cert_url,
203 gnutls_authz_send_saml_assertion_url: REMOVED.
204 GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATA: ADDED.  To avoid that the
205     gnutls_supplemental_data_format_type_t enum type becomes empty.
207 * Version 2.1.2 (released 2007-10-14)
209 ** Removed all the trustdb code from openpgp authentication.
210 We now use only the well-specified keyrings.
212 ** The 256 bit ciphers are not enabled in the default priorities.
214 ** Added support for DSA2 using libgcrypt 1.3.0.
216 ** certtool: Fixed data corruption when using --outder.
218 ** Removed all the xml related stubs and functions.
220 ** Added capability to set a callback after the client hello is received
221 by the server in order to adjust parameters before the handshake.
223 ** SRP was corrected to adhere to the latest draft (published soon as RFC)
225 ** Corrected bug which did not allow a server to run without supporting
226 certificates.
228 ** Updated the DN parser which now prints wrongly decoded values as hex
229 strings.
231 ** certtool: Add option --quick-random.
232 For generating low security test credentials.
234 ** API and ABI modifications:
235 gnutls_x509_crt_to_xml: REMOVED
236 gnutls_openpgp_key_to_xml: REMOVED
237 gnutls_openpgp_key_verify_trustdb: REMOVED
238 gnutls_openpgp_trustdb_init: REMOVED
239 gnutls_openpgp_trustdb_deinit: REMOVED
240 gnutls_openpgp_trustdb_import: REMOVED
241 gnutls_certificate_set_openpgp_trustdb: REMOVED
242 gnutls_srp_client_credentials_function: CHANGED
243 gnutls_handshake_set_post_client_hello_function: ADDED
244 gnutls_mac_get_key_size: ADDED
245 GNUTLS_E_OPENPGP_TRUSTDB_VERSION_UNSUPPORTED: DEPRECATED.
246 GNUTLS_A_MISSING_SRP_USERNAME: DEPRECATED
247 GNUTLS_A_UNKNOWN_SRP_USERNAME: DEPRECATED
249 * Version 2.1.1 (released 2007-09-24)
251 ** Added support for Camellia cipher, thanks to Yoshisato YANAGISAWA.
252 Camellia is only enabled in GnuTLS if the installed libgcrypt has been
253 compiled with Camellia support.  See the libgcrypt documentation on
254 how to enable it.  Unconditionally disable it using the configure
255 option --disable-camellia.  Fixes #1.
257 ** Properly document in the NEWS file the API change in the last release.
259 ** API and ABI modifications:
260 No changes since last version.
262 * Version 2.1.0 (released 2007-09-20)
264 ** Support for draft-rescorla-tls-opaque-prf-input-00.txt.
265 The support is disabled by default.  Since no value has been allocated
266 by the IANA for this extension yet, you will need to provide one
267 yourself by invoking './configure --enable-opaque-prf-input=42'.
268 Fixes #2.
270 ** Example code: Fix compilation flaw under MinGW.
272 ** API and ABI modifications:
273 gnutls_oprfi_callback_func: ADD, new typedef function prototype.
274 gnutls_oprfi_enable_client: ADD, new function.
275 gnutls_oprfi_enable_server: ADD, new function.
277 * Version 2.0.2 (unreleased)
279 ** Fix configure-time Guile detection.
281 * Version 2.0.1 (released 2007-09-20)
283 ** New directory doc/credentials/ with test credentials.
284 This collects the test credentials from the web page and from src/.
285 The script gnutls-http-serv has also been moved to that directory.
287 ** Update SRP extension type and cipher suite with official IANA values.
288 This breaks backwards compatibility with SRP in older versions of
289 GnuTLS, but this is intentional to speed up the adoption of the
290 official values.  The old values we used were incorrect.
292 ** Guile: Fix `x509-certificate-dn-oid'
294 ** API and ABI modifications:
295 No changes since last version.
297 * Version 2.0.0 (released 2007-09-04)
299 ** Included copy of Libtasn1 upgraded to version 1.1.
301 ** Disable building of some examples if anonymous ciphers are disabled.
303 ** Don't build examples for disabled features.
305 ** API and ABI modifications:
306 No changes since last version.
308 * Version 1.7.19 (released 2007-08-27)
310 ** Fix gnutls_error_is_fatal so that positive "errors" are non-critical.
311 This solves connection problems in mutt, see
312 <http://bugs.debian.org/439640>.
314 ** Update gnulib files.
315 In particular, the getpass module -- with its dependencies on getline,
316 getdelim, fseeko etc -- where moved from the lgl/ (used by the core
317 library) directory to the gl/ directory (only used by the command line
318 tools).  The reason is that getpass is now only used by the
319 command-line tools, and reducing the number of gnulib modules linked
320 to the core library helps portability and reduces size.
322 ** Fix warnings.
324 ** Disable building of PGP examples if PGP is disabled.
326 ** Included copy of OpenCDK upgraded to version 0.6.4.
328 ** API and ABI modifications:
329 No changes since last version.
331 * Version 1.7.18 (released 2007-08-16)
333 ** Install images for the info manual.
334 This has a side effect of renaming the images.  See
335 <http://thread.gmane.org/gmane.comp.tex.texinfo.bugs/3533> for
336 discussions on the approach chosen.
338 ** Fix pointer mix to variables of different size.
339 Patch extracted from
340 <http://cvs.fedora.redhat.com/viewcvs/devel/gnutls/gnutls-1.6.3-incompat-pointers.patch?rev=1.1&view=auto>.
342 ** Fix warnings during build.
343 Thanks to Andreas Metzler <ametzler@downhill.at.eu.org>.
345 ** API and ABI modifications:
346 No changes since last version.
348 * Version 1.7.17 (released 2007-08-15)
350 ** New functions to perform external signing.
351 Set the signing callback function (of the gnutls_sign_func prototype)
352 using the gnutls_sign_callback_set function.  In the callback, you may
353 find the new functions gnutls_x509_privkey_sign_hash and
354 gnutls_openpgp_privkey_sign_hash useful.  A new function
355 gnutls_sign_callback_get is also added, to retrieve the function
356 pointer.  Thanks to "Alon Bar-Lev" <alon.barlev@gmail.com> for
357 comments and testing.
359 ** New self test of client and server authenticated X.509 TLS sessions.
360 See tests/x509self.c and tests/x509signself.c.  The latter also tests
361 the new external signing callback interface.
363 ** New errors GNUTLS_E_APPLICATION_ERROR_MIN..GNUTLS_E_APPLICATION_ERROR_MAX.
364 These two actually describe the outer limits of a range of error codes
365 reserved to the application.  All of the errors are treated as fatal
366 by the library (it has to since it doesn't know the semantics of the
367 error codes).  This can be useful in callbacks, to signal some
368 application-specific error condition, which will usually eventually
369 cause some gnutls API to return the same error code as the callback,
370 which then can be inspected by the application.  Note that error codes
371 are negative.
373 ** gnutls_set_default_priority now disable TLS 1.2 by default.
374 The RFC is not released yet, and we're approaching a major release so
375 let's not enable it just yet.
377 ** Fix namespace so that gnutls_*_t is used consistently.
378 Before, many places in the GnuTLS code used the old deprecated type
379 names without the '_t' suffix.
381 ** Build fixes for Guile code.
382 Patch from Ludovic Courtes <ludovic.courtes@laas.fr>.
384 ** More documentation fixes.
385 In particular, the section headings were modified for casing.  By
386 Ludovic Courtes <ludovic.courtes@laas.fr>.
388 ** Updated Polish and Swedish translations.
389 Thanks to Jakub Bogusz <qboosh@pld-linux.org> and Daniel Nylander
390 <po@danielnylander.se>.
392 ** API and ABI modifications:
393 gnutls_sign_func: ADD, new type for sign callback.
394 gnutls_sign_callback_set: ADD, new function to set sign callback.
395 gnutls_sign_callback_get: ADD, new function to retrieve sign callback.
396 gnutls_x509_privkey_sign_hash,
397 gnutls_openpgp_privkey_sign_hash: ADD, new functions useful in sign callback.
398 GNUTLS_E_APPLICATION_ERROR_MIN,
399 GNUTLS_E_APPLICATION_ERROR_MAX: ADD, new CPP #defines for error codes.
401 * Version 1.7.16 (released 2007-08-07)
403 ** Fix sanity checks and return values in certificate selection.
404 In some cases, GnuTLS omitted to report suitable error codes when no
405 suitable certificate was found.
407 ** Fix gnutls-cli starttls EOF on Mac OS X.
408 Thanks to Hal Eden <n.mavrogiannopoulos@gmail.com>.
410 ** Documentation fixes.
411 In particular, the section headings were modified for casing.  By
412 Ludovic Courtes <ludovic.courtes@laas.fr>.
414 ** Update gnulib files.
416 ** API and ABI modifications:
417 No changes since last version.
419 * Version 1.7.15 (released 2007-07-02)
421 ** Fix self-tests key-id under mingw32.
423 ** Test that the Guile header files are recent enough to work.
424 Before we just tested that the command line tool 'guile' was recent
425 enough, which may not be sufficient if you still have an old
426 libguile.h header installed.
428 ** Guile bindings are now installed under $prefix by default.
429 Use --without-guile-site-dir to install it under $pkgdatadir/site/
430 where $pkgdatadir is as returned by "guile-config info pkgdatadir".
431 Use --with-guile-site-dir=/your/own/path to specify the path manually.
432 The default, --with-guile-site-dir, will install the Guile bindings
433 under $datadir/guile/site.  There is a new section 'Guile
434 Preparations' in the manual that discuss these issues.
436 ** Fix run-time library path ordering in linking the Guile bindings.
438 ** Improved manual on downloading, installing, getting help, bug reports etc.
439 Suggested by Ludovic Courtès <ludovic.courtes@laas.fr>.
441 ** Add Malay message translations.
442 Thanks to Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>.
444 ** API and ABI modifications:
445 No changes since last version.
447 * Version 1.7.14 (released 2007-06-26)
449 ** Don't enable Guile bindings unless we have Guile 1.8 or later.
450 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
452 ** Fix memory leak during DSA signature verification.
453 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
455 ** Fix crash in gnutls-cli when TLS handshake fails.
456 Reported by Marc Haber <mh+debian-bugs@zugschlus.de> and Andreas
457 Metzler <ametzler@downhill.at.eu.org> via Debian BTS #429183, see
458 <http://bugs.debian.org/429183>.
460 ** Minor OpenPGP fixes in stream_to_datum.
461 Patch from Timo Schulz <twoaday@freakmail.de> and Ludovic Courtès
462 <ludovic.courtes@laas.fr>.
464 ** Fix off-by-one in TLS 1.2 handshake.
465 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
467 ** Minor Guile binding self-test cleanup.
468 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
470 ** Update gnulib files.
472 ** API and ABI modifications:
473 No changes since last version.
475 * Version 1.7.13 (released 2007-06-11)
477 ** OpenCDK copy updated to version 0.6.3.
479 ** Build fixes for GnuTLS Guile bindings.
480 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
482 ** Build fix for GTK-DOC manual.
484 ** Update gnulib files.
486 ** API and ABI modifications:
487 No changes since last version.
489 * Version 1.7.12 (released 2007-06-08)
491 ** Guile bindings for GnuTLS have been included.
492 Contributed by Ludovic Courtès <ludovic.courtes@laas.fr>.  There is a
493 new chapter 'Guile Bindings' in the manual.
495 ** Have PKCS8 parser return better error codes.
496 Reported by Nate Nielsen <nielsen-list@memberwebs.com>, see
497 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001653.html> and
498 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001654.html>.
500 ** Fix mem leak for sessions with client authentication via certificates.
501 Reported by Andrew W. Nosenko <andrew.w.nosenko@gmail.com>, see
502 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-April/001539.html>.
504 ** Fix mem leaks.
505 Reported by Dennis Vshivkov <walrus@amur.ru>, see
506 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333050>.  Added
507 self-test tests/parse_ca.c to test regressions.
509 ** Fix build failures related to missing images in manual.
510 Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
512 ** Update gnulib files.
514 ** API and ABI modifications:
515 No changes since last version.
517 * Version 1.7.11 (released 2007-05-26)
519 ** Include opencdk.h in the release.
520 Reported by Roman Bogorodskiy <novel@FreeBSD.org>.
522 ** API and ABI modifications:
523 No changes since last version.
525 * Version 1.7.10 (released 2007-05-25)
527 ** New API functions to extract DER encoded X.509 Subject/Issuer DN.
528 Suggested by Nate Nielsen <nielsen-list@memberwebs.com>.
530 ** Update of gnulib files.
532 ** GnuTLS is now developed in GIT instead of CVS.
533 See <http://repo.or.cz/w/gnutls.git> for a public repository.
535 ** API and ABI modifications:
536 gnutls_x509_crt_get_raw_issuer_dn: ADD.
537 gnutls_x509_crt_get_raw_dn: ADD.
539 * Version 1.7.9 (released 2007-05-12)
541 ** X.509 certificates are preferred over OpenPGP keys.
542 This is a change in the semantics of gnutls_set_default_priority.
544 ** The included copy of OpenCDK has been updated to 0.6.1.
545 There has been some API changes in OpenCDK, and the GnuTLS layer have
546 been modified as well.  Note that while there are API/ABI incompatible
547 changes in OpenCDK, this does not influence GnuTLS's API/ABI because
548 its API/ABI have not changed.  From this version on, GnuTLS requires
549 OpenCDK 0.6.0 or later.
551 ** Fix build failure caused by missing doc/gnutls-logo.pdf.
553 ** Change certtool's default serial number from 0 to a time-based value.
555 ** Fix X.509 signing with RSA-PKCS#1 to set a NULL parameters fields.
556 Before, we remove the parameters field, which resulted in a slightly
557 different DER encoding which in turn caused signature verification
558 failures of GnuTLS-generated RSA certificates in some other
559 implementations (e.g., GnuPG 2.x's gpgsm).  Depending on which RFCs
560 you read, this may or may not be correct, but our new behaviour appear
561 to be consistent with other widely used implementations.
563 ** Fix mem leaks in gnutls_x509_crt_print.
565 ** API and ABI modifications:
566 No changes since last version.
568 * Version 1.7.8 (released 2007-04-16)
570 ** Added examples for the authorization extension.
571 See doc/examples/ex-client-authz.c and doc/examples/ex-serv-authz.c.
573 ** The examples only use gnutls_set_default_priority().
574 The exception is when DH_ANON is needed.
576 ** Improve gnutls_set_default_priority() priorities.
577 The new approach is for it to try and negotiate all secure and
578 standard mechanisms available.  Currently, DH_ANON ciphersuites and
579 LZO compressions are not enabled by default, because they are,
580 respectively, insecure and non-standardized.  Note that TLS 1.2 will
581 not be enabled by default in non-experimental release until it has
582 been approved by the IETF.
584 ** gnutls-cli and gnutls-serv now uses the library's default priorities.
585 This means that to get DH_ANON and LZO compression, you'll need to
586 specify that manually using '--kx anon' or '--comp lzo'.
588 ** Minor fixes to the human display format of X.509 certificates.
590 ** New APIs to extract Distinguished Name's from X.509 certificates.
591 Based on patch from Howard Chu <hyc@symas.com>.
593 ** Improved library searching for opencdk.
594 It will now add the appropriate -R or -Wl,-rpath flags as necessary.
595 The deprecated opencdk.m4 is no longer used.
597 ** New APIs to list supported algorithms in the library.
598 The APIs are gnutls_cipher_list, gnutls_mac_list,
599 gnutls_compression_list, gnutls_protocol_list,
600 gnutls_certificate_type_list, gnutls_kx_list, and
601 gnutls_cipher_suite_info.  Suggested by Howard Chu <hyc@symas.com>.
603 ** The gnutls_x509_crt_get_key_id API now handle non-RSA/DSA keys.
605 ** New configure option --disable-tls-authorization to disable tls-authz.
607 ** Fix prototype for `gnutls_psk_set_client_credentials'.
608 The last parameter was renamed from 'flags' to 'format' and the type
609 changed from 'unsigned int' to 'gnutls_psk_key_flags' (an enum type),
610 which shouldn't cause any ABI changes.  Reported by ludo@chbouib.org
611 (Ludovic Courtès).
613 ** Fix allocation in gnutls_certificate_set_openpgp_key.
614 Tiny patch from ludo@chbouib.org (Ludovic Courtès).
616 ** API and ABI modifications:
617 gnutls_x509_dn_t: ADD.
618 gnutls_x509_ava_st: ADD.
619 gnutls_x509_crt_get_subject,
620 gnutls_x509_crt_get_issuer: ADD.
621 gnutls_x509_dn_get_rdn_ava: ADD.
622 gnutls_cipher_list: ADD.
623 gnutls_mac_list: ADD.
624 gnutls_compression_list: ADD.
625 gnutls_protocol_list: ADD.
626 gnutls_certificate_type_list: ADD.
627 gnutls_kx_list: ADD.
628 gnutls_cipher_suite_info: ADD.
630 * Version 1.7.7 (released 2007-02-22)
632 ** Support for supplemental handshake messages and authorization data.
633 Supplemental data is described in RFC 4680 and the authorization
634 extensions in draft-housley-tls-authz-extns-07.
636 ** Support for authorization data in gnutls-cli and gnutls-serv.
637 New parameters --authz-x509-attr-cert and --authz-saml-assertion.
639 ** Fix for gnutls_x509_crt_check_hostname.
640 Before it would have reported that the certificate matched a hostname
641 when it did not have any dNSName or any CN field.  Report and tiny
642 patch from "Richard W.M. Jones" <rjones@redhat.com>.
644 ** New self test for RFC 2818 comparison in gnutls_x509_crt_check_hostname.
645 Tests regressions of the bug, and several other features.
647 ** GnuTLS now matches URI's with IP Addresses against iPAddress SAN's.
648 Before there were no support for iPAddress SAN's during comparison.
650 ** New API to print information about CRL's.
651 The function is gnutls_x509_crl_print.
653 ** New API to extract signature value from CRL's.
654 The function is gnutls_x509_crl_get_signature.
656 ** Support for directoryName Subject Alternative Name's.
657 The gnutls_x509_crt_get_subject_alt_name function returns the DN as a
658 string in the provided buffer.
660 ** Internal improvements to certtool.
661 It uses gnutls_x509_crl_print to print CRL information.  It uses some
662 more gnulib modules to simplify error handling.
664 ** API and ABI modifications:
665 GNUTLS_HANDSHAKE_SUPPLEMENTAL: ADD, new gnutls_handshake_description_t element.
666 gnutls_supplemental_data_format_type_t: ADD.
667 gnutls_authz_data_format_type_t: ADD.
668 gnutls_supplemental_get_name: ADD.
669 gnutls_authz_recv_callback_func,
670 gnutls_authz_send_callback_func: ADD, callback prototypes.
671 gnutls_authz_enable: ADD.
672 gnutls_authz_send_x509_attr_cert,
673 gnutls_authz_send_saml_assertion,
674 gnutls_authz_send_x509_attr_cert_url,
675 gnutls_authz_send_saml_assertion_url: ADD.
676 GNUTLS_SAN_DN: ADD, new gnutls_x509_subject_alt_name_t element.
677 gnutls_x509_crl_print: ADD.
678 gnutls_x509_crl_get_signature: ADD.
680 * Version 1.7.6 (released 2007-02-12)
682 ** Support for 'otherName' Subject Alternative Names.
683 The existing API gnutls_x509_crt_get_subject_alt_name may now return
684 the new type GNUTLS_SAN_OTHERNAME together with the otherName value.
685 To find out the otherName OID (necessary for proper parsing of the
686 value), use the new API gnutls_x509_crt_get_subject_alt_othername_oid.
687 For known OIDs, gnutls_x509_crt_get_subject_alt_othername_oid will
688 return "virtual" SAN values, e.g., GNUTLS_SAN_OTHERNAME_XMPP to
689 simplify OID matching.  Suggested by Matthias Wimmer <m@tthias.eu>.
691 ** Certtool can print otherName SAN values for certificates.
692 For known otherName OIDs (currently only id-on-xmppAddr as defined by
693 RFC 3920), it will also print the name.
695 ** Fix TLS 1.2 RSA signing in servers.
696 Before it used the old-style MD5+SHA1 signature, but the TLS
697 signatures should be normal PKCS#1 signatures.  FYI, we use and
698 require that DigestInfo parameters are present and NULL for TLS 1.2.
700 ** Add APIs to access X.509 extensions sequentially.
701 The existing APIs gnutls_x509_crt_get_extension_oid() and
702 gnutls_x509_crt_get_extension_by_oid() does not permit callers to
703 inspect the extensions in the order defined by the certificate.
705 ** Add API to extract signature value from X.509 certificates.
706 The function is gnutls_x509_crt_get_signature.
708 ** Fix crash when generating proxy certificates in batch mode.
709 If you don't specify a proxy policy in batch mode, it will use
710 id-ppl-inheritALL.
712 ** Add API to print information about X.509 certificates.
713 The function is gnutls_x509_crt_print.
715 ** Certtool uses the new API gnutls_x509_crt_print to print certificate info.
716 One consequence of this is that the output syntax has changed
717 slightly.  Some more fields are printed.
719 ** Doc fixes.
721 ** API and ABI modifications:
722 gnutls_x509_crt_print: ADD
723 gnutls_certificate_print_formats_t: ADD, new enum.
724 gnutls_x509_crt_get_signature: ADD.
725 gnutls_x509_crt_get_extension_data: ADD.
726 gnutls_x509_crt_get_extension_info: ADD.
727 gnutls_x509_crt_get_subject_alt_othername_oid: ADD.
728 GNUTLS_SAN_OTHERNAME: ADD, new gnutls_x509_subject_alt_name_t element.
729 GNUTLS_SAN_OTHERNAME_XMPP: ADD, new gnutls_x509_subject_alt_name_t element.
731 * Version 1.7.5 (released 2007-02-06)
733 ** Servers won't negotiate SRP RSA/DSS cipher suites if no SRP credential
734 ** is set.
736 ** Default behaviour for the gnutls-cli and gnutls-serv tools improved.
738 ** Fix --list output for gnutls-cli and gnutls-serv.
739 Mention TLS1.2, SHA512 etc.
741 ** Manual contains new section on setting up a test HTTP server.
742 A server set up following those descriptions are available online via
743 <http://www.gnutls.org/server.html>.
745 ** Update of gnulib files.
747 ** API and ABI modifications:
748 No changes since last version.
750 * Version 1.7.4 (released 2007-02-05)
752 ** Support for RSA signing using SHA-256/384/512.
753 A new self test "sha2" tries to build a long X.509 certificate chain
754 testing all new hashes.
756 ** The gnutls-serv tool now use static DH parameters if none are supplied.
758 ** Discuss proxy certificates in the manual.
760 ** Improve bibliographical citations in the manual.
762 ** Update of gnulib files.
764 ** Fix certtool template handling of pathLenConstraints.
765 It now defaults to -1 instead of 0, which causes the field to be
766 missing unless the template specify it.
768 ** API and ABI modifications:
769 GNUTLS_MAC_SHA256,
770 GNUTLS_MAC_SHA384,
771 GNUTLS_MAC_SHA512: New gnutls_mac_algorithm_t values.
772 GNUTLS_DIG_SHA256,
773 GNUTLS_DIG_SHA384,
774 GNUTLS_DIG_SHA512: New gnutls_digest_algorithm_t values.
775 GNUTLS_SIGN_RSA_SHA256,
776 GNUTLS_SIGN_RSA_SHA384,
777 GNUTLS_SIGN_RSA_SHA512: New gnutls_sign_algorithm_t values.
779 * Version 1.7.3 (released 2007-02-01)
781 ** New option to certtool: --generate-proxy.
782 This will generate a Proxy Certificate from an end entity certificate.
783 Proxy Certificates are documented in RFC 3820.  You will need to
784 specify the proxy certificate's private key with --load-privkey, the
785 user certificate with --load-certificate and the private key used to
786 sign the new proxy certificate with --load-ca-privkey.  Certtool will
787 query for proxy path length and the policy language OID.  Currently
788 only OIDs that have an empty policy are supported (which includes the
789 two OIDs defined by RFC 3820).
791 ** Certtool --certificate-info now prints information for Proxy Certificates.
792 Before the proxy extension was just printed as DER encoded data.
794 ** New APIs to set proxy subject names and get/set proxy cert extension.
796 ** Fix parsing of pathLenConstraints in BasicConstraints with missing cA.
798 ** Added self-test to test for regressions of pathLenConstraint bug.
799 Incidentally, this also test (some) other regressions or changes in
800 the output from certtool --certificate-info.
802 ** When certtool generates CA certificates, pressing enter on the path
803 ** length constraint query will now remove the field.
804 Before it set the path length constraint to 0, which is a rather poor
805 default.
807 ** Certtool now print times in UTC when printing certificate/CRL info.
809 ** Add better fix to work around C++ compiler bug on Mac OS X.
810 Reported and tiny patch provided by Matthias Scheler <tron@NetBSD.org>.
812 ** Fix import of ASCII armored OpenPGP keys.
813 Patch by ludovic.courtes@laas.fr (Ludovic Courtès).
815 ** Update of gnulib files.
817 ** API and ABI modifications:
818 gnutls_x509_crt_set_proxy_dn: ADD.
819 gnutls_x509_crt_set_proxy: ADD.
820 gnutls_x509_crt_get_proxy: ADD.
822 * Version 1.7.2 (released 2007-01-14)
824 ** Certtool now print the value of the pathLenConstraints field for certs.
826 ** Certtool now query for path length constraints when generating CA certs.
827 For batch uses, the certtool configuration name is "path_len".
828 Suggested by Sascha Ziemann <sascha.ziemann@secunet.com>.
830 ** Add new API to get/set pathLenConstraint in the Basic Constraints.
831 The new functions gnutls_x509_crt_get_basic_constraints and
832 gnutls_x509_crt_set_basic_constraints provide a superset of the
833 functionality in the old gnutls_x509_crt_get_ca_status and
834 gnutls_x509_crt_set_ca_status (respectively), but the old functions
835 will continue to be supported.
837 ** Add new API in OpenCDK to extract public/secret OpenPGP key to S-expr.
838 The functions are cdk_pubkey_to_sexp and cdk_seckey_to_sexp.  A proper
839 OpenCDK release with this patch will be made soon, which should bump
840 the OpenCDK version number.  Patch by Mario Lenz <mario.lenz@gmx.net>.
842 ** Certtool --to-p12 can now store more than one certificate in the blob.
843 Before it could only store one certificate, but now it will read and
844 store as many certificate there are from the --load-certificate file.
845 Suggested by Sascha Ziemann <sascha.ziemann@secunet.com>.
847 ** Clean up separation of gnutls and gnutls-extra for OpenPGP.
848 In particular, the OpenPGP function variables are no longer part of
849 the exported libgnutls interface, and no header files from
850 libgnutls-extra (GPL) are needed by libgnutls (LGPL).  The variables
851 were never intended for non-internal purposes, and thus this does not
852 imply a change in the external API/ABI.
854 ** Print URL to gaa when missing, and fix srcdir!=builddir for GAA files.
855 Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
857 ** GnuTLS no longer uses -mms-bitfields --enable-runtime-pseudo-reloc.
858 Before these parameters were set to make GnuTLS build under mingw32,
859 however, they appear to no longer be necessary.
861 ** A minor fix to the C++ library to make it build.
862 Reported by Pavlov Konstantin <thresh@altlinux.ru>.
864 ** Update of gnulib files.
866 ** API and ABI modifications:
867 gnutls_x509_crt_get_basic_constraints: ADD.
868 gnutls_x509_crt_set_basic_constraints: ADD.
869 cdk_pubkey_to_sexp: ADD (in opencdk).
870 cdk_seckey_to_sexp: ADD (in opencdk).
872 * Version 1.7.1 (released 2006-12-28)
874 ** TLS 1.2 server side fix.
875 The Certificate Request sent did not contain the list of supported
876 hashes field, thus violating the protocol.  It will now contain an
877 empty list.  Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
879 ** TLS 1.2 DSA signature verification fix.
880 Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
882 ** Fix the list of trusted CAs that server's send to clients.
883 Before, the list contained issuer DN's instead of subject DN's of the
884 trusted CAs.  Reported by Max Kellermann <max@duempel.org>.
886 ** Fix gnutls_certificate_set_x509_crl to initialize the CRL before using it.
887 Also added a self-test in tests/certificate_set_x509_crl.c to test the
888 function.  Reported by Max Kellermann <max@duempel.org>.
890 ** Encode UID fields in DN's as DirectoryString.
891 Before GnuTLS encoded and parsed UID fields as IA5String.  This was
892 incorrect, it should have used DirectoryString.  Now it will use
893 DirectoryString for the UID field, but for backwards compatibility it
894 will also accept IA5String UID's.  Reported by Max Kellermann
895 <max@duempel.org>.
897 ** Improve out-of-sourcedir builds from CVS.
898 Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
900 ** Bootstrap tools changed.
901 We now require autoconf 2.61, automake 1.10, and gettext 0.16, when
902 building GnuTLS from CVS.  Libtool 1.5.22 is used.
904 ** Fixed a syntax error in lib/gnutls.asn.
905 Reported by Paul Millar <p.millar@physics.gla.ac.uk>.
907 ** Added German translation of GnuTLS messages.
909 ** Update of gnulib files.
911 ** API and ABI modifications:
912 No changes since last version.
914 * Version 1.7.0 (released 2006-11-29)
916 ** The default protocol priority try TLS 1.1 and TLS 1.2 too.
917 The details is that the protocol priority set by
918 `gnutls_set_default_priority' has been changed from TLS 1.0 and SSL
919 3.0 to TLS 1.2, TLS 1.1, TLS 1.0 and SSL 3.0.
921 ** Preliminary support for TLS 1.2.
922 The client has been successfully tested against
923 https://www.mikestoolbox.org:4433/.
925 ** Anonself test now print a lot of debugging info, including TLS version.
927 ** Doc fixes in OpenCDK, to avoid some gtk-doc warnings.
929 ** Update of gnulib files.
931 ** API and ABI modifications:
932 GNUTLS_TLS1_2: New gnutls_protocol_t enum member.
934 *** Pulled up from stable 1.6.x branch:
936 ** Fix ./configure failure with non-GCC compilers.
937 This fixes the following error message:
938 configure: error: conditional "HAVE_LD_OUTPUT_DEF" was never defined.
939 Reported by "Michael C. Vergallen" <mvergall@telenet.be>.
941 * Version 1.6.3 (released 2007-05-26)
943 ** New API functions to extract DER encoded X.509 Subject/Issuer DN.
944 Suggested by Nate Nielsen <nielsen-list@memberwebs.com>.  Backported
945 from the 1.7.x branch, see
946 <http://lists.gnu.org/archive/html/help-gnutls/2007-05/msg00029.html>.
948 ** Have PKCS8 parser return better error codes.
949 Reported by Nate Nielsen <nielsen-list@memberwebs.com>, see
950 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001653.html> and
951 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001654.html>.
953 ** Fix mem leak for sessions with client authentication via certificates.
954 Reported by Andrew W. Nosenko <andrew.w.nosenko@gmail.com>, see
955 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-April/001539.html>.
957 ** Fix building of 'tlsia' self test.
958 Earlier some gcc are known to build tlsia linking to
959 $prefix/lib/libgnutls-extra.so rather than the libgnutls-extra.so in
960 the build directory, even though command line parameters look OK.
961 Changing order of some parameters fixes it.
963 ** API and ABI modifications:
964 gnutls_x509_crt_get_raw_issuer_dn: ADD.
965 gnutls_x509_crt_get_raw_dn: ADD.
967 * Version 1.6.2 (released 2007-04-18)
969 ** Fix X.509 signing with RSA-PKCS#1 to set a NULL parameters fields.
970 Before, we remove the parameters field, which resulted in a slightly
971 different DER encoding which in turn caused signature verification
972 failures of GnuTLS-generated RSA certificates in some other
973 implementations (e.g., GnuPG 2.x's gpgsm).  Depending on which RFCs
974 you read, this may or may not be correct, but our new behaviour appear
975 to be consistent with other widely used implementations.
977 ** Regenerate the PKIX ASN.1 syntax tree.
978 For some reason, after changing the ASN.1 type of ldap-UID in the last
979 release, the generated C file built from the ASN.1 schema was not
980 refreshed.  This can cause problems when reading/writing UID
981 components inside X.500 Distinguished Names.  Reported by devel
982 <dev001@pas-world.com>.
984 ** Updated translations.
986 ** API and ABI modifications:
987 No changes since last version.
989 * Version 1.6.1 (released 2006-12-28)
991 ** Fix the list of trusted CAs that server's send to clients.
992 Before, the list contained issuer DN's instead of subject DN's of the
993 trusted CAs.  Reported by Max Kellermann <max@duempel.org>.
995 ** Fix gnutls_certificate_set_x509_crl to initialize the CRL before using it.
996 Reported by Max Kellermann <max@duempel.org>.
998 ** Encode UID fields in DN's as DirectoryString.
999 Before GnuTLS encoded and parsed UID fields as IA5String.  This was
1000 incorrect, it should have used DirectoryString.  Now it will use
1001 DirectoryString for the UID field, but for backwards compatibility it
1002 will also accept IA5String UID's.  Reported by Max Kellermann
1003 <max@duempel.org>.
1005 ** Fix ./configure failure with non-GCC compilers.
1006 This fixes the following error message:
1007 configure: error: conditional "HAVE_LD_OUTPUT_DEF" was never defined.
1008 Reported by "Michael C. Vergallen" <mvergall@telenet.be>.
1010 ** API and ABI modifications:
1011 No changes since last version.
1013 * Version 1.6.0 (released 2006-11-17)
1015 ** No changes since 1.5.5.
1016 The major changes compared to the 1.4.x branch are:
1018 *** A GnuTLS C++ library is part of the official distribution.
1019 Currently there are no examples or documentation, but hopefully this
1020 will change.  See gnutlsxx.h for the API.
1022 *** Windows is a supported platform.
1023 There are, however, two know bugs.  One is related to select() in
1024 command line tools (not, nota bene, in the library), the other is a
1025 problem with libgcrypt that causes delays.  Help is needed to resolve
1026 those issues, so we feel we can't delay the release because of this.
1028 *** New APIs for custom push/pull function error reporting.
1029 The new APIs are gnutls_transport_set_errno and
1030 gnutls_transport_set_global_errno.  See the release notes for version
1031 1.5.4 for more information.
1033 *** Self tests are run under valgrind, if available.  See --disable-valgrind.
1035 * Version 1.5.5 (released 2006-11-16)
1037 ** Correctly bump shared library version after adding new APIs.
1038 This was forgotten in the last release.
1040 ** Fix unsigned vs signed problem in ex-x509-info.c example.
1041 Reported by Tim Kosse <tim.kosse@filezilla-project.org>.
1043 ** Fix the rsa-md5-collision self test to work for MinGW+Wine.
1045 ** Update of gnulib files.
1047 ** API and ABI modifications:
1048 No changes since last version.
1050 * Version 1.5.4 (released 2006-11-07)
1052 ** New API functions to set errno in push/pull functions.
1053 Under Windows, setting the errno variable in a push/pull replacement
1054 may end up setting the wrong errno variable, and GnuTLS send/recv
1055 functions become confused about the real errno returned from a failed
1056 push/pull function.  Therefor, we have added two APIs to set the errno
1057 variable used by GnuTLS.  The APIs can also help to keep things
1058 thread-safe, by avoiding potentially global variables.  Typically,
1059 instead of setting errno in your push/pull function, you will call one
1060 of these functions.  It is recommended to use
1061 gnutls_transport_set_errno, but if you don't have the session variable
1062 easily accessible in the push/pull replacement function, you can use
1063 gnutls_transport_set_global_errno.  Suggested by Tim Kosse
1064 <tim.kosse@filezilla-project.org>.
1066 void gnutls_transport_set_errno (gnutls_session_t session, int err);
1067 void gnutls_transport_set_global_errno (int err);
1069 ** When calling `recv' or `send' Windows errors are handled properly.
1070 The Windows recv/send functions doesn't use errno, and GnuTLS now use
1071 WSAGetLastError to access the error condition instead.
1073 ** Several OpenPGP API fixes.
1074 All suggested by ludovic.courtes@laas.fr (Ludovic Courtès).  The most
1075 important fix is to change the return value of
1076 gnutls_openpgp_privkey_get_pk_algorithm and
1077 gnutls_openpgp_key_get_pk_algorithm from 'int' to
1078 'gnutls_pk_algorithm_t', which is an enum type (and thus API/ABI
1079 compatible with 'int').
1081 ** When a GnuTLS server receive a SSLv2 Client Hello for an unknown TLS
1082 ** version, try to negotiate the highest version support by the GnuTLS server,
1083 ** instead of the lowest.
1084 Reported by <Pasi.Eronen@nokia.com>.
1086 ** Replace old constructs with use of gnulib modules.
1087 For example, we can now assume unistd.h, sys/stat.h, sys/socket.h in
1088 the code.  If the headers doesn't exist on the target system, gnulib
1089 will make sure its replacement header files are used instead.
1091 ** Fix SOVERSION computation for *.def files.
1092 This fixes build errors similar to "No rule to make target
1093 `libgnutls-`expr', needed by `all-am'." when building for Windows.
1095 ** gnutls_check-version uses strverscmp from gnulib.
1097 ** Update of gnulib files.
1099 ** API and ABI modifications:
1100 gnutls_transport_set_errno: ADD
1101 gnutls_transport_set_global_errno: ADD
1103 * Version 1.5.3 (released 2006-10-26)
1105 ** Add new self-test of RSA-MD5 signature chains.
1106 Note that we already, since GnuTLS 1.2.9, reject RSA-MD5 signatures
1107 when verifying X.509 chains.  The code is in tests/rsa-md5-collision/
1108 and is based on the work by Marc Stevens et al, see
1109 <http://www.win.tue.nl/hashclash/TargetCollidingCertificates/>.
1111 ** Re-factor self tests.
1113 ** The include copy of Libtasn1 is updated to version 0.3.7.
1115 ** The included copy of OpenCDK is updated to version 0.5.11.
1117 ** Fix the filename of the *.def file on Windows after library version bump.
1119 ** Separated the gnulib directory into one for LGPL modules and one for GPL.
1120 This allows the GPL'd part of GnuTLS to take advantage of the GPL'd
1121 gnulib modules.  Earlier we could only use the LGPL'ed module from
1122 gnulib, because two gnulib directories in the same project didn't
1123 work.
1125 ** API and ABI modifications:
1126 No changes since last version.
1128 * Version 1.5.2 (released 2006-10-03)
1130 ** Decrement the shared library version back to 13 (as in the 1.4.x branch).
1131 Note that if you installed 1.5.0 or 1.5.1, they will have a higher
1132 shared library version than this version, so you'll have to remove
1133 them and possibly relink your applications.  The reason for this is
1134 that no API/ABI changes have been made since the 1.4.x branch, and
1135 that incrementing the shared library version was a mistake.  Reported
1136 by Andreas Metzler <ametzler@downhill.at.eu.org>.
1138 ** Fix off-by-one error when computing length to malloc.
1139 The code is used by gnutls_openpgp_add_keyring_file and
1140 gnutls_openpgp_add_keyring_mem.  Reported by "Adam Langley"
1141 <agl@imperialviolet.org>.
1143 ** Add version script for the GnuTLS C++ library.
1144 Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
1146 ** Fix the C++ compiler detection logic.
1147 Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
1149 ** Update of gnulib files.
1151 ** API and ABI modifications:
1152 No changes since last version.
1154 * Version 1.5.1 (released 2006-09-21)
1156 ** Fix PKCS#1 verification to avoid a variant of Bleichenbacher's
1157 ** Crypto 06 rump session attack.
1158 In particular, we check that the digestAlgorithm.parameters field is
1159 missing or empty, to avoid that it can contain "garbage" that may be
1160 used to alter the numeric properties of the signature.  See
1161 <http://www.imc.org/ietf-openpgp/mail-archive/msg14307.html> (which is
1162 not exactly the same as the problem we fix here).  Reported by Yutaka
1163 OIWA <y.oiwa@aist.go.jp>.
1165 See GNUTLS-SA-2006-4 on http://www.gnutls.org/security.html for more
1166 up to date information.
1168 ** Add self test to test for above flaw.
1170 ** Fix gnutls-cli-debug regarding resume support detection.
1171 Earlier, if the session-id from the server had a length of 0, it would
1172 indicate the the server supports resumption, which isn't the case.
1173 Reported by Kataja Kai <kai.kataja@op.fi>.
1175 ** Fix building of examples on FreeBSD by including netinet/in.h.
1176 Reported by Roman Bogorodskiy <novel@FreeBSD.org>.
1178 ** Fix certtool bug that caused the private key to not be loaded when
1179 generating a certificate with --load-request, which in turn triggered
1180 another unrelated bug in gnutls_x509_crt_sign2 (also fixed).  Reported
1181 by Sascha Ziemann <sascha.ziemann@secunet.com>.
1183 ** gnutls-cli and gnutls-serv works on Windows.
1184 The problem was the select() call that doesn't work on file
1185 descriptors (stdin) on Windows.  We borrowed some code from plibc to
1186 solve this.  It appears to be somewhat unreliable though.
1188 ** Autoconf 2.60 is now used.
1190 ** API and ABI modifications:
1191 No changes since last version.
1193 * Version 1.5.0 (released 2006-08-13)
1195 ** Change SRP and Cert-Type extensions to match IANA registry.
1197 ** Fixed bug in OpenPGP authentication handshake.
1199 ** Improvements for building under MinGW.
1200 Provides internal inet_ntop and inet_pton functions and arpa/inet.h
1201 header.  Calls WSAStartup and WSACleanup in gnutls_global_init and
1202 gnutls_global_deinit, respectively.  Loads getaddrinfo and getnameinfo
1203 at run-time from ws2_32.dll, and falls back on a simple replacement if
1204 it is not available.  Builds the library with -mms-bitfields
1205 -Wl,--enable-runtime-pseudo-reloc.  Links with --output-def, to
1206 create *.def files, which are installed.
1208 ** The examples now (conditionally) include config.h and link to gnulib.
1209 No other source changes were necessary, so the examples should
1210 continue to be possible to use stand-alone without any autoconf or
1211 gnulib stuff.
1213 ** Added C++ header "gnutlsxx.h" and library "libgnutlsxx".
1214 You may unconditionally disable it with --disable-cxx.  See
1215 includes/gnutls/gnutlsxx.h and lib/gnutlsxx.cpp for the
1216 implementation.
1218 ** Made command line tool '--version' behave according to GNU Standards.
1219 This enables 'make distcheck' to succeed.
1221 ** OpenCDK updated to 0.5.9 to fix some problems with OpenPGP support.
1223 ** Make --without-included-libtasn1 work.
1224 Reported by Daniel Black <dragonheart@gentoo.org>.
1226 ** Fix a crash (strcmp() on a NULL value) in the certificate verification logic.
1227 See http://www.gnu.org/software/gnutls/security.html regardging
1228 GNUTLS-SA-2006-2 for more up to date information.  Reported by
1229 satyakumar <satyam_kkd@hyd.hellosoft.com>.
1231 ** API and ABI modifications:
1232 No changes since last version.
1234 * Version 1.4.5 (released 2006-11-06)
1236 ** When a GnuTLS server receive a SSLv2 Client Hello for an unknown TLS
1237 ** version, try to negotiate the highest version support by the GnuTLS server,
1238 ** instead of the lowest.
1239 Reported by <Pasi.Eronen@nokia.com>.
1241 ** Fix typo in doc/examples/ex-serv-pgp.c.
1242 Reported by Adam Langley" <agl@imperialviolet.org>.
1244 ** API and ABI modifications:
1245 No changes since last version.
1247 * Version 1.4.4 (released 2006-09-12)
1249 ** Relax the test that caught signatures that exploit the variant of
1250 ** Bleichenbacher's Crypto 06 rump session attack on our
1251 ** verification logic flaw.
1252 In particular, we now permit the digestAlgorithm.parameters field to
1253 be present but empty, whereas in 1.4.3 we actually checked that the
1254 field was absent.
1256 ** Revert the removal of debug information for the GNUTLS-SA-2006-3 problem.
1257 The messages are only printed in debug mode, which is not recommended
1258 for normal use, and thus logging this situation cannot be abused as an
1259 oracle in typical recommended situations.
1261 ** API and ABI modifications:
1262 No changes since last version.
1264 * Version 1.4.3 (released 2006-09-08)
1266 ** Fix PKCS#1 verification to avoid a variant of Bleichenbacher's
1267 ** Crypto 06 rump session attack.
1268 In particular, we check that the digestAlgorithm.parameters field is
1269 empty, to avoid that it can contain "garbage" that may be used to
1270 alter the numeric properties of the signature.  See
1271 <http://www.imc.org/ietf-openpgp/mail-archive/msg14307.html> (which is
1272 not exactly the same as the problem we fix here).  Reported by Yutaka
1273 OIWA <y.oiwa@aist.go.jp>.
1275 See GNUTLS-SA-2006-4 on http://www.gnutls.org/security.html for more
1276 up to date information.
1278 ** Fix PKCS#1 decryption to avoid Bleichenbacher's Crypto 98 attack.
1279 See <http://www.bell-labs.com/user/bleichen/papers/pkcs.ps.gz>.
1280 Reported by Werner Koch <wk@gnupg.org>.
1282 See GNUTLS-SA-2006-3 on http://www.gnutls.org/security.html for more
1283 up to date information.
1285 ** Fix crash in gnutls_x509_crt_sign2 if passed a NULL issuer_key.
1287 ** API and ABI modifications:
1288 No changes since last version.
1290 * Version 1.4.2 (released 2006-08-12)
1292 ** Fix a crash (strcmp() on a NULL value) in the certificate verification logic.
1293 This can happen if you call gnutls_certificate_verify_peers2 and have
1294 a certain mix of local CA certificates and the peer send special
1295 certificates, that together trigger certain behaviour.  It is not
1296 known at this point whether the crash can be triggered without the
1297 special local CA certificate, and thus turn this into a remote crash
1298 of clients that verify server certificates when they talk to a server
1299 with the special server certificate.  See GNUTLS-SA-2006-2 on
1300 http://www.gnu.org/software/gnutls/security.html for more up to date
1301 information.  Reported by satyakumar <satyam_kkd@hyd.hellosoft.com>.
1303 ** Change SRP and Cert-Type extensions to match IANA registry.
1305 ** OpenCDK updated to 0.5.9 to fix some problems with OpenPGP support.
1307 ** Make --without-included-libtasn1 work.
1308 Reported by Daniel Black <dragonheart@gentoo.org>.
1310 ** API and ABI modifications:
1311 No changes since last version.
1313 * Version 1.4.1 (released 2006-06-14)
1315 ** Replaced inactive ifdefs to enable openpgp support in test programs.
1317 ** Fixed bug in OpenPGP authentication handshake.
1319 ** Fixed typographical in man pages.
1321 ** Build fixes of the manual.
1323 ** Added Swedish translation.
1325 ** API and ABI modifications:
1326 No changes since last version.
1328 * Version 1.4.0 (released 2006-05-15)
1330 ** Remove GnuTLS 0.8.x compatibility functions.
1332 ** The libgcrypt RNG is initialized in gnutls_global_init().
1334 ** TLS/IA API changes from Emile van Bergen.
1335 A dummy credential structure is not needed now, if you wish to use the
1336 low-level TLS/IA API, simply call gnutls_ia_enable to enable TLS/IA on
1337 a session.
1339 ** The self-tests are now run under valgrind, if it is installed.
1341 ** Libtasn1 is updated to 0.3.4, and that version is now required.
1343 ** The command line tools now use getaddrinfo and support IPv6.
1345 ** API and ABI modifications:
1346 _gnutls_x509_get_raw_crt_activation_time,
1347 _gnutls_x509_get_raw_crt_expiration_time: Removed.
1348 gnutls_ia_require_inner_phase: Removed, replaced by gnutls_ia_enable.
1349 gnutls_ia_enable: Added.
1351 * Version 1.3.5 (released 2006-03-08)
1353 ** Error messages are now translated using GNU Gettext.
1355 ** The function gnutls_x509_crt_to_xml now return an internal error.
1356 This means that the code to convert X.509 certificates to XML format
1357 does not work any more.  The reason is that the function called
1358 libtasn1 internal functions.  It seems unclean for libtasn1 to export
1359 the APIs needed here.  Instead it would be better to implement XML
1360 support inside libtasn1 properly.  If you need this functionality
1361 strongly, please consider looking into implementing this suggested
1362 approach instead.  As a workaround, you may also modify lib/x509/xml.c
1363 (change '#if 1' to '#if 0') and build using --with-included-libtasn1.
1365 ** Libraries are now built with libtool's -no-undefined.
1366 This helps producing libraries for Windows using mingw32.
1368 ** Doc fixes to explain that gnutls_record_send can block.
1370 ** Libtasn1 0.3.1 or later is now required.
1371 The include copy has been updated too.
1373 ** gnutls-cli can now recognize services and port numbers with the -p option.
1375 ** API and ABI modifications:
1376 No changes since last version.
1378 * Version 1.3.4 (released 2006-02-09)
1380 ** Fix read of out bounds bug in DER parser.
1381 Reported by Evgeny Legerov <admin@gleg.net>, and debugging help from
1382 Protover SSL.  Libtasn1 0.2.18 is now required, which contains the
1383 previous bug fix.  The included libtasn1 version in GnuTLS has been
1384 updated.
1386 ** Fixed bug in non-blocking gnutls_bye(). gnutls_record_send() will no 
1387 longer invalidate a session if the underlying send fails, but it will 
1388 prevent future writes. That is to allow reading the already received data.
1389 Patches and bug reports by Yoann Vandoorselaere <yoann@prelude-ids.org>
1391 ** Corrected bugs in gnutls_certificate_set_x509_crl() and
1392 gnutls_certificate_set_x509_trust(), that caused memory corruption if 
1393 more than one certificates were added. Report and patch by Max Kellermann.
1395 ** Fix build problems of OpenCDK on AIX.
1396 Thanks to "Heiden, John" <JHeiden@UTNet.UToledo.Edu>.
1398 ** API and ABI modifications:
1399 No changes since last version.
1401 * Version 1.3.3 (released 2006-01-12)
1403 ** New API to access the TLS master secret.
1404 When possible, you should use the TLS PRF functions instead.
1405 Suggested by Jouni Malinen <jkmaline@cc.hut.fi>.
1407 ** Improved handling when multiple libraries use GnuTLS at the same time.
1408 Now gnutls_global_init() can be called multiple times, and
1409 gnutls_global_deinit() will only deallocate the structure when it has
1410 been called as many times as gnutls_global_init() was called.
1412 ** Added a self test of TLS resume functionality.
1414 ** Fix crash in TLS resume code, caused by TLS/IA changes.
1416 ** Documentation fixes about thread unsafety, prompted by
1417 ** discussion with bryanh@giraffe-data.com (Bryan Henderson).
1418 In particular, gnutls_global_init() and gnutls_global_deinit() are not
1419 thread safe.  Careful callers may want to protect the call using a
1420 mutex.  The problem could also be ignored, which would cause a memory
1421 leak under rare conditions when two threads invoke the function
1422 roughly at the same time.
1424 ** Add 'const' keywords in various places, from Frediano ZIGLIO.
1426 ** The code was indented again, including the external header files.
1428 ** API and ABI modifications:
1429 New functions to retrieve the master secret value:
1430   gnutls_session_get_master_secret
1432 Add a 'const' keyword to existing API:
1433   gnutls_x509_crq_get_challenge_password
1435 * Version 1.3.2 (released 2005-12-15)
1437 ** GnuTLS now support TLS Inner application (TLS/IA).
1438 This is per draft-funk-tls-inner-application-extension-01.  This
1439 functionality is added to libgnutls-extra, so it is licensed under the
1440 GNU General Public License.
1442 ** New APIs to access the TLS Pseudo-Random-Function (PRF).
1443 The PRF is used by some protocols building on TLS, such as EAP-PEAP
1444 and EAP-TTLS.  One function to access the raw PRF and one to access
1445 the PRF seeded with the client/server random fields are provided.
1446 Suggested by Jouni Malinen <jkmaline@cc.hut.fi>.
1448 ** New APIs to acceess the client and server random fields in a session.
1449 These fields can be useful by protocols using TLS.  Note that these
1450 fields are typically used as input to the TLS PRF, and if this is your
1451 intended use, you should use the TLS PRF API that use the
1452 client/server random field directly.  Suggested by Jouni Malinen
1453 <jkmaline@cc.hut.fi>.
1455 ** Internal type cleanups.
1456 The uint8, uint16, uint32 types have been replaced by uint8_t,
1457 uint16_t, uint32_t.  Gnulib is used to guarantee the presence of
1458 correct types on platforms that lack them.  The uint type have been
1459 replaced by unsigned.
1461 ** API and ABI modifications:
1462 New functions to invoke the TLS Pseudo-Random-Function (PRF):
1463   gnutls_prf
1464   gnutls_prf_raw
1466 New functions to retrieve the session's client and server random values:
1467   gnutls_session_get_server_random
1468   gnutls_session_get_client_random
1470 New function, to perform TLS/IA handshake:
1471   gnutls_ia_handshake
1473 New function to decide whether to do a TLS/IA handshake:
1474   gnutls_ia_handshake_p
1476 New functions to allocate a TLS/IA credential:
1477   gnutls_ia_allocate_client_credentials
1478   gnutls_ia_free_client_credentials
1479   gnutls_ia_allocate_server_credentials
1480   gnutls_ia_free_server_credentials
1482 New functions to handle the AVP callback:
1483   gnutls_ia_set_client_avp_function
1484   gnutls_ia_set_client_avp_ptr
1485   gnutls_ia_get_client_avp_ptr
1486   gnutls_ia_set_server_avp_function
1487   gnutls_ia_set_server_avp_ptr
1488   gnutls_ia_get_server_avp_ptr
1490 New functions, to toggle TLS/IA application phases:
1491   gnutls_ia_require_inner_phase
1493 New function to mix session keys with inner secret:
1494   gnutls_ia_permute_inner_secret
1496 Low-level API (used internally by gnutls_ia_handshake):
1497   gnutls_ia_endphase_send
1498   gnutls_ia_send
1499   gnutls_ia_recv
1501 New functions that can be used after successful TLS/IA negotiation:
1502   gnutls_ia_generate_challenge
1503   gnutls_ia_extract_inner_secret
1505 Enum type with TLS/IA modes:
1506   gnutls_ia_mode_t
1508 Enum type with TLS/IA packet types:
1509   gnutls_ia_apptype_t
1511 Enum values for TLS/IA alerts:
1512   GNUTLS_A_INNER_APPLICATION_FAILURE
1513   GNUTLS_A_INNER_APPLICATION_VERIFICATION
1515 New error codes, to signal when an application phase has finished:
1516   GNUTLS_E_WARNING_IA_IPHF_RECEIVED
1517   GNUTLS_E_WARNING_IA_FPHF_RECEIVED
1519 New error code to signal TLS/IA verify failure:
1520   GNUTLS_E_IA_VERIFY_FAILED
1522 * Version 1.3.1 (released 2005-12-08)
1524 ** Support for DHE-PSK cipher suites has been added.
1525 This method offers perfect forward secrecy.
1527 ** Fix gnutls-cli STARTTLS hang when SIGINT is sent too quickly, thanks to
1528 Otto Maddox <ottomaddox@fastmail.fm> and Nozomu Ando <nand@mac.com>.
1530 ** Corrected a bug in certtool for 64 bit machines. Reported
1531 by Max Kellermann <max@duempel.org>.
1533 ** New function to set a X.509 private key and certificate pairs, and/or
1534 CRLs, from an PKCS#12 file, suggested by Emile van Bergen
1535 <emile@e-advies.nl>.
1537 The integrity of the PKCS#12 file is protected through a password
1538 based MAC; public-key based signatures for integrity protection are
1539 not supported.  PKCS#12 bags may be encrypted using password derived
1540 symmetric keys, public-key based encryption is not supported.  The
1541 PKCS#8 keys may be encrypted using passwords.  The API use the same
1542 password for all operations.  We believe that any more flexibility
1543 create too much complexity that would hurt overall security, but may
1544 add more PKCS#12 related APIs if real-world experience indicate
1545 otherwise.
1547 ** gnutls_x509_privkey_import_pkcs8 now accept unencrypted PEM PKCS#8 keys,
1548 reported by Emile van Bergen <emile@e-advies.nl>.
1549 This will enable "certtool -k -8" to parse those keys.
1551 ** Certtool now generate keys in unencrypted PKCS#8 format for empty passwords.
1552 Use "certtool -p -8" and press press enter at the prompt.  Earlier,
1553 certtool would have encrypted the key using an empty password.
1555 ** Certtool now accept --password for --key-info and encrypted PKCS#8 keys.
1556 Earlier it would have prompted the user for it, even if --password was
1557 supplied.
1559 ** Added self test of PKCS#8 parsing.
1560 Unencrypted and encrypted (pbeWithSHAAnd3-KeyTripleDES-CBC and
1561 pbeWithSHAAnd40BitRC2-CBC) formats are tested.  The test is in
1562 tests/pkcs8.
1564 ** API and ABI modifications:
1565 New function to set X.509 credentials from a PKCS#12 file:
1566   gnutls_certificate_set_x509_simple_pkcs12_file
1568 New gnutls_kx_algorithm_t enum type:
1569   GNUTLS_KX_DHE_PSK
1571 New API to return session data (basically same as gnutls_session_get_data):
1572   gnutls_session_get_data2
1574 New API to set PSK Diffie-Hellman parameters:
1575   gnutls_psk_set_server_dh_params
1577 * Version 1.3.0 (2005-11-15)
1579 ** Support for TLS Pre-Shared Key (TLS-PSK) ciphersuites have been added.
1580 This add several new APIs, see below.  Read the updated manual for
1581 more information.  A new self test "pskself" has been added, that will
1582 test this functionality.
1584 ** The session resumption data are now system independent.
1586 ** The code has been re-indented to conform to the GNU coding style.
1588 ** Removed the RIPEMD ciphersuites.
1590 ** Added a discussion of the internals of gnutls in manual.
1592 ** Fixes for Tru64 UNIX 4.0D that lack MAP_FAILED, from Albert Chin.
1594 ** Remove trailing comma in enums, for IBM C v6, from Albert Chin.
1596 ** Make sure config.h is included first in a few files, from Albert Chin.
1598 ** Don't use C++ comments ("//") as they are invalid, from Albert Chin.
1600 ** Don't install SRP programs and man pages if --disable-srp-authentication,
1601 from Albert Chin.
1603 ** API and ABI modifications:
1604 New gnutls_kx_algorithm_t key exchange type: GNUTLS_KX_PSK
1606 New gnutls_credentials_type_t credential type:
1607   GNUTLS_CRD_PSK
1609 New credential types:
1610   gnutls_psk_server_credentials_t
1611   gnutls_psk_client_credentials_t
1613 New functions to allocate PSK credentials:
1614   gnutls_psk_allocate_client_credentials
1615   gnutls_psk_free_client_credentials
1616   gnutls_psk_free_server_credentials
1617   gnutls_psk_allocate_server_credentials
1619 New enum type for PSK key flags:
1620   gnutls_psk_key_flags
1622 New function prototypes for credential callback:
1623   gnutls_psk_client_credentials_function
1624   gnutls_psk_server_credentials_function
1626 New function to set PSK username and key:
1627   gnutls_psk_set_client_credentials
1629 New function to set PSK passwd file:
1630   gnutls_psk_set_server_credentials_file
1632 New function to extract PSK user in server:
1633   gnutls_psk_server_get_username
1635 New functions to set PSK callback:
1636   gnutls_psk_set_server_credentials_function
1637   gnutls_psk_set_client_credentials_function
1639 Use size_t instead of int for output size parameter:
1640   gnutls_srp_base64_encode
1641   gnutls_srp_base64_decode
1643 * Version 1.2.11 (2006-05-11)
1644 - The function gnutls_x509_crt_to_xml is not supported any more, and
1645   return an internal error.  The reason is that the function called
1646   internal libtasn1 functions which are no longer exported from
1647   libtasn1.
1648 - Updated libtasn1 requirement to 0.3.4 and refreshed internal mintiasn1.
1649 - Updated gnulib compatibility files.
1650 - Fixed _gnutls_x509_get_raw_crt_expiration_time and
1651   _gnutls_x509_get_raw_crt_activation_time to return (time_t)-1 on errors.
1652 - API and ABI modifications:
1653   No changes since last version.
1655 * Version 1.2.10 (2006-02-09)
1656 - Fix read out bounds bug in DER parser.  Reported by Evgeny Legerov
1657   <admin@gleg.net>, and debugging help from Protover SSL.
1658 - Libtasn1 0.2.18 is now required (contains the previous bug fix).
1659   The included version has been updated too.
1660 - Fix gnutls-cli STARTTLS hang when SIGINT is sent too quickly, thanks to
1661   Otto Maddox <ottomaddox@fastmail.fm> and Nozomu Ando <nand@mac.com>.
1662 - Corrected a bug in certtool for 64 bit machines. Reported
1663   by Max Kellermann <max@duempel.org>.
1664 - Corrected bugs in gnutls_certificate_set_x509_crl() and
1665   gnutls_certificate_set_x509_trust(), that caused memory corruption if
1666   more than one certificates were added. Report and patch by Max Kellermann.
1667 - Fixed bug in non-blocking gnutls_bye(). gnutls_record_send() will no 
1668   longer invalidate a session if the underlying send fails, but it will 
1669   prevent future writes. That is to allow reading the already received data.
1670   Patches and bug reports by Yoann Vandoorselaere <yoann@prelude-ids.org>
1672 * Version 1.2.9 (2005-11-07)
1673 - Documentation was updated and improved.
1674 - RSA-MD2 is now supported for verifying digital signatures.
1675 - Due to cryptographic advances, verifying untrusted X.509
1676   certificates signed with RSA-MD2 or RSA-MD5 will now fail with a
1677   GNUTLS_CERT_INSECURE_ALGORITHM verification output.  For
1678   applications that must remain interoperable, you can use the
1679   GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2 or GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5
1680   flags when verifying certificates.  Naturally, this is not
1681   recommended default behaviour for applications.  To enable the
1682   broken algorithms, call gnutls_certificate_set_verify_flags with the
1683   proper flag, to change the verification mode used by
1684   gnutls_certificate_verify_peers2.
1685 - Make it possible to send empty data through gnutls_record_send,
1686   to align with the send(2) API.
1687 - Some changes in the certificate receiving part of handshake to prevent
1688   some possible errors with non-blocking servers.
1689 - Added numeric version symbols to permit simple CPP-based feature
1690   tests, suggested by Daniel Stenberg <daniel@haxx.se>.
1691 - The (experimental) low-level crypto alternative to libgcrypt used
1692   earlier (Nettle) has been replaced with crypto code from gnulib.
1693   This leads to easier re-use of these components in other projects,
1694   leading to more review and simpler maintenance.  The new configure
1695   parameter --with-builtin-crypto replace the old --with-nettle, and
1696   must be used if you wish to enable this functionality.  See README
1697   under "Experimental" for more information.  Internally, GnuTLS has
1698   been updated to use the new "Generic Crypto" API in gl/gc.h.  The
1699   API is similar to the old crypto/gc.h, because the gnulib code were
1700   based on GnuTLS's gc.h.
1701 - Fix compiler warning in the "anonself" self test.
1702 - API and ABI modifications:
1703 gnutls_x509_crt_list_verify: Added 'const' to prototype in <gnutls/x509.h>.
1704                              This doesn't reflect a change in behaviour,
1705                              so we don't break backwards compatibility.
1706 GNUTLS_MAC_MD2: New gnutls_mac_algorithm_t value.
1707 GNUTLS_DIG_MD2: New gnutls_digest_algorithm_t value.
1708 GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2,
1709 GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5: New gnutls_certificate_verify_flags values.
1710                                   Use when calling
1711                                   gnutls_x509_crt_list_verify,
1712                                   gnutls_x509_crt_verify, or
1713                                   gnutls_certificate_set_verify_flags.
1714 GNUTLS_CERT_INSECURE_ALGORITHM: New gnutls_certificate_status_t value,
1715                                 used when broken signature algorithms
1716                                 is used (currently RSA-MD2/MD5).
1717 LIBGNUTLS_VERSION_MAJOR,
1718 LIBGNUTLS_VERSION_MINOR,
1719 LIBGNUTLS_VERSION_PATCH,
1720 LIBGNUTLS_VERSION_NUMBER: New CPP symbols, indicating the GnuTLS
1721                           version number, can be used for feature existence
1722                           tests.
1724 * Version 1.2.8 (2005-10-07)
1725 - Libgcrypt 1.2.2 is required to fix a bug for forking GnuTLS servers.
1726 - Don't install the auxilliary libexamples library used by the
1727   examples in doc/examples/ on "make install", report and tiny patch
1728   from Thomas Klausner <tk@giga.or.at>.
1729 - If you pass a X.509 CA or PGP trust database to the command line
1730   tool, it will now abort the connection if the server certificate
1731   validation fails.  Use the parameter --insecure to continue even
1732   after certificate validation failures.  Inspired from discussion
1733   with Alexander Kotelnikov <sacha@myxomop.com>.
1734 - The test for socklen_t has been moved to gnulib.
1735 - Link failures for duplicate or missing "program_name" symbol has been fixed,
1736   patch from Martin Lambers <marlam@marlam.de>.
1737 - The command line tool and the examples no longer uses mmap or bzero,
1738   to make them more portable, patch from Martin Lambers
1739   <marlam@marlam.de>.
1740 - Made the PKCS #12 API handle null passwords. Based on patch by
1741   Anton Altaparmakov <aia21@cam.ac.uk>.
1742 - The GTK-DOC manual should build with current released tools.
1743   (But a copy of the output is included, so the tools are not required.)
1744 - The inet_ntop function is now used through gnulib.
1745 - API and ABI modifications:
1746   No changes since last version.
1748 * Version 1.2.7 (2005-09-09)
1749 - The GNUTLS and GNUTLS-EXTRA libraries are now built with versioned symbols.
1750 - Certtool now complains when reading out-of-range X.509 serial
1751   numbers, suggested by Fran <e_agf@yahoo.es>.
1752 - Certtool now uses the readline library (when available) when reading
1753   X.509 serial numbers.
1754 - Fixed build problems in getpass on uClibc and Mingw32 platforms.
1755 - Fixed compile warning regarding socklen_t on Mingw32, reported by
1756   Martin Lambers <marlam@marlam.de>.
1757 - Fixed examples in doc/examples/, suggested by Fran <e_agf@yahoo.es>.
1758 - Gnulib is now used for the core library, enabling future code cleanups.
1759 - The gnutls-cli tool now use gnutls_certificate_verify_peers2,
1760   suggested by Daniel Stenberg <daniel@haxx.se>.
1761 - Doc fixes for gnutls_transport_set_push and gnutls_transport_set_pull.
1762 - Minilibtasn1 is now 0.2.17 (removed optional use of C99 macros).
1763 - Disable zlib support if zlib.h is not present.
1764 - A number of internal cleanups.
1765 - API and ABI modifications:
1766   No changes since last version.
1768 * Version 1.2.6 (2005-07-16)
1769 - MiniLZO updated to version 2.01 and moved to separate directory.
1770 - Collision between system LZO header files and MiniLZO header file
1771   fixed, reported by Matthias Urlichs <smurf@smurf.noris.de>.
1772 - Will now test for liblzo functionality in liblzo2 too, reported by
1773   Thomas Klausner <tk@giga.or.at>.
1774 - Minilibtasn1 is now 0.2.14 (no code changes).
1775 - Some code changes to avoid GTK-DOC warnings.
1776 - API and ABI modifications:
1777   No changes since last version.
1779 * Version 1.2.5 (2005-07-03)
1780 - More builddir != srcdir fixes, reported by Mike Castle
1781   <dalgoda@ix.netcom.com>.
1782 - Fixed off-by-one bug in the size parameter of gnutls_x509_crt_get*_dn,
1783   reported by Adam Langley <alangley@gmail.com>.
1784 - Corrected some stuff in minilzo detection. Pointed out by 
1785   Sergey Lipnevich.
1786 - MiniLZO updated to version 2.00.
1787 - gnutls_x509_crt_list_import now accept a DER formatted CRL.
1788 - API and ABI modifications:
1789   No changes since last version.
1791 * Version 1.2.4 (2005-05-28)
1792 - Corrected some bugs that could affect 64 bit systems.
1793 - Some corrections in the header files to include the prototype
1794   of memmem properly (affected 64 bit systems). Report and patch
1795   by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1796 - Introduced the --fix-key option to certtool, which can be used to
1797   regenerate the (optional) parameters in a private key. It should
1798   be used together with --key-info.
1799 - Corrected a bug in certificate chain verification that could lead
1800   to marking a trusted chain as non trusted, if the last certificate in
1801   the chain was a self signed one.
1802 - Gnulib portability files were updated.
1803 - License were updated to reflect new FSF address.
1804 - API and ABI modifications:
1805   No changes since last version.
1807 * Version 1.2.3 (2005-04-28)
1808 - Corrected bug in record packet parsing that could lead
1809   to a denial of service attack.
1810 - Corrected bug in RSA key export. Previously exported keys
1811   can be fixed using certtool. Use certtool -k <infile >outfile
1812 - API and ABI modifications:
1813     gnutls_x509_privkey_fix(): Add.
1815 * Version 1.2.2 (2005-04-25)
1816 - gnutls_error_to_alert() now considers
1817   GNUTLS_E_UNEXPECTED_HANDSHAKE_PACKET.
1818 - Fixed error in session resuming that could cause a crash in a session.
1819 - Fixed pkcs12 friendly name and local key identifier decoding.
1820 - Internal cleanups, removed duplicate typedef/struct definitions,
1821   and made source code include external include file, to check
1822   function prototypes during compile time.
1823 - API and ABI modifications:
1824   No changes since last version.  At least not intentional, but due
1825   to the include header changes, there may be inadvertant changes,
1826   please let us know if you find any.
1828 * Version 1.2.1 (2005-04-04)
1829 - gnutls_bye() will no longer fail when RDWR is used and application
1830   data are available for reading.
1831 - Added more strict checks for the SRP parameters (g,n), when they
1832   are not in the included list.
1833 - Added warning to certtool when MD5 is being used for digital
1834   signatures.
1835 - Optimizations ("-O2 -finline-functions") are not enabled by default,
1836   instead the standard autoconf defaults are used.  Use `./configure
1837   CFLAGS="-O2 -finline-functions"' to get the old optimizations.
1838 - Added the option --get-dh-params to certtool, in order to get the
1839   parameters included in the library primes and generators.
1840 - Improved the semantics of GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT, to
1841   allow only trusted Version 1 CAs and introduced
1842   GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT which has the old semantics.
1843 - Nettle self tests now build properly, reported by Pierre
1844   <pierre42d@9online.fr>.
1845 - Eliminated some memory leaks in DHE and RSA-EXPORT cipher suites.
1846   Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1847 - If the library has been compiled with features disabled, a warning is 
1848   issued during the compilation of any program.
1849 - API and ABI modifications:
1850     gnutls_x509_crt_list_import(): Add
1851     gnutls_x509_crq_get_attribute_by_oid(): Add.
1852     gnutls_x509_crq_set_attribute_by_oid(): Add
1853     gnutls_x509_crt_set_extension_by_oid(): Add.
1854     GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT: Modify semantics.
1855     GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT: Add, old behaviour.
1857 * Version 1.2.0 (2005-01-27)
1858 - Added the definitions and OIDs for the RIPEMD-160 hash algorithm.
1859 - Introduced gnutls_x509_crt_sign2(), gnutls_x509_crq_sign2() and 
1860   gnutls_x509_crl_sign2().
1861 - Fixed license header in source code files.
1863 * Version 1.1.23 (2005-01-18)
1864 - It is now possible to generate PKCS#12 structures without private
1865   keys using "certtool --to-p12", suggested by Fabian Fagerholm
1866   <fabbe@paniq.net>.
1867 - Certtool now prints information for the RSA and DSA parameters of
1868   certificates and private keys.
1869 - Corrected the write of CRL distribution points.
1870 - The certificate chain verification function now checks certificates
1871   in the reverse order to minimize the spent resources.
1872 - Corrected several bugs found by Marcin Garski <mgarski@post.pl>
1873 - The functions gnutls_x509_crl_get_issuer_dn, gnutls_x509_crq_get_dn,
1874   gnutls_x509_crt_get_issuer_dn, gnutls_x509_crt_get_dn, and
1875   gnutls_x509_rdn_get now set *sizeof_buf to the buffer length that is
1876   required, instead of the string length.  That is, the value has been
1877   incremented by 1 to account for the terminating zero. Reported by
1878   Martin Lambers <marlam@web.de>.
1879 - Debug output shouldn't crash on platforms that doesn't handle NULL
1880   printf %s values.  Reported by Michael.Ringe@aachen.utimaco.de.
1881 - Sync included copy of libtasn1 with version 0.2.13.
1882 - Client X.509 authenticated connections via gnutls-cli should now work again.
1884 * Version 1.1.22 (2004-11-04)
1885 - Replace GNU LD version script with Libtool -export-symbols-regex,
1886   from Joe Orton <joe@manyfish.co.uk>.
1887 - Documentation improvements.
1888 - Code indented using 'indent -i4 -kr'.
1889 - The API manual is included in Devhelp format.  (Was in last release too,
1890   but the NEWS entry was forgotten.)
1891 - The OpenSSL compatibility code now use the internal crypto interface.
1892 - Added simple self test of OpenSSL compatibility library.
1893 - Internally, libtool convenience libraries are used.
1894 - Cleanups to configure.ac.
1896 * Version 1.1.21 (2004-10-27)
1897 - Print DN of certificates with unknown characters in them, but in hexform
1898   only.
1899 - Added second precision to the X.509 parsing and generation functions.
1900 - Corrected bug in _gnutls_x509_get_dn_oid(), and returns the
1901   actual OID.
1902 - Add parameter --la-file to libgnutls-config and libgnutls-extra-config,
1903   tiny patch contributed by Joe Orton <joe@manyfish.co.uk>.
1904 - Add pkg-config meta files, suggested by Stéphane LOEUILLET
1905   <stephane.loeuillet@tiscali.fr>.
1906 - Fix memory initializaion bug in gnutls_certificate_set_x509_trust,
1907   tiny patch by Aleix Conchillo Flaque <aleix@member.fsf.org>.
1908 - Add self test of PKCS#12 functionality in "certtool", based on test
1909   vectors from Joe Orton <joe@manyfish.co.uk>.
1910 - Fix library order in libgnutls*-config --libs output, to permit
1911   static linking, reported by Yoann Vandoorselaere
1912   <yoann@prelude-ids.org>.
1914 * Version 1.1.20 (2004-10-12)
1915 - Fix compile problem in gl/getpass.c on some systems.
1917 * Version 1.1.19 (2004-10-07)
1918 - Fix memory leak in gnutls_certificate_verify_peers and
1919   gnutls_certificate_free_credentials, report and patch by Simon
1920   Posnjak <simon.posnjak@cetrtapot.si>.
1921 - Fix crash in `certtool --to-p12 --load-privkey foo', i.e. exporting
1922   a key and no certificate to PKCS#12.
1923 - Fix objdir != srcdir builds, reported by "Gerrit P. Haase"
1924   <gp@familiehaase.de>.
1925 - Fixes faulty getpass implementation in libextra/opencdk/, reported
1926   by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1927 - Uses memmem instead of strnstr in lib/.
1928 - Using more GNULib portability files, although not yet inside lib/.
1929 - Added gnutls_certificate_verify_peers to gnutls/compat.h.
1930   Nikos deprecated gnutls_certificate_verify_peers in favor of
1931   gnutls_certificate_verify_peers2 earlier in the 1.1 branch.
1932 - Improvements to the manual.
1933 - Add new example "ex-rfc2818" for certificate verification, from Nikos.
1934 - Known bug: the library require snprintf.  This has not yet been
1935   fixed, but will be handled via GNULib later on.
1937 * Version 1.1.18 (2004-08-24)
1938 - Corrected handling of certificate with dates after year 2038.
1939 - Corrected DER decoder which could incorrectly treat input as BER and fail.
1940 - Correct certtool --smime-to-p7 end of line character handling.
1941 - Added example client and server for anonymous authentication.
1942 - Added self test that tests anonymous TLS client and server.
1943 - Added self tests of Nettle and generic crypto layer.
1944 - Added API reference manual in HTML format in doc/reference/ using GTK-DOC.
1945   Online version at <http://www.gnu.org/software/gnutls/reference/>.
1946 - Assume C89 or better; removed checks for size_t, ptrdiff_t and time_t.
1947 - Man pages for API functions are included.
1949 * Version 1.1.17 (2004-08-18)
1950 - Bug fix of padding string in RSA PKCS#1 v1.5 type 2 encryption,
1951   reported by Robey Pointer <robey@danger.com>.
1952 - Generic crypto interface for secret key ciphers, hashes and randomness added.
1953   See section "Experimental" within section "COMPILATION ISSUES" in README.
1954 - Removed length limit on passwords read by 'certtool'.
1955 - Documentation fixes.
1957 * Version 1.1.16 (2004-08-15)
1958 - Fix missing gnulib linker parameter when building certtool.
1959 - Add gnulib module 'progname', needed by module 'error'.
1960 - Improve building with srcdir != objdir.
1962 * Version 1.1.15 (2004-08-15)
1963 - Certtool has simplistic --smime-to-p7 to translate RFC 2633 messages into
1964   PKCS #7 format.
1965 - Ported to Mac OS X / Darwin.
1966 - Ported to FreeBSD.
1968 * Version 1.1.14 (2004-08-09)
1969 - Documentation converted to Texinfo format.
1970 - Bug fix of test suite.
1971 - Configure now print build information, used by Autobuild.
1973 * Version 1.1.13 (2004-08-05)
1974 - Added simple self test suite.
1976 * Version 1.1.12 (2004-08-02)
1977 - Updated the SRP authentication to conform to the
1978   latest (yet unreleased) draft. Unfortunately this breaks
1979   compatibility with previous versions.
1980 - Changed the makefiles to be more portable.
1981 - SRP ciphersuites were moved to the gnutls library.
1982 - Added some default limits in the verification of certificate
1983   chains, to avoid denial of service attacks. Also added 
1984   gnutls_certificate_set_verify_limits() to override them.
1985   Issue pointed out by Patrik Hornik <patrik@hornik.sk>.
1986 - Added gnutls_certificate_verify_peers2().
1988 * Version 1.1.11 (2004-07-16)
1989 - Added the '_t' suffix to all exported symbols.
1990 - Fixed bug in RSA encryption, report and patch by Martijn Koster 
1991   <mak@greenhills.co.uk>.
1992 - Corrected a bug in certificate verification. Pointed out by
1993   Yoann Vandoorselaere <yoann@prelude-ids.org>
1994 - Added the GNUTLS_VERIFY_DO_NOT_ALLOW_SAME flags to the
1995   verification functions.
1996 - The ephemeral DH and RSA parameters are no longer stored in the
1997   session resume DB.
1998 - Do not free the SRP (prime and generator) parameters obtained from the 
1999   callback if they are the static ones defined in extra.h
2000 - Eliminated some memory leaks. Reported by Yoann Vandoorselaere.
2002 * Version 1.1.10 (2004-06-12)
2003 - Added gnutls_sign_algorithm_get_name() and gnutls_pk_algorithm_get_name()
2004 - Corrected bug in TLS renegotiation.
2005 - Corrected bug in OpenPGP key loading using a callback.
2006 - gnutls-srpcrypt was renamed to srptool
2007 - Allow handshake requests by the client.
2008 - Automatically disable certificate types that do not have corresponding
2009   certificates.
2010 - Added gnutls_auth_client_get_type() and gnutls_auth_server_get_type()
2011 - Opencdk library is being included if not found.
2012 - certtool can now add ip address SAN extension.
2013 - certtool has now support for more X.520 DN attribute types.
2014 - Better handling of EOF in gnutls_record_recv().
2015 - _gnutls_deinit() is no longer used. Sessions are not
2016   automatically removed any more, on abnormal termination.
2017 - Corrected session resuming in SRP ciphersuites.
2018 - Updated to conform to the latest srp draft (draft-ietf-tls-srp-07)
2019 - Added new functions to allow access to the ephemeral
2020   Diffie Hellman parameters.
2021 - Added the functions gnutls_x509_crt_get_pk_rsa_raw() and
2022   gnutls_x509_crt_get_pk_dsa_raw() to retrieve parameters from certificates.
2023 - Added the functions gnutls_dh_get_group(), gnutls_dh_get_pubkey() and
2024   gnutls_rsa_export_get_pubkey() to retrieve parameters of the DH or
2025   RSA-EXPORT key exchange.
2026 - Some fixes in the session resuming code.
2027 - Added gnutls_openpgp_keyring_check_id().
2029 * Version 1.1.9 (2004-04-14)
2030 - Added support for authority key identifier and the extended key usage
2031   X.509 extension fields. The certtoool was updated to support them.
2032 - The RC2 cipher is no more included. The one in libgcrypt is now used.
2033 - Added batch support to certtool. Now it can use templates.
2035 * Version 1.1.8 (2004-04-07)
2036 - Implemented all the tests for the SRP group parameters in
2037   client side. This may lead to incompatibility with very
2038   old gnutls servers.
2039 - Corrected bug in RSA parameters handling which could cause
2040   unexpected crashes.
2041 - Optimized the copying of rsa_params.
2043 * Version 1.1.7 (2004-03-29)
2044 - Added gnutls_certificate_set_params_function() and 
2045   gnutls_anon_set_params_function() that set the RSA or DH
2046   parameters using a callback.
2047 - Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy()
2048   and gnutls_x509_privkey_cpy().
2049 - Corrected a compilation issue when opencdk was installed in a
2050   non standard directory.
2051 - Deprecated: gnutls_srp_server_set_select_function(), 
2052   gnutls_certificate_client_set_select_function(), gnutls_srp_server_set_select_function().
2054 * Version 1.1.6 (2004-02-24)
2055 - Several bug fixes, by Arne Thomassen.
2056 - Fixed a bug where 'server name' extension was always sent.
2058 * Version 1.1.5 (2004-01-06)
2059 - Added the gnutls_sign_algorithm type.
2061 * Version 1.1.4 (2004-01-04)
2062 - Improved gnutls-cli's SRP behaviour in SRP ciphersuites.
2063   If they are of highest priority then the abbreviated handshake
2064   is used.
2065 - Removed all references of missing files.
2066 - Changed handshake behaviour to send the lowest TLS version
2067   when an unsupported version was advertized. The current behaviour
2068   is to send the maximum version we support.
2069 - Corrected problem printing the DC attributes in a DN.
2071 * Version 1.1.3 (2003-12-30)
2072 - Implemented TLS 1.1 (and also obsoleted the TLS 1.0 CBC protection
2073   hack).
2075 * Version 1.1.2 (2003-12-28)
2076 - Added CRL verification functionality to certtool.
2077 - Corrected the CRL distribution point extension handling.
2079 * Version 1.1.1 (2003-12-26)
2080 - Added PKCS #7 support to certtool utility.
2081 - Added support for reading and generating CRL distribution
2082   points extensions in certificates.
2083 - Added support for generating CRLs in the library and the
2084   certtool utility.
2085 - Added support for the Subject Key ID PKIX extension.
2087 * Version 1.1.0 (2003-12-21)
2088 - The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_RSA_PARAMS
2089   are no longer returned by the handshake function. Ciphersuites that
2090   require temporary parameters are removed when such parameters do not exist.
2091 - Added the callbacks gnutls_certificate_client_retrieve_function() and
2092   gnutls_certificate_server_retrieve_function(), to allow a client or a server
2093   to specify certificates for the handshake without storing them to the
2094   credentials structure.
2095 - Added support for generating and exporting DSA private keys.
2096 - Added gnutls_x509_crt_set_key_usage() and certtool can now set the
2097   certificate's key usage.
2098 - Added gnutls_openpgp_key_get_key_usage().
2100 * Version 1.0.25 (2005-04-27)
2101 - Corrected bug in record packet parsing that could lead
2102   to a denial of service attack.
2103 - Corrected bug in RSA key export.
2105 * Version 1.0.24 (2005-01-18)
2106 - Corrected several bugs found by Marcin Garski <mgarski@post.pl>
2108 * Version 1.0.23 (2004-11-13)
2109 - Replace GNU LD version script with Libtool -export-symbols-regex,
2110   from Joe Orton <joe@manyfish.co.uk>.
2111 - Copy libtasn1 has been updated to version 0.2.11.
2112 - Corrected the write of CRL distribution points.
2113 - It is now possible to generate PKCS#12 structures without private
2114   keys using "certtool --to-p12", suggested by Fabian Fagerholm
2115   <fabbe@paniq.net>.
2117 * Version 1.0.22 (2004-10-28)
2118 - Print DN of certificates with unknown characters in them, but in hexform
2119   only.
2120 - Corrected bug in _gnutls_x509_get_dn_oid(), and returns the
2121   actual OID.
2122 - Added second precision to the X.509 parsing functions.
2123 - Add parameter --la-file to libgnutls-config and libgnutls-extra-config,
2124   tiny patch contributed by Joe Orton <joe@manyfish.co.uk>.
2125 - Add pkg-config meta files, suggested by Stéphane LOEUILLET
2126   <stephane.loeuillet@tiscali.fr>.
2127 - Fix memory initializaion bug in gnutls_certificate_set_x509_trust,
2128   tiny patch by Aleix Conchillo Flaque <aleix@member.fsf.org>.
2129 - Fix certtool --password for PKCS #12, back ported from 1.1.x branch.
2130 - Fix library order in libgnutls*-config --libs output, to permit
2131   static linking, reported by Yoann Vandoorselaere
2132   <yoann@prelude-ids.org>.
2134 * Version 1.0.21 (2004-10-07)
2135 - Fix memory leak in gnutls_certificate_verify_peers and
2136   gnutls_certificate_free_credentials, report and patch by Simon
2137   Posnjak <simon.posnjak@cetrtapot.si>.
2138 - Fix crash in `certtool --to-p12 --load-privkey foo', i.e. exporting
2139   a key and no certificate to PKCS#12.
2140 - Fix objdir != srcdir builds, reported by "Gerrit P. Haase"
2141   <gp@familiehaase.de>.
2142 - Avoid redefining getpass if system already has it, reported by
2143   Yoann Vandoorselaere <yoann@prelude-ids.org>.
2144 - Add new example "ex-rfc2818" for certificate verification, from Nikos.
2145 - Known bug: the library require snprintf.
2147 * Version 1.0.20 (2004-08-18)
2148 - Bug fix of padding string in RSA PKCS#1 v1.5 type 2 encryption,
2149   reported by Robey Pointer <robey@danger.com>.
2151 * Version 1.0.19 (2004-08-09)
2152 - Bug fix of test suite.
2154 * Version 1.0.18 (2004-08-05)
2155 - Added simple self test suite.
2157 * Version 1.0.17 (2004-08-02)
2158 - Updated the SRP authentication to conform to the
2159   latest (yet unreleased) draft. Unfortunately this breaks
2160   compatibility with previous versions.
2161 - Changed the makefiles to be more portable.
2162 - Added some default limits in the verification of certificate
2163   chains, to avoid denial of service attacks. Also added 
2164   gnutls_certificate_set_verify_limits() to override them.
2165   Issue pointed out by Patrik Hornik <patrik@hornik.sk>.
2166 - Added gnutls_certificate_verify_peers2().
2168 * Version 1.0.16 (2004-07-10)
2169 - Do not free the SRP (prime and generator) parameters obtained from the 
2170   callback if they are the static ones defined in extra.h.
2171 - Eliminated some memory leaks. Reported by Yoann Vandoorselaere.
2172 - Some fixes in the makefiles.
2174 * Version 1.0.15 (2004-06-29)
2175 - Fixed bug in RSA encryption, report and patch by Martijn Koster 
2176   <mak@greenhills.co.uk>.
2177 - Corrected a bug in certificate verification. Pointed out by
2178   Yoann Vandoorselaere <yoann@prelude-ids.org>.
2180 * Version 1.0.14 (2004-06-12)
2181 - Automatically disable certificate types that do not have corresponding
2182   certificates.
2183 - Updates in the documentation.
2184 - certtool can now add ip address SAN extension.
2185 - certtool has now support for more X.520 DN attribute types.
2186 - Opencdk library is being included if not found.
2187 - Added gnutls_openpgp_keyring_check_id().
2188 - Corrected a serious bug in the included libtasn1 library.
2189 - Corrected session resuming in SRP ciphersuites.
2190 - Updated to conform to the latest srp draft (draft-ietf-tls-srp-07)
2191 - Added the functions gnutls_x509_crt_get_pk_rsa_raw() and
2192   gnutls_x509_crt_get_pk_dsa_raw() to retrieve parameters from certificates.
2193 - Some fixes in the session resuming code.
2195 * Version 1.0.13 (2004-04-29)
2196 - Some complilation fixes.
2197 - Added the --xml parameter to the certtool utility.
2199 * Version 1.0.12 (2004-04-23)
2200 - Corrected bug in OpenPGP key loading using a callback.
2201 - Renamed gnutls-srpcrypt to srptool
2202 - Allow handshake requests by the client.
2203 * Things backported from the development branch:
2204 - Added support for authority key identifier and the extended key usage
2205   X.509 extension fields. The certtoool was updated to support them.
2206 - Added batch support to certtool. Now it can use templates.
2207 - The RC2 cipher is no more included. The one in libgcrypt is now used.
2209 * Version 1.0.11 (2004-04-17)
2210 - Added gnutls_sign_algorithm_get_name() and gnutls_pk_algorithm_get_name()
2211 - Corrected bug in TLS renegotiation.
2213 * Version 1.0.10 (2004-04-03)
2214 - Corrected bug in RSA parameters handling which could cause
2215   unexpected crashes.
2216 - Corrected bug in SSL 3.0 authentication.
2218 * Version 1.0.9 (2004-03-29)
2219 - Added gnutls_certificate_set_params_function() and 
2220   gnutls_anon_set_params_function() that set the RSA or DH
2221   parameters using a callback.
2222 - Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy()
2223   and gnutls_x509_privkey_cpy().
2224 - Corrected a compilation issue when opencdk was installed in a
2225   non standard directory.
2226 - Documented the changes need in multi-threaded application due
2227   to the new libgcrypt.
2229 * Version 1.0.8 (2004-02-28)
2230 - Corrected bug in mutual certificate authentication in SSL 3.0.
2232 * Version 1.0.7 (2004-02-25)
2233 - Implemented TLS 1.1 (and also obsoleted the TLS 1.0 CBC protection
2234   hack).
2235 - Some updates in the documentation.
2237 * Version 1.0.6 (2004-02-12)
2238 * Backported things from the development branch (while maintaining
2239   backwards compatibility):
2240 - Improved gnutls-cli's SRP behaviour in SRP ciphersuites.
2241   If they are of highest priority then the abbreviated handshake
2242   is used.
2243 - The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_RSA_PARAMS
2244   are no longer returned by the handshake function. Ciphersuites that
2245   require temporary parameters are removed when such parameters do not exist.
2246 - Added the callbacks gnutls_certificate_client_retrieve_function() and
2247   gnutls_certificate_server_retrieve_function(), to allow a client or a server
2248   to specify certificates for the handshake without storing them to the
2249   credentials structure.
2250 - Added support for generating and exporting DSA private keys.
2252 * Version 1.0.5 (2004-02-11)
2253 - Fixed a bug where 'server name' extension was always sent.
2254 * Backported things from the development branch:
2255 - Added CRL verification functionality to certtool.
2256 - Corrected the CRL distribution point extension handling.
2257 - Added PKCS #7 support to certtool utility.
2258 - Added support for reading and generating CRL distribution
2259   points extensions in certificates.
2260 - Added support for generating CRLs in the library and the
2261   certtool utility.
2262 - Added support for the Subject Key ID PKIX extension.
2263 - Added the gnutls_sign_algorithm type.
2265 * Version 1.0.4 (2004-01-04)
2266 - Changed handshake behaviour to send the lowest TLS version
2267   when an unsupported version was advertized. The current behaviour
2268   is to send the maximum version we support.
2269 - certtool no longer asks the password in unencrypted private
2270   keys.
2271 - The source is now compiled to use the reentrant libc functions.
2273 * Version 1.0.3 (2003-12-21)
2274 - Corrected bug in gnutls_bye() which made it return an error code
2275   of INVALID_REQUEST instead of success.
2276 - Corrected a bug in the GNUTLS_KEY key usage definitions.
2278 * Version 1.0.2 (2003-12-18)
2279 - Corrected a bug in the RSA key generation. This was
2280   generating unusable RSA keys.
2282 * Version 1.0.1 (2003-12-10)
2283 - Some minor fixes in the makefiles. They now include CFLAGS
2284   from libgcrypt or opencdk if installed in a non standard directory.
2285 - Fixed the SRP detection test in gnutls-cli-debug.
2286 - Added gnutls_rsa_params_export_pkcs1() and gnutls_rsa_params_import_pkcs1().
2288 * Version 1.0.0 (2003-12-04)
2289 - Exported the static SRP group parameters.
2290 - Some fixes in the certificate authenticated SRP ciphersuites.
2291 - Improved the support for draft-ietf-tls-srp-05. The two-phase
2292   handshake is now fully supported without any interaction with
2293   the application layer (except for a callback).
2295 * Version 0.9.99 (2003-11-28)
2296 - Some fixes in the gnutls.h header for the gnutls_server_name_set()
2297   and gnutls_server_name_get() prototypes.
2298 - Exported the gnutls_x509_privkey_sign_data(), gnutls_x509_privkey_verify_data() 
2299   and gnutls_x509_crt_verify_data().
2300 - Some fixes in the openpgp authentication.
2301 - Removed the Twofish cipher.
2303 * Version 0.9.98 (2003-11-16)
2304 - The openssl compatibility layer was moved to gnutls-openssl
2305   library instead of being included in the gnutls-extra library.
2306 - Added the RIPEMD ciphersuites defined in draft-ietf-tls-openpgp-keys-04.
2307 - Building with openpgp support is now mandatory.
2308 - gnutls4 compatibility header is no longer included by default in
2309   gnutls.h.
2310 - gnutls8 function usage yelds a deprecation warning in gcc3.
2311 - gnutls_x509_*_set_dn_by_oid() and gnutls_x509_*_get_*_dn_by_oid()
2312   functions have a raw_flag parameter added.
2313 - Added gnutls_x509_*_get_dn_oid() and gnutls_x509_crt_get_extension_oid()
2314   functions which return the available OIDs.
2316 * Version 0.9.97 (2003-11-11)
2317 - The certtool utility can now generate PKCS #12 structures
2318   without specifying a certificate.
2319 - Added capability to read CRLs to certtool.
2320 - Corrected some functions which return GNUTLS_E_SHORT_MEMORY_BUFFER
2321   to properly set the required buffer size.
2322 - Corrected a bug in libgcrypt detection.
2324 * Version 0.9.96 (2003-11-09)
2325 - Some changes to allow compilation with mingw32.
2326 - Several code cleanups.
2328 * Version 0.9.95 (2003-11-02)
2329 - Improved the verification functions. Added new verification
2330   output flags and removed the unused and redundant ones.
2331 - Improved the OpenPGP key support.
2332 - The prime utility was removed, and its functionality was moved
2333   to certtool.
2335 * Version 0.9.94 (2003-10-30)
2336 - Added manpages for the included programs.
2337 - Documented and improved the certtool utility. 
2338 - Added PKCS #12 support to certtool utility.
2340 * Version 0.9.93 (2003-10-26)
2341 - Corrected some compilation issues.
2342 - Improved the certtool command line utility.
2344 * Version 0.9.92 (2003-10-25)
2345 - The RFC2818 hostname verification is now case insensitive.
2346 - Added support for generating X.509 certificates.
2347 - Added the certtool, a tool for generating X.509 certificates
2349 * Version 0.9.91 (2003-10-17)
2350 - Fixed a compilation issue in the openpgp authentication part.
2352 * Version 0.9.90 (2003-10-08)
2353 - Updated the openpgp key API (depends on the unreleased new
2354   opencdk).
2356 * Version 0.9.8 (2003-10-02)
2357 - Updated the SRP implementation to follow the latest draft
2358   (draft-ietf-tls-srp-05).
2359 - Improved the gnutls-cli behaviour in error handling,
2360   and added a check for the peer's hostname.
2361 - Use versioned symbols in the library (where available).
2362 - RIJNDAEL ciphersuites were renamed to AES.
2364 * Version 0.9.7 (2003-08-25)
2365 - The tex files are now included in the distribution.
2366 - The library can now decrypt PKCS #12 files encrypted with
2367   the RC2-40 cipher.
2368 - The missing rfc2818_hostname object is now included.
2369 - Several corrections and bug fixes in the library by 
2370   Arne Thomassen <arne@arne-thomassen.de>.
2371 - CR is now allowed in the base64 decoder.
2373 * Version 0.9.6 (2003-06-28)
2374 - Added gnutls_x509_privkey_get_key_id() and gnutls_x509_crt_get_key_id()
2375   functions which return a unique (per public key) ID. These can
2376   be used to check if the private key corresponds to a given certificate.
2377 - Corrections in the TLS layer openpgp certificate packet parser.
2378 - Corrected a bug in the record layer buffering, which affected
2379   the case where external pull function was used. Report and patch
2380   by Sergey Poznyakoff <gray@Mirddin.farlep.net>.
2381 - Corrected a bug in gnutls-srpcrypt where a non allocated variable
2382   was freed.
2383 - SRP programs are now built by default.
2384 - Added API to read and write to PKCS #12 structures. Prototypes
2385   in gnutls/pkcs12.h.
2386 - The gnutls_transport_ptr type was changed to a pointer type (void*).
2388 * Version 0.9.5 (2003-04-06)
2389 - Several improvements in the PKCS #7 handling
2390 - Eliminated several hard coded constants in MPI parameters.
2392 * Version 0.9.4 (2003-03-28)
2393 - Corrected a parsing error in the Certificate request message.
2394 - Corrected behaviour when a certificate request message is received.
2395   Now a certificate packet is always sent, and in SSL 3.0 cipher suites
2396   a no_certificate alert is sent instead.
2397 - Added functionality to generate PKCS #7 structures (with certificates).
2399 * Version 0.9.3 (2003-03-24)
2400 - Support for MD2 was dropped. 
2401 - Improved the error logging functions, by adding a level, and
2402   by allowing debugging messages just by increasing the level.
2403 - The diffie Hellman ciphersuites are now of higher priority than
2404   the plain RSA.
2405 - The RSA premaster secret version check can no longer be disabled.
2406 - Implemented the counter measure discussed in the paper "Attacking
2407   RSA-based Sessions in SSL/TLS", against the attack described in the
2408   same paper.
2409 - Added the functions: gnutls_handshake_get_last_in(), 
2410   gnutls_handshake_get_last_out().
2411 - The gnutls_certificate_set_rsa_params() was renamed to 
2412   gnutls_certificate_set_rsa_export_params().
2413 - Added the new functions: gnutls_certificate_set_x509_key()
2414   gnutls_certificate_set_x509_trust(), gnutls_certificate_set_x509_crl(),
2415   gnutls_x509_crt_export(), gnutls_x509_crl_export().
2416 - Added support for encoding and decoding PKCS #8 2.0 encrypted 
2417   RSA private keys.
2419 * Version 0.9.2 (2003-03-15)
2420 - Some corrections in the memory mapping code (file is unmapped after 
2421   it is read).
2422 - Added support for PKCS#10 certificate requests generation.
2424 * Version 0.9.1 (2003-03-12)
2425 - Corrected a bug in 64 bit architectures, which affected the
2426   serial number calculation in the record layer.
2427 - Added gnutls_certificate_free_keys() which deletes all the
2428   private keys and certificates from the credentials structure.
2429 - Corrected a broken buffer check in _gnutls_io_read_buffered(),
2430   which caused some unexpected packet length errors. Report and patch
2431   by Ian Peters <itp@ximian.com>.
2432 - Added ability to generate RSA keys.
2433 - Increased the maximum parameter size in order to read some large keys
2434   by some CAs. Patch by Ian Peters <itp@ximian.com>.
2435 - Added an strnstr() function and the requirement in some functions to
2436   use null terminated PEM structures is no more.
2437 - Use mmap() if available to read files.
2438 - Fixed a memory leak in SRP code reported by Rupert Kittinger 
2439   <r.kittinger@efkon.com>.
2441 * Version 0.9.0 (2003-03-03)
2442 - This version is not binary compatible with the previous ones.
2443 - The library notifies the application on empty and illegal SRP usernames, 
2444   so that proper notification (via an alert) is sent to the peer.
2445 - Added ability to send some messages back to the application using
2446   the gnutls_global_set_log_function().
2447 - gnutls_dh_params_generate() and gnutls_rsa_params_generate() now use 
2448   gnutls_malloc() to allocate the output parameters.
2449 - Added support for MD2 algorithm in certificate signature verification.
2450 - The RSA and DH parameter generation interface was changed. Added
2451   ability to import and export from and to PKCS3 structures. This 
2452   was needed to read parameters generated using the openssl dhparam tool.
2453 - Several changes in the temporary (DH/RSA) parameter codebase. No DH 
2454   parameters are now included in the library. Also the credentials structure 
2455   can now hold only one temporary parameter of a kind.
2456 - Added a new Certificate, CRL, Private key and PKCS7 structures handling 
2457   API, defined in gnutls/x509.h
2458 - Added gnutls_certificate_set_verify_flags() function to allow setting the 
2459   verification flags in the credentials structure. They will be used in the
2460   *verify_peers functions.
2461 - Added protection against the new TLS 1.0 record layer timing attack.
2462 - Added support for Certificate revocation lists. Functions defined
2463   in gnutls/x509.h
2464 - The only functions that were removed are:
2465   gnutls_x509_certificate_to_xml()
2466   gnutls_x509_extract_dn_string()
2467 - Ported to libtasn1 0.2.x
2469 * Version 0.8.1 (2003-01-22)
2470 - Improved the SRP support, to prevent attackers guessing the
2471   available usernames by brute force.
2472 - Improved the SRP detection in gnutls-cli-debug
2473 - Some fixes which now allow compilation.
2475 * Version 0.8.0 (2003-01-20)
2476 - Added gnutls_x509_extract_dn_string() which returns a 
2477   distinguished name in a single string.
2478 - Added gnutls_openpgp_extract_key_name_string() which returns
2479   an openpgp user ID in a single string.
2480 - Added gnutls_x509_extract_certificate_ca_status() which returns
2481   the CA status of the given certificate.
2482 - Added SRP-6 support. Follows draft-ietf-tls-srp-04.
2483 - If libtasn1 is not present in the system, it is included in 
2484   the main gnutls library.
2485 - If liblzo is present in the system, then the included minilzo
2486   will not be used, and libgnutls-extra will depend on liblzo.
2487 - GNUTLS_E_PARSING_ERROR error code was replaced by GNUTLS_E_BASE64_DECODING_ERROR, 
2488   and GNUTLS_E_SRP_PWD_PARSING_ERROR. GNUTLS_E_ASCII_ARMOR_ERROR was also 
2489   replaced by GNUTLS_E_BASE64_DECODING_ERROR.
2491 * Version 0.6.0 (2002-12-08)
2492 - Added "gnutls/compat4.h" header. This is included in gnutls.h
2493   to emulate the old 0.4.x API.
2494 - Example programs are now stored in doc/examples/
2495 - Several improvements and updates in the documentation.
2496 - Added the certificate authenticated SRP cipher suites.
2497 - gnutls_x509_extract_certificate_dn_string() was updated to return
2498   an RFC2253 conforming string.
2499 - Added the SRP related functions:
2500    gnutls_srp_verifier()
2501    gnutls_srp_base64_encode()
2502    gnutls_srp_base64_decode()
2503 - Added the function gnutls_srp_set_server_credentials_function()
2504   to allow retrieving SRP parameters from an external backend - other
2505   than password files.
2506 - Added the function gnutls_openpgp_set_recv_key_function()
2507   which can be used to set a callback, to get OpenPGP keys.
2508 - Exported the functions:
2509    gnutls_malloc()
2510    gnutls_free()
2511   which should be used by callback functions.
2512 - Changed the semantics of gnutls_pem_base64_encode_alloc()
2513   and gnutls_pem_base64_decode_alloc(). In the default case
2514   were the gnutls library is used with malloc/realloc/free,
2515   these are binary compatible.
2517 * Version 0.5.11 (2002-11-05)
2518 - Some fixes in 'gnutls-cli' client program to prevent some segmentation 
2519   faults at exit.
2520 - Example programs found in the documentation can now be generated by
2521   running "make examples" in doc/tex directory.
2522 - Added more descriptive error strings, to gnutls_strerror().
2523 - Documented error codes, and the function reference list is now sorted.
2524 - Optimized buffering code.
2525 - gnutls_x509_extract_certificate_dn_string() was rewritten.
2526 - Added GNUTLS_E_SHORT_MEMORY_BUFFER error code, which is returned in the
2527   case where the memory buffer provided is not long enough.
2528 - Depends on the new OpenCDK 0.3.2.
2530 * Version 0.5.10 (2002-10-13)
2531 - Updated documentation.
2532 - Added server name extension. This allows clients to specify the
2533   name of the server they connect to. Useful to HTTPS.
2534 - Several corrections in the code base, mostly in signed/unsigned,
2535   checkings.
2537 * Version 0.5.9 (2002-10-10)
2538 - Corrected some code which worked fine in gcc 3.2, but not with any
2539   other compiler.
2540 - Updated 'gnutls-cli' with the '--starttls' option, to allow testing
2541   starttls implementations.
2542 - Added gnutls_x509_extract_key_pk_algorithm() function which extracts
2543   the private key type, of a DER encoded key.
2544 - Added gnutls_x509_extract_certificate_dn_string() which returns the 
2545   certificate's distinguished name in a single string.
2546 - Added gnutls_set_default_priority() and gnutls_set_default_export_priority()
2547   functions, to avoid calling all the *_priority() functions if the defaults
2548   are acceptable.
2549 - Added int gnutls_x509_check_certificates_hostname() which check whether
2550   the given hostname matches the owner of the given X.509 certificate.
2552 * Version 0.5.8 (2002-09-25)
2553 - Updated documentation.
2554 - Added gnutls_record_get_direction() which replaces the obsolete
2555   gnutls_handshake_get_direction().
2556 - Added function to convert error codes to alert descriptions
2557 - Added LZO compression
2559 * Version 0.5.7 (2002-09-11)
2560 - Some fixes in the memory allocation functions (realloc).
2561 - Improved the string functions used in XML certificate generation.
2562 - Removed dependency on libgdbm.
2563 - Corrected bug in gnutls_dh_params_set() which affected
2564   gnutls_dh_params_deinit().
2565 - Corrected bug in session resuming code in server side.
2567 * Version 0.5.6 (2002-09-06)
2568 - Corrected bugs in SRP implementation, which prevented gnutls 
2569   to interoperate with other implementations. (interoperability testing
2570   was done by David Taylor)
2571 - Corrected bug in cert_type extension.
2572 - Corrected extension type checks which used an 8 bit extension size,
2573   instead of 16 bits.
2574 - Added versioning in the XML output of certificate functions.
2575 - Removed the X.509 test suite.
2577 * Version 0.5.5 (2002-09-03)
2578 - Updated the SRP implementation to the latest draft. The blowfish
2579   crypt implementation was removed, since the new draft does not allow
2580   other hash algorithms except for the srpsha. 
2581 - Renamed all the constructed types in order to have more consistent
2582   names. 
2583 - Improved the certificate and key read functions. Now they can read 
2584   the certificate and the private key from the same file.
2585 - Updated and corrected documentation.
2587 * Version 0.5.4 (2002-08-27)
2588 - Fixes in TLS 1.0 PRF and SSL3 random functions.
2589 - gnutls_handshake_set_exportable_detection() was obsoleted.
2590 - Added gnutls_openpgp_extract_key_id() which returns the key ID.
2591 - Corrected bug in DHE key exchange
2592 - Added support for temporary RSA keys which are needed for the
2593   export cipher suites.
2594 - Added the TLS_RSA_EXPORT_ARCFOUR_40_MD5 ciphersuite.
2596 * Version 0.5.3 (2002-08-23)
2597 - No changes. Replaces the tarball of 0.5.2 which accidentally contained
2598   code from the unstable branch.
2600 * Version 0.5.2 (2002-08-22)
2601 - Added an error code that is returned in clients which connect
2602   to export only servers. This must be enabled using the
2603   gnutls_handshake_set_exportable_detection() function.
2604 - Updated openssl compatibility layer.
2605 - Added gnutls_handshake_get_direction() function which returns
2606   the state of the handshake when interrupted.
2608 * Version 0.5.1 (2002-07-17)
2609 - Corrected the m4 macros which used <gnutls.h> instead of
2610   <gnutls/gnutls.h>
2611 - Documentation fixes
2612 - Added gnutls_transport_set_ptr2() function, which accepts two
2613   different pointers, to be used while receiving, and 
2614   while sending data.
2615 - Semantic changes in gnutls_record_set_max_size(). The requested
2616   size is now immediately enforced at the output buffers.
2617 - gnutls_global_init_extra() now fails if the library versions do
2618   not match.
2619 - Fixes in client and server example programs. Null encryption can
2620   be used in these programs, to assist in debuging.
2621 - Fixes in zlib compression code.
2623 * Version 0.5.0 (2002-07-06)
2624 - Added X.509 certificate tests in tests/ directory
2625 - Removed stubs for SRP and Anonymous authentication. They served
2626   no purpose since they are always included, unless it was requested
2627   not to do so.
2628 - Added gnutls_handshake_set_private_extensions() function. This
2629   function can be used to enable private (gnutls specific) cipher suites
2630   and compression algorithms.
2631 - Added check for C99 macro support by the compiler.
2632 - Added functions gnutls_b64_encode_fmt2() and gnutls_b64_decode_fmt2()
2633 - Added the new libtasn1 library.
2634 - Removed the gdbm backend. Applications are now responsible for the
2635   session resuming backend. The gnutls-serv application contains an
2636   simple example on how to use gdbm for resuming.
2637 - Headers for the gnutls library are now installed in $(includedir)/gnutls
2638 - Added an OpenSSL compatible interface (with some limitations).
2639 - Added functions to convert DER encoded certificates to XML format.
2641 * Version 0.4.4 (2002-06-24)
2642 - Corrected bug in PKCS-1 RSA encryption which prevented gnutls to encrypt
2643   using keys of some specific size.
2645 * Version 0.4.3 (2002-05-23)
2646 - The gnutls-extra library now compiles fine, if the opencdk library is
2647   not present.
2648 - Several bug fixes.
2649 - Added gnutls_global_set_mem_func() function, to set the memory allocation
2650   functions, if other than the defaults are to be used.
2651 - The default memory allocation functions are now the ones in libc.
2653 * Version 0.4.2 (2002-05-21)
2654 - Separated ASN.1 structures parser documentation and TLS library
2655   documentation.
2656 - Added gnutls_handshake_set_rsa_pms() function, which disables the
2657   version check in RSA premaster secret.
2658 - Added gnutls_session_is_resumed() function, which reports if a session
2659   is a resumed one.
2660 - Added gnutls_state_set_ptr() and gnutls_state_get_ptr() functions, to
2661   assist in callback functions.
2662 - Replaced the included 1024 bit prime for Diffie Hellman, with a new
2663   random one.
2664 - Relicensed the library under the GNU Lesser General Public License
2665 - Added gnutls-extra library which contains the GPL covered code of gnutls.
2667 * Version 0.4.1 (2002-04-07)
2668 - Now uses alloca() for temporary variables
2669 - Optimized RSA signing
2670 - Added functions to return the peer's certificate activation and
2671   expiration time.
2672 - Corrected time function's behaviour (the time value returned no longer
2673   relate to local timezone).
2675 * Version 0.4.0 (2002-04-01)
2676 - Added support for RFC2630 (PKCS7) X.509 certificate sets
2677 - Added new functions: gnutls_x509_extract_certificate_pk_algorithm(),
2678   gnutls_openpgp_extract_key_pk_algorithm().
2679 - Several optimizations in the Handshake protocol
2680 - Several optimizations in RSA algorithm
2681 - Unified the return values because of small buffers.
2683 * Version 0.3.92 (2002-03-23)
2684 - Updated documentation
2685 - Combined error codes of ASN.1 parser and gnutls
2686 - Removed GNUTLS_CERT_TRUSTED from the CertificateStatus enumeration
2687 - Added protection against CBC chosen plaintext attack (disabled by default)
2688 - Improved and optimized compression support
2690 * Version 0.3.91 (2002-03-03)
2691 - Added gnutls-cli-debug program
2692 - Corrections in session resumption
2693 - Rehandshake can now handle negotiation of different authentication
2694   type.
2695 - gnutls-cli, gnutls-serv, gnutls-srpcrypt and gnutls-cli-debug are 
2696   now being installed.
2698 * Version 0.3.90 (2002-02-24)
2699 - Handshake messages are not kept in memory any more. Now we use 
2700   less memory during a handshake
2701 - Added support for certificates with DSA parameters
2702 - Added DHE_DSS cipher suites
2703 - Key exchange methods changed so they do not depend on the 
2704   certificate type. Added certificate type negotiation TLS extension.
2705 - Added openpgp key support (EXPERIMENTAL)
2706 - Improved Diffie Hellman key exchange support.
2707 - Bug fixes in the RSA key exchange.
2708 - Added check for the requested TLS extensions
2709 - TLS extensions now use a 16 bit type field.
2710 - Added a minimal string library to assist in ASN.1 parsing
2711 - Changes in ASN.1 parser to work with the new bison
2712 - Added gnutls_x509_extract_subject_alt_name(), which deprecates 
2713   gnutls_x509_extract_subject_dns_name()
2714 - gnutls_x509_set_trust_(file/mem) can now be called multiple times
2715 - gnutls_srp_server_set_cred_file() can now be called multiple times
2717 * Version 0.3.5 (2002-01-25)
2718 - Corrected the RSA key exchange method, to avoid attacks against
2719   PKCS-1 formating.
2721 * Version 0.3.4 (2002-01-20)
2722 - Corrected bugs in DHE_RSA key exchange method
2724 * Version 0.3.3 (2002-01-19)
2725 - Added gnutls_x509pki_verify_certificate()
2726 - Added gnutls_x509pki_set_trust_mem() and gnutls_x509pki_set_key_mem()
2727 - Bug fixes in srpcrypt (based on patch by Marc Huber)
2728 - Bug fixes in the Handshake protocol (based on patch by Guillaume Morin)
2729 - Corrected library versioning
2731 * Version 0.3.2 (2002-01-05)
2732 - Corrected bug which did not allow a client to accept multiple CA names
2733 - Added gnutls_fingerprint()
2734 - Added gnutls_x509pki_extract_certificate_serial()
2735 - Added gnutls_b64_encode_fmt() and gnutls_b64_decode_fmt()
2736 - Corrected behaviour in version advertizing
2737 - Updated documentation
2738 - Prefixed all types in gnutls.h with 'GNUTLS_' to avoid namespace collisions
2740 * Version 0.3.1 (2001-12-21)
2741 - Corrections in the configuration files
2742 - Fixes a bug in anonymous authentication
2744 * Version 0.3.0 (2001-12-17)
2745 - Corrected bug in new integer formatting (now we use the old format again)
2746 - Several corrections and usual cleanups
2748 * Version 0.2.91 (2001-12-10)
2749 - Fixes in MPI handling (fixes possible bug with signed integers)
2750 - Removed name indication extension
2751 - Added gnutls_transport_get_ptr() and gnutls_db_get_ptr()
2752 - Optimizations in server certificate callback.
2753 - Fixes in anonymous authentication
2754 - Corrections in client ciphersuite selection
2756 * Version 0.2.90 (2001-12-07)
2757 - gnutls_handshake(), gnutls_read() etc. functions no longer require
2758   the 'SOCKET cd' argument. This argument is set using the function
2759   gnutls_set_transport_ptr().
2760 - introduced gnutls_x509pki_get_peer_certificate_list(). This function returns
2761   a list containing peer's certificate and issuers DER encoded.
2762 - Updated X.509 certificate handling API
2763 - Added callback to select the server certificate
2764 - More consistent function naming (changes in several function names)
2765 - Buffer overflow checking in ASN.1 structures parser
2766 - Updated documentation
2768 * Version 0.2.11 (2001-11-16)
2769 - Changed the meaning of GNUTLS_E_REHANDSHAKE value. If this value
2770   is returned, then the caller should perform a handshake or send
2771   an alert to the peer.
2772 - Made receive buffer dynamic. Normally if no large chunks are received
2773   it occupies less space.
2774 - Added max_record_size extension
2775 - Bugfixes in session handling
2776 - Improved non blocking IO support in the Handshake Protocol
2777 - Usual bugfixes and cleanups
2778 - Documentation updated (includes ASN.1 documentation)
2780 * Version 0.2.10 (2001-11-05)
2781 - Corrected bugs and improved non blocking IO
2782 - Added hooks to use external database to store sessions
2783 - Usual cleanups
2785 * Version 0.2.9 (2001-10-27)
2786 - AUTH_INFO types and structures were moved to library internals
2787 - AUTH_FAILED is no longer returned in SRP authentication
2788   (any fatal error in SRP means auth failed)
2789 - Introduced GNUTLS_E_INTERRUPTED
2790 - Added support for non blocking IO
2791 - gnutls_recv() and gnutls_send() are now obsolete
2792 - Changed semantics of gnutls_rehandshake()
2794 * Version 0.2.4 (2001-10-12)
2795 - Better handling of X.509 certificate extensions
2796 - Added DHE_RSA ciphersuites
2797 - Updated the Name Indication (dnsname) extension
2798 - Improvements in Diffie Hellman primes handling
2800 * Version 0.2.3 (2001-09-19)
2801 - Memory optimizations in gnutls_recv()
2802 - Fixed several memory leaks
2803 - Added ability to specify callback for x509 client certificate selection
2804 - Better documentation
2806 * Version 0.2.2 (2001-08-21)
2807 - Several bugfixes (library and documentation)
2809 * Version 0.2.1 (2001-08-07)
2810 - SRP fixes
2812 * Version 0.2.0 (2001-08-07)
2813 - Partial support for X.509v3 Certificate extensions.
2814 - Added Internal memory handlers
2815 - Removed gnutls_x509_set_cn()
2816 - Added X.509 client authentication
2817 - Several bug fixes and protocol fixes
2819 * Version 0.1.9 (2001-07-30)
2820 - Corrected bug(s) in ChangeCipherSpec packet (fixes renegotiate)
2821 - SRP is updated to conform to the newest draft.
2822 - Added support for DNSNAME extension.
2823 - Reentracy fixes in ASN.1 Parsing.
2824 - Optimizations in hash/hmac functions
2825 - (Error) message handling has changed
2826 - Better Protocol Version handling
2827 - Added X.509 Certificate Verification
2828 - gnutls_read() semantics are now closer to read(2) - added EOF
2829 - Documented some part of gnutls in doc/tex/ using Latex
2831 * Version 0.1.4 (2001-06-22)
2832 - Corrected (srp) base64 encoding.
2833 - Changed bcrypt algorithm to include username.
2834 - Added RSA Ciphersuites (no certificate checking).
2835 - Fixes in SSL 2.0 client hello parsing.
2836 - Added ASN.1 and DER parsers.
2837 - Bugfixes in session resuming
2838 - Updated Ciphersuite selection algorithm
2839 - Added internal representation of X.509 structures.
2840 - Added global state
2842 * Version 0.1.3 (2001-06-01)
2843 - Updated API (and the way it is documented - we use inline documentation)
2844 - Added function to access alert messages.
2845 - Added support for renegotiating parameters.
2846 - Better and Faster Resume Database handling.
2847 - Several bugfixes
2849 * Version 0.1.2 (2001-05-14)
2850 - Updated API
2851 - Fixes in extension handling
2853 * Version 0.1.1 (2001-05-13)
2854 - Added compatibility with Stanford's libsrp library
2856 * Version 0.1.0 (2001-05-09)
2857 - Added SSL 2.0 client hello support
2858 - GNUTLS is a gnu library
2859 - Added support for TLS extensions.
2860 - Added support for SRP
2862 * Version 0.0.7 (2001-01-11)
2863 - Added server side session resuming (using gdbm)
2864 - Added twofish algorithm
2866 * Version 0.0.6 (2000-12-20)
2867 - Added client side session resuming
2868 - Better documentation (check doc/API)
2869 - Better socket handling (gnutls can be used with select())
2870 - Some primitive support for non blocking IO and socket options has been added.
2872 * Version 0.0.5 (2000-12-07)
2873 - Added Compression (using ZLIB)
2874 - Added SSL 3.0 support
2876 ----------------------------------------------------------------------
2877 Copying and distribution of this file, with or without modification,
2878 are permitted in any medium without royalty provided the copyright
2879 notice and this notice are preserved.