This patch fixes following kind of issue with automake 1.12
[gnutls.git] / NEWS
blob243e14ced320715f17bd6d17d24892830e8140a3
1 GnuTLS NEWS -- History of user-visible changes.                -*- outline -*-
2 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
3               2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
4 See the end for copying conditions.
6 Version 2.12.19 (released 2012-05-05)
8 ** libgnutls: When decoding a PKCS #11 URL the pin-source field
9 is assumed to be a file that stores the pin. Based on patch
10 by David Smith.
12 ** libgnutls: Added strict tests in Diffie-Hellman and
13 SRP key exchange public keys.
15 ** minitasn1: Upgraded to libtasn1 version 2.13 (pre-release).
17 ** API and ABI modifications:
19 No changes since last version.
22 Version 2.12.18 (released 2012-03-16)
24 ** minitasn1: Upgraded to libtasn1 version 2.12 (pre-release).
26 ** Corrected SRP-RSA ciphersuites when used under TLS 1.2.
28 ** Fixed leaks in key generation. Reported by Sam Varshavchik,
29 patch by Tomas Mraz.
31 ** API and ABI modifications:
33 No changes since last version.
36 Version 2.12.17 (released 2012-03-02)
38 ** libgnutls: Corrections in record packet parsing.
39 Reported by Matthew Hall.
41 ** libgnutls: Fixes in SRP authentication.
43 ** libgnutls: Added function to force explicit reinitialization
44 of PKCS #11 modules. This is required on the child process after
45 a fork.
47 ** libgnutls: PKCS #11 objects that do not have ID
48 no longer crash listing. Reported by Sven Geggus.
50 ** API and ABI modifications:
51 gnutls_pkcs11_reinit: Added
54 Version 2.12.16 (released 2011-01-06)
56 ** libgnutls: Corrected functionality of
57 gnutls_record_get_direction(). Reported by Philip Allison.
59 ** API and ABI modifications:
61 No changes since last version.
64 Version 2.12.15 (released 2011-01-06)
66 ** libgnutls: Disable signature algorithms that are not supported
67 for client certificate verification. Reported by Florian Weimer.
69 ** libgnutls: Optimized DH generation process (ported from 3.0.x)
71 ** API and ABI modifications:
73 No changes since last version.
76 Version 2.12.14 (released 2011-11-08)
78 ** libgnutls: Corrected fix in gnutls_session_get_data()
79 to report the actual session size when the provided buffer
80 is not enough.
82 ** API and ABI modifications:
83 No changes since last version.
86 Version 2.12.13 (released 2011-11-07)
88 ** minitasn1: Upgraded to libtasn1 version 2.10.
90 ** libgnutls: Fixed possible buffer overflow in 
91 gnutls_session_get_data(). Reported and fix by Alban Crequy.
93 ** API and ABI modifications:
94 No changes since last version.
97 Version 2.12.12 (released 2011-10-20)
99 ** gnulib: updated
101 ** libgnutls: Fixes to enable external signing callback to
102 operate with TLS 1.2. 
104 ** API and ABI modifications:
105 No changes since last version.
108 Version 2.12.11 (released 2011-09-18)
110 ** libgnutls: Memory leak fixes in credentials private key 
111 deinitialization. Reported by Dan Winship.
113 ** libgnutls: Allow CA importing of 0 certificates to succeed.
114 Reported by Jonathan Nieder <jrnieder@gmail.com> in
115 <http://bugs.debian.org/640639>.
117 ** API and ABI modifications:
118 No changes since last version.
121 * Version 2.12.10 (released 2011-09-01)
123 ** libgnutls: OpenPGP certificate type is not enabled
124 by default.
126 ** libgnutls: Corrected issue in gnutls_record_recv()
127 triggered on encryption or compression error.
129 ** libgnutls: Corrected parsing of XMPP subject alternative 
130 names.
132 ** libgnutls: gnutls_certificate_set_x509_key() and
133 gnutls_certificate_set_openpgp_key() operate as in 2.10.x
134 and allow the release of the private key during the
135 lifetime of the certificate structure.
137 ** API and ABI modifications:
138 GNUTLS_PRIVKEY_IMPORT_COPY: new gnutls_privkey_import() flag
141 * Version 2.12.9 (released 2011-08-21)
143 ** libgnutls-extra: Replaced enumeration with unsigned
144 int, in openssl.h to make it identical to the 3.0.0 version.
145 This shouldn't introduce binary incompatibility.
147 ** libgnutls: When asking for a PIN multiple times, the
148 flags in the callback were not being updated to reflect
149 for PIN low count or final try.
151 ** API and ABI modifications:
152 GNUTLS_PKCS11_PIN_WRONG: New flag for PIN callback
155 * Version 2.12.8 (released 2011-08-08)
157 ** libgnutls: PKCS #11 back-end was replaced by p11-kit
158 http://p11-glue.freedesktop.org/p11-kit.html. This backports
159 the 3.0.0 PKCS #11 back-end. Rewrite by Stef Walter.
161 ** libgnutls: gcrypt: replaced occurences of gcry_sexp_nth_mpi (..., 0)
162 with gcry_sexp_nth_mpi (..., GCRYMPI_FMT_USG) to fix errors with 1.5.0.
163 Patch by Andreas Metzler.
165 ** libgnutls: Verify that a certificate list specified
166 using gnutls_certificate_set_x509_key*(), is sorted
167 according to TLS specification (from subject to issuer).
169 ** libgnutls: Added GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED flag for
170 gnutls_x509_crt_list_import. It checks whether the list to be 
171 imported is properly sorted.
173 ** libgnutls: writev_emu: stop on the first incomplete write. Patch by
174 Sjoerd Simons.
176 ** libgnutls: Fix zlib handling in gnutls.pc. Patch by Andreas
177 Metzler.
179 ** certtool: bug fixes in certificate request generation. Patch
180 by Petr Písař.
182 ** API and ABI modifications:
183 GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED: New element in gnutls_certificate_import_flags
186 * Version 2.12.7 (released 2011-06-18)
188 ** p11tool: Require login as security officer if --trusted option is
189 provided. Reported by Rickard Bellgrim.
191 ** libgnutls: The CKA_SUBJECT field is specified when copying certificates
192 in PKCS #11 smart-cards. Patch by Rickard Bellgrim.
194 ** libgnutls: Write label when writing private keys in PKCS #11 tokens.
195 Reported by Rickard Bellgrim.
197 ** libgnutls: Accept CKR_USER_ALREADY_LOGGED_IN as a valid error code
198 when logging in to PKCS #11 tokens.
200 ** API and ABI modifications:
201 No changes since last version.
204 * Version 2.12.6 (released 2011-06-4)
206 ** libgnutls: Allow usage of DSA signatures with truncated hash.
207 Following: http://tools.ietf.org/html/draft-mavrogiannopoulos-tls-dss-00
209 ** libgnutls: Prevent the usage of write() and friends when no data
210 are to be sent.
212 ** libgnutls: Correctly set compression method when resuming sessions.
213 Reported by Dash Shendy.
215 ** libgnutls: gnutls_pubkey_get_pk_dsa_raw() and gnutls_pubkey_get_pk_rsa_raw
216 add leading zeros to the exported values.
218 ** libgnutls: Added gnutls_global_set_time_function() to allow overriding the
219 default system time() function.
221 ** API and ABI modifications:
222 gnutls_global_set_time_function: ADDED
225 * Version 2.12.5 (released 2011-05-14)
227 ** certtool: Can now load private keys and public keys from PKCS #11 tokens
228 via URLs.
230 ** libgnutls: PKCS #11 URLs conform to the latest draft
231 being http://tools.ietf.org/html/draft-pechanec-pkcs11uri-04.
233 ** libgnutls: gnutls_pkcs11_privkey_import_url() will now correctly read
234 the public key algorithm of the key.
236 ** libgnutls: Added gnutls_x509_crq_verify() to allow
237 verification of the self signature in a certificate request.
238 This allows verifying whether the owner of the private key
239 is the generator of the request.
241 ** libgnutls: gnutls_x509_crt_set_crq() implicitly verifies
242 the self signature of the request.
244 ** API and ABI modifications:
245 gnutls_x509_crq_verify: ADDED
248 * Version 2.12.4 (released 2011-05-06)
250 ** libgnutls: Added gnutls_certificate_get_issuer() to
251 compensate for the deprecated gnutls_certificate_get_x509_cas().
253 ** libgnutls: Limited allowed wildcards to gnutls_x509_crt_check_hostname()
254 to prevent denial of service attacks. Reported by Kalle Olavi Niemitalo.
256 ** guile: Fix tests to match the `exit' behavior introduced in Guile 2.0.1.
257 This fix makes tests behave correctly wrt. to the Guile bug fix at
258 <http://git.sv.gnu.org/cgit/guile.git/commit/?id=e309f3bf9ee910c4772353ca3ff95f6f4ef466b5>.
260 ** API and ABI modifications:
261 gnutls_certificate_get_issuer: ADDED
264 * Version 2.12.3 (released 2011-04-22)
266 * libgnutls: Several minor bugfixes.
268 * libgnutls: Restored HMAC-MD5 for compatibility. Although considered 
269 weak, several sites require it for connection. It is enabled for
270 "NORMAL" and "PERFORMANCE" priority strings.
272 * libgnutls: depend on libdl.
274 * libgnutls: gnutls_transport_set_global_errno() was deprecated.
275 Use your system's errno fascility or gnutls_transport_set_errno().
277 * gnutls-cli: Correction with usage of select to check for
278 pending data in gnutls sessions. It now uses gnutls_record_check_pending().
279 Reported by Herbert J. Skuhra.
281 * tests: More fixes and updates for win32. Patches by LRN.
283 * libgnutls: Several files unnecessarily included <gcrypt.h>; this has been fixed.
285 ** API and ABI modifications:
286 gnutls_transport_set_global_errno: DEPRECATED
289 * Version 2.12.2 (released 2011-04-08)
291 ** libgnutls: Several updates and fixes for win32. Patches by LRN.
293 ** libgnutls: Several bug and memory leak fixes.
295 ** srptool: Accepts the -d option to enable debugging.
297 ** libgnutls: Corrected bug in gnutls_srp_verifier() that prevented
298 the allocation of a verifier. Reported by Andrew Wiseman.
300 ** API and ABI modifications:
301 No changes since last version.
304 * Version 2.12.1 (released 2011-04-02)
306 ** certtool: Generated certificate request with stricter permissions.
307 Reported by Luca Capello.
309 ** libgnutls: Bug fixes in opencdk code. Reported by Vitaly Kruglikov.
311 ** libgnutls: Corrected windows system_errno() function prototype.
313 ** libgnutls: C++ compatibility fix for compat.h. Reported by Mark Brand.
315 ** libgnutls: Fix size of gnutls_openpgp_keyid_t by using the
316 GNUTLS_OPENPGP_KEYID_SIZE definition. Reported by Andreas Metzler.
318 ** API and ABI modifications:
319 No changes since last version.
322 * Version 2.12.0 (released 2011-03-24)
324 ** certtool: Warns on generation of DSA keys of over 1024 bits, about
325 the incompatibility with TLS other than 1.2.
327 ** libgnutls: Modified signature algorithm selection in client
328 certificate request, to avoid failures in DSA certificates.
330 ** libgnutls: Instead of failing with internal error, return 
331 GNUTLS_E_INCOMPAT_DSA_KEY_WITH_TLS_PROTOCOL if an incompatible DSA
332 key with the negotiated protocol is encountered.
334 ** libgnutls: Bug fixes in the RSA ciphersuite behavior with openpgp keys.
336 ** libgnutls: Force state update when fork is detected in the nettle
337 rng.
339 ** libgnutls: modified gnutls_pubkey_import_openpgp() to use the preferred
340 subkey instead of setting explicitly one.
342 ** libgnutls: Corrected default behavior in record version of Client Hellos.
344 ** libgnutls-openssl: modified to use modern gnutls' functions.
345 This introduces an ABI incompatibility with previous versions.
347 ** API and ABI modifications:
348 gnutls_pubkey_import_openpgp: MODIFIED
351 * Version 2.11.7 (released 2011-03-09)
353 ** libgnutls: Corrected signature generation and verification
354 in the Certificate Verify message when in TLS 1.2. Reported
355 by Todd A. Ouska.
357 ** libgnutls: Corrected issue in DHE-PSK ciphersuites that ignored
358 the PSK callback.
360 ** libgnutls: SRP and PSK are no longer set on the default priorities. 
361 They have to be explicitly set.
363 ** libgnutls: During handshake message verification using DSS
364 use the hash algorithm required by it.
366 ** libgnutls: gnutls_x509_privkey_sign_hash() is deprecated.
367 Use gnutls_privkey_sign_hash() instead.
369 ** libgnutls: gnutls_transport_set_lowat() is deprecated. Support
370 for this functionality will be dropped in later versions.
372 ** libgnutls: gnutls_pubkey_verify_data, gnutls_pubkey_verify_hash,
373 gnutls_x509_privkey_verify_data, gnutls_x509_crt_verify_data, 
374 gnutls_x509_crt_verify_hash return the negative error code 
375 GNUTLS_E_PK_SIG_VERIFY_FAILED if verification fails to simplify error 
376 checking.
378 ** libgnutls: Added helper functions for signature verification:
379 gnutls_pubkey_verify_data() and gnutls_pubkey_import_privkey().
381 ** libgnutls: Modified gnutls_privkey_sign_data().
383 ** gnutls_x509_crl_privkey_sign2(), gnutls_x509_crq_sign2()
384 gnutls_x509_privkey_sign_hash(), gnutls_x509_privkey_sign_data(),
385 gnutls_x509_crt_verify_hash(), gnutls_x509_crt_verify_data(), were
386 deprecated for gnutls_x509_crl_privkey_sign(),
387 gnutls_x509_crq_privkey_sign(), gnutls_privkey_sign_hash(),
388 gnutls_privkey_sign_data(), gnutls_pubkey_verify_hash()
389 gnutls_pubkey_verify_data() respectively.
391 ** libgnutls: gnutls_*_export_raw() functions now add leading zero in
392 integers.
394 ** libgnutls: Added gnutls_transport_set_vec_push_function() that
395 can be used to specify a writev() like function. Using that gnutls
396 can provide more efficient writes to network layer in systems that 
397 support it.
399 ** crypto.h: Fix use with C++.
400 Reported by "Brendan Doherty" <brendand@gentrack.com>.
402 ** API and ABI modifications:
403 gnutls_transport_set_vec_push_function: ADDED
404 gnutls_x509_crl_get_raw_issuer_dn: ADDED
405 gnutls_pubkey_import_privkey: ADDED
406 gnutls_pubkey_verify_data: ADDED
407 gnutls_privkey_sign_hash: MODIFIED (was added in 2.11.0)
408 gnutls_privkey_sign_data: MODIFIED (was added in 2.11.0)
409 gnutls_x509_crq_sign2: DEPRECATED (use: gnutls_x509_crq_privkey_sign)
410 gnutls_x509_crq_sign: DEPRECATED (use: gnutls_x509_crq_privkey_sign)
411 gnutls_x509_crq_get_preferred_hash_algorithm: REMOVED (was added in 2.11.0)
412 gnutls_x509_crl_sign: DEPRECATED (use: gnutls_x509_crl_privkey_sign)
413 gnutls_x509_crl_sign2: DEPRECATED (use: gnutls_x509_crl_privkey_sign)
414 gnutls_x509_privkey_sign_data: DEPRECATED (use: gnutls_privkey_sign_data)
415 gnutls_x509_privkey_sign_hash: DEPRECATED (use: gnutls_privkey_sign_hash)
416 gnutls_x509_privkey_verify_data: DEPRECATED (use: gnutls_pubkey_verify_data)
417 gnutls_psk_netconf_derive_key: DEPRECATED
418 gnutls_session_set_finished_function: DEPRECATED
419 gnutls_ext_register: DEPRECATED
420 gnutls_certificate_get_x509_crls: DEPRECATED
421 gnutls_certificate_get_x509_cas: DEPRECATED
422 gnutls_certificate_get_openpgp_keyring: DEPRECATED
423 gnutls_session_get_server_random: DEPRECATED
424 gnutls_session_get_client_random: DEPRECATED
425 gnutls_session_get_master_secret: DEPRECATED
426 gnutls_transport_set_lowat: DEPRECATED
427 gnutls_x509_crt_verify_hash: DEPRECATED (use: gnutls_pubkey_verify_hash)
428 gnutls_x509_crt_verify_data: DEPRECATED (use: gnutls_pubkey_verify_data)
429 gnutls_x509_crt_get_verify_algorithm: DEPRECATED (use: gnutls_pubkey_get_verify_algorithm)
430 gnutls_x509_crt_get_preferred_hash_algorithm: DEPRECATED (use: gnutls_pubkey_get_preferred_hash_algorithm)
431 gnutls_openpgp_privkey_sign_hash: DEPRECATED (use: gnutls_privkey_sign_hash)
432 gnutls_openpgp_privkey_decrypt_data: REMOVED (was added in 2.11.0)
433 gnutls_pkcs11_privkey_sign_hash: REMOVED (was added in 2.11.0)
434 gnutls_pkcs11_privkey_decrypt_data: REMOVED (was added in 2.11.0)
435 gnutls_pkcs11_privkey_sign_data: REMOVED (was added in 2.11.0)
436 gnutls_x509_privkey_sign_data2: REMOVED (was added in 2.11.0)
438 * Version 2.11.6 (released 2010-12-06)
440 ** libgnutls: Record version of Client Hellos is now set by default to
441 SSL 3.0. To restore the previous default behavior use %LATEST_RECORD_VERSION
442 priority string.
444 ** libgnutls: Use ASN1_NULL when writing parameters for RSA signatures. 
445 This makes us comply with RFC3279. Reported by Michael Rommel.
447 ** gnutls-serv: Corrected a buffer overflow. Reported and patch by Tomas Mraz.
449 ** API and ABI modifications:
450 No changes since last version.
452 * Version 2.11.5 (released 2010-12-01)
454 ** libgnutls: Reverted default behavior for verification and
455 introduced GNUTLS_VERIFY_DO_NOT_ALLOW_X509_V1_CA_CRT. Thus by default
456 V1 trusted CAs are allowed, unless the new flag is specified.
458 ** libgnutls: Correctly add leading zero to PKCS #8 encoded DSA key.
459 Reported by Jeffrey Walton.
461 ** libgnutls: Added SIGN-ALL, CTYPE-ALL, COMP-ALL, and VERS-TLS-ALL
462 as priority strings. Those allow to set all the supported algorithms
463 at once.
465 ** p11tool: Introduced. It allows manipulating pkcs 11 tokens.
467 ** gnutls-cli: Print channel binding only in verbose mode.
468 Before it printed it after the 'Compression:' output, thus breaking
469 Emacs starttls.el string searches.
471 ** API and ABI modifications:
472 gnutls_pkcs11_token_init: New function
473 gnutls_pkcs11_token_set_pin: New function
475 * Version 2.11.4 (released 2010-10-15)
477 ** libgnutls: Add new API gnutls_session_channel_binding.
478 The function is used to get the channel binding data.  Currently only
479 the "tls-unique" (RFC 5929) channel binding type is supported, through
480 the GNUTLS_CB_TLS_UNIQUE type.  See new section "Channel Bindings" in
481 the manual.
483 ** gnutls-cli, gnutls-serv: Print 'tls-unique' Channel Bindings.
485 ** doc: Added pkcs11.h header file to GTK-DOC manual.
487 ** build: Update gnulib files.
489 ** i18n: Update translations.
491 ** tests: Add self tests gendh.c.  Speed up Guile self checks.
493 ** API and ABI modifications:
494 gnutls_session_channel_binding: New function.
495 gnutls_channel_binding_t: New enumeration.
496 GNUTLS_CB_TLS_UNIQUE: New gnutls_channel_binding_t enum member.
497 GNUTLS_E_CHANNEL_BINDING_NOT_AVAILABLE: New error code.
499 * Version 2.11.3 (released 2010-10-14)
501 ** Indent code to follow the GNU Coding Standard.
502 You should be able to unpack the 2.11.2 release and run 'make indent'
503 twice to get exactly the same content as 2.11.3 except for generated
504 files.  Using GNU Indent 2.2.11.
506 ** API and ABI modifications:
507 No changes since last version.
509 * Version 2.11.2 (released 2010-10-08)
511 ** libgnutls: Several bug fixes on session resumption
512 and session tickets support.
514 ** libgnutls: Add new extended key usage ipsecIKE.
516 ** certtool: Renamed PKCS #11 options to: --p11-provider,
517 --p11-export-url, --p11-list-certs, --p11-list-certs,
518 --p11-list-privkeys, --p11-list-trusted, --p11-list-all-certs,
519 --p11-list-all, --p11-list-tokens, --p11-login, --p11-write,
520 --p11-write-label, --p11-write-trusted, --p11-detailed-url,
521 --p11-delete-url
523 ** libgnutls: Corrected bug that caused importing DSA keys as RSA,
524 introduced with the new nettle code.
526 ** libgnutls: Corrected advertizing issue for session tickets.
528 ** API and ABI modifications:
529 gnutls_x509_crt_get_subject_unique_id: ADDED.
530 gnutls_x509_crt_get_issuer_unique_id: ADDED.
532 * Version 2.11.1 (released 2010-09-14)
534 ** libgnutls: Nettle is the default crypto back end. Use --with-libgcrypt
535 to use the libgcrypt back end.
537 ** libgnutls: Depend on nettle 2.1. This makes nettle a fully working
538 backend crypto library.
540 ** libgnutls: Added RSA_NULL_SHA1 and SHA256 ciphersuites.
542 ** libgnutls: Several updates in the buffering internal interface.
544 ** libgnutls: Is now more liberal in the PEM decoding. That is spaces and 
545 tabs are being skipped.
547 ** libgnutls: Added support for draft-pechanec-pkcs11uri-02.
549 ** libgnutls: The %COMPAT flag now allows larger records that violate the
550 TLS spec.
552 ** libgnutls: by default lowat level has been set to zero to avoid unnecessary
553 system calls. Applications that depended on it being 1 should explicitly call
554 gnutls_transport_set_lowat().
556 ** libgnutls: Updated documentation and gnutls_pk_params_t mappings
557 to ECRYPT II recommendations. Mappings were moved to a single location
558 and DSA keys are handled differently (since DSA2 allows for 1024,2048
559 and 3072 keys only).
561 ** libgnutls: gnutls_x509_privkey_import() will fallback to
562 gnutls_x509_privkey_import_pkcs8() without a password, if it
563 is unable to decode the key.
565 ** libgnutls: HMAC-MD5 no longer used by default.
567 ** API and ABI modifications:
568 gnutls_openpgp_privkey_sec_param: ADDED
569 gnutls_x509_privkey_sec_param: ADDED
571 * Version 2.11.0 (released 2010-07-22)
573 ** libgnutls: support scattered write using writev(). This takes
574 advantage of the new buffering layer and allows queuing of packets
575 and flushing them. This is currently used for handshake messages
576 only.
578 ** libgnutls: Added gnutls_global_set_mutex() to allow setting
579 alternative locking procedures. By default the system available
580 locking is used. In *NIX pthreads are used and in windows the
581 critical section API. This follows a different approach than the
582 previous versions that depended on libgcrypt initialization. The
583 locks are now set by default in systems that support it. Programs
584 that used gcry_control() to set thread locks should insert it into
585 a block of
586 #if GNUTLS_VERSION_NUMBER <= 0x020b00
587         gcry_control(...)
588 #endif
590 ** libgnutls: Added support for reading DN from EV-certificates.
591 New DN values:
592 jurisdictionOfIncorporationLocalityName,
593 jurisdictionOfIncorporationStateOrProvinceName,
594 jurisdictionOfIncorporationCountryName
596 ** libgnutls: Added support for DSA signing/verifying with bit 
597 length over 1024.
599 ** libgnutls-extra: When in FIPS mode gnutls_global_init_extra()
600 has to be called to register any required md5 handlers.
602 ** libgnutls: Internal buffering code was replaced by simpler
603 code contributed by Jonathan Bastien-Filiatrault.
605 ** libgnutls: Internal API for extensions augmented to allow
606 safe storing and loading of data on resumption. This allows writing
607 self-contained extensions (when possible). As a side effect
608 the OPRFI extension was removed.
610 ** libgnutls: Added support for DSA-SHA256 and DSA-SHA224
612 ** libgnutls: Added PKCS #11 support and an API to access objects in
613 gnutls/pkcs11.h. Currently certificates and public keys can be
614 imported from tokens, and operations can be performed on private keys.
616 ** libgnutls: Added abstract gnutls_privkey_t and gnutls_pubkey_t
618 ** libgnutls: Added initial support for the nettle library. It uses
619 the system's random generator for seeding. That is /dev/urandom in Linux, 
620 system calls in Win32 and EGD on other systems.
622 ** libgnutls: Corrected issue on the %SSL3_RECORD_VERSION priority string. It now
623     works even when resuming a session.
625 ** libgnutls: Added gnutls_certificate_set_retrieve_function() to replace the
626 similar gnutls_certificate_set_server_retrieve_function() and
627 gnutls_certificate_set_client_retrieve_function(). In addition it support
628 PKCS #11 private keys.
630 ** libgnutls: Added  gnutls_pkcs11_copy_x509_crt(), gnutls_pkcs11_copy_x509_privkey(),
631 and gnutls_pkcs11_delete_url() to allow copying and deleting data in tokens.
633 ** libgnutls: Added gnutls_sec_param_to_pk_bits() et al. to allow select bit
634 sizes for private keys using a human understandable scale.
636 ** certtool: Added new options: --pkcs11-list-tokens, --pkcs11-list-all
637 --pkcs11-list-all-certs, --pkcs11-list-trusted, --pkcs11-list-certs,
638 --pkcs11-delete-url, --pkcs11-write
640 certtool: The --pkcs-cipher is taken into account when generating a
641 private key. The default cipher used now is aes-128. The old behavior can
642 be simulated by specifying "--pkcs-cipher 3des-pkcs12".
644 certtool: Added --certificate-pubkey to print the public key of the
645 certificate.
647 ** gnutls-cli/gnutls-serv: --x509cafile, --x509certfile and --x509keyfile
648 can now accept a PKCS #11 URL in addition to a file. This will allow for
649 example to use the Gnome-keyring trusted certificate list to verify
650 connections using a url such as:
651 pkcs11:token=Root%20CA%20Certificates;serial=1%3AROOTS%3ADEFAULT;model=1%2E0;manufacturer=Gnome%20Keyring
653 ** API and ABI modifications:
654 gnutls_certificate_set_server_retrieve_function: DEPRECATED
655 gnutls_certificate_set_client_retrieve_function: DEPRECATED
656 gnutls_sign_callback_set: DEPRECATED
657 gnutls_global_set_mutex: ADDED
658 gnutls_pubkey_get_preferred_hash_algorithm: ADDED
659 gnutls_x509_crt_get_preferred_hash_algorithm: ADDED
660 gnutls_x509_privkey_export_rsa_raw2: ADDED
661 gnutls_rnd: ADDED
662 gnutls_sec_param_to_pk_bits: ADDED
663 gnutls_pk_bits_to_sec_param: ADDED
664 gnutls_sec_param_get_name: ADDED
665 gnutls_pkcs11_type_get_name: ADDED
666 gnutls_certificate_set_retrieve_function: ADDED
667 gnutls_pkcs11_init: ADDED
668 gnutls_pkcs11_deinit: ADDED
669 gnutls_pkcs11_set_pin_function: ADDED
670 gnutls_pkcs11_set_token_function: ADDED
671 gnutls_pkcs11_add_provider: ADDED
672 gnutls_pkcs11_obj_init: ADDED
673 gnutls_pkcs11_obj_import_url: ADDED
674 gnutls_pkcs11_obj_export_url: ADDED
675 gnutls_pkcs11_obj_deinit: ADDED
676 gnutls_pkcs11_obj_export: ADDED
677 gnutls_pkcs11_obj_list_import_url: ADDED
678 gnutls_pkcs11_obj_export: ADDED
679 gnutls_x509_crt_import_pkcs11: ADDED
680 gnutls_pkcs11_obj_get_type: ADDED
681 gnutls_x509_crt_list_import_pkcs11: ADDED
682 gnutls_x509_crt_import_pkcs11_url: ADDED
683 gnutls_pkcs11_obj_get_info: ADDED
684 gnutls_pkcs11_token_get_info: ADDED
685 gnutls_pkcs11_token_get_url: ADDED
686 gnutls_pkcs11_privkey_init: ADDED
687 gnutls_pkcs11_privkey_deinit: ADDED
688 gnutls_pkcs11_privkey_get_pk_algorithm: ADDED
689 gnutls_pkcs11_privkey_get_info: ADDED
690 gnutls_pkcs11_privkey_import_url: ADDED
691 gnutls_pkcs11_privkey_sign_data: ADDED
692 gnutls_pkcs11_privkey_sign_hash: ADDED
693 gnutls_pkcs11_privkey_decrypt_data: ADDED
694 gnutls_privkey_init: ADDED
695 gnutls_privkey_deinit: ADDED
696 gnutls_privkey_get_pk_algorithm: ADDED
697 gnutls_privkey_get_type: ADDED
698 gnutls_privkey_import_pkcs11: ADDED
699 gnutls_privkey_import_x509: ADDED
700 gnutls_privkey_import_openpgp: ADDED
701 gnutls_privkey_sign_data: ADDED
702 gnutls_privkey_sign_hash: ADDED
703 gnutls_privkey_decrypt_data: ADDED
704 gnutls_pkcs11_privkey_export_url: ADDED
705 gnutls_x509_crq_privkey_sign: ADDED
706 gnutls_x509_crl_privkey_sign: ADDED
707 gnutls_x509_crt_privkey_sign: ADDED
708 gnutls_pubkey_init: ADDED
709 gnutls_pubkey_deinit: ADDED
710 gnutls_pubkey_get_pk_algorithm: ADDED
711 gnutls_pubkey_import_x509: ADDED
712 gnutls_pubkey_import_openpgp: ADDED
713 gnutls_pubkey_get_pk_rsa_raw: ADDED
714 gnutls_pubkey_get_pk_dsa_raw: ADDED
715 gnutls_pubkey_export: ADDED
716 gnutls_pubkey_get_key_id: ADDED
717 gnutls_pubkey_get_key_usage: ADDED
718 gnutls_pubkey_verify_hash: ADDED
719 gnutls_pubkey_get_verify_algorithm: ADDED
720 gnutls_pkcs11_type_get_name: ADDED
721 gnutls_pubkey_import_pkcs11_url: ADDED
722 gnutls_pubkey_import: ADDED
723 gnutls_pubkey_import_pkcs11: ADDED
724 gnutls_pubkey_import_dsa_raw: ADDED
725 gnutls_pubkey_import_rsa_raw: ADDED
726 gnutls_x509_crt_set_pubkey: ADDED
727 gnutls_x509_crq_set_pubkey: ADDED
728 gnutls_pkcs11_copy_x509_crt: ADDED
729 gnutls_pkcs11_copy_x509_privkey: ADDED
730 gnutls_pkcs11_delete_url: ADDED
732 * Version 2.10.1 (released 2010-07-25)
734 ** libgnutls: Added support for broken certificates that indicate RSA
735 with strange OIDs.
737 ** gnutls-cli: Allow verification using V1 CAs.
739 ** libgnutls: gnutls_x509_privkey_import() will fallback to
740 gnutls_x509_privkey_import_pkcs8() without a password, if it
741 is unable to decode the key.
743 ** libgnutls: Correctly deinitialize crypto API functions to prevent
744 a memory leak.  Reported by Mads Kiilerich.
746 ** certtool: If asked to generate DSA keys of size more than 1024 bits,
747 issue a warning, that the output key might not be working everywhere.
749 ** certtool: The --pkcs-cipher is taken into account when generating a
750 private key. The default cipher used now is aes-128. The old behavior
751 can be simulated by specifying "--pkcs-cipher 3des-pkcs12".
753 ** API and ABI modifications:
754 No changes since last version.
756 * Version 2.10.0 (released 2010-06-25)
758 ** API and ABI modifications:
759 No changes since last version.
761 * Version 2.9.12 (released 2010-06-17)
763 ** gnutls-cli: Make --starttls work again.
764 Problem introduced in patch to use read() instead of fgets() committed
765 on 2010-01-27.
767 ** API and ABI modifications:
768 No changes since last version.
770 * Version 2.9.11 (released 2010-06-07)
772 ** libgnutls: Removed two APIs related to safe renegotiation.
773 Use priority strings instead.  The APIs were
774 gnutls_safe_negotiation_set_initial and gnutls_safe_renegotiation_set.
775 (Remember that we don't promise ABI stability during development
776 series, so this doesn't cause an shared library ABI increment.)
778 ** tests: More self testing of safe renegotiation extension.
779 See tests/safe-renegotiation/README for more information.
781 ** doc: a PDF version of the API reference manual (GTK-DOC) is now built.
783 ** doc: Terms 'GNUTLS' and 'GNU TLS' were changed to 'GnuTLS' for consistency.
785 ** API and ABI modifications:
786 gnutls_safe_negotiation_set_initial: REMOVED.
787 gnutls_safe_renegotiation_set: REMOVED.
789 * Version 2.9.10 (released 2010-04-22)
791 ** libgnutls: Time verification extended to trusted certificate list.
792 Unless new constant GNUTLS_VERIFY_DISABLE_TRUSTED_TIME_CHECKS flag is
793 specified.
795 ** certtool: Display postalCode and Name X.509 DN attributes correctly.
796 Based on patch by Pavan Konjarla.  Adds new constant
797 GNUTLS_OID_X520_POSTALCODE and GNUTLS_OID_X520_NAME.
799 ** libgnutls: Added Steve Dispensa's patch for safe renegotiation (RFC 5746)
800 Solves the issue discussed in:
801 <http://www.ietf.org/mail-archive/web/tls/current/msg03928.html> and
802 <http://www.ietf.org/mail-archive/web/tls/current/msg03948.html>.
803 Note that to allow connecting to unpatched servers the full protection
804 is only enabled if the priority string %SAFE_RENEGOTIATION is
805 specified. You can check whether protection is in place by querying
806 gnutls_safe_renegotiation_status().  New error codes
807 GNUTLS_E_SAFE_RENEGOTIATION_FAILED and
808 GNUTLS_E_UNSAFE_RENEGOTIATION_DENIED added.
810 ** libgnutls: When checking openpgp self signature also check the signatures
811 ** of all subkeys.
812 Ilari Liusvaara noticed and reported the issue and provided test
813 vectors as well.
815 ** libgnutls: Added cryptodev support (/dev/crypto).
816 Tested with http://www.logix.cz/michal/devel/cryptodev/.  Added
817 benchmark utility for AES.  Adds new error codes
818 GNUTLS_E_CRYPTODEV_IOCTL_ERROR and GNUTLS_E_CRYPTODEV_DEVICE_ERROR.
820 ** libgnutls: Exported API to access encryption and hash algorithms.
821 The new API functions are gnutls_cipher_decrypt, gnutls_cipher_deinit,
822 gnutls_cipher_encrypt, gnutls_cipher_get_block_size,
823 gnutls_cipher_init, gnutls_hash, gnutls_hash_deinit, gnutls_hash_fast,
824 gnutls_hash_get_len, gnutls_hash_init, gnutls_hash_output,
825 gnutls_hmac, gnutls_hmac_deinit, gnutls_hmac_fast,
826 gnutls_hmac_get_len, gnutls_hmac_init, gnutls_hmac_output.  New API
827 constants are GNUTLS_MAC_SHA224 and GNUTLS_DIG_SHA224.
829 ** libgnutls: Added gnutls_certificate_set_verify_function() to allow
830 verification of certificate upon receipt rather than waiting until the
831 end of the handshake.
833 ** libgnutls: Don't send alerts during handshake.
834 Instead new error code GNUTLS_E_UNKNOWN_SRP_USERNAME is added.
836 ** certtool: Corrected two issues that affected certificate request generation.
837 (1) Null padding is added on integers (found thanks to Wilankar Trupti),
838 (2) In optional SignatureAlgorithm parameters field for DSA keys the DSA
839 parameters were added. Those were rejected by Verisign. Gnutls no longer adds 
840 those parameters there since other implementations don't do either and having 
841 them does not seem to offer anything (anyway you need the signer's certificate
842 to verify thus public key will be available). Found thanks to Boyan Kasarov.
843 This however has the side-effect that public key IDs shown by certtool are
844 now different than previous gnutls releases.
845 (3) the option --pgp-certificate-info will verify self signatures
847 ** certtool: Allow exporting of Certificate requests on DER format.
849 ** certtool: New option --no-crq-extensions to avoid extensions in CSRs.
851 ** gnutls-cli: Handle reading binary data from server.
852 Reported by and tiny patch from Vitaly Mayatskikh
853 <v.mayatskih@gmail.com> in
854 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/4096>.
856 ** minitasn1: Upgraded to libtasn1 version 2.6.
858 ** i18n: Updated Czech, Dutch, French, Polish, Swedish translation.
859 ** Added Italian and Simplified Chinese translation.
860 Thanks to Petr Pisar, Erwin Poeze, Nicolas Provost, Jakub Bogusz,
861 Daniel Nylander, Sergio Zanchetta, Tao Wei, and Aron Xu.
863 ** doc: The GTK-DOC manual is significantly improved.
865 ** API and ABI modifications:
866 %DISABLE_SAFE_RENEGOTIATION: Added to priority strings (do not use).
867 %INITIAL_SAFE_RENEGOTIATION: Added to priority strings.
868 %UNSAFE_RENEGOTIATION: Added to priority strings.
869 GNUTLS_DIG_SHA224: ADDED.
870 GNUTLS_E_CRYPTODEV_DEVICE_ERROR: ADDED.
871 GNUTLS_E_CRYPTODEV_IOCTL_ERROR: ADDED.
872 GNUTLS_E_SAFE_RENEGOTIATION_FAILED: ADDED.
873 GNUTLS_E_UNKNOWN_SRP_USERNAME: ADDED.
874 GNUTLS_E_UNSAFE_RENEGOTIATION_DENIED: ADDED.
875 GNUTLS_MAC_SHA224: ADDED.
876 GNUTLS_OID_X520_NAME: ADDED.
877 GNUTLS_OID_X520_POSTALCODE: ADDED.
878 GNUTLS_VERIFY_DISABLE_TRUSTED_TIME_CHECKS: ADDED.
879 GNUTLS_VERSION_MAX: ADDED.
880 gnutls_certificate_set_verify_function: ADDED.
881 gnutls_cipher_decrypt: ADDED.
882 gnutls_cipher_deinit: ADDED.
883 gnutls_cipher_encrypt: ADDED.
884 gnutls_cipher_get_block_size: ADDED.
885 gnutls_cipher_init: ADDED.
886 gnutls_hash: ADDED.
887 gnutls_hash_deinit: ADDED.
888 gnutls_hash_fast: ADDED.
889 gnutls_hash_get_len: ADDED.
890 gnutls_hash_init: ADDED.
891 gnutls_hash_output: ADDED.
892 gnutls_hmac: ADDED.
893 gnutls_hmac_deinit: ADDED.
894 gnutls_hmac_fast: ADDED.
895 gnutls_hmac_get_len: ADDED.
896 gnutls_hmac_init: ADDED.
897 gnutls_hmac_output: ADDED.
898 gnutls_safe_negotiation_set_initial: ADDED.
899 gnutls_safe_renegotiation_set: ADDED.
900 gnutls_safe_renegotiation_status: ADDED.
902 * Version 2.9.9 (released 2009-11-09)
904 ** libgnutls: Cleanups and several bug fixes.
905 Found by Steve Grubb and Tomas Mraz.
907 ** Link libgcrypt explicitly to certtool, gnutls-cli, gnutls-serv.
909 ** Fix --disable-valgrind-tests.
910 Reported by Ingmar Vanhassel in
911 <https://savannah.gnu.org/support/?107029>.
913 ** API and ABI modifications:
914 No changes since last version.
916 * Version 2.9.8 (released 2009-11-05)
918 ** libgnutls: Fix for memory leaks on interrupted handshake.
919 Reported by Tang Tong.
921 ** libgnutls: Addition of support for TLS 1.2 signature algorithms
922 ** extension and certificate verify field.
923 This requires changes for TLS 1.2 servers and clients that use
924 callbacks for certificate retrieval.  They are now required to check
925 with gnutls_sign_algorithm_get_requested() whether the certificate
926 they send complies with the peer's preferences in signature
927 algorithms.
929 ** libgnutls: In server side when resuming a session do not overwrite the 
930 ** initial session data with the resumed session data.
932 ** libgnutls: Added support for AES-128, AES-192 and AES-256 in PKCS #8
933 ** encryption.
934 This affects also PKCS #12 encoded files.  This adds the following new
935 enums: GNUTLS_CIPHER_AES_192_CBC, GNUTLS_PKCS_USE_PBES2_AES_128,
936 GNUTLS_PKCS_USE_PBES2_AES_192, GNUTLS_PKCS_USE_PBES2_AES_256.
938 ** libgnutls: Fix PKCS#12 encoding.
939 The error you would get was "The OID is not supported.".  Problem
940 introduced for the v2.8.x branch in 2.7.6.
942 ** certtool: Added the --pkcs-cipher option.
943 To explicitely specify the encryption algorithm to use.
945 ** tests: Added "pkcs12_encode" self-test to check PKCS#12 functions.
947 ** tests: Fix time bomb in chainverify self-test.
948 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
949 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3925>.
951 ** tests: Fix expired cert in chainverify self-test.
953 ** i18n: Vietnamese translation updated.
954 Thanks to Clytie Siddall.
956 ** API and ABI modifications:
957 GNUTLS_CIPHER_AES_192_CBC: ADDED to gnutls/gnutls.h.
958 GNUTLS_PKCS_USE_PBES2_AES_128: ADDED to gnutls/x509.h.
959 GNUTLS_PKCS_USE_PBES2_AES_192: ADDED to gnutls/x509.h.
960 GNUTLS_PKCS_USE_PBES2_AES_256: ADDED to gnutls/x509.h.
961 GNUTLS_BAG_SECRET: ADDED to gnutls/pkcs12.h.
962 GNUTLS_DIG_UNKNOWN: ADDED to gnutls/gnutls.h.
963 gnutls_sign_algorithm_get_requested: ADDED.
965 * Version 2.9.7 (released 2009-10-06)
967 ** libgnutls: TLS 1.2 server mode fixes.
968 Now interoperates against Opera.  Contributed by Daiki Ueno.
970 ** libgnutlsxx: Fix link problems.
971 Tiny patch from Boyan Kasarov <bkasarov@gmail.com>.
973 ** guile: Compatibility with guile 2.x.
974 By Ludovic Courtes <ludovic.courtes@laas.fr>.
976 ** API and ABI modifications:
977 No changes since last version.
979 * Version 2.9.6 (released 2009-09-22)
981 ** libgnutls: Enable Camellia ciphers by default.
983 ** API and ABI modifications:
984 No changes since last version.
986 * Version 2.9.5 (released 2009-09-10)
988 ** libgnutls: Add new functions to extract X.509 Issuer Alternative Names.
989 The new functions are gnutls_x509_crt_get_issuer_alt_name2,
990 gnutls_x509_crt_get_issuer_alt_name, and
991 gnutls_x509_crt_get_issuer_alt_othername_oid.  Contributed by Brad
992 Hards <bradh@frogmouth.net>.
994 ** API and ABI modifications:
995 gnutls_x509_crt_get_issuer_alt_name2: ADDED.
996 gnutls_x509_crt_get_issuer_alt_name: ADDED.
997 gnutls_x509_crt_get_issuer_alt_othername_oid: ADDED.
999 * Version 2.9.4 (released 2009-09-03)
1001 ** libgnutls: Client-side TLS 1.2 and SHA-256 ciphersuites now works.
1002 The new supported ciphersuites are AES-128/256 in CBC mode with
1003 ANON-DH/RSA/DHE-DSS/DHE-RSA.  Contributed by Daiki Ueno.  Further,
1004 SHA-256 is now the preferred default MAC (however it is only used with
1005 TLS 1.2).
1007 ** libgnutls: Make OpenPGP hostname checking work again.
1008 The patch to resolve the X.509 CN/SAN issue accidentally broken
1009 OpenPGP hostname comparison.
1011 ** libgnutls: When printing X.509 certificates, handle XMPP SANs better.
1012 Reported by Howard Chu <hyc@symas.com> in
1013 <https://savannah.gnu.org/support/?106975>.
1015 ** Fix use of deprecated types internally.
1016 Use of deprecated types in GnuTLS from now on will lead to a compile
1017 error, to prevent this from happening again.
1019 ** API and ABI modifications:
1020 No changes since last version.
1022 * Version 2.9.3 (released 2009-08-19)
1024 ** libgnutls: Support for TLS tickets was contributed by Daiki Ueno.
1025 The new APIs are gnutls_session_ticket_enable_client,
1026 gnutls_session_ticket_enable_server, and
1027 gnutls_session_ticket_key_generate.
1029 ** gnutls-cli, gnutls-serv: New parameter --noticket to disable TLS tickets.
1031 ** API and ABI modifications:
1032 gnutls_session_ticket_key_generate: ADDED.
1033 gnutls_session_ticket_enable_client: ADDED.
1034 gnutls_session_ticket_enable_server: ADDED.
1036 * Version 2.9.2 (released 2009-08-14)
1038 ** libgnutls: Fix problem with NUL bytes in X.509 CN and SAN fields.
1039 By using a NUL byte in CN/SAN fields, it was possible to fool GnuTLS
1040 into 1) not printing the entire CN/SAN field value when printing a
1041 certificate and 2) cause incorrect positive matches when matching a
1042 hostname against a certificate.  Some CAs apparently have poor
1043 checking of CN/SAN values and issue these (arguable invalid)
1044 certificates.  Combined, this can be used by attackers to become a
1045 MITM on server-authenticated TLS sessions.  The problem is mitigated
1046 since attackers needs to get one certificate per site they want to
1047 attack, and the attacker reveals his tracks by applying for a
1048 certificate at the CA.  It does not apply to client authenticated TLS
1049 sessions.  Research presented independently by Dan Kaminsky and Moxie
1050 Marlinspike at BlackHat09.  Thanks to Tomas Hoger <thoger@redhat.com>
1051 for providing one part of the patch.  [GNUTLS-SA-2009-4] [CVE-2009-2730].
1053 ** libgnutls: Fix rare failure in gnutls_x509_crt_import.
1054 The function may fail incorrectly when an earlier certificate was
1055 imported to the same gnutls_x509_crt_t structure.
1057 ** minitasn1: Internal copy updated to libtasn1 v2.3.
1059 ** libgnutls: Fix return value of gnutls_certificate_client_get_request_status.
1060 Before it always returned false.  Reported by Peter Hendrickson
1061 <pdh@wiredyne.com> in
1062 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3668>.
1064 ** libgnutls: Fix off-by-one size computation error in unknown DN printing.
1065 The error resulted in truncated strings when printing unknown OIDs in
1066 X.509 certificate DNs.  Reported by Tim Kosse
1067 <tim.kosse@filezilla-project.org> in
1068 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3651>.
1070 ** libgnutls: Fix PKCS#12 decryption from password.
1071 The encryption key derived from the password was incorrect for (on
1072 average) 1 in every 128 input for random inputs.  Reported by "Kukosa,
1073 Tomas" <tomas.kukosa@siemens-enterprise.com> in
1074 <http://permalink.gmane.org/gmane.network.gnutls.general/1663>.
1076 ** libgnutls: Return correct bit lengths of some MPIs.
1077 gnutls_dh_get_prime_bits, gnutls_rsa_export_get_modulus_bits, and
1078 gnutls_dh_get_peers_public_bits.  Before the reported value was
1079 overestimated.  Reported by Peter Hendrickson <pdh@wiredyne.com> in
1080 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3607>.
1082 ** libgnutls: Avoid internal error when invoked after GNUTLS_E_AGAIN.
1083 Report and patch by Tim Kosse <tim.kosse@filezilla-project.org> in
1084 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3671>
1086 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3670>.
1088 ** libgnutls: Relax checking of required libtasn1/libgcrypt versions.
1089 Before we required that the runtime library used the same (or more
1090 recent) libgcrypt/libtasn1 as it was compiled with.  Now we just check
1091 that the runtime usage is above the minimum required.  Reported by
1092 Marco d'Itri <md@linux.it> via Andreas Metzler
1093 <ametzler@downhill.at.eu.org> in <http://bugs.debian.org/540449>.
1095 ** tests: Added new self-test pkcs12_s2k_pem to detect MPI bit length error.
1097 ** tests: Improved test vectors in self-test pkcs12_s2k.
1099 ** tests: Added new self-test dn2 to detect off-by-one size error.
1101 ** tests: Fix failure in "chainverify" because a certificate have expired.
1103 ** API and ABI modifications:
1104 No changes since last version.
1106 * Version 2.9.1 (released 2009-06-08)
1108 ** libgnutls: Fix crash in gnutls_global_init after earlier init/deinit cycle.
1109 Forwarded by Martin von Gagern <Martin.vGagern@gmx.net> from
1110 <http://bugs.gentoo.org/272388>.
1112 ** tests: Added new self-tests init_roundtrip.c to detect previous problem.
1114 ** Reduce stack usage for some CRQ functions.
1116 ** Doc fixes for CRQ functions.
1118 ** API and ABI modifications:
1119 No changes since last version.
1121 * Version 2.9.0 (released 2009-05-28)
1123 ** Doc fixes.
1125 ** API and ABI modifications:
1126 No changes since last version.
1128 * Version 2.8.6 (released 2010-03-15)
1130 ** libgnutls: For CSRs, don't null pad integers for RSA/DSA value.
1131 VeriSign rejected CSRs with this padding.  Reported by Wilankar Trupti
1132 <trupti.wilankar@hp.com> and Boyan Kasarov <bkasarov@gmail.com>.
1134 Note: As a side effect of this change, the "public key identifier"
1135 value computed for a certificate using this version of GnuTLS will be
1136 different from values computed using earlier versions of GnuTLS.
1138 ** libgnutls: For CSRs on DSA keys, don't add DSA parameters to the
1139 ** optional SignatureAlgorithm parameter field.
1140 VeriSign rejected these CSRs.  They are stricly speaking not needed
1141 since you need the signer's certificate to verify the certificate
1142 signature anyway.  Reported by Wilankar Trupti
1143 <trupti.wilankar@hp.com> and Boyan Kasarov <bkasarov@gmail.com>.
1145 ** libgnutls: When checking openpgp self signature also check the signatures
1146 ** of all subkeys.
1147 Ilari Liusvaara noticed and reported the issue and provided test
1148 vectors as well.
1150 ** libgnutls: Cleanups and several bug fixes.
1151 Found by Steve Grubb and Tomas Mraz.
1153 ** Link libgcrypt explicitly to certtool, gnutls-cli, gnutls-serv.
1155 ** Fix --disable-valgrind-tests.
1156 Reported by Ingmar Vanhassel in
1157 <https://savannah.gnu.org/support/?107029>.
1159 ** examples: Use the new APIs for printing X.509 certificate information.
1161 ** Fix build failures on Solaris.
1162 Thanks to Dagobert Michelsen <dam@opencsw.org>.
1164 ** i18n: Updated Czech, Dutch, French, Polish, Swedish and Vietnamese
1165 ** translations.  Added Simplified Chinese translation.
1167 ** API and ABI modifications:
1168 No changes since last version.
1170 * Version 2.8.5 (released 2009-11-02)
1172 ** libgnutls: In server side when resuming a session do not overwrite the 
1173 ** initial session data with the resumed session data.
1175 ** libgnutls: Fix PKCS#12 encoding.
1176 The error you would get was "The OID is not supported.".  Problem
1177 introduced for the v2.8.x branch in 2.7.6.
1179 ** guile: Compatibility with guile 2.x.
1180 By Ludovic Courtes <ludovic.courtes@laas.fr>.
1182 ** tests: Fix expired cert in chainverify self-test.
1184 ** tests: Fix time bomb in chainverify self-test.
1185 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
1186 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3925>.
1188 ** API and ABI modifications:
1189 No changes since last version.
1191 * Version 2.8.4 (released 2009-09-18)
1193 ** libgnutls: Enable Camellia ciphers by default.
1195 ** libgnutls: Make OpenPGP hostname checking work again.
1196 The patch to resolve the X.509 CN/SAN issue accidentally broken
1197 OpenPGP hostname comparison.
1199 ** libgnutls: When printing X.509 certificates, handle XMPP SANs better.
1200 Reported by Howard Chu <hyc@symas.com> in
1201 <https://savannah.gnu.org/support/?106975>.
1203 ** API and ABI modifications:
1204 No changes since last version.
1206 * Version 2.8.3 (released 2009-08-13)
1208 ** libgnutls: Fix patch for NUL in CN/SAN in last release.
1209 Code intended to be removed would lead to an read-out-bound error in
1210 some situations.  Reported by Tomas Hoger <thoger@redhat.com>.  A CVE
1211 code have been allocated for the vulnerability: [CVE-2009-2730].
1213 ** libgnutls: Fix rare failure in gnutls_x509_crt_import.
1214 The function may fail incorrectly when an earlier certificate was
1215 imported to the same gnutls_x509_crt_t structure.
1217 ** libgnutls-extra, libgnutls-openssl: Fix MinGW cross-compiling build error.
1219 ** tests: Made self-test mini-eagain take less time.
1221 ** doc: Typo fixes.
1223 ** API and ABI modifications:
1224 No changes since last version.
1226 * Version 2.8.2 (released 2009-08-10)
1228 ** libgnutls: Fix problem with NUL bytes in X.509 CN and SAN fields.
1229 By using a NUL byte in CN/SAN fields, it was possible to fool GnuTLS
1230 into 1) not printing the entire CN/SAN field value when printing a
1231 certificate and 2) cause incorrect positive matches when matching a
1232 hostname against a certificate.  Some CAs apparently have poor
1233 checking of CN/SAN values and issue these (arguable invalid)
1234 certificates.  Combined, this can be used by attackers to become a
1235 MITM on server-authenticated TLS sessions.  The problem is mitigated
1236 since attackers needs to get one certificate per site they want to
1237 attack, and the attacker reveals his tracks by applying for a
1238 certificate at the CA.  It does not apply to client authenticated TLS
1239 sessions.  Research presented independently by Dan Kaminsky and Moxie
1240 Marlinspike at BlackHat09.  Thanks to Tomas Hoger <thoger@redhat.com>
1241 for providing one part of the patch.  [GNUTLS-SA-2009-4].
1243 ** libgnutls: Fix return value of gnutls_certificate_client_get_request_status.
1244 Before it always returned false.  Reported by Peter Hendrickson
1245 <pdh@wiredyne.com> in
1246 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3668>.
1248 ** libgnutls: Fix off-by-one size computation error in unknown DN printing.
1249 The error resulted in truncated strings when printing unknown OIDs in
1250 X.509 certificate DNs.  Reported by Tim Kosse
1251 <tim.kosse@filezilla-project.org> in
1252 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3651>.
1254 ** libgnutls: Return correct bit lengths of some MPIs.
1255 gnutls_dh_get_prime_bits, gnutls_rsa_export_get_modulus_bits, and
1256 gnutls_dh_get_peers_public_bits.  Before the reported value was
1257 overestimated.  Reported by Peter Hendrickson <pdh@wiredyne.com> in
1258 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3607>.
1260 ** libgnutls: Avoid internal error when invoked after GNUTLS_E_AGAIN.
1261 Report and patch by Tim Kosse <tim.kosse@filezilla-project.org> in
1262 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3671>
1264 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3670>.
1266 ** libgnutls: Relax checking of required libtasn1/libgcrypt versions.
1267 Before we required that the runtime library used the same (or more
1268 recent) libgcrypt/libtasn1 as it was compiled with.  Now we just check
1269 that the runtime usage is above the minimum required.  Reported by
1270 Marco d'Itri <md@linux.it> via Andreas Metzler
1271 <ametzler@downhill.at.eu.org> in <http://bugs.debian.org/540449>.
1273 ** minitasn1: Internal copy updated to libtasn1 v2.3.
1275 ** tests: Fix failure in "chainverify" because a certificate have expired.
1277 ** API and ABI modifications:
1278 No changes since last version.
1280 * Version 2.8.1 (released 2009-06-10)
1282 ** libgnutls: Fix crash in gnutls_global_init after earlier init/deinit cycle.
1283 Forwarded by Martin von Gagern <Martin.vGagern@gmx.net> from
1284 <http://bugs.gentoo.org/272388>.
1286 ** libgnutls: Fix PKCS#12 decryption from password.
1287 The encryption key derived from the password was incorrect for (on
1288 average) 1 in every 128 input for random inputs.  Reported by "Kukosa,
1289 Tomas" <tomas.kukosa@siemens-enterprise.com> in
1290 <http://permalink.gmane.org/gmane.network.gnutls.general/1663>.
1292 ** API and ABI modifications:
1293 No changes since last version.
1295 * Version 2.8.0 (released 2009-05-27)
1297 ** doc: Fix gnutls_dh_get_prime_bits.  Fix error codes and algorithm lists.
1299 ** Major changes compared to the v2.4 branch:
1301 *** lib: Linker version scripts reduces number of exported symbols.
1303 *** lib: Limit exported symbols on systems without LD linker scripts.
1305 *** libgnutls: Fix namespace issue with version symbols.
1307 *** libgnutls: Add functions to verify a hash against a certificate.
1308 gnutls_x509_crt_verify_hash: ADDED
1309 gnutls_x509_crt_get_verify_algorithm: ADDED
1311 *** gnutls-serv: Listen on all interfaces, including both IPv4 and IPv6.
1313 *** i18n: The GnuTLS gettext domain is now 'libgnutls' instead of 'gnutls'.
1315 *** certtool: Query for multiple dnsName subjectAltName in interactive mode.
1317 *** gnutls-cli: No longer accepts V1 CAs by default during X.509 chain verify.
1319 *** gnutls-serv: No longer disable MAC padding by default.
1321 *** gnutls-cli: Certificate information output format changed.
1323 *** libgnutls: New priority strings %VERIFY_ALLOW_SIGN_RSA_MD5
1324 *** and %VERIFY_ALLOW_X509_V1_CA_CRT.
1326 *** libgnutls: gnutls_x509_crt_print prints signature algorithm in oneline mode.
1328 *** libgnutls: gnutls_openpgp_crt_print supports oneline mode.
1330 *** libgnutls: gnutls_handshake when sending client hello during a
1331 rehandshake, will not offer a version number larger than the current.
1333 *** libgnutls: New interface to get key id for certificate requests.
1334 gnutls_x509_crq_get_key_id: ADDED.
1336 *** libgnutls: gnutls_x509_crq_print will now also print public key id.
1338 *** certtool: --verify-chain now prints results of using library verification.
1340 *** libgnutls: Libgcrypt initialization changed.
1342 *** libgnutls: Small byte reads via gnutls_record_recv() optimized.
1344 *** gnutls-cli: Return non-zero exit code on error conditions.
1346 *** gnutls-cli: Corrected bug which caused a rehandshake request to be ignored.
1348 *** certtool: allow setting arbitrary key purpose object identifiers.
1350 *** libgnutls: Change detection of when to use a linker version script.
1351 Use --enable-ld-version-script or --disable-ld-version-script to
1352 override auto-detection logic.
1354 *** Fix warnings and build GnuTLS with more warnings enabled.
1356 *** New API to set X.509 credentials from PKCS#12 memory structure.
1357 gnutls_certificate_set_x509_simple_pkcs12_mem: ADDED
1359 *** Old libgnutls.m4 and libgnutls-config scripts removed.
1360 Please use pkg-config instead.
1362 *** libgnutls: Added functions to handle CRL extensions.
1363 gnutls_x509_crl_get_authority_key_id: ADDED
1364 gnutls_x509_crl_get_number: ADDED
1365 gnutls_x509_crl_get_extension_oid: ADDED
1366 gnutls_x509_crl_get_extension_info: ADDED
1367 gnutls_x509_crl_get_extension_data: ADDED
1368 gnutls_x509_crl_set_authority_key_id: ADDED
1369 gnutls_x509_crl_set_number: ADDED
1371 *** libgnutls: Added functions to handle X.509 extensions in Certificate
1372 Requests.
1373 gnutls_x509_crq_get_key_rsa_raw: ADDED
1374 gnutls_x509_crq_get_attribute_info: ADDED
1375 gnutls_x509_crq_get_attribute_data: ADDED
1376 gnutls_x509_crq_get_extension_info: ADDED
1377 gnutls_x509_crq_get_extension_data: ADDED
1378 gnutls_x509_crq_get_key_usage: ADDED
1379 gnutls_x509_crq_get_basic_constraints: ADDED
1380 gnutls_x509_crq_get_subject_alt_name: ADDED
1381 gnutls_x509_crq_get_subject_alt_othername_oid: ADDED
1382 gnutls_x509_crq_get_extension_by_oid: ADDED
1383 gnutls_x509_crq_set_subject_alt_name: ADDED
1384 gnutls_x509_crq_set_basic_constraints: ADDED
1385 gnutls_x509_crq_set_key_usage: ADDED
1386 gnutls_x509_crq_get_key_purpose_oid: ADDED
1387 gnutls_x509_crq_set_key_purpose_oid: ADDED
1388 gnutls_x509_crq_print: ADDED
1389 gnutls_x509_crt_set_crq_extensions: ADDED
1391 *** certtool: Print and set CRL and CRQ extensions.
1393 *** minitasn1: Internal copy updated to libtasn1 v2.1.
1395 *** examples: Now released into the public domain.
1397 *** The Texinfo and GTK-DOC manuals were improved.
1399 *** Several self-tests were added and others improved.
1401 *** API/ABI changes in GnuTLS 2.8 compared to GnuTLS 2.6.x
1402 No offically supported interfaces have been modified or removed.  The
1403 library should be completely backwards compatible on both the source
1404 and binary level.
1406 The shared library no longer exports some symbols that have never been
1407 officially supported, i.e., not mentioned in any of the header files.
1408 The symbols are:
1410   _gnutls*
1411   gnutls_asn1_tab
1412   
1413 Normally when symbols are removed, the shared library version has to
1414 be incremented.  This leads to a significant cost for everyone using
1415 the library.  Because none of the above symbols have ever been
1416 intended for use by well-behaved applications, we decided that the it
1417 would be better for those applications to pay the price rather than
1418 incurring problems on the majority of applications.
1420 If it turns out that applications have been using unofficial
1421 interfaces, we will need to release a follow-on release on the v2.8
1422 branch to exports additional interfaces.  However, initial testing
1423 suggests that few if any applications have been using any of the
1424 internal symbols.
1426 Although not a new change compared to 2.6.x, we'd like to remind you
1427 interfaces have been modified so that X.509 chain verification now
1428 also checks activation/expiration times on certificates.  The affected
1429 functions are:
1431 gnutls_x509_crt_list_verify: CHANGED, checks activation/expiration times.
1432 gnutls_certificate_verify_peers: Likewise.
1433 gnutls_certificate_verify_peers2: Likewise.
1434 GNUTLS_CERT_NOT_ACTIVATED: ADDED.
1435 GNUTLS_CERT_EXPIRED: ADDED.
1436 GNUTLS_VERIFY_DISABLE_TIME_CHECKS: ADDED.
1438 This change in behaviour was made during the GnuTLS 2.6.x cycle, and
1439 we gave our rationale for it in earlier release notes.
1441 The following symbols have been added to the library:
1443 gnutls_certificate_set_x509_simple_pkcs12_mem: ADDED
1444 gnutls_x509_crl_get_authority_key_id: ADDED
1445 gnutls_x509_crl_get_extension_data: ADDED
1446 gnutls_x509_crl_get_extension_info: ADDED
1447 gnutls_x509_crl_get_extension_oid: ADDED
1448 gnutls_x509_crl_get_number: ADDED
1449 gnutls_x509_crl_set_authority_key_id: ADDED
1450 gnutls_x509_crl_set_number: ADDED
1451 gnutls_x509_crq_get_attribute_data: ADDED
1452 gnutls_x509_crq_get_attribute_info: ADDED
1453 gnutls_x509_crq_get_basic_constraints: ADDED
1454 gnutls_x509_crq_get_extension_by_oid: ADDED
1455 gnutls_x509_crq_get_extension_data: ADDED
1456 gnutls_x509_crq_get_extension_info: ADDED
1457 gnutls_x509_crq_get_key_id: ADDED.
1458 gnutls_x509_crq_get_key_purpose_oid: ADDED
1459 gnutls_x509_crq_get_key_rsa_raw: ADDED
1460 gnutls_x509_crq_get_key_usage: ADDED
1461 gnutls_x509_crq_get_subject_alt_name: ADDED
1462 gnutls_x509_crq_get_subject_alt_othername_oid: ADDED
1463 gnutls_x509_crq_print: ADDED
1464 gnutls_x509_crq_set_basic_constraints: ADDED
1465 gnutls_x509_crq_set_key_purpose_oid: ADDED
1466 gnutls_x509_crq_set_key_usage: ADDED
1467 gnutls_x509_crq_set_subject_alt_name: ADDED
1468 gnutls_x509_crt_get_verify_algorithm: ADDED
1469 gnutls_x509_crt_set_crq_extensions: ADDED
1470 gnutls_x509_crt_verify_hash: ADDED
1472 The following interfaces have been added to the header files:
1474 GNUTLS_VERSION: ADDED, replaces LIBGNUTLS_VERSION.
1475 GNUTLS_VERSION_MAJOR: ADDED, replaces LIBGNUTLS_VERSION_MAJOR.
1476 GNUTLS_VERSION_MINOR: ADDED, replaces LIBGNUTLS_VERSION_MINOR.
1477 GNUTLS_VERSION_PATCH: ADDED, replaces LIBGNUTLS_VERSION_PATCH.
1478 GNUTLS_VERSION_NUMBER: ADDED, replaces LIBGNUTLS_VERSION_NUMBER.
1479 GNUTLS_EXTRA_VERSION: ADDED, replaces LIBGNUTLS_EXTRA_VERSION.
1481 The following interfaces have been deprecated:
1483 LIBGNUTLS_VERSION: DEPRECATED.
1484 LIBGNUTLS_VERSION_MAJOR: DEPRECATED.
1485 LIBGNUTLS_VERSION_MINOR: DEPRECATED.
1486 LIBGNUTLS_VERSION_PATCH: DEPRECATED.
1487 LIBGNUTLS_VERSION_NUMBER: DEPRECATED.
1488 LIBGNUTLS_EXTRA_VERSION: DEPRECATED.
1490 * Version 2.7.14 (released 2009-05-26)
1492 ** libgnutls: Fix namespace issue with version symbol for libgnutls-extra.
1493 The symbol LIBGNUTLS_EXTRA_VERSION were renamed to
1494 GNUTLS_EXTRA_VERSION.  The old symbol will continue to work but is
1495 deprecated.
1497 ** Doc: Several typo fixes in documentation.
1498 Reported by Peter Hendrickson <pdh@wiredyne.com>.
1500 ** API and ABI modifications:
1501 GNUTLS_VERSION: ADDED, replaces LIBGNUTLS_EXTRA_VERSION.
1502 LIBGNUTLS_EXTRA_VERSION: DEPRECATED.
1504 * Version 2.7.13 (released 2009-05-25)
1506 ** libgnutls: Fix version of some exported symbols in the shared library.
1507 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
1508 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3576>.
1510 ** tests: Handle recently expired certificates in chainverify self-test.
1511 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
1512 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3580>.
1514 ** API and ABI modifications:
1515 No changes since last version.
1517 * Version 2.7.12 (released 2009-05-20)
1519 ** gnutls-serv, gnutls-cli-debug: Make them work on Windows.
1521 ** tests/crq_key_id: Don't read entropy from /dev/random in self-test.
1522 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
1523 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3570>.
1525 ** Fix build failures.
1526 Missing sa_family_t and vsnprintf on IRIX.  Reported by "Tom
1527 G. Christensen" <tgc@jupiterrise.com> in
1528 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3571>.
1530 ** minitasn1: Internal copy updated to libtasn1 v2.2.
1531 GnuTLS should work fine with libtasn1 v1.x and that is still
1532 supported.
1534 ** API and ABI modifications:
1535 No changes since last version.
1537 * Version 2.7.11 (released 2009-05-18)
1539 ** minitasn1: Fix build failure when using internal libtasn1.
1540 Reported by "Tom G. Christensen" <tgc@jupiterrise.com> in
1541 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3548>.
1543 ** libgnutls: Fix build failure with --disable-cxx.
1544 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
1545 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3557>.
1547 ** gnutls-serv: Fix build failure for unportable NI_MAXHOST/NI_MAXSERV.
1548 Reported by "Tom G. Christensen" <tgc@jupiterrise.com> in
1549 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3560>
1551 ** Building with many warning flags now requires --enable-gcc-warnings.
1552 This avoids crying wolf for normal compiles.
1554 ** API and ABI modifications:
1555 No changes since last version.
1557 * Version 2.7.10 (released 2009-05-13)
1559 ** examples: Now released into the public domain.
1560 This makes the license of the example code compatible with more
1561 licenses, including the (L)GPL.
1563 ** minitasn1: Internal copy updated to libtasn1 v2.1.
1564 GnuTLS should work fine with libtasn1 v1.x and that is still
1565 supported.
1567 ** libgnutls: Fix crash in signature verification
1568 The fix for the CVE-2009-1415 problem wasn't merged completely.
1570 ** doc: Fixes for GTK-DOC output.
1572 ** API and ABI modifications:
1573 No changes since last version.
1575 * Version 2.7.9 (released 2009-05-11)
1577 ** doc: Fix strings in man page of gnutls_priority_init.
1579 ** doc: Fix tables of error codes and supported algorithms.
1581 ** Fix build failure when cross-compiled using MinGW.
1583 ** Fix build failure when LZO is enabled.
1584 Reported by Arfrever Frehtes Taifersar Arahesis
1585 <arfrever.fta@gmail.com> in
1586 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3522>.
1588 ** Fix build failure on systems without AF_INET6, e.g., Solaris 2.6.
1589 Reported by "Tom G. Christensen" <tgc@jupiterrise.com> in
1590 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3524>.
1592 ** Fix warnings in self-tests.
1594 ** API and ABI modifications:
1595 No changes since last version.
1597 * Version 2.7.8 (released 2009-05-03)
1599 ** libgnutls: Fix DSA key generation.
1600 Merged from stable branch.  [GNUTLS-SA-2009-2] [CVE-2009-1416]
1602 ** libgnutls: Check expiration/activation time on untrusted certificates.
1603 Merged from stable branch.  Reported by Romain Francoise
1604 <romain@orebokech.com>.  This changes the semantics of
1605 gnutls_x509_crt_list_verify, which in turn is used by
1606 gnutls_certificate_verify_peers and gnutls_certificate_verify_peers2.
1607 We add two new gnutls_certificate_status_t codes for reporting the new
1608 error condition, GNUTLS_CERT_NOT_ACTIVATED and GNUTLS_CERT_EXPIRED.
1609 We also add a new gnutls_certificate_verify_flags flag,
1610 GNUTLS_VERIFY_DISABLE_TIME_CHECKS, that can be used to disable the new
1611 behaviour.  [GNUTLS-SA-2009-3] [CVE-2009-1417]
1613 ** lib: Linker version scripts reduces number of exported symbols.
1614 The linker version script now lists all exported ABIs explicitly, to
1615 avoid accidentally exporting unintended functions.  Compared to
1616 before, most symbols beginning with _gnutls* are no longer exported.
1617 These functions have never been intended for use by applications, and
1618 there were no prototypes for these function in the public header
1619 files.  Thus we believe it is possible to do this without incrementing
1620 the library ABI version which normally has to be done when removing an
1621 interface.
1623 ** lib: Limit exported symbols on systems without LD linker scripts.
1624 Before all symbols were exported.  Now we limit the exported symbols
1625 to (for libgnutls and libgnutls-extra) gnutls* and (for libgnutls)
1626 _gnutls*.  This is a superset of the actual supported ABI, but still
1627 an improvement compared to before.  This is implemented using Libtool
1628 -export-symbols-regex.  It is more portable than linker version
1629 scripts.
1631 ** libgnutls: Incremented CURRENT/AGE libtool version to reflect new symbols.
1632 This should have been done in the last release.
1634 ** gnutls-serv: Listen on all interfaces, including both IPv4 and IPv6.
1635 Reported by Peter Hendrickson <pdh@wiredyne.com> in
1636 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3476>.
1638 ** doc: Improved sections for the info manual.
1639 We now follow the advice given by the texinfo manual on which
1640 directory categories to use.  In particular, libgnutls moved from the
1641 'GNU Libraries' section to the 'Software libraries' and the command
1642 line tools moved from 'Network Applications' to 'System
1643 Administration'.
1645 ** API and ABI modifications:
1646 gnutls_x509_crt_list_verify: CHANGED, checks activation/expiration times.
1647 gnutls_certificate_verify_peers: Likewise.
1648 gnutls_certificate_verify_peers2: Likewise.
1649 GNUTLS_CERT_NOT_ACTIVATED: ADDED.
1650 GNUTLS_CERT_EXPIRED: ADDED.
1651 GNUTLS_VERIFY_DISABLE_TIME_CHECKS: ADDED.
1653 * Version 2.7.7 (released 2009-04-20)
1655 ** libgnutls: Applied patch by Cedric Bail to add functions
1656 gnutls_x509_crt_verify_hash() and gnutls_x509_crt_get_verify_algorithm().
1658 ** gnutls.pc: Add -ltasn1 to 'pkg-config --libs --static gnutls' output.
1659 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
1660 <http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3467>.
1662 ** minitasn1: Internal copy updated to libtasn1 v1.8.
1663 GnuTLS is also internally ready to be used with libtasn1 v2.0.
1665 ** doc: Fix build failure of errcodes/printlist.
1666 Reported by Roman Bogorodskiy <novel@FreeBSD.org> in
1667 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3435>.
1669 ** i18n: The GnuTLS gettext domain is now 'libgnutls' instead of 'gnutls'.
1670 It is currently only used by the core library.  This will enable a new
1671 domain 'gnutls' for translations of the command line tools.
1673 ** Corrected possible memory corruption on signature verification failure. 
1674 Reported by Miroslav Kratochvil <exa.exa@gmail.com>
1676 ** API and ABI modifications:
1677 gnutls_x509_crt_verify_hash: ADDED
1678 gnutls_x509_crt_get_verify_algorithm: ADDED
1680 * Version 2.7.6 (released 2009-02-27)
1682 ** certtool: Query for multiple dnsName subjectAltName in interactive mode.
1683 This applies both to generating certificates and certificate requests.
1685 ** pkix.asn: Removed unneeded definitions to reduce memory usage.
1687 ** gnutls-cli: No longer accepts V1 CAs by default during X.509 chain verify.
1688 Use --priority NORMAL:%VERIFY_ALLOW_X509_V1_CA_CRT to permit V1 CAs to
1689 be used for chain verification.
1691 ** gnutls-serv: No longer disable MAC padding by default.
1692 Use --priority NORMAL:%COMPAT to disable MAC padding again.
1694 ** gnutls-cli: Certificate information output format changed.
1695 The tool now uses libgnutls' functions to print certificate
1696 information.  This avoids code duplication.
1698 ** libgnutls: New priority strings %VERIFY_ALLOW_SIGN_RSA_MD5
1699 ** and %VERIFY_ALLOW_X509_V1_CA_CRT.
1700 They can be used to override the default certificate chain validation
1701 behaviour.
1703 ** libgnutls: Added %SSL3_RECORD_VERSION priority string that allows to 
1704 specify the client hello message record version. Used to overcome buggy 
1705 TLS servers. Report by Martin von Gagern.
1707 ** libgnutls: gnutls_x509_crt_print prints signature algorithm in oneline mode.
1709 ** libgnutls: gnutls_openpgp_crt_print supports oneline mode.
1711 ** doc: Update gnutls-cli and gnutls-serv --help output descriptions.
1713 ** API and ABI modifications:
1714 No changes since last version.
1716 * Version 2.7.5 (released 2009-02-06)
1718 ** libgnutls: Accept chains where intermediary certs are trusted.
1719 Before GnuTLS needed to validate the entire chain back to a
1720 self-signed certificate.  GnuTLS will now stop looking when it has
1721 found an intermediary trusted certificate.  The new behaviour is
1722 useful when chains, for example, contains a top-level CA, an
1723 intermediary CA signed using RSA-MD5, and an end-entity certificate.
1724 To avoid chain validation errors due to the RSA-MD5 cert, you can
1725 explicitly add the intermediary RSA-MD5 cert to your trusted certs.
1726 The signature on trusted certificates are not checked, so the chain
1727 has a chance to validate correctly.  Reported by "Douglas E. Engert"
1728 <deengert@anl.gov> in
1729 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351>.
1731 ** libgnutls: result_size in gnutls_hex_encode now holds
1732 the size of the result. Report by John Brooks <special@dereferenced.net>.
1734 ** libgnutls: gnutls_handshake when sending client hello during a
1735 rehandshake, will not offer a version number larger than the current.
1736 Reported by Tristan Hill <stan@saticed.me.uk>.
1738 ** libgnutls: Permit V1 Certificate Authorities properly.
1739 Before they were mistakenly rejected even though
1740 GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT and/or
1741 GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT were supplied.  Reported by
1742 "Douglas E. Engert" <deengert@anl.gov> in
1743 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351>.
1745 ** API and ABI modifications:
1746 No changes since last version.
1748 * Version 2.7.4 (released 2009-01-07)
1750 ** libgnutls: deprecate X.509 validation chains using MD5 and MD2 signatures.
1751 This is a bugfix -- the previous attempt to do this from internal x509
1752 certificate verification procedures did not return the correct value
1753 for certificates using a weak hash.  Reported by Daniel Kahn Gillmor
1754 <dkg@fifthhorseman.net> in
1755 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3332>,
1756 debugged and patch by Tomas Mraz <tmraz@redhat.com> and Daniel Kahn
1757 Gillmor <dkg@fifthhorseman.net>.
1759 ** libgnutls: New interface to get key id for certificate requests.
1760 Patch from David Marín Carreño <davefx@gmail.com> in
1761 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3321>.
1763 ** libgnutls: gnutls_x509_crq_print will now also print public key id.
1765 ** certtool: --verify-chain now prints results of using library verification.
1766 Earlier, certtool --verify-chain used its own validation algorithm
1767 which wasn't guaranteed to give the same result as the libgnutls
1768 internal validation algorithm.  Now this command print a new final
1769 line with header 'Chain verification output:' that contains the result
1770 from using the internal verification algorithm on the same chain.
1772 ** tests: Add crq_key_id self-test of gnutls_x509_crq_get_key_id.
1774 ** API and ABI modifications:
1775 gnutls_x509_crq_get_key_id: ADDED.
1777 * Version 2.7.3 (released 2008-12-10)
1779 ** libgnutls: Fix chain verification for chains that ends with RSA-MD2 CAs.
1780 Reported by Michael Kiefer <Michael-Kiefer@web.de> in
1781 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507633> forwarded by
1782 Andreas Metzler <ametzler@downhill.at.eu.org> in
1783 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3309>.
1785 ** libgnutls: Libgcrypt initialization changed.
1786 If libgcrypt has not already been initialized, GnuTLS will now
1787 initialize libgcrypt with disabled secure memory.  Initialize
1788 libgcrypt explicitly in your application if you want to enable secure
1789 memory.  Before GnuTLS initialized libgcrypt to use GnuTLS's memory
1790 allocation functions, which doesn't use secure memory, so there is no
1791 real change in behaviour.
1793 ** libgnutls: Fix memory leak in PSK authentication.
1794 Reported by Michael Weiser <michael@weiser.dinsnail.net> in
1795 <http://permalink.gmane.org/gmane.network.gnutls.general/1465>.
1797 ** libgnutls: Small byte reads via gnutls_record_recv() optimized.
1799 ** certtool: Move gcry_control(GCRYCTL_ENABLE_QUICK_RANDOM, 0) call earlier.
1800 It needs to be invoked before libgcrypt is initialized.
1802 ** gnutls-cli: Return non-zero exit code on error conditions.
1804 ** gnutls-cli: Corrected bug which caused a rehandshake request to be ignored.
1806 ** tests: Added chainverify self-test that tests X.509 chain verifications.
1808 ** API and ABI modifications:
1809 No changes since last version.
1811 * Version 2.7.2 (released 2008-11-18)
1813 ** libgnutls: Fix X.509 certificate chain validation error. [GNUTLS-SA-2008-3]
1814 The flaw makes it possible for man in the middle attackers (i.e.,
1815 active attackers) to assume any name and trick GnuTLS clients into
1816 trusting that name.  Thanks for report and analysis from Martin von
1817 Gagern <Martin.vGagern@gmx.net>.  [CVE-2008-4989]
1819 Any updates with more details about this vulnerability will be added
1820 to <http://www.gnu.org/software/gnutls/security.html>
1822 ** libgnutls: Fix namespace issue with version symbols.
1823 The symbols LIBGNUTLS_VERSION, LIBGNUTLS_VERSION_MAJOR,
1824 LIBGNUTLS_VERSION_MINOR, LIBGNUTLS_VERSION_PATCH, and
1825 LIBGNUTLS_VERSION_NUMBER were renamed to GNUTLS_VERSION_NUMBER,
1826 GNUTLS_VERSION_MAJOR, GNUTLS_VERSION_MINOR, GNUTLS_VERSION_PATCH, and
1827 GNUTLS_VERSION_NUMBER respectively.  The old symbols will continue to
1828 work but are deprecated.
1830 ** certtool: allow setting arbitrary key purpose object identifiers.
1832 ** libgnutls: Fix detection of C99 macros, to make debug logging work again.
1834 ** libgnutls: Add missing prototype for gnutls_srp_set_prime_bits.
1835 Reported by Kevin Quick <quick@sparq.org> in
1836 <https://savannah.gnu.org/support/index.php?106454>.
1838 ** libgnutls-extra: Make building with LZO compression work again.
1839 Build failure reported by Arfrever Frehtes Taifersar Arahesis
1840 <arfrever.fta@gmail.com> in
1841 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3194>.
1843 ** libgnutls: Change detection of when to use a linker version script.
1844 Use --enable-ld-version-script or --disable-ld-version-script to
1845 override auto-detection logic.
1847 ** doc: Change license on the manual to GFDLv1.3+.
1849 ** doc: GTK-DOC fixes for new splitted configuration system.
1851 ** doc: Texinfo stylesheet uses white background.
1853 ** tests: Add cve-2008-4989.c self-test.
1854 Tests regressions of the GNUTLS-SA-2008-3 security problem, and the
1855 follow-on problem with crashes on length 1 certificate chains.
1857 ** gnulib: Deprecated modules removed.
1858 Modules include memchr and memcmp.
1860 ** Fix warnings and build GnuTLS with more warnings enabled.
1862 ** minitasn1: Internal copy updated to libtasn1 v1.7.
1864 ** API and ABI modifications:
1865 gnutls_certificate_set_x509_simple_pkcs12_mem: ADDED
1866 GNUTLS_VERSION: ADDED, replaces LIBGNUTLS_VERSION.
1867 GNUTLS_VERSION_MAJOR: ADDED, replaces LIBGNUTLS_VERSION_MAJOR.
1868 GNUTLS_VERSION_MINOR: ADDED, replaces LIBGNUTLS_VERSION_MINOR.
1869 GNUTLS_VERSION_PATCH: ADDED, replaces LIBGNUTLS_VERSION_PATCH.
1870 GNUTLS_VERSION_NUMBER: ADDED, replaces LIBGNUTLS_VERSION_NUMBER.
1871 LIBGNUTLS_VERSION: DEPRECATED.
1872 LIBGNUTLS_VERSION_MAJOR: DEPRECATED.
1873 LIBGNUTLS_VERSION_MINOR: DEPRECATED.
1874 LIBGNUTLS_VERSION_PATCH: DEPRECATED.
1875 LIBGNUTLS_VERSION_NUMBER: DEPRECATED.
1877 * Version 2.7.1 (released 2008-10-31)
1879 ** certtool: print a PKCS #8 key even if it is not encrypted.
1881 ** Old libgnutls.m4 and libgnutls-config scripts removed.
1882 Please use pkg-config instead.
1884 ** Configuration system modified.
1885 There is now a configure script in lib/ and libextra/ as well, because
1886 gnulib works better with a config.h per gnulib directory.
1888 ** API and ABI modifications:
1889 No changes since last version.
1891 * Version 2.7.0 (released 2008-10-16)
1893 ** libgnutls: Added functions to handle CRL extensions.
1895 ** libgnutls: Added functions to handle X.509 extensions in Certificate
1896 Requests.
1898 ** libgnutls: Improved error string for GNUTLS_E_AGAIN.
1899 Suggested by "Lavrentiev, Anton (NIH/NLM/NCBI) [C]" <lavr@ncbi.nlm.nih.gov>.
1901 ** certtool: Print and set CRL and CRQ extensions.
1903 ** libgnutls-extra: Protect internal symbols with static.
1904 Fixes problem when linking certtool statically.  Tiny patch from Aaron
1905 Ucko <ucko@ncbi.nlm.nih.gov>.
1907 ** libgnutls-openssl: fix out of bounds access.
1908 Problem in X509_get_subject_name and X509_get_issuer_name.  Tiny patch
1909 from Thomas Viehmann <tv@beamnet.de>.
1911 ** libgnutlsxx: Define server_session::get_srp_username even if no SRP.
1913 ** tests: Make tests compile when using internal libtasn1.
1914 Patch by ludo@gnu.org (Ludovic Courtès).
1916 ** Changed detection of libtasn1 and libgcrypt to avoid depending on *-config.
1917 We now require a libgcrypt that has Camellia constants declared in
1918 gcrypt.h, which means v1.3.0 or later.
1920 ** API and ABI modifications:
1921 gnutls_x509_crl_get_authority_key_id: ADDED
1922 gnutls_x509_crl_get_number: ADDED
1923 gnutls_x509_crl_get_extension_oid: ADDED
1924 gnutls_x509_crl_get_extension_info: ADDED
1925 gnutls_x509_crl_get_extension_data: ADDED
1926 gnutls_x509_crl_set_authority_key_id: ADDED
1927 gnutls_x509_crl_set_number: ADDED
1928 gnutls_x509_crq_get_key_rsa_raw: ADDED
1929 gnutls_x509_crq_get_attribute_info: ADDED
1930 gnutls_x509_crq_get_attribute_data: ADDED
1931 gnutls_x509_crq_get_extension_info: ADDED
1932 gnutls_x509_crq_get_extension_data: ADDED
1933 gnutls_x509_crq_get_key_usage: ADDED
1934 gnutls_x509_crq_get_basic_constraints: ADDED
1935 gnutls_x509_crq_get_subject_alt_name: ADDED
1936 gnutls_x509_crq_get_subject_alt_othername_oid: ADDED
1937 gnutls_x509_crq_get_extension_by_oid: ADDED
1938 gnutls_x509_crq_set_subject_alt_name: ADDED
1939 gnutls_x509_crq_set_basic_constraints: ADDED
1940 gnutls_x509_crq_set_key_usage: ADDED
1941 gnutls_x509_crq_get_key_purpose_oid: ADDED
1942 gnutls_x509_crq_set_key_purpose_oid: ADDED
1943 gnutls_x509_crq_print: ADDED
1944 gnutls_x509_crt_set_crq_extensions: ADDED
1946 * Version 2.6.6 (released 2009-04-30)
1948 ** libgnutls: Corrected double free on signature verification failure.
1949 Reported by Miroslav Kratochvil <exa.exa@gmail.com>.  See the advisory
1950 for more details.  [GNUTLS-SA-2009-1] [CVE-2009-1415]
1952 ** libgnutls: Fix DSA key generation.
1953 Noticed when investigating the previous GNUTLS-SA-2009-1 problem.  All
1954 DSA keys generated using GnuTLS 2.6.x are corrupt.  See the advisory
1955 for more details.  [GNUTLS-SA-2009-2] [CVE-2009-1416]
1957 ** libgnutls: Check expiration/activation time on untrusted certificates.
1958 Reported by Romain Francoise <romain@orebokech.com>.  Before the
1959 library did not check activation/expiration times on certificates, and
1960 was documented as not doing so.  We have realized that many
1961 applications that use libgnutls, including gnutls-cli, fail to perform
1962 proper checks.  Implementing similar logic in all applications leads
1963 to code duplication.  Hence, we decided to check whether the current
1964 time (as reported by the time function) is within the
1965 activation/expiration period of certificates when verifying untrusted
1966 certificates.
1968 This changes the semantics of gnutls_x509_crt_list_verify, which in
1969 turn is used by gnutls_certificate_verify_peers and
1970 gnutls_certificate_verify_peers2.  We add two new
1971 gnutls_certificate_status_t codes for reporting the new error
1972 condition, GNUTLS_CERT_NOT_ACTIVATED and GNUTLS_CERT_EXPIRED.  We also
1973 add a new gnutls_certificate_verify_flags flag,
1974 GNUTLS_VERIFY_DISABLE_TIME_CHECKS, that can be used to disable the new
1975 behaviour.
1977 More details about the vulnerabilities will be posted at
1978 <http://www.gnu.org/software/gnutls/security.html>.
1980 ** gnutls-cli, gnutls-cli-debug: Fix AIX build problem.
1981 Reported by LAUPRETRE François (P) <francois.laupretre@ratp.fr> in
1982 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3468>.
1984 ** tests: Fix linking of tests/openpgp/keyring self-test.
1985 Reported by Daniel Black in <https://savannah.gnu.org/support/?106543>.
1987 ** API and ABI modifications:
1988 gnutls_x509_crt_list_verify: CHANGED, checks activation/expiration times.
1989 gnutls_certificate_verify_peers: Likewise.
1990 gnutls_certificate_verify_peers2: Likewise.
1991 GNUTLS_CERT_NOT_ACTIVATED: ADDED.
1992 GNUTLS_CERT_EXPIRED: ADDED.
1993 GNUTLS_VERIFY_DISABLE_TIME_CHECKS: ADDED.
1995 * Version 2.6.5 (released 2009-04-11)
1997 ** libgnutls: Added %SSL3_RECORD_VERSION priority string that allows to
1998 specify the client hello message record version. Used to overcome buggy
1999 TLS servers. Report by Martin von Gagern.
2001 ** GnuTLS no longer uses the libtasn1-config script to find libtasn1.
2002 Libtasn1 0.3.4 or later is required.  This is to align with the
2003 upcoming libtasn1 v2.0 release that doesn't have a libtasn1-script.
2005 ** API and ABI modifications:
2006 No changes since last version.
2008 * Version 2.6.4 (released 2009-02-06)
2010 ** libgnutls: Accept chains where intermediary certs are trusted.
2011 Before GnuTLS needed to validate the entire chain back to a
2012 self-signed certificate.  GnuTLS will now stop looking when it has
2013 found an intermediary trusted certificate.  The new behaviour is
2014 useful when chains, for example, contains a top-level CA, an
2015 intermediary CA signed using RSA-MD5, and an end-entity certificate.
2016 To avoid chain validation errors due to the RSA-MD5 cert, you can
2017 explicitly add the intermediary RSA-MD5 cert to your trusted certs.
2018 The signature on trusted certificates are not checked, so the chain
2019 has a chance to validate correctly.  Reported by "Douglas E. Engert"
2020 <deengert@anl.gov> in
2021 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351>.
2023 ** libgnutls: result_size in gnutls_hex_encode now holds
2024 the size of the result. Report by John Brooks <special@dereferenced.net>.
2026 ** libgnutls: gnutls_handshake when sending client hello during a
2027 rehandshake, will not offer a version number larger than the current.
2028 Reported by Tristan Hill <stan@saticed.me.uk>.
2030 ** libgnutls: Permit V1 Certificate Authorities properly.
2031 Before they were mistakenly rejected even though
2032 GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT and/or
2033 GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT were supplied.  Reported by
2034 "Douglas E. Engert" <deengert@anl.gov> in
2035 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351>.
2037 ** libgnutls: deprecate X.509 validation chains using MD5 and MD2 signatures.
2038 This is a bugfix -- the previous attempt to do this from internal x509
2039 certificate verification procedures did not return the correct value
2040 for certificates using a weak hash.  Reported by Daniel Kahn Gillmor
2041 <dkg@fifthhorseman.net> in
2042 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3332>,
2043 debugged and patch by Tomas Mraz <tmraz@redhat.com> and Daniel Kahn
2044 Gillmor <dkg@fifthhorseman.net>.
2046 ** libgnutls: Fix compile error with Sun CC.
2047 Reported by Jeff Cai <jeff.cai@sun.com> in
2048 <https://savannah.gnu.org/support/?106549>.
2050 ** API and ABI modifications:
2051 No changes since last version.
2053 * Version 2.6.3 (released 2008-12-12)
2055 ** libgnutls: Fix chain verification for chains that ends with RSA-MD2 CAs.
2056 Reported by Michael Kiefer <Michael-Kiefer@web.de> in
2057 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507633> forwarded by
2058 Andreas Metzler <ametzler@downhill.at.eu.org> in
2059 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3309>.
2061 ** libgnutls: Fix memory leak in PSK authentication.
2062 Reported by Michael Weiser <michael@weiser.dinsnail.net> in
2063 <http://permalink.gmane.org/gmane.network.gnutls.general/1465>.
2065 ** certtool: Move gcry_control(GCRYCTL_ENABLE_QUICK_RANDOM, 0) call earlier.
2066 It needs to be invoked before libgcrypt is initialized.
2068 ** gnutls-cli: Return non-zero exit code on error conditions.
2070 ** gnutls-cli: Corrected bug which caused a rehandshake request to be ignored.
2072 ** API and ABI modifications:
2073 No changes since last version.
2075 * Version 2.6.2 (released 2008-11-12)
2077 ** libgnutls: Fix crash in X.509 validation code for self-signed certificates.
2078 The patch to fix the security problem GNUTLS-SA-2008-3 introduced a
2079 problem for certificate chains that contained just one self-signed
2080 certificate.  Reported by Michael Meskes <meskes@debian.org> in
2081 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505279>.
2083 ** API and ABI modifications:
2084 No changes since last version.
2086 * Version 2.6.1 (released 2008-11-10)
2088 ** libgnutls: Fix X.509 certificate chain validation error. [GNUTLS-SA-2008-3]
2089 The flaw makes it possible for man in the middle attackers (i.e.,
2090 active attackers) to assume any name and trick GnuTLS clients into
2091 trusting that name.  Thanks for report and analysis from Martin von
2092 Gagern <Martin.vGagern@gmx.net>.  [CVE-2008-4989]
2094 Any updates with more details about this vulnerability will be added
2095 to <http://www.gnu.org/software/gnutls/security.html>
2097 ** libgnutls: Add missing prototype for gnutls_srp_set_prime_bits.
2098 Reported by Kevin Quick <quick@sparq.org> in
2099 <https://savannah.gnu.org/support/index.php?106454>.
2101 ** libgnutls-extra: Protect internal symbols with static.
2102 Fixes problem when linking certtool statically.  Tiny patch from Aaron
2103 Ucko <ucko@ncbi.nlm.nih.gov>.
2105 ** libgnutls-openssl: Fix patch against X509_get_issuer_name.
2106 It incorrectly returned the subject DN instead of issuer DN in v2.6.0.
2107 Thanks to Thomas Viehmann <tv@beamnet.de> for report.
2109 ** certtool: Print a PKCS #8 key even if it is not encrypted.
2111 ** tests: Make tests compile when using internal libtasn1.
2112 Patch by ludo@gnu.org (Ludovic Courtès).
2114 ** API and ABI modifications:
2115 No changes since last version.
2117 * Version 2.6.0 (released 2008-10-06)
2119 ** libgnutls: Correct printing and parsing of IPv6 addresses.
2121 ** libgnutls-openssl: fix out of bounds access.
2122 Problem in X509_get_subject_name and X509_get_issuer_name.  Tiny patch
2123 from Thomas Viehmann <tv@beamnet.de>.
2125 ** certtool: Use inet_pton for parsing IPv6 addresses.
2127 ** Major changes compared to the v2.4 branch:
2129 *** Added API to replace and update the crypto backend.
2131 *** certtool: can add several subject alternative names via template file.
2133 *** opencdk: Parse (but not decrypt) encrypted secret keys.
2135 *** libgnutls: gnutls_x509_crt_set_subject_alt_name() was added that can
2136 either set or append alternative names. It can also handle binary structures
2137 such as IP addresses.
2139 *** libgnutls: New function to set minimum acceptable SRP bits.
2140 The function is gnutls_srp_set_prime_bits.
2142 *** libgnutls: Add interface to deal with public key and signature algorithms.
2143 The functions are called gnutls_pk_list, gnutls_pk_get_id,
2144 gnutls_sign_list, and gnutls_sign_get_id.
2146 *** libgnutls: New interfaces to get name of public key and signing algorithms.
2147 The functions are gnutls_sign_get_name and gnutls_pk_get_name.
2149 *** libgnutls: New API to get a string corresponding to a error symbol.
2150 The function is gnutls_strerror_name.
2152 *** libgnutls: New API to set the public parameters in a certificate request
2153 *** from a private key.
2154 The function is gnutls_x509_crq_set_key_rsa_raw.
2156 *** libgnutls: New API to set a callback to extract TLS Finished data.
2157 The function to register is gnutls_session_set_finished_function and
2158 it takes a callback of the gnutls_finished_callback_func type.
2160 *** libgnutls: Fix namespace problem with TLS_MASTER_SIZE and TLS_RANDOM_SIZE.
2162 *** libgnutls: New interface to register a new TLS extension handler.
2163 The new function gnutls_ext_register can be used to register handlers
2164 for specific TLS extension types.  The callback functions have the new
2165 types gnutls_ext_recv_func and gnutls_ext_send_func.  A type to
2166 classify TLS extensions, gnutls_ext_parse_type_t, has been added as
2167 well.
2169 *** libgnutls-extra: Add function to work with Libgcrypt in FIPS mode.
2170 The function is gnutls_register_md5_handler.  When libgcrypt is in
2171 FIPS mode, MD5 is disabled, but TLS normally requires use of MD5 in
2172 the PRF.
2174 *** API/ABI changes in GnuTLS 2.6
2175 No functions have been removed or modified.  The library should be
2176 fully backwards compatible on both the source and binary level.
2178 A new header file <gnutls/crypto.h> have been added.  It contains
2179 definitions related to replacing the internal crypto functionality.
2180 All definitions and the header itself is experimental but supported.
2182 We have realized that the symbols TLS_MASTER_SIZE and TLS_RANDOM_SIZE
2183 does not use the normal namespace.  We have added GNUTLS_MASTER_SIZE
2184 and GNUTLS_RANDOM_SIZE, but the old symbols are still defined.
2186 The following functions have been added to libgnutls:
2188 GNUTLS_MASTER_SIZE
2189 GNUTLS_RANDOM_SIZE
2190 gnutls_crypto_bigint_register2
2191 gnutls_crypto_cipher_register2
2192 gnutls_crypto_digest_register2
2193 gnutls_crypto_mac_register2
2194 gnutls_crypto_pk_register2
2195 gnutls_crypto_rnd_register2
2196 gnutls_crypto_single_cipher_register2
2197 gnutls_crypto_single_digest_register2
2198 gnutls_crypto_single_mac_register2
2199 gnutls_ext_register
2200 gnutls_pk_get_id
2201 gnutls_pk_get_name
2202 gnutls_pk_list
2203 gnutls_session_set_finished_function
2204 gnutls_sign_get_id
2205 gnutls_sign_get_name
2206 gnutls_sign_list
2207 gnutls_srp_set_prime_bits:
2208 gnutls_strerror_name
2209 gnutls_x509_crq_set_key_rsa_raw
2210 gnutls_x509_crt_set_crl_dist_points2
2211 gnutls_x509_crt_set_subject_alt_name
2213 The following functions have been added to libgnutls-extra:
2215 gnutls_register_md5_handler
2217 ** API and ABI modifications:
2218 No changes since last version.
2220 * Version 2.5.9 (released 2008-09-29)
2222 ** libgnutls: Fix several memory leaks.
2223 Reported by Sam Varshavchik <mrsam@courier-mta.com>.
2225 ** libgnutls: Fix buffer overrun in gnutls_x509_crt_list_import.
2226 Report and patch by Jonathan Manktelow.
2228 ** libgnutls: crypto.h gnutls_pk_params_st changes allocation strategy.
2229 The parameters are now allocated in the structure itself.
2231 ** doc: Texinfo HTML manual uses a stylesheet to improve readability.
2233 ** tests: Scripts now use EXEEXT properly.
2234 Modern libtool doesn't create wrapper script, so the self tests need
2235 to invoke certtool.exe under MinGW32+Wine.
2237 ** Uses autoconf 2.63, automake 1.10.1, libtool 2.2.6a.
2238 Automake warnings are now also enabled.
2240 ** API and ABI modifications:
2241 gnutls_pk_params_st: MODIFIED
2243 * Version 2.5.8 (released 2008-09-21)
2245 ** certtool: updated so it can add several subject alternative names using
2246 the template file.
2248 ** libgnutls: gnutls_x509_crt_set_subject_alt_name() was added that can
2249 either set or append alternative names. It can also handle binary structures
2250 such as IP addresses.
2252 ** libgnutls: Fix crash in hashing code when using non-libgcrypt handlers.
2254 ** libgnutls: New function to set minimum acceptable SRP bits.
2255 The function is gnutls_srp_set_prime_bits.  Tiny patch by Kevin Quick
2256 <quick@sparq.org> in <https://savannah.gnu.org/support/index.php?106454>.
2258 ** libgnutls: Check for overflows in gnutls_calloc and gnutls_secure_calloc.
2259 Also fix overflows in calls to those functions.  Reported by Werner
2260 Koch <wk@gnupg.org>.
2262 ** libgnutls-extra: Add function to work with Libgcrypt in FIPS mode.
2263 The function is gnutls_register_md5_handler.  When libgcrypt is in
2264 FIPS mode, MD5 is disabled, but TLS normally requires use of MD5 in
2265 the PRF.
2267 ** Opencdk: Add calls to gnutls_assert to ease debugging.
2269 ** Indent code.
2271 ** API and ABI modifications:
2272 gnutls_srp_set_prime_bits: ADDED
2273 gnutls_register_md5_handler: ADDED
2274 gnutls_x509_crt_set_crl_dist_points2: ADDED
2275 gnutls_x509_crt_set_subject_alt_name: ADDED
2277 * Version 2.5.7 (released 2008-09-16)
2279 ** libgnutls: New interfaces to get name of public key and signing algorithms.
2280 The functions are gnutls_sign_get_name and gnutls_pk_get_name.
2282 ** libgnutls: Don't crash when gnutls_credentials_set is called twice.
2284 ** libgnutls: Fix libgnutls shared library version.
2285 It wasn't properly incremented after adding symbols in the last
2286 release.
2288 ** manual: Now mention supported public key and public key signing algorithms.
2290 ** tests/openssl: initialize gnutls before use.
2292 ** tests/setcredcrash: New test to catch regressions of gnutls_credentials_set.
2294 ** GTK-DOC manual: mention new symbols in 2.6.x.  Mention crypto.h functions.
2296 ** API and ABI modifications:
2297 gnutls_sign_get_name: ADDED
2298 gnutls_pk_get_name: ADDED
2300 * Version 2.5.6 (released 2008-09-08)
2302 ** libgnutls: Add interface to deal with public key and signature algorithms.
2303 The functions are called gnutls_pk_list, gnutls_pk_get_id,
2304 gnutls_sign_list, and gnutls_sign_get_id.  Suggested by Sam
2305 Varshavchik <mrsam@courier-mta.com>.
2307 ** libgnutls: Refactor and clean up some code.
2309 ** libgnutls: Fix compile error with Sun CC.
2311 ** gnutls-cli: Improve --list output to include public key and signature algs.
2313 ** gnutls-cli, gnutls-serv: Remove --copyright parameter.
2314 Use standard --version to get license info.
2316 ** gnutls-cli.1: Document all new parameters.
2317 Thanks to James Westby <jw+debian@jameswestby.net>.
2319 ** tests: New self-test pgps2kgnu to test parsing of encrypted secrets.
2320 Contributed by Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>.
2322 ** API and ABI modifications:
2323 gnutls_pk_list: ADDED
2324 gnutls_pk_get_id: ADDED
2325 gnutls_sign_list: ADDED
2326 gnutls_sign_get_id: ADDED
2328 * Version 2.5.5 (released 2008-08-29)
2330 ** libgnutls: New API to get a string corresponding to a error symbol.
2331 The function is gnutls_strerror_name.
2333 ** libgnutls: Fix include paths so that building with internal libtasn1 works.
2334 Reported by "jth.net ApS" <info@jth.net>.
2336 ** libgnutls: Fix segmentation fault when generating private keys.
2337 Reported by Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>.
2339 ** libgnutls: Remove code to import certificate chains in PKCS#7 format.
2340 The code has not worked since v0.9.0 and apparently nobody has missed
2341 it, so we decided to remove the code rather than fix it.  If you have
2342 old certificate chains stored in PKCS#7 format, you can convert them
2343 to a list of PEM certificates by using 'certtool --p7-info'.  Reported
2344 by Christian Grothoff <christian@grothoff.org>.
2346 ** opencdk: Parse (but not decrypt) encrypted secret keys.
2347 Contributed by Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>.
2349 ** libgnutls: Fix many warnings.
2351 ** Included copy of libtasn1 is upgraded to version 1.5.
2353 ** Add French translation, thanks to Nicolas Provost.
2355 ** API and ABI modifications:
2356 gnutls_strerror_name: ADDED
2358 * Version 2.5.4 (released 2008-08-19)
2360 ** Fix secure memory initialization of libgcrypt.
2361 Reported by Joe Orton <joe@manyfish.co.uk> in
2362 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2992>.
2364 ** Doc fixes.
2365 Reference to NIST SP 800-57 in the manual on key size recommendations.
2366 Added 'Since:' tags to new APIs for gtk-doc.
2368 ** API and ABI modifications:
2369 No changes since last version.
2371 * Version 2.5.3 (released 2008-08-14)
2373 ** libgnutls: New API to set the public parameters in a certificate request
2374 ** from a private key.
2375 The function is gnutls_x509_crq_set_key_rsa_raw.  Inspired by
2376 discussion with "Zach C." <fxchip@gmail.com>.
2378 ** libgnutls: New API to set a callback to extract TLS Finished data.
2379 The function to register is gnutls_session_set_finished_function and
2380 it takes a callback of the gnutls_finished_callback_func type.
2382 ** libgnutls: Drop final comma after GNUTLS_CRT_PRINT_UNSIGNED_FULL in enum.
2383 Reported in <https://savannah.gnu.org/support/?106453>.
2385 ** libgnutls: Fix namespace problem with TLS_MASTER_SIZE and TLS_RANDOM_SIZE.
2386 The new names are GNUTLS_MASTER_SIZE and GNUTLS_RANDOM_SIZE.  The old
2387 names are mapped to the new names in compat.h.  These mappings will
2388 likely be removed more quickly than other mappings in that file due to
2389 the namespace violation.
2391 ** libgnutlsxx: Make it build when SRP is disabled.
2393 ** doc: Add doxygen files in doc/doxygen/.
2395 ** API and ABI modifications:
2396 gnutls_x509_crq_set_key_rsa_raw: ADDED
2397 gnutls_session_set_finished_function: ADDED
2398 gnutls_finished_callback_func: ADDED
2399 GNUTLS_MASTER_SIZE: ADDED
2400 GNUTLS_RANDOM_SIZE: ADDED
2401 TLS_MASTER_SIZE: DEPRECATED
2402 TLS_RANDOM_SIZE: DEPRECATED
2404 * Version 2.5.2 (released 2008-07-08)
2406 ** libgnutls: Fix bug in gnutls_dh_params_generate2.
2407 The prime and generator was swapped.
2409 ** libgnutls: New interface to register a new TLS extension handler.
2410 The new function gnutls_ext_register can be used to register handlers
2411 for specific TLS extension types.  The callback functions have the new
2412 types gnutls_ext_recv_func and gnutls_ext_send_func.  A type to
2413 classify TLS extensions, gnutls_ext_parse_type_t, has been added as
2414 well.
2416 ** Move more code for TLS/IA extension from libgnutls to libgnutls-extra.
2417 This was made possible by using the new gnutls_ext_register interface.
2418 The TLS/IA functionality has only been supported through the
2419 libgnutls-extra library, so it makes sense for the code to belong
2420 there too.
2422 ** API and ABI modifications:
2423 gnutls_ext_recv_func: ADDED
2424 gnutls_ext_send_func: ADDED
2425 gnutls_ext_parse_type_t: ADDED
2426 gnutls_ext_register: ADDED
2428 * Version 2.5.1 (released 2008-07-02)
2430 ** Indent code.
2432 ** API and ABI modifications:
2433 No changes since last version.
2435 * Version 2.5.0 (released 2008-07-02)
2437 ** Port fixes from v2.4.1 release, see below.
2439 ** Added API to replace and update the crypto backend.
2440 The header gnutls/crypto.h is now officially supported, and declares
2441 the symbols below.
2443 ** Rewritten opencdk crypto backend, to use the gnutls internal one.
2445 ** Update gnulib and translations.
2446 The gnulib gc crypto code has been removed since it was never finished
2447 and is no longer even used.  An internal non-libgcrypt crypto
2448 implementation may be added in the future, but we'll decide that later
2451 ** API and ABI modifications:
2452 gnutls_crypto_bigint_register2: ADDED.
2453 gnutls_crypto_cipher_register2: ADDED.
2454 gnutls_crypto_digest_register2: ADDED.
2455 gnutls_crypto_mac_register2: ADDED.
2456 gnutls_crypto_pk_register2: ADDED.
2457 gnutls_crypto_rnd_register2: ADDED.
2458 gnutls_crypto_single_cipher_register2: ADDED.
2459 gnutls_crypto_single_digest_register2: ADDED.
2460 gnutls_crypto_single_mac_register2: ADDED.
2462 * Version 2.4.3 (released 2009-02-06)
2464 ** libgnutls: Accept chains where intermediary certs are trusted.
2465 Before GnuTLS needed to validate the entire chain back to a
2466 self-signed certificate.  GnuTLS will now stop looking when it has
2467 found an intermediary trusted certificate.  The new behaviour is
2468 useful when chains, for example, contains a top-level CA, an
2469 intermediary CA signed using RSA-MD5, and an end-entity certificate.
2470 To avoid chain validation errors due to the RSA-MD5 cert, you can
2471 explicitly add the intermediary RSA-MD5 cert to your trusted certs.
2472 The signature on trusted certificates are not checked, so the chain
2473 has a chance to validate correctly.  Reported by "Douglas E. Engert"
2474 <deengert@anl.gov> in
2475 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351>.
2477 ** libgnutls: Permit V1 Certificate Authorities properly.
2478 Before they were mistakenly rejected even though
2479 GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT and/or
2480 GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT were supplied.  Reported by
2481 "Douglas E. Engert" <deengert@anl.gov> in
2482 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351>.
2484 ** libgnutls: deprecate X.509 validation chains using MD5 and MD2 signatures.
2485 This is a bugfix -- the previous attempt to do this from internal x509
2486 certificate verification procedures did not return the correct value
2487 for certificates using a weak hash.  Reported by Daniel Kahn Gillmor
2488 <dkg@fifthhorseman.net> in
2489 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3332>,
2490 debugged and patch by Tomas Mraz <tmraz@redhat.com> and Daniel Kahn
2491 Gillmor <dkg@fifthhorseman.net>.
2493 ** libgnutls: Fix chain verification for chains that ends with RSA-MD2 CAs.
2494 Reported by Michael Kiefer <Michael-Kiefer@web.de> in
2495 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507633> forwarded by
2496 Andreas Metzler <ametzler@downhill.at.eu.org> in
2497 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3309>.
2499 ** libgnutls: Fix crash in X.509 validation code for self-signed certificates.
2500 The patch to fix the security problem GNUTLS-SA-2008-3 introduced a
2501 problem for certificate chains that contained just one self-signed
2502 certificate.  Reported by Michael Meskes <meskes@debian.org> in
2503 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505279>.
2505 ** libgnutls: Fix X.509 certificate chain validation error. [GNUTLS-SA-2008-3]
2506 The flaw makes it possible for man in the middle attackers (i.e.,
2507 active attackers) to assume any name and trick GnuTLS clients into
2508 trusting that name.  Thanks for report and analysis from Martin von
2509 Gagern <Martin.vGagern@gmx.net>.  [CVE-2008-4989]
2511 Any updates with more details about this vulnerability will be added
2512 to <http://www.gnu.org/software/gnutls/security.html>
2514 ** libgnutls: Fix buffer overrun in gnutls_x509_crt_list_import.
2515 Report and patch by Jonathan Manktelow.
2517 ** libgnutls: Avoid use of non-thread safe strerror.
2519 ** API and ABI modifications:
2520 No changes since last version.
2522 * Version 2.4.2 (released 2008-09-15)
2524 ** libgnutls: Don't crash when gnutls_credentials_set is called twice.
2526 ** libgnutls: Corrected memory leak in X.509 functions.
2527 Thanks to Colin Leroy <colin@colino.net>.
2529 ** libgnutls: Fix compile error with Sun CC.
2531 ** gnutls-cli.1: Document all new parameters.
2532 Thanks to James Westby <jw+debian@jameswestby.net>.
2534 ** tests/openssl: initialize gnutls before use.
2535 Fixes crash with libgcrypt 1.4.2.  Reported by Ludovic Courtes
2536 <ludovic.courtes@laas.fr>.
2538 ** doc/: Fix texinfo markup for old texinfo versions.
2540 ** Included copy of libtasn1 is upgraded to version 1.5.
2542 ** API and ABI modifications:
2543 No changes since last version.
2545 * Version 2.4.1 (released 2008-06-30)
2547 ** libgnutls: Fix local crash in gnutls_handshake.  [GNUTLS-SA-2008-2]
2548 If the gnutls_handshake function is called for a normal session, which
2549 can happen for re-handshakes, the library would crash because it tried
2550 to hash some data using a libgcrypt handle that had been deallocated.
2551 Report and tiny patch from Tomas Mraz <tmraz@redhat.com>.  Any updates
2552 with more details about this vulnerability will be added to
2553 <http://www.gnu.org/software/gnutls/security.html>
2555 ** libgnutls: Fix memory leaks when doing a re-handshake.
2556 Reported by Sam Varshavchik <mrsam@courier-mta.com> in
2557 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2928>.
2559 ** Fix compiler warnings.
2560 Reported by Massimo Gaspari <massimo.gaspari@alice.it> in
2561 <http://thread.gmane.org/gmane.network.gnutls.general/1281>.
2563 ** Fix ordering of -I's to avoid opencdk.h conflict with system headers.
2564 Reported by Roman Bogorodskiy <novel@FreeBSD.org> in
2565 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2930>.
2567 ** srptool: Fix a problem where --verify check does not succeed.
2568 Report and tiny patch by Matthias Koenig <mkoenig@suse.de> in
2569 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2944>.
2571 ** API and ABI modifications:
2572 No changes since last version.
2574 * Version 2.4.0 (released 2008-06-19)
2576 ** Major changes compared to the v2.2 branch:
2578 *** The OpenPGP sub-system has been improved and now supports subkeys.
2580 *** The PSK sub-system has been improved and now supports password
2581 *** derivation and PSK identity hints.
2582 The password derivation algorithms support is documented in
2583 draft-ietf-netconf-tls-02.txt.
2585 *** The certtool --inder and --outder has been replaced by --inraw and --outraw.
2586 This aligns terminology with OpenPGP, which doesn't use DER encoding.
2587 The old parameters will continue to work for some time.
2589 *** Certtool now confirm passwords and changes permissions of private key files.
2591 *** The default handshake size limit has been increased to 48kb.
2592 It appears as if some valid handshakes are large due to sending many
2593 CA certificates.  (The earlier limit was 16kb.)
2595 *** LZO compression is now disabled by default.
2596 The main reason is that LZO compression in TLS is not standardized,
2597 but license compatiblity issues with minilzo triggered us to make this
2598 decision now.
2600 *** Improvements for cross-compilation to Windows and OpenWRT.
2602 *** The look of the GTK-DOC manual has been improved.
2603 Major developer visible changes compared to the v2.2 branch:
2605 *** Full OpenPGP support is part of libgnutls, licensed under the LGPL.
2607 *** New APIs to access the raw X.509 Subject and Issuer DN's and
2608 *** elements from the certificate credentials structure.
2609 Thanks to Joe Orton.
2611 *** New APIs to improve working with username/passwords and PSK.
2613 *** Names of constants to affect certificate printing changed.
2614 The constants are used for OpenPGP too, which the names didn't
2615 reflect, so the following name change has been made:
2617             Old name                         New name
2618      GNUTLS_X509_CRT_FULL            GNUTLS_CRT_PRINT_FULL
2619      GNUTLS_X509_CRT_ONELINE         GNUTLS_CRT_PRINT_ONELINE
2620      GNUTLS_X509_CRT_UNSIGNED_FULL   GNUTLS_CRT_PRINT_UNSIGNED_FULL
2622 The old names will be mapped to the new names for some time.
2624 *** The function gnutls_openpgp_privkey_get_id has been renamed to
2625 *** gnutls_openpgp_privkey_get_key_id.
2626 A compatibility mapping exists to avoid breaking API backwards
2627 compatibility.
2629 *** Replaced all uses of alloca with malloc and free.
2631 *** We no longer build with -D_REENTRANT -D_THREAD_SAFE.
2632 We have been unable to find a documented rationale for this practice.
2634 *** Of course, many smaller fixes have been made, see the ChangeLog file.
2636 *** API/ABI changes in GnuTLS 2.4
2637 All OpenPGP related functions have been moved from libgnutls-extra to
2638 libgnutls, and several new functions have been added (see below).
2639 Before making the release, we discussed whether moving functions from
2640 libgnutls-extra to libgnutls would require us to increment the ABI
2641 version, but the general opinion was that this would not be required.
2642 All older functions continue to work the same.  We are open to the
2643 possibility that this decision will lead to problem on some platform,
2644 and if it turns out that the Right Thing should have been to increment
2645 the shared library version, we would need to release an update within
2646 the 2.4.x branch that increments the shared library version.
2648 This release adds the following functions:
2650   gnutls_psk_client_get_hint
2651   gnutls_psk_set_server_credentials_hint
2652   gnutls_psk_netconf_derive_key
2654     Used to get/set the PSK identity hint, and derive PSK keys from
2655     passwords a'la netconf.
2657   gnutls_x509_dn_deinit
2658   gnutls_x509_dn_export
2659   gnutls_x509_dn_import
2660   gnutls_x509_dn_init
2662     Used to handle X.509 Certificate DN's directly.
2664   gnutls_hex2bin
2666     Converts a data buffer to hex.  Useful for handling PSK/SRP shared
2667     secrets.
2669   gnutls_certificate_get_x509_cas
2670   gnutls_certificate_get_x509_crls
2671   gnutls_certificate_get_openpgp_keyring
2673     Functions for direct access to credential elements.
2675   gnutls_openpgp_crt_get_auth_subkey
2676   gnutls_openpgp_crt_get_key_id
2677   gnutls_openpgp_crt_get_pk_dsa_raw
2678   gnutls_openpgp_crt_get_pk_rsa_raw
2679   gnutls_openpgp_crt_get_preferred_key_id
2680   gnutls_openpgp_crt_get_revoked_status
2681   gnutls_openpgp_crt_get_subkey_count
2682   gnutls_openpgp_crt_get_subkey_creation_time
2683   gnutls_openpgp_crt_get_subkey_expiration_time
2684   gnutls_openpgp_crt_get_subkey_fingerprint
2685   gnutls_openpgp_crt_get_subkey_id
2686   gnutls_openpgp_crt_get_subkey_idx
2687   gnutls_openpgp_crt_get_subkey_pk_algorithm
2688   gnutls_openpgp_crt_get_subkey_pk_dsa_raw
2689   gnutls_openpgp_crt_get_subkey_pk_rsa_raw
2690   gnutls_openpgp_crt_get_subkey_revoked_status
2691   gnutls_openpgp_crt_get_subkey_usage
2692   gnutls_openpgp_crt_print
2693   gnutls_openpgp_crt_set_preferred_key_id
2694   gnutls_openpgp_keyring_get_crt
2695   gnutls_openpgp_keyring_get_crt_count
2696   gnutls_openpgp_privkey_export
2697   gnutls_openpgp_privkey_export_dsa_raw
2698   gnutls_openpgp_privkey_export_rsa_raw
2699   gnutls_openpgp_privkey_export_subkey_dsa_raw
2700   gnutls_openpgp_privkey_export_subkey_rsa_raw
2701   gnutls_openpgp_privkey_get_fingerprint
2702   gnutls_openpgp_privkey_get_key_id
2703   gnutls_openpgp_privkey_get_pk_algorithm
2704   gnutls_openpgp_privkey_get_preferred_key_id
2705   gnutls_openpgp_privkey_get_revoked_status
2706   gnutls_openpgp_privkey_get_subkey_count
2707   gnutls_openpgp_privkey_get_subkey_creation_time
2708   gnutls_openpgp_privkey_get_subkey_expiration_time
2709   gnutls_openpgp_privkey_get_subkey_fingerprint
2710   gnutls_openpgp_privkey_get_subkey_id
2711   gnutls_openpgp_privkey_get_subkey_idx
2712   gnutls_openpgp_privkey_get_subkey_pk_algorithm
2713   gnutls_openpgp_privkey_get_subkey_revoked_status
2714   gnutls_openpgp_privkey_set_preferred_key_id
2716     New OpenPGP related functions.
2718     The function gnutls_openpgp_crt_get_key_id is the same as the old
2719     from gnutls_openpgp_crt_get_id, see above.
2721 The release also adds a new header file 'gnutls/crypto.h', however it
2722 is currently not used.
2724 ** libgnutls [OpenPGP]: New APIs to retrieve fingerprint from OpenPGP subkeys.
2725 Contributed by Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>.
2727 ** API and ABI modifications:
2728 gnutls_openpgp_crt_get_subkey_fingerprint: ADDED.
2729 gnutls_openpgp_privkey_get_subkey_fingerprint: ADDED.
2731 * Version 2.3.15 (released 2008-06-15)
2733 ** Disable the openpgp-certs self-tests.
2734 It results in failure under Wine and doesn't work on Debian buildds.
2736 ** API and ABI modifications:
2737 No changes since last version.
2739 * Version 2.3.14 (released 2008-06-11)
2741 ** libgnutls [OpenPGP]: Changed OpenPGP verification behaviour.
2742 An OpenPGP certificate is now only considered verified if all the user
2743 IDs are verified.
2745 ** Examples: Make C++ example compile.
2746 Earlier it may have failed with an unresolved reference to strlen.
2748 ** Documentation: Doc fix for gnutls_x509_crt_get_extension_oid.
2749 Reported by Sam Varshavchik <mrsam@courier-mta.com>.
2751 ** API and ABI modifications:
2752 No changes since last version.
2754 * Version 2.3.13 (released 2008-06-07)
2756 ** libgnutls [OpenPGP]: Make OpenPGP handshakes work again.
2758 ** doc/: Add psktool to info index.  Some minor cleanups.
2760 ** tests/: Added non-forking TLS handshake test, see tests/mini.c.
2762 ** tests/: Added libgcrypt.supp which can be used with valgrind.
2763 The file suppresses the known libgcrypt memory leaks, so they aren't
2764 printed when you run valgrind on the gnutls self-tests.  Use it as
2765 follows: valgrind --suppressions=libgcrypt.supp ./x509self or add
2766 '--suppressions=/home/you/src/gnutls/tests/libgcrypt.supp' to your
2767 ~/.valgrindrc file.
2769 ** tests/: Reduce amount of debugging output by default.
2770 Use --verbose for each test to get the full output.
2772 ** tests/: Fix memory leaks in several self-tests.
2773 None of the self tests should be leaking memory when running valgrind
2774 or similar tools.  (Known exceptions are dhepskself, pskself, and
2775 set_pkcs12_cred, which appear likely to be due to memory leaks in the
2776 library.)
2778 ** API and ABI modifications:
2779 No changes since last version.
2781 * Version 2.3.12 (released 2008-06-04)
2783 ** Merge gnutls_with_netconf branch.
2785 *** libgnutls [PSK]: New API to retrieve PSK identity hint in client.
2786 The function is gnutls_psk_client_get_hint.
2788 *** libgnutls [PSK]: New API to set PSK identity hint in server.
2789 The function is gnutls_psk_set_server_credentials_hint.
2791 *** libgnutls [PSK]: Support server key exchange with PSK identity hint.
2792 In the client, the message is parsed and the application can use
2793 gnutls_psk_client_get_hint to retrieve the hint.  In the server, the
2794 message is sent if the application has specified a PSK identity hint
2795 using gnutls_psk_set_server_credentials_hint.
2797 *** libgnutls [PSK]: Support Netconf PSK key derivation.
2798 The function gnutls_psk_netconf_derive_key supports the PSK key
2799 derivation as specified in draft-ietf-netconf-tls-02.txt.  New self
2800 test netconf-psk.c.
2802 *** psktool: Support new --netconf-hint to generate PSK key from password.
2803 Uses the Netconf algorithm to derive PSK key from password.
2805 *** gnutls-serv: Support new --pskhint parameter to set PSK identity hint.
2807 *** gnutls-cli: Always support PSK modes, through a callback.
2808 The callback will derive a PSK key using Netconf algorithm.  It will
2809 print the PSK identity hint to help the user.
2811 *** New PSK example client and server.
2812 See doc/examples/ex-client-psk.c and doc/examples/ex-serv-psk.c.
2814 ** libgnutls: Fix gnutls_x509_crl_set_version on arm platforms.
2815 The code didn't work properly on platforms where 'char' is unsigned,
2816 when you set version 0.  Reported by Laurence Withers
2817 <l@lwithers.me.uk> in
2818 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2825>.
2820 ** libgnutls-openssl: added RAND_pseudo_bytes API.
2821 Patch from Robert Millan <rmh@aybabtu.com>.
2823 ** API and ABI modifications:
2824 RAND_pseudo_bytes: ADDED to libgnutls-openssl.
2825 gnutls_psk_client_get_hint: ADDED.
2826 gnutls_psk_set_server_credentials_hint: ADDED.
2827 gnutls_psk_netconf_derive_key: ADDED
2829 * Version 2.3.11 (released 2008-05-20)
2831 ** Fix flaw in fix for GNUTLS-SA-2008-1-3.
2832 The flaw would result in incorrectly terminated sessions with the
2833 error "Decryption has failed" when the server sends a small packet
2834 (typically when the session is closed).  Reported by Andreas Metzler
2835 <ametzler@downhill.at.eu.org> in
2836 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2807>.
2838 ** Don't use gnulib headers when building C++ library.
2839 Fixes builds under Windows.
2841 ** Make umask a requirement.
2842 We don't know of any system that lacks it, even GNU CoreUtils use it
2843 unconditionally.
2845 ** Update gnulib files.
2846 Fixes a problem where it pulled in a replacement for memcmp under
2847 MinGW, which caused the C++ example to fail to build.
2849 ** API and ABI modifications:
2850 No changes since last version.
2852 * Version 2.3.10 (released 2008-05-19)
2854 ** Added wide wildcard hostname matching.
2855 Tiny patch by Jean-Philippe Garcia Ballester.
2857 ** Fix three security vulnerabilities.  [GNUTLS-SA-2008-1]
2858 Thanks to CERT-FI for finding the bugs and providing detailed reports,
2859 which allowed the bugs to be reproduced and fixed easily.  Patches
2860 developed by Simon Josefsson and Nikos Mavrogiannopoulos.  Any updates
2861 with more details about these vulnerabilities will be added to
2862 <http://www.gnu.org/software/gnutls/security.html>
2864 *** [GNUTLS-SA-2008-1-1]
2865 *** libgnutls: Fix crash when sending invalid server name.
2866 The crash can be triggered remotely before authentication, which can
2867 lead to a Daniel of Service attack to disable the server.  The bug
2868 cause gnutls to store more session resumption data than what was
2869 allocated for, thus overwriting unallocated memory.
2871 *** [GNUTLS-SA-2008-1-2]
2872 *** libgnutls: Fix crash when sending repeated client hellos.
2873 The crash can be triggered remotely before authentication, which can
2874 lead to a Daniel of Service attack to disable the server.  The bug
2875 triggers a null-pointer dereference.
2877 *** [GNUTLS-SA-2008-1-3]
2878 *** libgnutls: Fix crash in cipher padding decoding for invalid record lengths.
2879 The crash can be triggered remotely before authentication, which can
2880 lead to a Daniel of Service attack to disable the server.  The bug
2881 cause gnutls to read memory beyond the end of the received record.
2883 ** libgnutlsxx: Updated API according to patches from Eduardo 
2884 Villanueva Che (discussion at
2885 <http://lists.gnu.org/archive/html/gnutls-devel/2007-02/msg00017.html>)
2887 ** Use umask to restrict permissions to owner before creating a file.
2889 ** API and ABI modifications:
2890 No changes since last version.
2892 * Version 2.3.9 (released 2008-05-16)
2894 ** libgnutls: Fix build failures if SRP/OpenPGP is disabled.
2895 Based on report and tiny patches from
2896 <jared.jennings.ctr@eglin.af.mil>, see
2897 <https://savannah.gnu.org/support/index.php?106342>.
2899 ** libgnutls: Translation fixes.
2901 ** gnutls-cli: Fix so that PSK authentication works.
2902 Also improve manual to give example for gnutls-cli PSK authentication.
2904 ** certtool: Encrypting a private key now require a confirmed password.
2905 Before './certtool -k -8' would merely ask for a password once.
2906 Reported by Daniel 'NebuchadnezzaR' Dehennin
2907 <nebuchadnezzar@asgardr.info> see
2908 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=364287>.
2910 ** certtool: When writing private keys to files, change permissions of file.
2911 Now the file which the private key is saved to is chmod'ed 0600.
2912 Reported by martin f krafft <madduck@debian.org> see
2913 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=373169>.
2915 ** guile: Fix -fgnu89-inline test.
2917 ** Removed --enable-profile-mode.
2918 The code linked gnutls with the libfc project (Function Check) which
2919 appears to have been stalled since around 2002.
2921 ** Clean up header file checks by ./configure.
2923 ** Update of gnulib files.
2925 ** API and ABI modifications:
2926 No changes since last version.
2928 * Version 2.3.8 (released 2008-04-29)
2930 ** libgnutls: Increase default handshake packet size limit to 48kb.
2931 The old limit was 16kb and some servers send huge list of trusted CAs,
2932 thus running into the limit.  FYI, applications can further increase
2933 this limit using gnutls_handshake_set_max_packet_length.  Thanks to
2934 Marc Haber <mh+debian-bugs@zugschlus.de> and "Marc F. Clemente"
2935 <marc@mclemente.net> for reporting and providing test servers.
2937 ** libgnutls: Add new error code: GNUTLS_E_HANDSHAKE_TOO_LARGE
2938 Returned when the handshake data size is too large.  Before
2939 GNUTLS_E_MEMORY_ERROR was used, which could be confused with other
2940 error situations.
2942 ** libgnutls: Hide definitions in crypto.h.
2943 We have decided that the APIs defined in crypto.h are not stable
2944 enough for v2.4, so don't use any of those functions.
2946 ** gnutls-cli: exit when hostname doesn't match certificate.
2947 Use --insecure to avoid hostname comparison.
2949 ** certtool: --inder and --outder replaced by --inraw and --outraw.
2950 The reason is to align terminology with OpenPGP, which doesn't use
2951 DER.  The old parameters will continue to work for some time.
2953 ** doc: Add section 'Index of new symbols in 2.4.0' to the GTK-DOC manual.
2955 ** doc: Many cosmetic fixes, to silence (most) gtk-doc warnings.
2957 ** Mingw32: Revert libgcrypt vasprintf work-around added in last release.
2958 Use libgcrypt 1.4.1 or later when building on MinGW32, it removes the
2959 vasprintf symbol from the libgcrypt library which caused problems.
2961 ** Update of gnulib files.
2963 ** tests: New self-test of crypto.h RNG code tests/crypto_rng.
2965 ** API and ABI modifications:
2966 GNUTLS_E_HANDSHAKE_TOO_LARGE: ADDED.
2968 * Version 2.3.7 (released 2008-04-21)
2970 ** opencdk now properly sets the key usage bits into openpgp keys.
2972 ** gnutls-cli: Fix crash on TLS handshake failures.
2973 Reported by "Marc F. Clemente" <marc@mclemente.net> in Debian BTS #466477.
2974 This is similar to <http://bugs.debian.org/429183>.
2976 ** certtool: with --generate-request and newly generated keys, print the key.
2978 ** Build fixes for MinGW.
2979 Missing rpl_fseeko symbol in lib/opencdk/.  Better checks for linking
2980 with -lws2_32 when needed.  Use ASCII only isprint() when printing
2981 X.509 certificate information, to avoid non-ASCII but printable
2982 characters.  Thanks to Massimo Gaspari <massimo.gaspari@alice.it> for
2983 reports.
2985 ** Update internal copy of libtasn1 to version 1.4.
2987 ** API and ABI modifications:
2988 No changes since last version.
2990 * Version 2.3.6 (released 2008-04-17)
2992 ** Make gnutls_x509_crq_sign2 set certificate request version if not set.
2993 ** Improve documentation for gnutls_x509_crq_sign2.
2994 Based on report from "John Brooks" <aspecialj@gmail.com> in
2995 <http://permalink.gmane.org/gmane.network.gnutls.general/1154>.
2997 ** tests/pathlen: run diff without parameters to improve portability.
2998 Based on HPUX build hints in
2999 <http://hpux.cs.utah.edu/hppd/cgi-bin/wwwtar?/hpux/Gnu/gnutls-2.3.4/gnutls-2.3.4-src-11.11.tar.gz+gnutls-2.3.4/HPUX.Install+text>.
3001 ** Don't use %e specifier with strftime, it doesn't work under Windows.
3002 Reported by Massimo Gaspari <massimo.gaspari@alice.it> in
3003 <http://permalink.gmane.org/gmane.network.gnutls.general/1170>.
3005 ** Remove all uses of gnutls_alloca/gnutls_afree.
3006 Use normal gnutls_malloc instead.  One reason is increased portability
3007 to Windows, the other is that several of the uses may be unsafe
3008 because the size of data allocated could be large.  Reported by
3009 Massimo Gaspari <massimo.gaspari@alice.it> in
3010 <http://permalink.gmane.org/gmane.network.gnutls.general/1170>.
3012 ** Build Guile code with -fgnu89-inline only when supported.
3013 Reported by Kris Karas <ktk@enterprise.bidmc.harvard.edu> in
3014 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2708>.
3016 ** Several GTK-DOC related fixes.
3018 ** Clean up OpenCDK related code.
3019 GnuTLS now requires its internal OpenCDK code rather than the external
3020 GPL library OpenCDK.  Unfortunately, we don't have resources to
3021 maintain an external library (help welcome).
3023 ** API and ABI modifications:
3024 No changes since last version.
3026 * Version 2.3.5 (released 2008-04-14)
3028 ** Build fix for MinGW and --disable-shared.
3029 Reported by Massimo Gaspari <massimo.gaspari@alice.it> in
3030 <http://permalink.gmane.org/gmane.network.gnutls.general/1145>.
3032 ** Document how to generate CRLs.
3033 Suggested by "Rainer Gerhards" <rgerhards@gmail.com>.
3035 ** Documented the --priority option to gnutls-cli and gnutls-serv.
3037 ** Several minor fixes in the OpenPGP interface.
3038 Thanks to Daniel Kahn Gillmor.
3040 ** Fix fopen file descriptor leak in PSK server code.
3041 Thanks to Laurence Withers <l@lwithers.me.uk>, see
3042 <http://lists.gnu.org/archive/html/gnutls-devel/2008-04/msg00002.html>.
3044 ** Translations files not stored directly in git to avoid merge conflicts.
3046 ** New APIs to let applications replace the RNG used.
3047 Update all RNG callers in the code to use the new interface.
3049 ** Guile code now built with -fgnu89-inline to fix inline semantic problem.
3051 ** Update gnulib files.
3053 ** API and ABI modifications:
3054 gnutls_crypto_rnd_register: ADDED
3055 gnutls_rnd_level_t: ADDED
3056 GNUTLS_RND_KEY: ADDED, gnutls_rnd_level_t member
3057 GNUTLS_RND_RANDOM: ADDED, gnutls_rnd_level_t member
3058 GNUTLS_RND_NONCE: ADDED, gnutls_rnd_level_t member
3059 gnutls_crypto_rnd_st: ADDED
3060 GNUTLS_DIG_SHA224: ADDED
3061 GNUTLS_SIGN_RSA_SHA224: ADDED
3062 gnutls_openpgp_crt_get_auth_subkey: MODIFIED
3064 * Version 2.3.4 (released 2008-03-19)
3066 ** Finish renaming of gnutls_certificate_export_x509_cas etc.
3067 They weren't renamed in the public header file.
3069 ** Added functions to register a cipher/mac/digest. This allows to 
3070 override the included ones.
3072 ** Fix a bunch of compiler warnings.
3074 ** API and ABI modifications:
3075 gnutls_crypto_cipher_st: ADDED
3076 gnutls_crypto_mac_st: ADDED
3077 gnutls_crypto_digest_st: ADDED
3078 gnutls_crypto_cipher_register: ADDED
3079 gnutls_crypto_mac_register: ADDED
3080 gnutls_crypto_digest_register: ADDED
3081 GNUTLS_E_CRYPTO_ALREADY_REGISTERED: ADDED
3083 * Version 2.3.3 (released 2008-03-10)
3085 ** Fix build failure in libextra/gnutls_extra.c that needed opencdk.h.
3086 Reported by Roman Bogorodskiy <novel@FreeBSD.org>.
3088 ** No longer compiled using -D_REENTRANT -D_THREAD_SAFE.
3089 We could not find any modern justification for enabling these flags by
3090 default.  If you know of some platform that needs one of the flags to
3091 work properly, please let us know.  (Actually introduced in v2.3.0 but
3092 not documented until now.)
3094 ** Importing many CA certificates are now considerably faster.
3095 This affect gnutls_certificate_set_x509_trust_mem,
3096 gnutls_certificate_set_x509_trust, and
3097 gnutls_certificate_set_x509_trust_file.  The complexity was reduced
3098 from O(2*n^2) to O(n).  When adding 206 files containing 408
3099 certificates, using gnutls_certificate_set_x509_trust_file, the time
3100 dropped from 40 seconds to 0.3 seconds.  Thanks to Edgar Fuß for code
3101 to trigger the problem.  See also
3102 <http://blog.josefsson.org/2008/02/27/real-world-performance-tuning-with-callgrind/>.
3104 ** Clarify documentation for gnutls_x509_crt_set_subject_alternative_name
3105 ** to be explicit that it takes zero terminated data.
3107 ** gnutls-cli --print-cert now print PKCS#3 format Diffie-Hellman parameters.
3109 ** Documentation fixes for the GTK-DOC manual.
3111 ** Fix compilation error related to __FUNCTION__ on some systems.
3112 Reported by Tim Mooney, see
3113 <https://savannah.gnu.org/support/?106267>.
3115 ** Updated translations.
3117 ** Update gnulib files.
3119 ** API and ABI modifications:
3120 gnutls_hex2bin: MODIFIED, uses size_t instead of int for string length,
3121                 and char* instead of void* for output buffer.
3123 * Version 2.3.2 (released 2008-02-26)
3125 ** Fix srcdir!=objdir failure in openpgpself test.
3127 ** Improved API documentation output from GTK-DOC.
3129 ** Added gnutls_x509_dn_export(). Patch by Joe Orton.
3131 ** Renamed gnutls_certificate_export_x509_cas and friends.
3132 See <http://lists.gnu.org/archive/html/gnutls-devel/2008-02/msg00043.html>.
3134 ** Internal header files cleanup.
3136 ** API and ABI modifications:
3137 gnutls_certificate_export_x509_cas: RENAMED to gnutls_certificate_get_x509_cas
3138 gnutls_certificate_export_x509_crls: RENAMED to gnutls_certificate_get_x509_crls
3139 gnutls_certificate_export_openpgp_keyring: RENAMED to gnutls_certificate_get_openpgp_keyring
3140 gnutls_x509_dn_export: ADDED
3142 * Version 2.3.1 (released 2008-02-21)
3144 ** OpenPGP support merged into libgnutls and is now licensed under LGPL.
3145 The included copy of OpenCDK has been stripped down and re-licensed
3146 under the LGPL.
3148 ** Cipher priority string handling now handle strings that starts with NULL.
3149 Thanks to Laurence Withers <l@lwithers.me.uk>.
3151 ** gnutls-cli: When -d is used, also prints RNG information from libgcrypt.
3153 ** Corrected memory leaks in session resuming and DHE ciphersuites. Reported
3154 by Daniel Stenberg.
3156 ** Increased the default certificate verification chain limits and allowed
3157 for checks without limitation.
3159 ** Corrected the behaviour of gnutls_x509_crt_get_subject_alt_name()
3160 and gnutls_x509_crt_get_subject_alt_name() to not null terminate binary
3161 strings and return the proper size.
3163 ** Add section 'On Record Padding' to the manual.
3164 This collects all problems related to record padding with
3165 Nokia/Sony-Ericsson phones that we know about.
3167 ** Several improvements in the OpenPGP authentication.
3168 Now subkeys can be used for authentication, according to
3169 draft-mavrogiannopoulos-rfc5081bis-00.txt.
3171 ** certtool can print information on OpenPGP certificates and keys.
3173 ** Added gnutls_x509_dn_import/init/deinit() to access raw DER DN.
3174 Patch by Joe Orton.
3176 ** Added gnutls_certificate_export_x509_cas and other functions to
3177 export elements from the certificate credentials structure.  Based on
3178 suggestion from Joe Orton.
3180 ** Doc fixes.
3181 Clarify that srp_base64 is not the same as normal base64.
3183 ** Fix non-portable use of brace expansion in makefiles.
3185 ** API and ABI modifications:
3186 gnutls_certificate_export_x509_cas: ADDED
3187 gnutls_certificate_export_x509_crls: ADDED
3188 gnutls_certificate_export_openpgp_keyring: ADDED
3189 gnutls_openpgp_keyid_t: ADDED, instead of hard-coded 'unsigned char[8]'.
3190 gnutls_openpgp_crt_get_key_id: ADDED, obsoletes gnutls_openpgp_crt_get_id.
3191 gnutls_openpgp_crt_get_revoked_status: ADDED
3192 gnutls_openpgp_crt_get_subkey_count: ADDED
3193 gnutls_openpgp_crt_get_subkey_idx: ADDED
3194 gnutls_openpgp_crt_get_subkey_revoked_status: ADDED
3195 gnutls_openpgp_crt_get_subkey_pk_algorithm: ADDED
3196 gnutls_openpgp_crt_get_subkey_creation_time: ADDED
3197 gnutls_openpgp_crt_get_subkey_expiration_time: ADDED
3198 gnutls_openpgp_crt_get_subkey_id: ADDED
3199 gnutls_openpgp_crt_get_subkey_usage: ADDED
3200 gnutls_openpgp_privkey_get_fingerprint: ADDED
3201 gnutls_openpgp_privkey_get_key_id: ADDED
3202 gnutls_openpgp_privkey_get_subkey_count: ADDED
3203 gnutls_openpgp_privkey_get_subkey_idx: ADDED
3204 gnutls_openpgp_privkey_get_subkey_revoked_status: ADDED
3205 gnutls_openpgp_privkey_get_revoked_status: ADDED
3206 gnutls_openpgp_privkey_get_subkey_pk_algorithm: ADDED
3207 gnutls_openpgp_privkey_get_subkey_expiration_time: ADDED
3208 gnutls_openpgp_privkey_get_subkey_id: ADDED
3209 gnutls_openpgp_privkey_get_subkey_creation_time: ADDED
3210 gnutls_openpgp_crt_get_subkey_pk_dsa_raw: ADDED
3211 gnutls_openpgp_crt_get_subkey_pk_rsa_raw: ADDED
3212 gnutls_openpgp_crt_get_pk_dsa_raw: ADDED
3213 gnutls_openpgp_crt_get_pk_rsa_raw: ADDED
3214 gnutls_openpgp_privkey_export_subkey_dsa_raw: ADDED
3215 gnutls_openpgp_privkey_export_subkey_rsa_raw: ADDED
3216 gnutls_openpgp_privkey_export_dsa_raw: ADDED
3217 gnutls_openpgp_privkey_export_rsa_raw: ADDED
3218 gnutls_openpgp_privkey_export: ADDED
3219 gnutls_certificate_set_openpgp_key_file2: ADDED
3220 gnutls_certificate_set_openpgp_key_mem2: ADDED
3221 gnutls_x509_dn_init: ADDED
3222 gnutls_x509_dn_import: ADDED
3223 gnutls_x509_dn_deinit: ADDED
3224 GNUTLS_E_OPENPGP_SUBKEY_ERROR: ADDED
3225 gnutls_hex2bin: ADDED
3226 GNUTLS_CRT_PRINT_FULL: ADDED, same as old GNUTLS_X509_CRT_FULL.
3227 GNUTLS_CRT_PRINT_ONELINE: ADDED, same as old GNUTLS_X509_CRT_ONELINE.
3228 GNUTLS_CRT_PRINT_UNSIGNED_FULL: ADDED, same as
3229                                 old GNUTLS_X509_CRT_UNSIGNED_FULL.
3231 * Version 2.3.0 (released 2008-01-08)
3233 ** LZO compression is now disabled by default.
3234 The reason is that LZO compression is not standardized in TLS.  If you
3235 wish to experiment with it, you will have to supply --with-lzo when
3236 invoking ./configure.  The internal copy of minilzo is no longer
3237 included with GnuTLS, so you will need to install liblzo or liblzo2 on
3238 your system to have --with-lzo to be effective.
3240 ** More than one server name field is now sent to the server properly.
3241 Thanks to mark.phillips@virgin.net.
3243 ** Fixes the post_client_hello_function(). The extensions are now parsed
3244 in a callback friendly way.
3246 ** Fix for certificate selection in servers with certificate callbacks.
3248 ** Updated translations.
3250 ** Update gnulib files.
3252 ** API and ABI modifications:
3253 No changes since last version.
3255 * Version 2.2.5 (released 2008-05-19)
3257 ** Fix flaw in fix for GNUTLS-SA-2008-1-3.
3258 The flaw would result in incorrectly terminated sessions with the
3259 error "Decryption has failed" when the server sends a small packet
3260 (typically when the session is closed).  Reported by Andreas Metzler
3261 <ametzler@downhill.at.eu.org> in
3262 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2807>.
3264 ** API and ABI modifications:
3265 No changes since last version.
3267 * Version 2.2.4 (released 2008-05-19)
3269 ** Fix three security vulnerabilities.  [GNUTLS-SA-2008-1]
3270 Thanks to CERT-FI for finding the bugs and providing detailed reports,
3271 which allowed the bugs to be reproduced and fixed easily.  Patches
3272 developed by Simon Josefsson and Nikos Mavrogiannopoulos.  Any updates
3273 with more details about these vulnerabilities will be added to
3274 <http://www.gnu.org/software/gnutls/security.html>
3276 *** [GNUTLS-SA-2008-1-1]
3277 *** libgnutls: Fix crash when sending invalid server name.
3278 The crash can be triggered remotely before authentication, which can
3279 lead to a Daniel of Service attack to disable the server.  The bug
3280 cause gnutls to store more session resumption data than what was
3281 allocated for, thus overwriting unallocated memory.
3283 *** [GNUTLS-SA-2008-1-2]
3284 *** libgnutls: Fix crash when sending repeated client hellos.
3285 The crash can be triggered remotely before authentication, which can
3286 lead to a Daniel of Service attack to disable the server.  The bug
3287 triggers a null-pointer dereference.
3289 *** [GNUTLS-SA-2008-1-3]
3290 *** libgnutls: Fix crash in cipher padding decoding for invalid record lengths.
3291 The crash can be triggered remotely before authentication, which can
3292 lead to a Daniel of Service attack to disable the server.  The bug
3293 cause gnutls to read memory beyond the end of the received record.
3295 ** API and ABI modifications:
3296 No changes since last version.
3298 * Version 2.2.3 (released 2008-05-06)
3300 ** Increase default handshake packet size limit to 48kb.
3301 The old limit was 16kb and some servers send huge list of trusted CAs,
3302 thus running into the limit.  FYI, applications can further increase
3303 this limit using gnutls_handshake_set_max_packet_length.  Thanks to
3304 Marc Haber <mh+debian-bugs@zugschlus.de> and "Marc F. Clemente"
3305 <marc@mclemente.net> for reporting and providing test servers.
3307 ** Fix compilation error related to __FUNCTION__ on some systems.
3308 Reported by Tim Mooney, see
3309 <https://savannah.gnu.org/support/?106267>.
3311 ** Documented the --priority option to gnutls-cli and gnutls-serv.
3313 ** Fix fopen file descriptor leak in PSK server code.
3314 Thanks to Laurence Withers <l@lwithers.me.uk>, see
3315 <http://lists.gnu.org/archive/html/gnutls-devel/2008-04/msg00002.html>.
3317 ** Build Guile code with -fgnu89-inline only when supported.
3318 Reported by Kris Karas <ktk@enterprise.bidmc.harvard.edu> in
3319 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2708>.
3321 ** Make Camellia encryption work.
3322 Reported by Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> in
3323 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2746>.
3325 ** API and ABI modifications:
3326 No changes since last version.
3328 * Version 2.2.2 (released 2008-02-21)
3330 ** Cipher priority string handling now handle strings that starts with NULL.
3331 Thanks to Laurence Withers <l@lwithers.me.uk>.
3333 ** Corrected memory leaks in session resuming and DHE ciphersuites. Reported
3334 by Daniel Stenberg.
3336 ** Increased the default certificate verification chain limits and allowed
3337 for checks without limitation.
3339 ** Corrected the behaviour of gnutls_x509_crt_get_subject_alt_name()
3340 and gnutls_x509_crt_get_subject_alt_name() to not null terminate binary
3341 strings and return the proper size.
3343 ** API and ABI modifications:
3344 No changes since last version.
3346 * Version 2.2.1 (released 2008-01-17)
3348 ** Prevent linking libextra against previously installed libgnutls.
3349 Tiny patch from "Alon Bar-Lev" <alon.barlev@gmail.com>, see
3350 <http://bugs.gentoo.org/show_bug.cgi?id=202269>.
3352 ** Fixes the post_client_hello_function(). The extensions are now parsed
3353 in a callback friendly way.
3355 ** Fix for certificate selection in servers with certificate callbacks.
3357 ** API and ABI modifications:
3358 No changes since last version.
3360 * Version 2.2.0 (released 2007-12-14)
3362 ** Update internal copy of libtasn1 to version 1.2.
3364 ** Certtool --verify-chain now handle inputs larger than 64kb.
3365 This fixes the self-test "rsa-md5-collision" under MinGW+Wine with
3366 recent versions of libgcrypt.  The problem was that Wine with the
3367 libgcrypt RNG generates huge amounts of debugging output.
3369 ** Translation updates.
3370 Added Dutch translation.  Updated Polish and Swedish translation.
3372 ** Major changes compared to the v2.0 branch:
3374 *** SRP support aligned with newly published RFC 5054.
3376 *** OpenPGP support aligned with newly published RFC 5081.
3378 *** Support for DSA2 keys.
3380 *** Support for Camellia cipher.
3382 *** Support for Opaque PRF Input extension.
3384 *** PKCS#8 parser now handle DSA keys.
3386 *** Change from GPLv2 to GPLv3 for command-line tools, libgnutls-extra, etc.
3387 Notice that liblzo2 2.02 is licensed under GPLv2 only.  Earlier
3388 versions, such as 2.01 which is included with GnuTLS, is available
3389 under GPLv2 or later.  If this incompatibility causes problems, we
3390 recommend you to disable LZO using --without-lzo.  LZO compression is
3391 not a standard TLS compression algorithm, so the impact should be
3392 minimal.
3394 *** Functions for disabling record protocol padding.
3395 Works around bugs on Nokia/Ericsson phones.
3397 *** New functions gnutls_priority_set() for setting cipher priorities easily.
3398 Priorities like "COMPAT" also enables other work arounds, such as
3399 disabling padding.
3401 *** Other minor improvements and bug fixes.
3403 ** Backwards incompatible API/ABI changes in GnuTLS 2.2
3404 To adapt to changes in the TLS extension specifications for OpenPGP
3405 and SRP, the GnuTLS API had to be modified.  This means breaking the
3406 API and ABI backwards compatibility.  That is something we try to
3407 avoid unless it is necessary.  We decided to also remove the already
3408 deprecated stub functions for X.509 to XML conversion and TLS
3409 authorization (see below) when we had the opportunity.
3411 Generally, most applications does not need to be modified.  Just
3412 re-compile them against the latest GnuTLS release, and it should work
3413 fine.
3415 Applications that use the OpenPGP or SRP features needs to be
3416 modified.  Below is a list of the modified APIs and discussion of what
3417 the minimal things you need to modify in your application to make it
3418 work with GnuTLS 2.2.
3420 Note that GnuTLS 2.2 also introduces new APIs -- such as
3421 gnutls_set_priority() that is superior to
3422 gnutls_set_default_priority() -- that you may want to start using.
3423 However, using those new APIs is not required to use GnuTLS 2.2 since
3424 the old functions continue are still supported.  This text only
3425 discuss what you minimally have to modify.
3427 *** XML related changes
3428 The function `gnutls_x509_crt_to_xml' has been removed.  It has been
3429 deprecated and only returned an error code since GnuTLS version
3430 1.2.11.  Nobody has complained, so users doesn't seem to miss the
3431 functionality.  We don't know of any other library to convert X.509
3432 certificates into XML format, but we decided (long ago) that GnuTLS
3433 isn't the right place for this kind of functionality.  If you want
3434 help to find some other library to use here, please explain and
3435 discuss your use case on help-gnutls@gnu.org.
3437 *** TLS Authorization related changes
3438 Everything related to TLS authorizations have been removed, they were
3439 only stub functions that returned an error code:
3441  GNUTLS_SUPPLEMENTAL_AUTHZ_DATA
3442  gnutls_authz_data_format_type_t
3443  gnutls_authz_recv_callback_func
3444  gnutls_authz_send_callback_func
3445  gnutls_authz_enable
3446  gnutls_authz_send_x509_attr_cert
3447  gnutls_authz_send_saml_assertion
3448  gnutls_authz_send_x509_attr_cert_url
3449  gnutls_authz_send_saml_assertion_url
3451 *** SRP related changes
3452 The callback gnutls_srp_client_credentials_function has a new
3453 prototype, and its semantic has changed.  You need to rewrite the
3454 callback, see the updated function documentation and SRP example code
3455 (doc/examples/ex-client-srp.c and doc/examples/ex-serv-srp.c) for more
3456 information.
3458 The alert codes GNUTLS_A_MISSING_SRP_USERNAME and
3459 GNUTLS_A_UNKNOWN_SRP_USERNAME are no longer used by the SRP
3460 specification, instead the GNUTLS_A_UNKNOWN_PSK_IDENTITY alert is
3461 used.  There are #define's to map the old names to the new.  You may
3462 run into problems if you have a switch-case with cases for both SRP
3463 alerts, since they are now mapped to the same value.  The solution is
3464 to drop the SRP alerts from such switch cases, as they are now
3465 deprecated in favor of GNUTLS_A_UNKNOWN_PSK_IDENTITY.
3467 *** OpenPGP related changes
3468 The function `gnutls_certificate_set_openpgp_keyserver' have been
3469 removed.  There is no replacement functionality inside GnuTLS.  If you
3470 need keyserver functionality, consider using the GnuPG tools.
3472 All functions, types, and error codes related to OpenPGP trustdb
3473 format have been removed.  The trustdb format is a non-standard
3474 GnuPG-specific format, and we recommend you to use key rings instead.
3475 The following have been removed:
3477  gnutls_certificate_set_openpgp_trustdb
3478  gnutls_openpgp_trustdb_init
3479  gnutls_openpgp_trustdb_deinit
3480  gnutls_openpgp_trustdb_import
3481  gnutls_openpgp_key_verify_trustdb
3482  gnutls_openpgp_trustdb_t
3483  GNUTLS_E_OPENPGP_TRUSTDB_VERSION_UNSUPPORTED
3485 The following functions has an added parameter of the (new) type
3486 `gnutls_openpgp_crt_fmt_t'.  The type specify the format of the data
3487 (binary or base64).  The functions are:
3488  gnutls_certificate_set_openpgp_key_file
3489  gnutls_certificate_set_openpgp_key_mem
3490  gnutls_certificate_set_openpgp_keyring_mem
3491  gnutls_certificate_set_openpgp_keyring_file
3493 To improve terminology and align with the X.509 interface, some
3494 functions have been renamed.  Compatibility mappings exists.  The old
3495 and new names of the affected functions and types are:
3497         Old name                                New name
3498  gnutls_openpgp_key_t                    gnutls_openpgp_crt_t
3499  gnutls_openpgp_key_fmt_t                gnutls_openpgp_crt_fmt_t
3500  gnutls_openpgp_key_status_t             gnutls_openpgp_crt_status_t
3501  GNUTLS_OPENPGP_KEY                      GNUTLS_OPENPGP_CERT
3502  GNUTLS_OPENPGP_KEY_FINGERPRINT          GNUTLS_OPENPGP_CERT_FINGERPRINT
3503  gnutls_openpgp_key_init                 gnutls_openpgp_crt_init
3504  gnutls_openpgp_key_deinit               gnutls_openpgp_crt_deinit
3505  gnutls_openpgp_key_import               gnutls_openpgp_crt_import
3506  gnutls_openpgp_key_export               gnutls_openpgp_crt_export
3507  gnutls_openpgp_key_get_key_usage        gnutls_openpgp_crt_get_key_usage
3508  gnutls_openpgp_key_get_fingerprint      gnutls_openpgp_crt_get_fingerprint
3509  gnutls_openpgp_key_get_pk_algorithm     gnutls_openpgp_crt_get_pk_algorithm
3510  gnutls_openpgp_key_get_name             gnutls_openpgp_crt_get_name
3511  gnutls_openpgp_key_get_version          gnutls_openpgp_crt_get_version
3512  gnutls_openpgp_key_get_creation_time    gnutls_openpgp_crt_get_creation_time
3513  gnutls_openpgp_key_get_expiration_time  gnutls_openpgp_crt_get_expiration_time
3514  gnutls_openpgp_key_get_id               gnutls_openpgp_crt_get_id
3515  gnutls_openpgp_key_check_hostname       gnutls_openpgp_crt_check_hostname
3516  gnutls_openpgp_send_key                 gnutls_openpgp_send_cert
3518 ** API and ABI modifications:
3519 No changes since last version.
3521 * Version 2.1.8 (released 2007-12-10)
3523 ** The GPL version has been changed from version 2 to version 3.
3524 This affects the self-tests, command-line tools, the libgnutls-extra
3525 library, the relevant guile parts, and the build environment.
3527 ** Added gnutls_x509_crt_get_subject_alt_name2().
3529 ** Corrected a segfault when setting an empty gnutls_priority_t
3530 at gnutls_priority_set().
3532 ** Use gettext 0.17 which updates m4/lib-*.m4 macros.
3533 Fixes a problem with spurious -L/usr/lib additions.
3535 ** API and ABI modifications:
3536 gnutls_x509_crt_get_subject_alt_name2: ADD.
3538 * Version 2.1.7 (released 2007-11-29)
3540 ** PKCS #8 parser can now encode/decode DSA keys.
3542 ** Updated gnutls_set_default_priority2() now renamed to
3543 gnutls_priority_set() and gnutls_priority_set_direct() which
3544 accept a string to indicate preferences of ciphersuite parameters.
3546 ** gnutls-cli and gnutls-serv now have a --priority option to set
3547 the priority string.
3549 ** The gnutls_*_convert_priority() functions were deprecated by
3550 the gnutls_priority_set() and gnutls_priority_set_direct().
3552 ** Internal copy of OpenCDK upgraded to version 0.6.6.
3554 ** API and ABI modifications:
3555 gnutls_priority_init: ADD.
3556 gnutls_priority_deinit: ADD.
3557 gnutls_priority_set: ADD.
3558 gnutls_priority_set_direct: ADD.
3559 gnutls_set_default_priority2: RENAMED to gnutls_priority_set_direct()
3560 gnutls_mac_convert_priority: REMOVED
3561 gnutls_compression_convert_priority: REMOVED
3562 gnutls_protocol_convert_priority: REMOVED
3563 gnutls_kx_convert_priority: REMOVED
3564 gnutls_cipher_convert_priority: REMOVED
3565 gnutls_certificate_type_convert_priority: REMOVED
3566 gnutls_set_default_priority: UNDEPRECATED
3567 gnutls_set_default_priority_export: UNDEPRECATED
3569 ** Undocumented API and ABI modifications earlier in the 2.1.x series:
3570 GNUTLS_CIPHER_UNKNOWN: ADD.
3571 GNUTLS_CIPHER_CAMELLIA_128_CBC: ADD.
3572 GNUTLS_CIPHER_CAMELLIA_256_CBC: ADD.
3573 GNUTLS_KX_UNKNOWN: ADD.
3574 GNUTLS_COMP_UNKNOWN: ADD.
3575 GNUTLS_CRT_UNKNOWN: ADD.
3576 gnutls_mac_get_id: ADD.
3577 gnutls_compression_get_id: ADD.
3578 gnutls_cipher_get_id: ADD.
3579 gnutls_kx_get_id: ADD.
3580 gnutls_protocol_get_id: ADD.
3581 gnutls_certificate_type_get_id: ADD.
3582 gnutls_handshake_post_client_hello_func: ADD.
3583 gnutls_certificate_send_x509_rdn_sequence: ADD prototype to gnutls.h.in.
3585 * Version 2.1.6 (released 2007-11-15)
3587 ** Corrected bug in decompression of expanded compression data.
3589 ** Added the --to-p8 option to certtool to convert private keys
3590 to PKCS #8 keys.
3592 ** Introduced the GNUTLS_E_BASE64_UNEXPECTED_HEADER_ERROR error code.
3594 ** gnutls_certificate_set_x509_key_* can now read PKCS #8 unencrypted
3595 private keys.
3597 ** Fixed GNUTLS_E_UNKNOWN_ALGORITHM vs GNUTLS_E_UNKNOWN_HASH_ALGORITHM.
3598 During the 2.1.x series the GNUTLS_E_UNKNOWN_HASH_ALGORITHM error code
3599 was renamed to GNUTLS_E_UNKNOWN_ALGORITHM, unfortunately without being
3600 documented.  This caused some problems (e.g., debian #450854).  To
3601 avoid backwards compatibility problems, this release revert this
3602 change, so that GNUTLS_E_UNKNOWN_HASH_ALGORITHM works just like it has
3603 done in GnuTLS 2.0.x and earlier, and add a new error code
3604 GNUTLS_E_UNKNOWN_ALGORITHM.
3606 ** Fixes several gtk-doc warnings.
3608 ** API and ABI modifications:
3609 GNUTLS_E_UNKNOWN_ALGORITHM: CHANGED.
3610 GNUTLS_E_UNKNOWN_HASH_ALGORITHM: CHANGED.
3611 GNUTLS_E_BASE64_UNEXPECTED_HEADER_ERROR: ADD.
3613 * Version 2.1.5 (released 2007-11-01)
3615 ** Fix PKCS#3 parameter export problem.
3617 ** Improve certtool queries, they now print the default value.
3619 ** Fix ABI version.
3621 ** Update gnulib files.
3623 ** API and ABI modifications:
3624 No changes since last version.
3626 * Version 2.1.4 (released 2007-10-27)
3628 ** Added the --v1 option to certtool, to allow generating X.509
3629 version 1 certificates. 
3631 ** certtool: Add option --disable-quick-random to enable the old behaviour
3632 of using /dev/random to generate keys.
3634 ** Added priority functions that accept strings.
3636 ** Added gnutls_set_default_priority2() which accepts a flag to indicate
3637 priorities preferences.
3639 ** Added gnutls_record_disable_padding() to allow servers talking to 
3640 buggy clients that complain if the TLS 1.0 record protocol padding is
3641 used.
3643 ** Introduced gnutls_session_enable_compatibility_mode() to allow enabling
3644 all supported compatibility options (like disabling padding).
3646 ** The gnutls_certificate_set_openpgp_* functions were modified to include
3647 the format. This makes the interface consistent with the x509 functions.
3649 ** Internal copy of OpenCDK upgraded to version 0.6.5.
3651 ** Update gnulib files.
3653 ** API and ABI modifications:
3654 gnutls_certificate_set_openpgp_key_mem: MODIFIED
3655 gnutls_certificate_set_openpgp_key_file: MODIFIED
3656 gnutls_certificate_set_openpgp_keyring_mem: MODIFIED
3657 gnutls_certificate_set_openpgp_keyring_file: MODIFIED
3658 gnutls_set_default_priority: DEPRECATED
3659 gnutls_set_default_priority_export: DEPRECATED
3660 gnutls_set_default_priority2: ADDED
3661 gnutls_session_enable_compatibility_mode: ADDED
3662 gnutls_record_disable_padding: ADDED
3663 gnutls_mac_convert_priority: ADDED
3664 gnutls_compression_convert_priority: ADDED
3665 gnutls_protocol_convert_priority: ADDED
3666 gnutls_kx_convert_priority: ADDED
3667 gnutls_cipher_convert_priority: ADDED
3668 gnutls_certificate_type_convert_priority: ADDED
3669 gnutls_openpgp_key_t: RENAMED to gnutls_openpgp_crt_t
3670 gnutls_openpgp_key_status_t: RENAMED to gnutls_openpgp_crt_status_t
3671 gnutls_openpgp_send_key: RENAMED to gnutls_openpgp_send_cert
3672 gnutls_openpgp_key_init: RENAMED to gnutls_openpgp_crt_init
3673 gnutls_openpgp_key_import: RENAMED to gnutls_openpgp_crt_import
3674 gnutls_openpgp_key_export: RENAMED to gnutls_openpgp_crt_export
3675 gnutls_openpgp_key_check_hostname: RENAMED to gnutls_openpgp_crt_check_hostname
3676 gnutls_openpgp_key_get_creation_time: RENAMED to gnutls_openpgp_crt_get_creation_time
3677 gnutls_openpgp_key_get_expiration_time: RENAMED to gnutls_openpgp_crt_get_expiration_time
3678 gnutls_openpgp_key_get_fingerprint: RENAMED to gnutls_openpgp_crt_get_fingerprint
3679 gnutls_openpgp_key_get_version: RENAMED to gnutls_openpgp_crt_get_version
3680 gnutls_openpgp_key_get_pk_algorithm: RENAMED to gnutls_openpgp_crt_get_pk_algorithm
3681 gnutls_openpgp_key_get_name: RENAMED to gnutls_openpgp_crt_get_name
3682 gnutls_openpgp_key_deinit: RENAMED to gnutls_openpgp_crt_deinit
3683 gnutls_openpgp_key_get_id: RENAMED to gnutls_openpgp_crt_get_id
3684 gnutls_openpgp_key_get_key_usage: RENAMED to gnutls_openpgp_crt_get_key_usage
3685 gnutls_openpgp_key_verify_ring: RENAMED to gnutls_openpgp_crt_verify_ring
3686 gnutls_openpgp_key_verify_self: RENAMED to gnutls_openpgp_crt_verify_self
3688 * Version 2.1.3 (released 2007-10-17)
3690 ** TLS authorization support removed.
3691 This technique may be patented in the future, and it is not of crucial
3692 importance for the Internet community.  After deliberation we have
3693 concluded that the best thing we can do in this situation is to
3694 encourage society not to adopt this technique.  We have decided to
3695 lead the way with our own actions.
3697 ** Re-enabled the 256 bit ciphers in the default priorities.
3699 ** Corrected bugs in openpgp key verification using a keyring (both in
3700 gnutls and opencdk)
3702 ** API and ABI modifications:
3703 gnutls_certificate_set_openpgp_keyserver: REMOVED
3704 gnutls_authz_data_format_type_t,
3705 gnutls_authz_recv_callback_func,
3706 gnutls_authz_send_callback_func,
3707 gnutls_authz_enable,
3708 gnutls_authz_send_x509_attr_cert,
3709 gnutls_authz_send_saml_assertion,
3710 gnutls_authz_send_x509_attr_cert_url,
3711 gnutls_authz_send_saml_assertion_url: REMOVED.
3712 GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATA: ADDED.  To avoid that the
3713     gnutls_supplemental_data_format_type_t enum type becomes empty.
3715 * Version 2.1.2 (released 2007-10-14)
3717 ** Removed all the trustdb code from openpgp authentication.
3718 We now use only the well-specified keyrings.
3720 ** The 256 bit ciphers are not enabled in the default priorities.
3722 ** Added support for DSA2 using libgcrypt 1.3.0.
3724 ** certtool: Fixed data corruption when using --outder.
3726 ** Removed all the xml related stubs and functions.
3728 ** Added capability to set a callback after the client hello is received
3729 by the server in order to adjust parameters before the handshake.
3731 ** SRP was corrected to adhere to the latest draft (published soon as RFC)
3733 ** Corrected bug which did not allow a server to run without supporting
3734 certificates.
3736 ** Updated the DN parser which now prints wrongly decoded values as hex
3737 strings.
3739 ** certtool: Add option --quick-random.
3740 For generating low security test credentials.
3742 ** API and ABI modifications:
3743 gnutls_x509_crt_to_xml: REMOVED
3744 gnutls_openpgp_key_to_xml: REMOVED
3745 gnutls_openpgp_key_verify_trustdb: REMOVED
3746 gnutls_openpgp_trustdb_init: REMOVED
3747 gnutls_openpgp_trustdb_deinit: REMOVED
3748 gnutls_openpgp_trustdb_import: REMOVED
3749 gnutls_certificate_set_openpgp_trustdb: REMOVED
3750 gnutls_srp_client_credentials_function: CHANGED
3751 gnutls_handshake_set_post_client_hello_function: ADDED
3752 gnutls_mac_get_key_size: ADDED
3753 GNUTLS_E_OPENPGP_TRUSTDB_VERSION_UNSUPPORTED: DEPRECATED.
3754 GNUTLS_A_MISSING_SRP_USERNAME: DEPRECATED
3755 GNUTLS_A_UNKNOWN_SRP_USERNAME: DEPRECATED
3757 * Version 2.1.1 (released 2007-09-24)
3759 ** Added support for Camellia cipher, thanks to Yoshisato YANAGISAWA.
3760 Camellia is only enabled in GnuTLS if the installed libgcrypt has been
3761 compiled with Camellia support.  See the libgcrypt documentation on
3762 how to enable it.  Unconditionally disable it using the configure
3763 option --disable-camellia.  Fixes #1.
3765 ** Properly document in the NEWS file the API change in the last release.
3767 ** API and ABI modifications:
3768 No changes since last version.
3770 * Version 2.1.0 (released 2007-09-20)
3772 ** Support for draft-rescorla-tls-opaque-prf-input-00.txt.
3773 The support is disabled by default.  Since no value has been allocated
3774 by the IANA for this extension yet, you will need to provide one
3775 yourself by invoking './configure --enable-opaque-prf-input=42'.
3776 Fixes #2.
3778 ** Example code: Fix compilation flaw under MinGW.
3780 ** API and ABI modifications:
3781 gnutls_oprfi_callback_func: ADD, new typedef function prototype.
3782 gnutls_oprfi_enable_client: ADD, new function.
3783 gnutls_oprfi_enable_server: ADD, new function.
3785 * Version 2.0.4 (released 2007-11-16)
3787 ** Corrected bug in decompression of expanded compression data.           
3789 ** API and ABI modifications:
3790 No changes since last version.
3792 * Version 2.0.3 (released 2007-11-10)
3794 ** This version backports several fixes from the 2.1.x branch.
3796 ** Fixed PKCS #3 parameter export.
3798 ** Added gnutls_record_disable_padding() to allow servers talking to
3799 buggy clients that complain if the TLS 1.0 record protocol padding is
3800 used.
3802 ** Introduced gnutls_session_enable_compatibility_mode() to allow enabling
3803 all supported compatibility options (like disabling padding).
3805 ** Corrected bug which did not allow a server to run without supporting
3806 certificates.
3808 ** API and ABI modifications:
3809 gnutls_session_enable_compatibility_mode: ADDED
3810 gnutls_record_disable_padding: ADDED
3812 * Version 2.0.2 (released 2007-10-17)
3814 ** TLS authorization support removed.
3815 This technique may be patented in the future, and it is not of crucial
3816 importance for the Internet community.  After deliberation we have
3817 concluded that the best thing we can do in this situation is to
3818 encourage society not to adopt this technique.  We have decided to
3819 lead the way with our own actions.
3821 ** certtool: Fixed data corruption when using --outder.
3823 ** Fix configure-time Guile detection.
3825 ** API and ABI modifications:
3826 GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATA: ADDED.  To avoid that the
3827     gnutls_supplemental_data_format_type_t enum type becomes empty.
3829 * Version 2.0.1 (released 2007-09-20)
3831 ** New directory doc/credentials/ with test credentials.
3832 This collects the test credentials from the web page and from src/.
3833 The script gnutls-http-serv has also been moved to that directory.
3835 ** Update SRP extension type and cipher suite with official IANA values.
3836 This breaks backwards compatibility with SRP in older versions of
3837 GnuTLS, but this is intentional to speed up the adoption of the
3838 official values.  The old values we used were incorrect.
3840 ** Guile: Fix `x509-certificate-dn-oid'
3842 ** API and ABI modifications:
3843 No changes since last version.
3845 * Version 2.0.0 (released 2007-09-04)
3847 ** Included copy of Libtasn1 upgraded to version 1.1.
3849 ** Disable building of some examples if anonymous ciphers are disabled.
3851 ** Don't build examples for disabled features.
3853 ** API and ABI modifications:
3854 No changes since last version.
3856 * Version 1.7.19 (released 2007-08-27)
3858 ** Fix gnutls_error_is_fatal so that positive "errors" are non-critical.
3859 This solves connection problems in mutt, see
3860 <http://bugs.debian.org/439640>.
3862 ** Update gnulib files.
3863 In particular, the getpass module -- with its dependencies on getline,
3864 getdelim, fseeko etc -- where moved from the lgl/ (used by the core
3865 library) directory to the gl/ directory (only used by the command line
3866 tools).  The reason is that getpass is now only used by the
3867 command-line tools, and reducing the number of gnulib modules linked
3868 to the core library helps portability and reduces size.
3870 ** Fix warnings.
3872 ** Disable building of PGP examples if PGP is disabled.
3874 ** Included copy of OpenCDK upgraded to version 0.6.4.
3876 ** API and ABI modifications:
3877 No changes since last version.
3879 * Version 1.7.18 (released 2007-08-16)
3881 ** Install images for the info manual.
3882 This has a side effect of renaming the images.  See
3883 <http://thread.gmane.org/gmane.comp.tex.texinfo.bugs/3533> for
3884 discussions on the approach chosen.
3886 ** Fix pointer mix to variables of different size.
3887 Patch extracted from
3888 <http://cvs.fedora.redhat.com/viewcvs/devel/gnutls/gnutls-1.6.3-incompat-pointers.patch?rev=1.1&view=auto>.
3890 ** Fix warnings during build.
3891 Thanks to Andreas Metzler <ametzler@downhill.at.eu.org>.
3893 ** API and ABI modifications:
3894 No changes since last version.
3896 * Version 1.7.17 (released 2007-08-15)
3898 ** New functions to perform external signing.
3899 Set the signing callback function (of the gnutls_sign_func prototype)
3900 using the gnutls_sign_callback_set function.  In the callback, you may
3901 find the new functions gnutls_x509_privkey_sign_hash and
3902 gnutls_openpgp_privkey_sign_hash useful.  A new function
3903 gnutls_sign_callback_get is also added, to retrieve the function
3904 pointer.  Thanks to "Alon Bar-Lev" <alon.barlev@gmail.com> for
3905 comments and testing.
3907 ** New self test of client and server authenticated X.509 TLS sessions.
3908 See tests/x509self.c and tests/x509signself.c.  The latter also tests
3909 the new external signing callback interface.
3911 ** New errors GNUTLS_E_APPLICATION_ERROR_MIN..GNUTLS_E_APPLICATION_ERROR_MAX.
3912 These two actually describe the outer limits of a range of error codes
3913 reserved to the application.  All of the errors are treated as fatal
3914 by the library (it has to since it doesn't know the semantics of the
3915 error codes).  This can be useful in callbacks, to signal some
3916 application-specific error condition, which will usually eventually
3917 cause some gnutls API to return the same error code as the callback,
3918 which then can be inspected by the application.  Note that error codes
3919 are negative.
3921 ** gnutls_set_default_priority now disable TLS 1.2 by default.
3922 The RFC is not released yet, and we're approaching a major release so
3923 let's not enable it just yet.
3925 ** Fix namespace so that gnutls_*_t is used consistently.
3926 Before, many places in the GnuTLS code used the old deprecated type
3927 names without the '_t' suffix.
3929 ** Build fixes for Guile code.
3930 Patch from Ludovic Courtes <ludovic.courtes@laas.fr>.
3932 ** More documentation fixes.
3933 In particular, the section headings were modified for casing.  By
3934 Ludovic Courtes <ludovic.courtes@laas.fr>.
3936 ** Updated Polish and Swedish translations.
3937 Thanks to Jakub Bogusz <qboosh@pld-linux.org> and Daniel Nylander
3938 <po@danielnylander.se>.
3940 ** API and ABI modifications:
3941 gnutls_sign_func: ADD, new type for sign callback.
3942 gnutls_sign_callback_set: ADD, new function to set sign callback.
3943 gnutls_sign_callback_get: ADD, new function to retrieve sign callback.
3944 gnutls_x509_privkey_sign_hash,
3945 gnutls_openpgp_privkey_sign_hash: ADD, new functions useful in sign callback.
3946 GNUTLS_E_APPLICATION_ERROR_MIN,
3947 GNUTLS_E_APPLICATION_ERROR_MAX: ADD, new CPP #defines for error codes.
3949 * Version 1.7.16 (released 2007-08-07)
3951 ** Fix sanity checks and return values in certificate selection.
3952 In some cases, GnuTLS omitted to report suitable error codes when no
3953 suitable certificate was found.
3955 ** Fix gnutls-cli starttls EOF on Mac OS X.
3956 Thanks to Hal Eden <n.mavrogiannopoulos@gmail.com>.
3958 ** Documentation fixes.
3959 In particular, the section headings were modified for casing.  By
3960 Ludovic Courtes <ludovic.courtes@laas.fr>.
3962 ** Update gnulib files.
3964 ** API and ABI modifications:
3965 No changes since last version.
3967 * Version 1.7.15 (released 2007-07-02)
3969 ** Fix self-tests key-id under mingw32.
3971 ** Test that the Guile header files are recent enough to work.
3972 Before we just tested that the command line tool 'guile' was recent
3973 enough, which may not be sufficient if you still have an old
3974 libguile.h header installed.
3976 ** Guile bindings are now installed under $prefix by default.
3977 Use --without-guile-site-dir to install it under $pkgdatadir/site/
3978 where $pkgdatadir is as returned by "guile-config info pkgdatadir".
3979 Use --with-guile-site-dir=/your/own/path to specify the path manually.
3980 The default, --with-guile-site-dir, will install the Guile bindings
3981 under $datadir/guile/site.  There is a new section 'Guile
3982 Preparations' in the manual that discuss these issues.
3984 ** Fix run-time library path ordering in linking the Guile bindings.
3986 ** Improved manual on downloading, installing, getting help, bug reports etc.
3987 Suggested by Ludovic Courtès <ludovic.courtes@laas.fr>.
3989 ** Add Malay message translations.
3990 Thanks to Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>.
3992 ** API and ABI modifications:
3993 No changes since last version.
3995 * Version 1.7.14 (released 2007-06-26)
3997 ** Don't enable Guile bindings unless we have Guile 1.8 or later.
3998 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
4000 ** Fix memory leak during DSA signature verification.
4001 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
4003 ** Fix crash in gnutls-cli when TLS handshake fails.
4004 Reported by Marc Haber <mh+debian-bugs@zugschlus.de> and Andreas
4005 Metzler <ametzler@downhill.at.eu.org> via Debian BTS #429183, see
4006 <http://bugs.debian.org/429183>.
4008 ** Minor OpenPGP fixes in stream_to_datum.
4009 Patch from Timo Schulz <twoaday@freakmail.de> and Ludovic Courtès
4010 <ludovic.courtes@laas.fr>.
4012 ** Fix off-by-one in TLS 1.2 handshake.
4013 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
4015 ** Minor Guile binding self-test cleanup.
4016 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
4018 ** Update gnulib files.
4020 ** API and ABI modifications:
4021 No changes since last version.
4023 * Version 1.7.13 (released 2007-06-11)
4025 ** OpenCDK copy updated to version 0.6.3.
4027 ** Build fixes for GnuTLS Guile bindings.
4028 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
4030 ** Build fix for GTK-DOC manual.
4032 ** Update gnulib files.
4034 ** API and ABI modifications:
4035 No changes since last version.
4037 * Version 1.7.12 (released 2007-06-08)
4039 ** Guile bindings for GnuTLS have been included.
4040 Contributed by Ludovic Courtès <ludovic.courtes@laas.fr>.  There is a
4041 new chapter 'Guile Bindings' in the manual.
4043 ** Have PKCS8 parser return better error codes.
4044 Reported by Nate Nielsen <nielsen-list@memberwebs.com>, see
4045 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001653.html> and
4046 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001654.html>.
4048 ** Fix mem leak for sessions with client authentication via certificates.
4049 Reported by Andrew W. Nosenko <andrew.w.nosenko@gmail.com>, see
4050 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-April/001539.html>.
4052 ** Fix mem leaks.
4053 Reported by Dennis Vshivkov <walrus@amur.ru>, see
4054 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333050>.  Added
4055 self-test tests/parse_ca.c to test regressions.
4057 ** Fix build failures related to missing images in manual.
4058 Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
4060 ** Update gnulib files.
4062 ** API and ABI modifications:
4063 No changes since last version.
4065 * Version 1.7.11 (released 2007-05-26)
4067 ** Include opencdk.h in the release.
4068 Reported by Roman Bogorodskiy <novel@FreeBSD.org>.
4070 ** API and ABI modifications:
4071 No changes since last version.
4073 * Version 1.7.10 (released 2007-05-25)
4075 ** New API functions to extract DER encoded X.509 Subject/Issuer DN.
4076 Suggested by Nate Nielsen <nielsen-list@memberwebs.com>.
4078 ** Update of gnulib files.
4080 ** GnuTLS is now developed in GIT instead of CVS.
4081 See <http://repo.or.cz/w/gnutls.git> for a public repository.
4083 ** API and ABI modifications:
4084 gnutls_x509_crt_get_raw_issuer_dn: ADD.
4085 gnutls_x509_crt_get_raw_dn: ADD.
4087 * Version 1.7.9 (released 2007-05-12)
4089 ** X.509 certificates are preferred over OpenPGP keys.
4090 This is a change in the semantics of gnutls_set_default_priority.
4092 ** The included copy of OpenCDK has been updated to 0.6.1.
4093 There has been some API changes in OpenCDK, and the GnuTLS layer have
4094 been modified as well.  Note that while there are API/ABI incompatible
4095 changes in OpenCDK, this does not influence GnuTLS's API/ABI because
4096 its API/ABI have not changed.  From this version on, GnuTLS requires
4097 OpenCDK 0.6.0 or later.
4099 ** Fix build failure caused by missing doc/gnutls-logo.pdf.
4101 ** Change certtool's default serial number from 0 to a time-based value.
4103 ** Fix X.509 signing with RSA-PKCS#1 to set a NULL parameters fields.
4104 Before, we remove the parameters field, which resulted in a slightly
4105 different DER encoding which in turn caused signature verification
4106 failures of GnuTLS-generated RSA certificates in some other
4107 implementations (e.g., GnuPG 2.x's gpgsm).  Depending on which RFCs
4108 you read, this may or may not be correct, but our new behaviour appear
4109 to be consistent with other widely used implementations.
4111 ** Fix mem leaks in gnutls_x509_crt_print.
4113 ** API and ABI modifications:
4114 No changes since last version.
4116 * Version 1.7.8 (released 2007-04-16)
4118 ** Added examples for the authorization extension.
4119 See doc/examples/ex-client-authz.c and doc/examples/ex-serv-authz.c.
4121 ** The examples only use gnutls_set_default_priority().
4122 The exception is when DH_ANON is needed.
4124 ** Improve gnutls_set_default_priority() priorities.
4125 The new approach is for it to try and negotiate all secure and
4126 standard mechanisms available.  Currently, DH_ANON ciphersuites and
4127 LZO compressions are not enabled by default, because they are,
4128 respectively, insecure and non-standardized.  Note that TLS 1.2 will
4129 not be enabled by default in non-experimental release until it has
4130 been approved by the IETF.
4132 ** gnutls-cli and gnutls-serv now uses the library's default priorities.
4133 This means that to get DH_ANON and LZO compression, you'll need to
4134 specify that manually using '--kx anon' or '--comp lzo'.
4136 ** Minor fixes to the human display format of X.509 certificates.
4138 ** New APIs to extract Distinguished Name's from X.509 certificates.
4139 Based on patch from Howard Chu <hyc@symas.com>.
4141 ** Improved library searching for opencdk.
4142 It will now add the appropriate -R or -Wl,-rpath flags as necessary.
4143 The deprecated opencdk.m4 is no longer used.
4145 ** New APIs to list supported algorithms in the library.
4146 The APIs are gnutls_cipher_list, gnutls_mac_list,
4147 gnutls_compression_list, gnutls_protocol_list,
4148 gnutls_certificate_type_list, gnutls_kx_list, and
4149 gnutls_cipher_suite_info.  Suggested by Howard Chu <hyc@symas.com>.
4151 ** The gnutls_x509_crt_get_key_id API now handle non-RSA/DSA keys.
4153 ** New configure option --disable-tls-authorization to disable tls-authz.
4155 ** Fix prototype for `gnutls_psk_set_client_credentials'.
4156 The last parameter was renamed from 'flags' to 'format' and the type
4157 changed from 'unsigned int' to 'gnutls_psk_key_flags' (an enum type),
4158 which shouldn't cause any ABI changes.  Reported by ludo@chbouib.org
4159 (Ludovic Courtès).
4161 ** Fix allocation in gnutls_certificate_set_openpgp_key.
4162 Tiny patch from ludo@chbouib.org (Ludovic Courtès).
4164 ** API and ABI modifications:
4165 gnutls_x509_dn_t: ADD.
4166 gnutls_x509_ava_st: ADD.
4167 gnutls_x509_crt_get_subject,
4168 gnutls_x509_crt_get_issuer: ADD.
4169 gnutls_x509_dn_get_rdn_ava: ADD.
4170 gnutls_cipher_list: ADD.
4171 gnutls_mac_list: ADD.
4172 gnutls_compression_list: ADD.
4173 gnutls_protocol_list: ADD.
4174 gnutls_certificate_type_list: ADD.
4175 gnutls_kx_list: ADD.
4176 gnutls_cipher_suite_info: ADD.
4178 * Version 1.7.7 (released 2007-02-22)
4180 ** Support for supplemental handshake messages and authorization data.
4181 Supplemental data is described in RFC 4680 and the authorization
4182 extensions in draft-housley-tls-authz-extns-07.
4184 ** Support for authorization data in gnutls-cli and gnutls-serv.
4185 New parameters --authz-x509-attr-cert and --authz-saml-assertion.
4187 ** Fix for gnutls_x509_crt_check_hostname.
4188 Before it would have reported that the certificate matched a hostname
4189 when it did not have any dNSName or any CN field.  Report and tiny
4190 patch from "Richard W.M. Jones" <rjones@redhat.com>.
4192 ** New self test for RFC 2818 comparison in gnutls_x509_crt_check_hostname.
4193 Tests regressions of the bug, and several other features.
4195 ** GnuTLS now matches URI's with IP Addresses against iPAddress SAN's.
4196 Before there were no support for iPAddress SAN's during comparison.
4198 ** New API to print information about CRL's.
4199 The function is gnutls_x509_crl_print.
4201 ** New API to extract signature value from CRL's.
4202 The function is gnutls_x509_crl_get_signature.
4204 ** Support for directoryName Subject Alternative Name's.
4205 The gnutls_x509_crt_get_subject_alt_name function returns the DN as a
4206 string in the provided buffer.
4208 ** Internal improvements to certtool.
4209 It uses gnutls_x509_crl_print to print CRL information.  It uses some
4210 more gnulib modules to simplify error handling.
4212 ** API and ABI modifications:
4213 GNUTLS_HANDSHAKE_SUPPLEMENTAL: ADD, new gnutls_handshake_description_t element.
4214 gnutls_supplemental_data_format_type_t: ADD.
4215 gnutls_authz_data_format_type_t: ADD.
4216 gnutls_supplemental_get_name: ADD.
4217 gnutls_authz_recv_callback_func,
4218 gnutls_authz_send_callback_func: ADD, callback prototypes.
4219 gnutls_authz_enable: ADD.
4220 gnutls_authz_send_x509_attr_cert,
4221 gnutls_authz_send_saml_assertion,
4222 gnutls_authz_send_x509_attr_cert_url,
4223 gnutls_authz_send_saml_assertion_url: ADD.
4224 GNUTLS_SAN_DN: ADD, new gnutls_x509_subject_alt_name_t element.
4225 gnutls_x509_crl_print: ADD.
4226 gnutls_x509_crl_get_signature: ADD.
4228 * Version 1.7.6 (released 2007-02-12)
4230 ** Support for 'otherName' Subject Alternative Names.
4231 The existing API gnutls_x509_crt_get_subject_alt_name may now return
4232 the new type GNUTLS_SAN_OTHERNAME together with the otherName value.
4233 To find out the otherName OID (necessary for proper parsing of the
4234 value), use the new API gnutls_x509_crt_get_subject_alt_othername_oid.
4235 For known OIDs, gnutls_x509_crt_get_subject_alt_othername_oid will
4236 return "virtual" SAN values, e.g., GNUTLS_SAN_OTHERNAME_XMPP to
4237 simplify OID matching.  Suggested by Matthias Wimmer <m@tthias.eu>.
4239 ** Certtool can print otherName SAN values for certificates.
4240 For known otherName OIDs (currently only id-on-xmppAddr as defined by
4241 RFC 3920), it will also print the name.
4243 ** Fix TLS 1.2 RSA signing in servers.
4244 Before it used the old-style MD5+SHA1 signature, but the TLS
4245 signatures should be normal PKCS#1 signatures.  FYI, we use and
4246 require that DigestInfo parameters are present and NULL for TLS 1.2.
4248 ** Add APIs to access X.509 extensions sequentially.
4249 The existing APIs gnutls_x509_crt_get_extension_oid() and
4250 gnutls_x509_crt_get_extension_by_oid() does not permit callers to
4251 inspect the extensions in the order defined by the certificate.
4253 ** Add API to extract signature value from X.509 certificates.
4254 The function is gnutls_x509_crt_get_signature.
4256 ** Fix crash when generating proxy certificates in batch mode.
4257 If you don't specify a proxy policy in batch mode, it will use
4258 id-ppl-inheritALL.
4260 ** Add API to print information about X.509 certificates.
4261 The function is gnutls_x509_crt_print.
4263 ** Certtool uses the new API gnutls_x509_crt_print to print certificate info.
4264 One consequence of this is that the output syntax has changed
4265 slightly.  Some more fields are printed.
4267 ** Doc fixes.
4269 ** API and ABI modifications:
4270 gnutls_x509_crt_print: ADD
4271 gnutls_certificate_print_formats_t: ADD, new enum.
4272 gnutls_x509_crt_get_signature: ADD.
4273 gnutls_x509_crt_get_extension_data: ADD.
4274 gnutls_x509_crt_get_extension_info: ADD.
4275 gnutls_x509_crt_get_subject_alt_othername_oid: ADD.
4276 GNUTLS_SAN_OTHERNAME: ADD, new gnutls_x509_subject_alt_name_t element.
4277 GNUTLS_SAN_OTHERNAME_XMPP: ADD, new gnutls_x509_subject_alt_name_t element.
4279 * Version 1.7.5 (released 2007-02-06)
4281 ** Servers won't negotiate SRP RSA/DSS cipher suites if no SRP credential
4282 ** is set.
4284 ** Default behaviour for the gnutls-cli and gnutls-serv tools improved.
4286 ** Fix --list output for gnutls-cli and gnutls-serv.
4287 Mention TLS1.2, SHA512 etc.
4289 ** Manual contains new section on setting up a test HTTP server.
4290 A server set up following those descriptions are available online via
4291 <http://www.gnutls.org/server.html>.
4293 ** Update of gnulib files.
4295 ** API and ABI modifications:
4296 No changes since last version.
4298 * Version 1.7.4 (released 2007-02-05)
4300 ** Support for RSA signing using SHA-256/384/512.
4301 A new self test "sha2" tries to build a long X.509 certificate chain
4302 testing all new hashes.
4304 ** The gnutls-serv tool now use static DH parameters if none are supplied.
4306 ** Discuss proxy certificates in the manual.
4308 ** Improve bibliographical citations in the manual.
4310 ** Update of gnulib files.
4312 ** Fix certtool template handling of pathLenConstraints.
4313 It now defaults to -1 instead of 0, which causes the field to be
4314 missing unless the template specify it.
4316 ** API and ABI modifications:
4317 GNUTLS_MAC_SHA256,
4318 GNUTLS_MAC_SHA384,
4319 GNUTLS_MAC_SHA512: New gnutls_mac_algorithm_t values.
4320 GNUTLS_DIG_SHA256,
4321 GNUTLS_DIG_SHA384,
4322 GNUTLS_DIG_SHA512: New gnutls_digest_algorithm_t values.
4323 GNUTLS_SIGN_RSA_SHA256,
4324 GNUTLS_SIGN_RSA_SHA384,
4325 GNUTLS_SIGN_RSA_SHA512: New gnutls_sign_algorithm_t values.
4327 * Version 1.7.3 (released 2007-02-01)
4329 ** New option to certtool: --generate-proxy.
4330 This will generate a Proxy Certificate from an end entity certificate.
4331 Proxy Certificates are documented in RFC 3820.  You will need to
4332 specify the proxy certificate's private key with --load-privkey, the
4333 user certificate with --load-certificate and the private key used to
4334 sign the new proxy certificate with --load-ca-privkey.  Certtool will
4335 query for proxy path length and the policy language OID.  Currently
4336 only OIDs that have an empty policy are supported (which includes the
4337 two OIDs defined by RFC 3820).
4339 ** Certtool --certificate-info now prints information for Proxy Certificates.
4340 Before the proxy extension was just printed as DER encoded data.
4342 ** New APIs to set proxy subject names and get/set proxy cert extension.
4344 ** Fix parsing of pathLenConstraints in BasicConstraints with missing cA.
4346 ** Added self-test to test for regressions of pathLenConstraint bug.
4347 Incidentally, this also test (some) other regressions or changes in
4348 the output from certtool --certificate-info.
4350 ** When certtool generates CA certificates, pressing enter on the path
4351 ** length constraint query will now remove the field.
4352 Before it set the path length constraint to 0, which is a rather poor
4353 default.
4355 ** Certtool now print times in UTC when printing certificate/CRL info.
4357 ** Add better fix to work around C++ compiler bug on Mac OS X.
4358 Reported and tiny patch provided by Matthias Scheler <tron@NetBSD.org>.
4360 ** Fix import of ASCII armored OpenPGP keys.
4361 Patch by ludovic.courtes@laas.fr (Ludovic Courtès).
4363 ** Update of gnulib files.
4365 ** API and ABI modifications:
4366 gnutls_x509_crt_set_proxy_dn: ADD.
4367 gnutls_x509_crt_set_proxy: ADD.
4368 gnutls_x509_crt_get_proxy: ADD.
4370 * Version 1.7.2 (released 2007-01-14)
4372 ** Certtool now print the value of the pathLenConstraints field for certs.
4374 ** Certtool now query for path length constraints when generating CA certs.
4375 For batch uses, the certtool configuration name is "path_len".
4376 Suggested by Sascha Ziemann <sascha.ziemann@secunet.com>.
4378 ** Add new API to get/set pathLenConstraint in the Basic Constraints.
4379 The new functions gnutls_x509_crt_get_basic_constraints and
4380 gnutls_x509_crt_set_basic_constraints provide a superset of the
4381 functionality in the old gnutls_x509_crt_get_ca_status and
4382 gnutls_x509_crt_set_ca_status (respectively), but the old functions
4383 will continue to be supported.
4385 ** Add new API in OpenCDK to extract public/secret OpenPGP key to S-expr.
4386 The functions are cdk_pubkey_to_sexp and cdk_seckey_to_sexp.  A proper
4387 OpenCDK release with this patch will be made soon, which should bump
4388 the OpenCDK version number.  Patch by Mario Lenz <mario.lenz@gmx.net>.
4390 ** Certtool --to-p12 can now store more than one certificate in the blob.
4391 Before it could only store one certificate, but now it will read and
4392 store as many certificate there are from the --load-certificate file.
4393 Suggested by Sascha Ziemann <sascha.ziemann@secunet.com>.
4395 ** Clean up separation of gnutls and gnutls-extra for OpenPGP.
4396 In particular, the OpenPGP function variables are no longer part of
4397 the exported libgnutls interface, and no header files from
4398 libgnutls-extra (GPL) are needed by libgnutls (LGPL).  The variables
4399 were never intended for non-internal purposes, and thus this does not
4400 imply a change in the external API/ABI.
4402 ** Print URL to gaa when missing, and fix srcdir!=builddir for GAA files.
4403 Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
4405 ** GnuTLS no longer uses -mms-bitfields --enable-runtime-pseudo-reloc.
4406 Before these parameters were set to make GnuTLS build under mingw32,
4407 however, they appear to no longer be necessary.
4409 ** A minor fix to the C++ library to make it build.
4410 Reported by Pavlov Konstantin <thresh@altlinux.ru>.
4412 ** Update of gnulib files.
4414 ** API and ABI modifications:
4415 gnutls_x509_crt_get_basic_constraints: ADD.
4416 gnutls_x509_crt_set_basic_constraints: ADD.
4417 cdk_pubkey_to_sexp: ADD (in opencdk).
4418 cdk_seckey_to_sexp: ADD (in opencdk).
4420 * Version 1.7.1 (released 2006-12-28)
4422 ** TLS 1.2 server side fix.
4423 The Certificate Request sent did not contain the list of supported
4424 hashes field, thus violating the protocol.  It will now contain an
4425 empty list.  Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
4427 ** TLS 1.2 DSA signature verification fix.
4428 Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
4430 ** Fix the list of trusted CAs that server's send to clients.
4431 Before, the list contained issuer DN's instead of subject DN's of the
4432 trusted CAs.  Reported by Max Kellermann <max@duempel.org>.
4434 ** Fix gnutls_certificate_set_x509_crl to initialize the CRL before using it.
4435 Also added a self-test in tests/certificate_set_x509_crl.c to test the
4436 function.  Reported by Max Kellermann <max@duempel.org>.
4438 ** Encode UID fields in DN's as DirectoryString.
4439 Before GnuTLS encoded and parsed UID fields as IA5String.  This was
4440 incorrect, it should have used DirectoryString.  Now it will use
4441 DirectoryString for the UID field, but for backwards compatibility it
4442 will also accept IA5String UID's.  Reported by Max Kellermann
4443 <max@duempel.org>.
4445 ** Improve out-of-sourcedir builds from CVS.
4446 Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
4448 ** Bootstrap tools changed.
4449 We now require autoconf 2.61, automake 1.10, and gettext 0.16, when
4450 building GnuTLS from CVS.  Libtool 1.5.22 is used.
4452 ** Fixed a syntax error in lib/gnutls.asn.
4453 Reported by Paul Millar <p.millar@physics.gla.ac.uk>.
4455 ** Added German translation of GnuTLS messages.
4457 ** Update of gnulib files.
4459 ** API and ABI modifications:
4460 No changes since last version.
4462 * Version 1.7.0 (released 2006-11-29)
4464 ** The default protocol priority try TLS 1.1 and TLS 1.2 too.
4465 The details is that the protocol priority set by
4466 `gnutls_set_default_priority' has been changed from TLS 1.0 and SSL
4467 3.0 to TLS 1.2, TLS 1.1, TLS 1.0 and SSL 3.0.
4469 ** Preliminary support for TLS 1.2.
4470 The client has been successfully tested against
4471 https://www.mikestoolbox.org:4433/.
4473 ** Anonself test now print a lot of debugging info, including TLS version.
4475 ** Doc fixes in OpenCDK, to avoid some gtk-doc warnings.
4477 ** Update of gnulib files.
4479 ** API and ABI modifications:
4480 GNUTLS_TLS1_2: New gnutls_protocol_t enum member.
4482 *** Pulled up from stable 1.6.x branch:
4484 ** Fix ./configure failure with non-GCC compilers.
4485 This fixes the following error message:
4486 configure: error: conditional "HAVE_LD_OUTPUT_DEF" was never defined.
4487 Reported by "Michael C. Vergallen" <mvergall@telenet.be>.
4489 * Version 1.6.3 (released 2007-05-26)
4491 ** New API functions to extract DER encoded X.509 Subject/Issuer DN.
4492 Suggested by Nate Nielsen <nielsen-list@memberwebs.com>.  Backported
4493 from the 1.7.x branch, see
4494 <http://lists.gnu.org/archive/html/help-gnutls/2007-05/msg00029.html>.
4496 ** Have PKCS8 parser return better error codes.
4497 Reported by Nate Nielsen <nielsen-list@memberwebs.com>, see
4498 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001653.html> and
4499 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001654.html>.
4501 ** Fix mem leak for sessions with client authentication via certificates.
4502 Reported by Andrew W. Nosenko <andrew.w.nosenko@gmail.com>, see
4503 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-April/001539.html>.
4505 ** Fix building of 'tlsia' self test.
4506 Earlier some gcc are known to build tlsia linking to
4507 $prefix/lib/libgnutls-extra.so rather than the libgnutls-extra.so in
4508 the build directory, even though command line parameters look OK.
4509 Changing order of some parameters fixes it.
4511 ** API and ABI modifications:
4512 gnutls_x509_crt_get_raw_issuer_dn: ADD.
4513 gnutls_x509_crt_get_raw_dn: ADD.
4515 * Version 1.6.2 (released 2007-04-18)
4517 ** Fix X.509 signing with RSA-PKCS#1 to set a NULL parameters fields.
4518 Before, we remove the parameters field, which resulted in a slightly
4519 different DER encoding which in turn caused signature verification
4520 failures of GnuTLS-generated RSA certificates in some other
4521 implementations (e.g., GnuPG 2.x's gpgsm).  Depending on which RFCs
4522 you read, this may or may not be correct, but our new behaviour appear
4523 to be consistent with other widely used implementations.
4525 ** Regenerate the PKIX ASN.1 syntax tree.
4526 For some reason, after changing the ASN.1 type of ldap-UID in the last
4527 release, the generated C file built from the ASN.1 schema was not
4528 refreshed.  This can cause problems when reading/writing UID
4529 components inside X.500 Distinguished Names.  Reported by devel
4530 <dev001@pas-world.com>.
4532 ** Updated translations.
4534 ** API and ABI modifications:
4535 No changes since last version.
4537 * Version 1.6.1 (released 2006-12-28)
4539 ** Fix the list of trusted CAs that server's send to clients.
4540 Before, the list contained issuer DN's instead of subject DN's of the
4541 trusted CAs.  Reported by Max Kellermann <max@duempel.org>.
4543 ** Fix gnutls_certificate_set_x509_crl to initialize the CRL before using it.
4544 Reported by Max Kellermann <max@duempel.org>.
4546 ** Encode UID fields in DN's as DirectoryString.
4547 Before GnuTLS encoded and parsed UID fields as IA5String.  This was
4548 incorrect, it should have used DirectoryString.  Now it will use
4549 DirectoryString for the UID field, but for backwards compatibility it
4550 will also accept IA5String UID's.  Reported by Max Kellermann
4551 <max@duempel.org>.
4553 ** Fix ./configure failure with non-GCC compilers.
4554 This fixes the following error message:
4555 configure: error: conditional "HAVE_LD_OUTPUT_DEF" was never defined.
4556 Reported by "Michael C. Vergallen" <mvergall@telenet.be>.
4558 ** API and ABI modifications:
4559 No changes since last version.
4561 * Version 1.6.0 (released 2006-11-17)
4563 ** No changes since 1.5.5.
4564 The major changes compared to the 1.4.x branch are:
4566 *** A GnuTLS C++ library is part of the official distribution.
4567 Currently there are no examples or documentation, but hopefully this
4568 will change.  See gnutlsxx.h for the API.
4570 *** Windows is a supported platform.
4571 There are, however, two know bugs.  One is related to select() in
4572 command line tools (not, nota bene, in the library), the other is a
4573 problem with libgcrypt that causes delays.  Help is needed to resolve
4574 those issues, so we feel we can't delay the release because of this.
4576 *** New APIs for custom push/pull function error reporting.
4577 The new APIs are gnutls_transport_set_errno and
4578 gnutls_transport_set_global_errno.  See the release notes for version
4579 1.5.4 for more information.
4581 *** Self tests are run under valgrind, if available.  See --disable-valgrind.
4583 * Version 1.5.5 (released 2006-11-16)
4585 ** Correctly bump shared library version after adding new APIs.
4586 This was forgotten in the last release.
4588 ** Fix unsigned vs signed problem in ex-x509-info.c example.
4589 Reported by Tim Kosse <tim.kosse@filezilla-project.org>.
4591 ** Fix the rsa-md5-collision self test to work for MinGW+Wine.
4593 ** Update of gnulib files.
4595 ** API and ABI modifications:
4596 No changes since last version.
4598 * Version 1.5.4 (released 2006-11-07)
4600 ** New API functions to set errno in push/pull functions.
4601 Under Windows, setting the errno variable in a push/pull replacement
4602 may end up setting the wrong errno variable, and GnuTLS send/recv
4603 functions become confused about the real errno returned from a failed
4604 push/pull function.  Therefor, we have added two APIs to set the errno
4605 variable used by GnuTLS.  The APIs can also help to keep things
4606 thread-safe, by avoiding potentially global variables.  Typically,
4607 instead of setting errno in your push/pull function, you will call one
4608 of these functions.  It is recommended to use
4609 gnutls_transport_set_errno, but if you don't have the session variable
4610 easily accessible in the push/pull replacement function, you can use
4611 gnutls_transport_set_global_errno.  Suggested by Tim Kosse
4612 <tim.kosse@filezilla-project.org>.
4614 void gnutls_transport_set_errno (gnutls_session_t session, int err);
4615 void gnutls_transport_set_global_errno (int err);
4617 ** When calling `recv' or `send' Windows errors are handled properly.
4618 The Windows recv/send functions doesn't use errno, and GnuTLS now use
4619 WSAGetLastError to access the error condition instead.
4621 ** Several OpenPGP API fixes.
4622 All suggested by ludovic.courtes@laas.fr (Ludovic Courtès).  The most
4623 important fix is to change the return value of
4624 gnutls_openpgp_privkey_get_pk_algorithm and
4625 gnutls_openpgp_key_get_pk_algorithm from 'int' to
4626 'gnutls_pk_algorithm_t', which is an enum type (and thus API/ABI
4627 compatible with 'int').
4629 ** When a GnuTLS server receive a SSLv2 Client Hello for an unknown TLS
4630 ** version, try to negotiate the highest version support by the GnuTLS server,
4631 ** instead of the lowest.
4632 Reported by <Pasi.Eronen@nokia.com>.
4634 ** Replace old constructs with use of gnulib modules.
4635 For example, we can now assume unistd.h, sys/stat.h, sys/socket.h in
4636 the code.  If the headers doesn't exist on the target system, gnulib
4637 will make sure its replacement header files are used instead.
4639 ** Fix SOVERSION computation for *.def files.
4640 This fixes build errors similar to "No rule to make target
4641 `libgnutls-`expr', needed by `all-am'." when building for Windows.
4643 ** gnutls_check-version uses strverscmp from gnulib.
4645 ** Update of gnulib files.
4647 ** API and ABI modifications:
4648 gnutls_transport_set_errno: ADD
4649 gnutls_transport_set_global_errno: ADD
4651 * Version 1.5.3 (released 2006-10-26)
4653 ** Add new self-test of RSA-MD5 signature chains.
4654 Note that we already, since GnuTLS 1.2.9, reject RSA-MD5 signatures
4655 when verifying X.509 chains.  The code is in tests/rsa-md5-collision/
4656 and is based on the work by Marc Stevens et al, see
4657 <http://www.win.tue.nl/hashclash/TargetCollidingCertificates/>.
4659 ** Re-factor self tests.
4661 ** The include copy of Libtasn1 is updated to version 0.3.7.
4663 ** The included copy of OpenCDK is updated to version 0.5.11.
4665 ** Fix the filename of the *.def file on Windows after library version bump.
4667 ** Separated the gnulib directory into one for LGPL modules and one for GPL.
4668 This allows the GPL'd part of GnuTLS to take advantage of the GPL'd
4669 gnulib modules.  Earlier we could only use the LGPL'ed module from
4670 gnulib, because two gnulib directories in the same project didn't
4671 work.
4673 ** API and ABI modifications:
4674 No changes since last version.
4676 * Version 1.5.2 (released 2006-10-03)
4678 ** Decrement the shared library version back to 13 (as in the 1.4.x branch).
4679 Note that if you installed 1.5.0 or 1.5.1, they will have a higher
4680 shared library version than this version, so you'll have to remove
4681 them and possibly relink your applications.  The reason for this is
4682 that no API/ABI changes have been made since the 1.4.x branch, and
4683 that incrementing the shared library version was a mistake.  Reported
4684 by Andreas Metzler <ametzler@downhill.at.eu.org>.
4686 ** Fix off-by-one error when computing length to malloc.
4687 The code is used by gnutls_openpgp_add_keyring_file and
4688 gnutls_openpgp_add_keyring_mem.  Reported by "Adam Langley"
4689 <agl@imperialviolet.org>.
4691 ** Add version script for the GnuTLS C++ library.
4692 Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
4694 ** Fix the C++ compiler detection logic.
4695 Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
4697 ** Update of gnulib files.
4699 ** API and ABI modifications:
4700 No changes since last version.
4702 * Version 1.5.1 (released 2006-09-21)
4704 ** Fix PKCS#1 verification to avoid a variant of Bleichenbacher's
4705 ** Crypto 06 rump session attack.
4706 In particular, we check that the digestAlgorithm.parameters field is
4707 missing or empty, to avoid that it can contain "garbage" that may be
4708 used to alter the numeric properties of the signature.  See
4709 <http://www.imc.org/ietf-openpgp/mail-archive/msg14307.html> (which is
4710 not exactly the same as the problem we fix here).  Reported by Yutaka
4711 OIWA <y.oiwa@aist.go.jp>.
4713 See GNUTLS-SA-2006-4 on http://www.gnutls.org/security.html for more
4714 up to date information.
4716 ** Add self test to test for above flaw.
4718 ** Fix gnutls-cli-debug regarding resume support detection.
4719 Earlier, if the session-id from the server had a length of 0, it would
4720 indicate that the server supports resumption, which isn't the case.
4721 Reported by Kataja Kai <kai.kataja@op.fi>.
4723 ** Fix building of examples on FreeBSD by including netinet/in.h.
4724 Reported by Roman Bogorodskiy <novel@FreeBSD.org>.
4726 ** Fix certtool bug that caused the private key to not be loaded when
4727 generating a certificate with --load-request, which in turn triggered
4728 another unrelated bug in gnutls_x509_crt_sign2 (also fixed).  Reported
4729 by Sascha Ziemann <sascha.ziemann@secunet.com>.
4731 ** gnutls-cli and gnutls-serv works on Windows.
4732 The problem was the select() call that doesn't work on file
4733 descriptors (stdin) on Windows.  We borrowed some code from plibc to
4734 solve this.  It appears to be somewhat unreliable though.
4736 ** Autoconf 2.60 is now used.
4738 ** API and ABI modifications:
4739 No changes since last version.
4741 * Version 1.5.0 (released 2006-08-13)
4743 ** Change SRP and Cert-Type extensions to match IANA registry.
4745 ** Fixed bug in OpenPGP authentication handshake.
4747 ** Improvements for building under MinGW.
4748 Provides internal inet_ntop and inet_pton functions and arpa/inet.h
4749 header.  Calls WSAStartup and WSACleanup in gnutls_global_init and
4750 gnutls_global_deinit, respectively.  Loads getaddrinfo and getnameinfo
4751 at run-time from ws2_32.dll, and falls back on a simple replacement if
4752 it is not available.  Builds the library with -mms-bitfields
4753 -Wl,--enable-runtime-pseudo-reloc.  Links with --output-def, to
4754 create *.def files, which are installed.
4756 ** The examples now (conditionally) include config.h and link to gnulib.
4757 No other source changes were necessary, so the examples should
4758 continue to be possible to use stand-alone without any autoconf or
4759 gnulib stuff.
4761 ** Added C++ header "gnutlsxx.h" and library "libgnutlsxx".
4762 You may unconditionally disable it with --disable-cxx.  See
4763 includes/gnutls/gnutlsxx.h and lib/gnutlsxx.cpp for the
4764 implementation.
4766 ** Made command line tool '--version' behave according to GNU Standards.
4767 This enables 'make distcheck' to succeed.
4769 ** OpenCDK updated to 0.5.9 to fix some problems with OpenPGP support.
4771 ** Make --without-included-libtasn1 work.
4772 Reported by Daniel Black <dragonheart@gentoo.org>.
4774 ** Fix a crash (strcmp() on a NULL value) in the certificate verification logic.
4775 See http://www.gnu.org/software/gnutls/security.html regardging
4776 GNUTLS-SA-2006-2 for more up to date information.  Reported by
4777 satyakumar <satyam_kkd@hyd.hellosoft.com>.
4779 ** API and ABI modifications:
4780 No changes since last version.
4782 * Version 1.4.5 (released 2006-11-06)
4784 ** When a GnuTLS server receive a SSLv2 Client Hello for an unknown TLS
4785 ** version, try to negotiate the highest version support by the GnuTLS server,
4786 ** instead of the lowest.
4787 Reported by <Pasi.Eronen@nokia.com>.
4789 ** Fix typo in doc/examples/ex-serv-pgp.c.
4790 Reported by Adam Langley" <agl@imperialviolet.org>.
4792 ** API and ABI modifications:
4793 No changes since last version.
4795 * Version 1.4.4 (released 2006-09-12)
4797 ** Relax the test that caught signatures that exploit the variant of
4798 ** Bleichenbacher's Crypto 06 rump session attack on our
4799 ** verification logic flaw.
4800 In particular, we now permit the digestAlgorithm.parameters field to
4801 be present but empty, whereas in 1.4.3 we actually checked that the
4802 field was absent.
4804 ** Revert the removal of debug information for the GNUTLS-SA-2006-3 problem.
4805 The messages are only printed in debug mode, which is not recommended
4806 for normal use, and thus logging this situation cannot be abused as an
4807 oracle in typical recommended situations.
4809 ** API and ABI modifications:
4810 No changes since last version.
4812 * Version 1.4.3 (released 2006-09-08)
4814 ** Fix PKCS#1 verification to avoid a variant of Bleichenbacher's
4815 ** Crypto 06 rump session attack.
4816 In particular, we check that the digestAlgorithm.parameters field is
4817 empty, to avoid that it can contain "garbage" that may be used to
4818 alter the numeric properties of the signature.  See
4819 <http://www.imc.org/ietf-openpgp/mail-archive/msg14307.html> (which is
4820 not exactly the same as the problem we fix here).  Reported by Yutaka
4821 OIWA <y.oiwa@aist.go.jp>.
4823 See GNUTLS-SA-2006-4 on http://www.gnutls.org/security.html for more
4824 up to date information.
4826 ** Fix PKCS#1 decryption to avoid Bleichenbacher's Crypto 98 attack.
4827 See <http://www.bell-labs.com/user/bleichen/papers/pkcs.ps.gz>.
4828 Reported by Werner Koch <wk@gnupg.org>.
4830 See GNUTLS-SA-2006-3 on http://www.gnutls.org/security.html for more
4831 up to date information.
4833 ** Fix crash in gnutls_x509_crt_sign2 if passed a NULL issuer_key.
4835 ** API and ABI modifications:
4836 No changes since last version.
4838 * Version 1.4.2 (released 2006-08-12)
4840 ** Fix a crash (strcmp() on a NULL value) in the certificate verification logic.
4841 This can happen if you call gnutls_certificate_verify_peers2 and have
4842 a certain mix of local CA certificates and the peer send special
4843 certificates, that together trigger certain behaviour.  It is not
4844 known at this point whether the crash can be triggered without the
4845 special local CA certificate, and thus turn this into a remote crash
4846 of clients that verify server certificates when they talk to a server
4847 with the special server certificate.  See GNUTLS-SA-2006-2 on
4848 http://www.gnu.org/software/gnutls/security.html for more up to date
4849 information.  Reported by satyakumar <satyam_kkd@hyd.hellosoft.com>.
4851 ** Change SRP and Cert-Type extensions to match IANA registry.
4853 ** OpenCDK updated to 0.5.9 to fix some problems with OpenPGP support.
4855 ** Make --without-included-libtasn1 work.
4856 Reported by Daniel Black <dragonheart@gentoo.org>.
4858 ** API and ABI modifications:
4859 No changes since last version.
4861 * Version 1.4.1 (released 2006-06-14)
4863 ** Replaced inactive ifdefs to enable openpgp support in test programs.
4865 ** Fixed bug in OpenPGP authentication handshake.
4867 ** Fixed typographical in man pages.
4869 ** Build fixes of the manual.
4871 ** Added Swedish translation.
4873 ** API and ABI modifications:
4874 No changes since last version.
4876 * Version 1.4.0 (released 2006-05-15)
4878 ** Remove GnuTLS 0.8.x compatibility functions.
4880 ** The libgcrypt RNG is initialized in gnutls_global_init().
4882 ** TLS/IA API changes from Emile van Bergen.
4883 A dummy credential structure is not needed now, if you wish to use the
4884 low-level TLS/IA API, simply call gnutls_ia_enable to enable TLS/IA on
4885 a session.
4887 ** The self-tests are now run under valgrind, if it is installed.
4889 ** Libtasn1 is updated to 0.3.4, and that version is now required.
4891 ** The command line tools now use getaddrinfo and support IPv6.
4893 ** API and ABI modifications:
4894 _gnutls_x509_get_raw_crt_activation_time,
4895 _gnutls_x509_get_raw_crt_expiration_time: Removed.
4896 gnutls_ia_require_inner_phase: Removed, replaced by gnutls_ia_enable.
4897 gnutls_ia_enable: Added.
4899 * Version 1.3.5 (released 2006-03-08)
4901 ** Error messages are now translated using GNU Gettext.
4903 ** The function gnutls_x509_crt_to_xml now return an internal error.
4904 This means that the code to convert X.509 certificates to XML format
4905 does not work any more.  The reason is that the function called
4906 libtasn1 internal functions.  It seems unclean for libtasn1 to export
4907 the APIs needed here.  Instead it would be better to implement XML
4908 support inside libtasn1 properly.  If you need this functionality
4909 strongly, please consider looking into implementing this suggested
4910 approach instead.  As a workaround, you may also modify lib/x509/xml.c
4911 (change '#if 1' to '#if 0') and build using --with-included-libtasn1.
4913 ** Libraries are now built with libtool's -no-undefined.
4914 This helps producing libraries for Windows using mingw32.
4916 ** Doc fixes to explain that gnutls_record_send can block.
4918 ** Libtasn1 0.3.1 or later is now required.
4919 The include copy has been updated too.
4921 ** gnutls-cli can now recognize services and port numbers with the -p option.
4923 ** API and ABI modifications:
4924 No changes since last version.
4926 * Version 1.3.4 (released 2006-02-09)
4928 ** Fix read of out bounds bug in DER parser.
4929 Reported by Evgeny Legerov <admin@gleg.net>, and debugging help from
4930 Protover SSL.  Libtasn1 0.2.18 is now required, which contains the
4931 previous bug fix.  The included libtasn1 version in GnuTLS has been
4932 updated.
4934 ** Fixed bug in non-blocking gnutls_bye(). gnutls_record_send() will no 
4935 longer invalidate a session if the underlying send fails, but it will 
4936 prevent future writes. That is to allow reading the already received data.
4937 Patches and bug reports by Yoann Vandoorselaere <yoann@prelude-ids.org>
4939 ** Corrected bugs in gnutls_certificate_set_x509_crl() and
4940 gnutls_certificate_set_x509_trust(), that caused memory corruption if 
4941 more than one certificates were added. Report and patch by Max Kellermann.
4943 ** Fix build problems of OpenCDK on AIX.
4944 Thanks to "Heiden, John" <JHeiden@UTNet.UToledo.Edu>.
4946 ** API and ABI modifications:
4947 No changes since last version.
4949 * Version 1.3.3 (released 2006-01-12)
4951 ** New API to access the TLS master secret.
4952 When possible, you should use the TLS PRF functions instead.
4953 Suggested by Jouni Malinen <jkmaline@cc.hut.fi>.
4955 ** Improved handling when multiple libraries use GnuTLS at the same time.
4956 Now gnutls_global_init() can be called multiple times, and
4957 gnutls_global_deinit() will only deallocate the structure when it has
4958 been called as many times as gnutls_global_init() was called.
4960 ** Added a self test of TLS resume functionality.
4962 ** Fix crash in TLS resume code, caused by TLS/IA changes.
4964 ** Documentation fixes about thread unsafety, prompted by
4965 ** discussion with bryanh@giraffe-data.com (Bryan Henderson).
4966 In particular, gnutls_global_init() and gnutls_global_deinit() are not
4967 thread safe.  Careful callers may want to protect the call using a
4968 mutex.  The problem could also be ignored, which would cause a memory
4969 leak under rare conditions when two threads invoke the function
4970 roughly at the same time.
4972 ** Add 'const' keywords in various places, from Frediano ZIGLIO.
4974 ** The code was indented again, including the external header files.
4976 ** API and ABI modifications:
4977 New functions to retrieve the master secret value:
4978   gnutls_session_get_master_secret
4980 Add a 'const' keyword to existing API:
4981   gnutls_x509_crq_get_challenge_password
4983 * Version 1.3.2 (released 2005-12-15)
4985 ** GnuTLS now support TLS Inner application (TLS/IA).
4986 This is per draft-funk-tls-inner-application-extension-01.  This
4987 functionality is added to libgnutls-extra, so it is licensed under the
4988 GNU General Public License.
4990 ** New APIs to access the TLS Pseudo-Random-Function (PRF).
4991 The PRF is used by some protocols building on TLS, such as EAP-PEAP
4992 and EAP-TTLS.  One function to access the raw PRF and one to access
4993 the PRF seeded with the client/server random fields are provided.
4994 Suggested by Jouni Malinen <jkmaline@cc.hut.fi>.
4996 ** New APIs to acceess the client and server random fields in a session.
4997 These fields can be useful by protocols using TLS.  Note that these
4998 fields are typically used as input to the TLS PRF, and if this is your
4999 intended use, you should use the TLS PRF API that use the
5000 client/server random field directly.  Suggested by Jouni Malinen
5001 <jkmaline@cc.hut.fi>.
5003 ** Internal type cleanups.
5004 The uint8, uint16, uint32 types have been replaced by uint8_t,
5005 uint16_t, uint32_t.  Gnulib is used to guarantee the presence of
5006 correct types on platforms that lack them.  The uint type have been
5007 replaced by unsigned.
5009 ** API and ABI modifications:
5010 New functions to invoke the TLS Pseudo-Random-Function (PRF):
5011   gnutls_prf
5012   gnutls_prf_raw
5014 New functions to retrieve the session's client and server random values:
5015   gnutls_session_get_server_random
5016   gnutls_session_get_client_random
5018 New function, to perform TLS/IA handshake:
5019   gnutls_ia_handshake
5021 New function to decide whether to do a TLS/IA handshake:
5022   gnutls_ia_handshake_p
5024 New functions to allocate a TLS/IA credential:
5025   gnutls_ia_allocate_client_credentials
5026   gnutls_ia_free_client_credentials
5027   gnutls_ia_allocate_server_credentials
5028   gnutls_ia_free_server_credentials
5030 New functions to handle the AVP callback:
5031   gnutls_ia_set_client_avp_function
5032   gnutls_ia_set_client_avp_ptr
5033   gnutls_ia_get_client_avp_ptr
5034   gnutls_ia_set_server_avp_function
5035   gnutls_ia_set_server_avp_ptr
5036   gnutls_ia_get_server_avp_ptr
5038 New functions, to toggle TLS/IA application phases:
5039   gnutls_ia_require_inner_phase
5041 New function to mix session keys with inner secret:
5042   gnutls_ia_permute_inner_secret
5044 Low-level API (used internally by gnutls_ia_handshake):
5045   gnutls_ia_endphase_send
5046   gnutls_ia_send
5047   gnutls_ia_recv
5049 New functions that can be used after successful TLS/IA negotiation:
5050   gnutls_ia_generate_challenge
5051   gnutls_ia_extract_inner_secret
5053 Enum type with TLS/IA modes:
5054   gnutls_ia_mode_t
5056 Enum type with TLS/IA packet types:
5057   gnutls_ia_apptype_t
5059 Enum values for TLS/IA alerts:
5060   GNUTLS_A_INNER_APPLICATION_FAILURE
5061   GNUTLS_A_INNER_APPLICATION_VERIFICATION
5063 New error codes, to signal when an application phase has finished:
5064   GNUTLS_E_WARNING_IA_IPHF_RECEIVED
5065   GNUTLS_E_WARNING_IA_FPHF_RECEIVED
5067 New error code to signal TLS/IA verify failure:
5068   GNUTLS_E_IA_VERIFY_FAILED
5070 * Version 1.3.1 (released 2005-12-08)
5072 ** Support for DHE-PSK cipher suites has been added.
5073 This method offers perfect forward secrecy.
5075 ** Fix gnutls-cli STARTTLS hang when SIGINT is sent too quickly, thanks to
5076 Otto Maddox <ottomaddox@fastmail.fm> and Nozomu Ando <nand@mac.com>.
5078 ** Corrected a bug in certtool for 64 bit machines. Reported
5079 by Max Kellermann <max@duempel.org>.
5081 ** New function to set a X.509 private key and certificate pairs, and/or
5082 CRLs, from an PKCS#12 file, suggested by Emile van Bergen
5083 <emile@e-advies.nl>.
5085 The integrity of the PKCS#12 file is protected through a password
5086 based MAC; public-key based signatures for integrity protection are
5087 not supported.  PKCS#12 bags may be encrypted using password derived
5088 symmetric keys, public-key based encryption is not supported.  The
5089 PKCS#8 keys may be encrypted using passwords.  The API use the same
5090 password for all operations.  We believe that any more flexibility
5091 create too much complexity that would hurt overall security, but may
5092 add more PKCS#12 related APIs if real-world experience indicate
5093 otherwise.
5095 ** gnutls_x509_privkey_import_pkcs8 now accept unencrypted PEM PKCS#8 keys,
5096 reported by Emile van Bergen <emile@e-advies.nl>.
5097 This will enable "certtool -k -8" to parse those keys.
5099 ** Certtool now generate keys in unencrypted PKCS#8 format for empty passwords.
5100 Use "certtool -p -8" and press press enter at the prompt.  Earlier,
5101 certtool would have encrypted the key using an empty password.
5103 ** Certtool now accept --password for --key-info and encrypted PKCS#8 keys.
5104 Earlier it would have prompted the user for it, even if --password was
5105 supplied.
5107 ** Added self test of PKCS#8 parsing.
5108 Unencrypted and encrypted (pbeWithSHAAnd3-KeyTripleDES-CBC and
5109 pbeWithSHAAnd40BitRC2-CBC) formats are tested.  The test is in
5110 tests/pkcs8.
5112 ** API and ABI modifications:
5113 New function to set X.509 credentials from a PKCS#12 file:
5114   gnutls_certificate_set_x509_simple_pkcs12_file
5116 New gnutls_kx_algorithm_t enum type:
5117   GNUTLS_KX_DHE_PSK
5119 New API to return session data (basically same as gnutls_session_get_data):
5120   gnutls_session_get_data2
5122 New API to set PSK Diffie-Hellman parameters:
5123   gnutls_psk_set_server_dh_params
5125 * Version 1.3.0 (2005-11-15)
5127 ** Support for TLS Pre-Shared Key (TLS-PSK) ciphersuites have been added.
5128 This add several new APIs, see below.  Read the updated manual for
5129 more information.  A new self test "pskself" has been added, that will
5130 test this functionality.
5132 ** The session resumption data are now system independent.
5134 ** The code has been re-indented to conform to the GNU coding style.
5136 ** Removed the RIPEMD ciphersuites.
5138 ** Added a discussion of the internals of gnutls in manual.
5140 ** Fixes for Tru64 UNIX 4.0D that lack MAP_FAILED, from Albert Chin.
5142 ** Remove trailing comma in enums, for IBM C v6, from Albert Chin.
5144 ** Make sure config.h is included first in a few files, from Albert Chin.
5146 ** Don't use C++ comments ("//") as they are invalid, from Albert Chin.
5148 ** Don't install SRP programs and man pages if --disable-srp-authentication,
5149 from Albert Chin.
5151 ** API and ABI modifications:
5152 New gnutls_kx_algorithm_t key exchange type: GNUTLS_KX_PSK
5154 New gnutls_credentials_type_t credential type:
5155   GNUTLS_CRD_PSK
5157 New credential types:
5158   gnutls_psk_server_credentials_t
5159   gnutls_psk_client_credentials_t
5161 New functions to allocate PSK credentials:
5162   gnutls_psk_allocate_client_credentials
5163   gnutls_psk_free_client_credentials
5164   gnutls_psk_free_server_credentials
5165   gnutls_psk_allocate_server_credentials
5167 New enum type for PSK key flags:
5168   gnutls_psk_key_flags
5170 New function prototypes for credential callback:
5171   gnutls_psk_client_credentials_function
5172   gnutls_psk_server_credentials_function
5174 New function to set PSK username and key:
5175   gnutls_psk_set_client_credentials
5177 New function to set PSK passwd file:
5178   gnutls_psk_set_server_credentials_file
5180 New function to extract PSK user in server:
5181   gnutls_psk_server_get_username
5183 New functions to set PSK callback:
5184   gnutls_psk_set_server_credentials_function
5185   gnutls_psk_set_client_credentials_function
5187 Use size_t instead of int for output size parameter:
5188   gnutls_srp_base64_encode
5189   gnutls_srp_base64_decode
5191 * Version 1.2.11 (2006-05-11)
5192 - The function gnutls_x509_crt_to_xml is not supported any more, and
5193   return an internal error.  The reason is that the function called
5194   internal libtasn1 functions which are no longer exported from
5195   libtasn1.
5196 - Updated libtasn1 requirement to 0.3.4 and refreshed internal mintiasn1.
5197 - Updated gnulib compatibility files.
5198 - Fixed _gnutls_x509_get_raw_crt_expiration_time and
5199   _gnutls_x509_get_raw_crt_activation_time to return (time_t)-1 on errors.
5200 - API and ABI modifications:
5201   No changes since last version.
5203 * Version 1.2.10 (2006-02-09)
5204 - Fix read out bounds bug in DER parser.  Reported by Evgeny Legerov
5205   <admin@gleg.net>, and debugging help from Protover SSL.
5206 - Libtasn1 0.2.18 is now required (contains the previous bug fix).
5207   The included version has been updated too.
5208 - Fix gnutls-cli STARTTLS hang when SIGINT is sent too quickly, thanks to
5209   Otto Maddox <ottomaddox@fastmail.fm> and Nozomu Ando <nand@mac.com>.
5210 - Corrected a bug in certtool for 64 bit machines. Reported
5211   by Max Kellermann <max@duempel.org>.
5212 - Corrected bugs in gnutls_certificate_set_x509_crl() and
5213   gnutls_certificate_set_x509_trust(), that caused memory corruption if
5214   more than one certificates were added. Report and patch by Max Kellermann.
5215 - Fixed bug in non-blocking gnutls_bye(). gnutls_record_send() will no 
5216   longer invalidate a session if the underlying send fails, but it will 
5217   prevent future writes. That is to allow reading the already received data.
5218   Patches and bug reports by Yoann Vandoorselaere <yoann@prelude-ids.org>
5220 * Version 1.2.9 (2005-11-07)
5221 - Documentation was updated and improved.
5222 - RSA-MD2 is now supported for verifying digital signatures.
5223 - Due to cryptographic advances, verifying untrusted X.509
5224   certificates signed with RSA-MD2 or RSA-MD5 will now fail with a
5225   GNUTLS_CERT_INSECURE_ALGORITHM verification output.  For
5226   applications that must remain interoperable, you can use the
5227   GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2 or GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5
5228   flags when verifying certificates.  Naturally, this is not
5229   recommended default behaviour for applications.  To enable the
5230   broken algorithms, call gnutls_certificate_set_verify_flags with the
5231   proper flag, to change the verification mode used by
5232   gnutls_certificate_verify_peers2.
5233 - Make it possible to send empty data through gnutls_record_send,
5234   to align with the send(2) API.
5235 - Some changes in the certificate receiving part of handshake to prevent
5236   some possible errors with non-blocking servers.
5237 - Added numeric version symbols to permit simple CPP-based feature
5238   tests, suggested by Daniel Stenberg <daniel@haxx.se>.
5239 - The (experimental) low-level crypto alternative to libgcrypt used
5240   earlier (Nettle) has been replaced with crypto code from gnulib.
5241   This leads to easier re-use of these components in other projects,
5242   leading to more review and simpler maintenance.  The new configure
5243   parameter --with-builtin-crypto replace the old --with-nettle, and
5244   must be used if you wish to enable this functionality.  See README
5245   under "Experimental" for more information.  Internally, GnuTLS has
5246   been updated to use the new "Generic Crypto" API in gl/gc.h.  The
5247   API is similar to the old crypto/gc.h, because the gnulib code were
5248   based on GnuTLS's gc.h.
5249 - Fix compiler warning in the "anonself" self test.
5250 - API and ABI modifications:
5251 gnutls_x509_crt_list_verify: Added 'const' to prototype in <gnutls/x509.h>.
5252                              This doesn't reflect a change in behaviour,
5253                              so we don't break backwards compatibility.
5254 GNUTLS_MAC_MD2: New gnutls_mac_algorithm_t value.
5255 GNUTLS_DIG_MD2: New gnutls_digest_algorithm_t value.
5256 GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2,
5257 GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5: New gnutls_certificate_verify_flags values.
5258                                   Use when calling
5259                                   gnutls_x509_crt_list_verify,
5260                                   gnutls_x509_crt_verify, or
5261                                   gnutls_certificate_set_verify_flags.
5262 GNUTLS_CERT_INSECURE_ALGORITHM: New gnutls_certificate_status_t value,
5263                                 used when broken signature algorithms
5264                                 is used (currently RSA-MD2/MD5).
5265 LIBGNUTLS_VERSION_MAJOR,
5266 LIBGNUTLS_VERSION_MINOR,
5267 LIBGNUTLS_VERSION_PATCH,
5268 LIBGNUTLS_VERSION_NUMBER: New CPP symbols, indicating the GnuTLS
5269                           version number, can be used for feature existence
5270                           tests.
5272 * Version 1.2.8 (2005-10-07)
5273 - Libgcrypt 1.2.2 is required to fix a bug for forking GnuTLS servers.
5274 - Don't install the auxilliary libexamples library used by the
5275   examples in doc/examples/ on "make install", report and tiny patch
5276   from Thomas Klausner <tk@giga.or.at>.
5277 - If you pass a X.509 CA or PGP trust database to the command line
5278   tool, it will now abort the connection if the server certificate
5279   validation fails.  Use the parameter --insecure to continue even
5280   after certificate validation failures.  Inspired from discussion
5281   with Alexander Kotelnikov <sacha@myxomop.com>.
5282 - The test for socklen_t has been moved to gnulib.
5283 - Link failures for duplicate or missing "program_name" symbol has been fixed,
5284   patch from Martin Lambers <marlam@marlam.de>.
5285 - The command line tool and the examples no longer uses mmap or bzero,
5286   to make them more portable, patch from Martin Lambers
5287   <marlam@marlam.de>.
5288 - Made the PKCS #12 API handle null passwords. Based on patch by
5289   Anton Altaparmakov <aia21@cam.ac.uk>.
5290 - The GTK-DOC manual should build with current released tools.
5291   (But a copy of the output is included, so the tools are not required.)
5292 - The inet_ntop function is now used through gnulib.
5293 - API and ABI modifications:
5294   No changes since last version.
5296 * Version 1.2.7 (2005-09-09)
5297 - The GnuTLS and GnuTLS-extra libraries are now built with versioned symbols.
5298 - Certtool now complains when reading out-of-range X.509 serial
5299   numbers, suggested by Fran <e_agf@yahoo.es>.
5300 - Certtool now uses the readline library (when available) when reading
5301   X.509 serial numbers.
5302 - Fixed build problems in getpass on uClibc and Mingw32 platforms.
5303 - Fixed compile warning regarding socklen_t on Mingw32, reported by
5304   Martin Lambers <marlam@marlam.de>.
5305 - Fixed examples in doc/examples/, suggested by Fran <e_agf@yahoo.es>.
5306 - Gnulib is now used for the core library, enabling future code cleanups.
5307 - The gnutls-cli tool now use gnutls_certificate_verify_peers2,
5308   suggested by Daniel Stenberg <daniel@haxx.se>.
5309 - Doc fixes for gnutls_transport_set_push and gnutls_transport_set_pull.
5310 - Minilibtasn1 is now 0.2.17 (removed optional use of C99 macros).
5311 - Disable zlib support if zlib.h is not present.
5312 - A number of internal cleanups.
5313 - API and ABI modifications:
5314   No changes since last version.
5316 * Version 1.2.6 (2005-07-16)
5317 - MiniLZO updated to version 2.01 and moved to separate directory.
5318 - Collision between system LZO header files and MiniLZO header file
5319   fixed, reported by Matthias Urlichs <smurf@smurf.noris.de>.
5320 - Will now test for liblzo functionality in liblzo2 too, reported by
5321   Thomas Klausner <tk@giga.or.at>.
5322 - Minilibtasn1 is now 0.2.14 (no code changes).
5323 - Some code changes to avoid GTK-DOC warnings.
5324 - API and ABI modifications:
5325   No changes since last version.
5327 * Version 1.2.5 (2005-07-03)
5328 - More builddir != srcdir fixes, reported by Mike Castle
5329   <dalgoda@ix.netcom.com>.
5330 - Fixed off-by-one bug in the size parameter of gnutls_x509_crt_get*_dn,
5331   reported by Adam Langley <alangley@gmail.com>.
5332 - Corrected some stuff in minilzo detection. Pointed out by 
5333   Sergey Lipnevich.
5334 - MiniLZO updated to version 2.00.
5335 - gnutls_x509_crt_list_import now accept a DER formatted CRL.
5336 - API and ABI modifications:
5337   No changes since last version.
5339 * Version 1.2.4 (2005-05-28)
5340 - Corrected some bugs that could affect 64 bit systems.
5341 - Some corrections in the header files to include the prototype
5342   of memmem properly (affected 64 bit systems). Report and patch
5343   by Yoann Vandoorselaere <yoann@prelude-ids.org>.
5344 - Introduced the --fix-key option to certtool, which can be used to
5345   regenerate the (optional) parameters in a private key. It should
5346   be used together with --key-info.
5347 - Corrected a bug in certificate chain verification that could lead
5348   to marking a trusted chain as non trusted, if the last certificate in
5349   the chain was a self signed one.
5350 - Gnulib portability files were updated.
5351 - License were updated to reflect new FSF address.
5352 - API and ABI modifications:
5353   No changes since last version.
5355 * Version 1.2.3 (2005-04-28)
5356 - Corrected bug in record packet parsing that could lead
5357   to a denial of service attack.
5358 - Corrected bug in RSA key export. Previously exported keys
5359   can be fixed using certtool. Use certtool -k <infile >outfile
5360 - API and ABI modifications:
5361     gnutls_x509_privkey_fix(): Add.
5363 * Version 1.2.2 (2005-04-25)
5364 - gnutls_error_to_alert() now considers
5365   GNUTLS_E_UNEXPECTED_HANDSHAKE_PACKET.
5366 - Fixed error in session resuming that could cause a crash in a session.
5367 - Fixed pkcs12 friendly name and local key identifier decoding.
5368 - Internal cleanups, removed duplicate typedef/struct definitions,
5369   and made source code include external include file, to check
5370   function prototypes during compile time.
5371 - API and ABI modifications:
5372   No changes since last version.  At least not intentional, but due
5373   to the include header changes, there may be inadvertant changes,
5374   please let us know if you find any.
5376 * Version 1.2.1 (2005-04-04)
5377 - gnutls_bye() will no longer fail when RDWR is used and application
5378   data are available for reading.
5379 - Added more strict checks for the SRP parameters (g,n), when they
5380   are not in the included list.
5381 - Added warning to certtool when MD5 is being used for digital
5382   signatures.
5383 - Optimizations ("-O2 -finline-functions") are not enabled by default,
5384   instead the standard autoconf defaults are used.  Use `./configure
5385   CFLAGS="-O2 -finline-functions"' to get the old optimizations.
5386 - Added the option --get-dh-params to certtool, in order to get the
5387   parameters included in the library primes and generators.
5388 - Improved the semantics of GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT, to
5389   allow only trusted Version 1 CAs and introduced
5390   GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT which has the old semantics.
5391 - Nettle self tests now build properly, reported by Pierre
5392   <pierre42d@9online.fr>.
5393 - Eliminated some memory leaks in DHE and RSA-EXPORT cipher suites.
5394   Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
5395 - If the library has been compiled with features disabled, a warning is 
5396   issued during the compilation of any program.
5397 - API and ABI modifications:
5398     gnutls_x509_crt_list_import(): Add
5399     gnutls_x509_crq_get_attribute_by_oid(): Add.
5400     gnutls_x509_crq_set_attribute_by_oid(): Add
5401     gnutls_x509_crt_set_extension_by_oid(): Add.
5402     GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT: Modify semantics.
5403     GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT: Add, old behaviour.
5405 * Version 1.2.0 (2005-01-27)
5406 - Added the definitions and OIDs for the RIPEMD-160 hash algorithm.
5407 - Introduced gnutls_x509_crt_sign2(), gnutls_x509_crq_sign2() and 
5408   gnutls_x509_crl_sign2().
5409 - Fixed license header in source code files.
5411 * Version 1.1.23 (2005-01-18)
5412 - It is now possible to generate PKCS#12 structures without private
5413   keys using "certtool --to-p12", suggested by Fabian Fagerholm
5414   <fabbe@paniq.net>.
5415 - Certtool now prints information for the RSA and DSA parameters of
5416   certificates and private keys.
5417 - Corrected the write of CRL distribution points.
5418 - The certificate chain verification function now checks certificates
5419   in the reverse order to minimize the spent resources.
5420 - Corrected several bugs found by Marcin Garski <mgarski@post.pl>
5421 - The functions gnutls_x509_crl_get_issuer_dn, gnutls_x509_crq_get_dn,
5422   gnutls_x509_crt_get_issuer_dn, gnutls_x509_crt_get_dn, and
5423   gnutls_x509_rdn_get now set *sizeof_buf to the buffer length that is
5424   required, instead of the string length.  That is, the value has been
5425   incremented by 1 to account for the terminating zero. Reported by
5426   Martin Lambers <marlam@web.de>.
5427 - Debug output shouldn't crash on platforms that doesn't handle NULL
5428   printf %s values.  Reported by Michael.Ringe@aachen.utimaco.de.
5429 - Sync included copy of libtasn1 with version 0.2.13.
5430 - Client X.509 authenticated connections via gnutls-cli should now work again.
5432 * Version 1.1.22 (2004-11-04)
5433 - Replace GNU LD version script with Libtool -export-symbols-regex,
5434   from Joe Orton <joe@manyfish.co.uk>.
5435 - Documentation improvements.
5436 - Code indented using 'indent -i4 -kr'.
5437 - The API manual is included in Devhelp format.  (Was in last release too,
5438   but the NEWS entry was forgotten.)
5439 - The OpenSSL compatibility code now use the internal crypto interface.
5440 - Added simple self test of OpenSSL compatibility library.
5441 - Internally, libtool convenience libraries are used.
5442 - Cleanups to configure.ac.
5444 * Version 1.1.21 (2004-10-27)
5445 - Print DN of certificates with unknown characters in them, but in hexform
5446   only.
5447 - Added second precision to the X.509 parsing and generation functions.
5448 - Corrected bug in _gnutls_x509_get_dn_oid(), and returns the
5449   actual OID.
5450 - Add parameter --la-file to libgnutls-config and libgnutls-extra-config,
5451   tiny patch contributed by Joe Orton <joe@manyfish.co.uk>.
5452 - Add pkg-config meta files, suggested by Stéphane LOEUILLET
5453   <stephane.loeuillet@tiscali.fr>.
5454 - Fix memory initializaion bug in gnutls_certificate_set_x509_trust,
5455   tiny patch by Aleix Conchillo Flaque <aleix@member.fsf.org>.
5456 - Add self test of PKCS#12 functionality in "certtool", based on test
5457   vectors from Joe Orton <joe@manyfish.co.uk>.
5458 - Fix library order in libgnutls*-config --libs output, to permit
5459   static linking, reported by Yoann Vandoorselaere
5460   <yoann@prelude-ids.org>.
5462 * Version 1.1.20 (2004-10-12)
5463 - Fix compile problem in gl/getpass.c on some systems.
5465 * Version 1.1.19 (2004-10-07)
5466 - Fix memory leak in gnutls_certificate_verify_peers and
5467   gnutls_certificate_free_credentials, report and patch by Simon
5468   Posnjak <simon.posnjak@cetrtapot.si>.
5469 - Fix crash in `certtool --to-p12 --load-privkey foo', i.e. exporting
5470   a key and no certificate to PKCS#12.
5471 - Fix objdir != srcdir builds, reported by "Gerrit P. Haase"
5472   <gp@familiehaase.de>.
5473 - Fixes faulty getpass implementation in libextra/opencdk/, reported
5474   by Yoann Vandoorselaere <yoann@prelude-ids.org>.
5475 - Uses memmem instead of strnstr in lib/.
5476 - Using more GNULib portability files, although not yet inside lib/.
5477 - Added gnutls_certificate_verify_peers to gnutls/compat.h.
5478   Nikos deprecated gnutls_certificate_verify_peers in favor of
5479   gnutls_certificate_verify_peers2 earlier in the 1.1 branch.
5480 - Improvements to the manual.
5481 - Add new example "ex-rfc2818" for certificate verification, from Nikos.
5482 - Known bug: the library require snprintf.  This has not yet been
5483   fixed, but will be handled via GNULib later on.
5485 * Version 1.1.18 (2004-08-24)
5486 - Corrected handling of certificate with dates after year 2038.
5487 - Corrected DER decoder which could incorrectly treat input as BER and fail.
5488 - Correct certtool --smime-to-p7 end of line character handling.
5489 - Added example client and server for anonymous authentication.
5490 - Added self test that tests anonymous TLS client and server.
5491 - Added self tests of Nettle and generic crypto layer.
5492 - Added API reference manual in HTML format in doc/reference/ using GTK-DOC.
5493   Online version at <http://www.gnu.org/software/gnutls/reference/>.
5494 - Assume C89 or better; removed checks for size_t, ptrdiff_t and time_t.
5495 - Man pages for API functions are included.
5497 * Version 1.1.17 (2004-08-18)
5498 - Bug fix of padding string in RSA PKCS#1 v1.5 type 2 encryption,
5499   reported by Robey Pointer <robey@danger.com>.
5500 - Generic crypto interface for secret key ciphers, hashes and randomness added.
5501   See section "Experimental" within section "COMPILATION ISSUES" in README.
5502 - Removed length limit on passwords read by 'certtool'.
5503 - Documentation fixes.
5505 * Version 1.1.16 (2004-08-15)
5506 - Fix missing gnulib linker parameter when building certtool.
5507 - Add gnulib module 'progname', needed by module 'error'.
5508 - Improve building with srcdir != objdir.
5510 * Version 1.1.15 (2004-08-15)
5511 - Certtool has simplistic --smime-to-p7 to translate RFC 2633 messages into
5512   PKCS #7 format.
5513 - Ported to Mac OS X / Darwin.
5514 - Ported to FreeBSD.
5516 * Version 1.1.14 (2004-08-09)
5517 - Documentation converted to Texinfo format.
5518 - Bug fix of test suite.
5519 - Configure now print build information, used by Autobuild.
5521 * Version 1.1.13 (2004-08-05)
5522 - Added simple self test suite.
5524 * Version 1.1.12 (2004-08-02)
5525 - Updated the SRP authentication to conform to the
5526   latest (yet unreleased) draft. Unfortunately this breaks
5527   compatibility with previous versions.
5528 - Changed the makefiles to be more portable.
5529 - SRP ciphersuites were moved to the gnutls library.
5530 - Added some default limits in the verification of certificate
5531   chains, to avoid denial of service attacks. Also added 
5532   gnutls_certificate_set_verify_limits() to override them.
5533   Issue pointed out by Patrik Hornik <patrik@hornik.sk>.
5534 - Added gnutls_certificate_verify_peers2().
5536 * Version 1.1.11 (2004-07-16)
5537 - Added the '_t' suffix to all exported symbols.
5538 - Fixed bug in RSA encryption, report and patch by Martijn Koster 
5539   <mak@greenhills.co.uk>.
5540 - Corrected a bug in certificate verification. Pointed out by
5541   Yoann Vandoorselaere <yoann@prelude-ids.org>
5542 - Added the GNUTLS_VERIFY_DO_NOT_ALLOW_SAME flags to the
5543   verification functions.
5544 - The ephemeral DH and RSA parameters are no longer stored in the
5545   session resume DB.
5546 - Do not free the SRP (prime and generator) parameters obtained from the 
5547   callback if they are the static ones defined in extra.h
5548 - Eliminated some memory leaks. Reported by Yoann Vandoorselaere.
5550 * Version 1.1.10 (2004-06-12)
5551 - Added gnutls_sign_algorithm_get_name() and gnutls_pk_algorithm_get_name()
5552 - Corrected bug in TLS renegotiation.
5553 - Corrected bug in OpenPGP key loading using a callback.
5554 - gnutls-srpcrypt was renamed to srptool
5555 - Allow handshake requests by the client.
5556 - Automatically disable certificate types that do not have corresponding
5557   certificates.
5558 - Added gnutls_auth_client_get_type() and gnutls_auth_server_get_type()
5559 - Opencdk library is being included if not found.
5560 - certtool can now add ip address SAN extension.
5561 - certtool has now support for more X.520 DN attribute types.
5562 - Better handling of EOF in gnutls_record_recv().
5563 - _gnutls_deinit() is no longer used. Sessions are not
5564   automatically removed any more, on abnormal termination.
5565 - Corrected session resuming in SRP ciphersuites.
5566 - Updated to conform to the latest srp draft (draft-ietf-tls-srp-07)
5567 - Added new functions to allow access to the ephemeral
5568   Diffie Hellman parameters.
5569 - Added the functions gnutls_x509_crt_get_pk_rsa_raw() and
5570   gnutls_x509_crt_get_pk_dsa_raw() to retrieve parameters from certificates.
5571 - Added the functions gnutls_dh_get_group(), gnutls_dh_get_pubkey() and
5572   gnutls_rsa_export_get_pubkey() to retrieve parameters of the DH or
5573   RSA-EXPORT key exchange.
5574 - Some fixes in the session resuming code.
5575 - Added gnutls_openpgp_keyring_check_id().
5577 * Version 1.1.9 (2004-04-14)
5578 - Added support for authority key identifier and the extended key usage
5579   X.509 extension fields. The certtoool was updated to support them.
5580 - The RC2 cipher is no more included. The one in libgcrypt is now used.
5581 - Added batch support to certtool. Now it can use templates.
5583 * Version 1.1.8 (2004-04-07)
5584 - Implemented all the tests for the SRP group parameters in
5585   client side. This may lead to incompatibility with very
5586   old gnutls servers.
5587 - Corrected bug in RSA parameters handling which could cause
5588   unexpected crashes.
5589 - Optimized the copying of rsa_params.
5591 * Version 1.1.7 (2004-03-29)
5592 - Added gnutls_certificate_set_params_function() and 
5593   gnutls_anon_set_params_function() that set the RSA or DH
5594   parameters using a callback.
5595 - Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy()
5596   and gnutls_x509_privkey_cpy().
5597 - Corrected a compilation issue when opencdk was installed in a
5598   non standard directory.
5599 - Deprecated: gnutls_srp_server_set_select_function(), 
5600   gnutls_certificate_client_set_select_function(), gnutls_srp_server_set_select_function().
5602 * Version 1.1.6 (2004-02-24)
5603 - Several bug fixes, by Arne Thomassen.
5604 - Fixed a bug where 'server name' extension was always sent.
5606 * Version 1.1.5 (2004-01-06)
5607 - Added the gnutls_sign_algorithm type.
5609 * Version 1.1.4 (2004-01-04)
5610 - Improved gnutls-cli's SRP behaviour in SRP ciphersuites.
5611   If they are of highest priority then the abbreviated handshake
5612   is used.
5613 - Removed all references of missing files.
5614 - Changed handshake behaviour to send the lowest TLS version
5615   when an unsupported version was advertized. The current behaviour
5616   is to send the maximum version we support.
5617 - Corrected problem printing the DC attributes in a DN.
5619 * Version 1.1.3 (2003-12-30)
5620 - Implemented TLS 1.1 (and also obsoleted the TLS 1.0 CBC protection
5621   hack).
5623 * Version 1.1.2 (2003-12-28)
5624 - Added CRL verification functionality to certtool.
5625 - Corrected the CRL distribution point extension handling.
5627 * Version 1.1.1 (2003-12-26)
5628 - Added PKCS #7 support to certtool utility.
5629 - Added support for reading and generating CRL distribution
5630   points extensions in certificates.
5631 - Added support for generating CRLs in the library and the
5632   certtool utility.
5633 - Added support for the Subject Key ID PKIX extension.
5635 * Version 1.1.0 (2003-12-21)
5636 - The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_RSA_PARAMS
5637   are no longer returned by the handshake function. Ciphersuites that
5638   require temporary parameters are removed when such parameters do not exist.
5639 - Added the callbacks gnutls_certificate_client_retrieve_function() and
5640   gnutls_certificate_server_retrieve_function(), to allow a client or a server
5641   to specify certificates for the handshake without storing them to the
5642   credentials structure.
5643 - Added support for generating and exporting DSA private keys.
5644 - Added gnutls_x509_crt_set_key_usage() and certtool can now set the
5645   certificate's key usage.
5646 - Added gnutls_openpgp_key_get_key_usage().
5648 * Version 1.0.25 (2005-04-27)
5649 - Corrected bug in record packet parsing that could lead
5650   to a denial of service attack.
5651 - Corrected bug in RSA key export.
5653 * Version 1.0.24 (2005-01-18)
5654 - Corrected several bugs found by Marcin Garski <mgarski@post.pl>
5656 * Version 1.0.23 (2004-11-13)
5657 - Replace GNU LD version script with Libtool -export-symbols-regex,
5658   from Joe Orton <joe@manyfish.co.uk>.
5659 - Copy libtasn1 has been updated to version 0.2.11.
5660 - Corrected the write of CRL distribution points.
5661 - It is now possible to generate PKCS#12 structures without private
5662   keys using "certtool --to-p12", suggested by Fabian Fagerholm
5663   <fabbe@paniq.net>.
5665 * Version 1.0.22 (2004-10-28)
5666 - Print DN of certificates with unknown characters in them, but in hexform
5667   only.
5668 - Corrected bug in _gnutls_x509_get_dn_oid(), and returns the
5669   actual OID.
5670 - Added second precision to the X.509 parsing functions.
5671 - Add parameter --la-file to libgnutls-config and libgnutls-extra-config,
5672   tiny patch contributed by Joe Orton <joe@manyfish.co.uk>.
5673 - Add pkg-config meta files, suggested by Stéphane LOEUILLET
5674   <stephane.loeuillet@tiscali.fr>.
5675 - Fix memory initializaion bug in gnutls_certificate_set_x509_trust,
5676   tiny patch by Aleix Conchillo Flaque <aleix@member.fsf.org>.
5677 - Fix certtool --password for PKCS #12, back ported from 1.1.x branch.
5678 - Fix library order in libgnutls*-config --libs output, to permit
5679   static linking, reported by Yoann Vandoorselaere
5680   <yoann@prelude-ids.org>.
5682 * Version 1.0.21 (2004-10-07)
5683 - Fix memory leak in gnutls_certificate_verify_peers and
5684   gnutls_certificate_free_credentials, report and patch by Simon
5685   Posnjak <simon.posnjak@cetrtapot.si>.
5686 - Fix crash in `certtool --to-p12 --load-privkey foo', i.e. exporting
5687   a key and no certificate to PKCS#12.
5688 - Fix objdir != srcdir builds, reported by "Gerrit P. Haase"
5689   <gp@familiehaase.de>.
5690 - Avoid redefining getpass if system already has it, reported by
5691   Yoann Vandoorselaere <yoann@prelude-ids.org>.
5692 - Add new example "ex-rfc2818" for certificate verification, from Nikos.
5693 - Known bug: the library require snprintf.
5695 * Version 1.0.20 (2004-08-18)
5696 - Bug fix of padding string in RSA PKCS#1 v1.5 type 2 encryption,
5697   reported by Robey Pointer <robey@danger.com>.
5699 * Version 1.0.19 (2004-08-09)
5700 - Bug fix of test suite.
5702 * Version 1.0.18 (2004-08-05)
5703 - Added simple self test suite.
5705 * Version 1.0.17 (2004-08-02)
5706 - Updated the SRP authentication to conform to the
5707   latest (yet unreleased) draft. Unfortunately this breaks
5708   compatibility with previous versions.
5709 - Changed the makefiles to be more portable.
5710 - Added some default limits in the verification of certificate
5711   chains, to avoid denial of service attacks. Also added 
5712   gnutls_certificate_set_verify_limits() to override them.
5713   Issue pointed out by Patrik Hornik <patrik@hornik.sk>.
5714 - Added gnutls_certificate_verify_peers2().
5716 * Version 1.0.16 (2004-07-10)
5717 - Do not free the SRP (prime and generator) parameters obtained from the 
5718   callback if they are the static ones defined in extra.h.
5719 - Eliminated some memory leaks. Reported by Yoann Vandoorselaere.
5720 - Some fixes in the makefiles.
5722 * Version 1.0.15 (2004-06-29)
5723 - Fixed bug in RSA encryption, report and patch by Martijn Koster 
5724   <mak@greenhills.co.uk>.
5725 - Corrected a bug in certificate verification. Pointed out by
5726   Yoann Vandoorselaere <yoann@prelude-ids.org>.
5728 * Version 1.0.14 (2004-06-12)
5729 - Automatically disable certificate types that do not have corresponding
5730   certificates.
5731 - Updates in the documentation.
5732 - certtool can now add ip address SAN extension.
5733 - certtool has now support for more X.520 DN attribute types.
5734 - Opencdk library is being included if not found.
5735 - Added gnutls_openpgp_keyring_check_id().
5736 - Corrected a serious bug in the included libtasn1 library.
5737 - Corrected session resuming in SRP ciphersuites.
5738 - Updated to conform to the latest srp draft (draft-ietf-tls-srp-07)
5739 - Added the functions gnutls_x509_crt_get_pk_rsa_raw() and
5740   gnutls_x509_crt_get_pk_dsa_raw() to retrieve parameters from certificates.
5741 - Some fixes in the session resuming code.
5743 * Version 1.0.13 (2004-04-29)
5744 - Some complilation fixes.
5745 - Added the --xml parameter to the certtool utility.
5747 * Version 1.0.12 (2004-04-23)
5748 - Corrected bug in OpenPGP key loading using a callback.
5749 - Renamed gnutls-srpcrypt to srptool
5750 - Allow handshake requests by the client.
5751 * Things backported from the development branch:
5752 - Added support for authority key identifier and the extended key usage
5753   X.509 extension fields. The certtoool was updated to support them.
5754 - Added batch support to certtool. Now it can use templates.
5755 - The RC2 cipher is no more included. The one in libgcrypt is now used.
5757 * Version 1.0.11 (2004-04-17)
5758 - Added gnutls_sign_algorithm_get_name() and gnutls_pk_algorithm_get_name()
5759 - Corrected bug in TLS renegotiation.
5761 * Version 1.0.10 (2004-04-03)
5762 - Corrected bug in RSA parameters handling which could cause
5763   unexpected crashes.
5764 - Corrected bug in SSL 3.0 authentication.
5766 * Version 1.0.9 (2004-03-29)
5767 - Added gnutls_certificate_set_params_function() and 
5768   gnutls_anon_set_params_function() that set the RSA or DH
5769   parameters using a callback.
5770 - Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy()
5771   and gnutls_x509_privkey_cpy().
5772 - Corrected a compilation issue when opencdk was installed in a
5773   non standard directory.
5774 - Documented the changes need in multi-threaded application due
5775   to the new libgcrypt.
5777 * Version 1.0.8 (2004-02-28)
5778 - Corrected bug in mutual certificate authentication in SSL 3.0.
5780 * Version 1.0.7 (2004-02-25)
5781 - Implemented TLS 1.1 (and also obsoleted the TLS 1.0 CBC protection
5782   hack).
5783 - Some updates in the documentation.
5785 * Version 1.0.6 (2004-02-12)
5786 * Backported things from the development branch (while maintaining
5787   backwards compatibility):
5788 - Improved gnutls-cli's SRP behaviour in SRP ciphersuites.
5789   If they are of highest priority then the abbreviated handshake
5790   is used.
5791 - The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_RSA_PARAMS
5792   are no longer returned by the handshake function. Ciphersuites that
5793   require temporary parameters are removed when such parameters do not exist.
5794 - Added the callbacks gnutls_certificate_client_retrieve_function() and
5795   gnutls_certificate_server_retrieve_function(), to allow a client or a server
5796   to specify certificates for the handshake without storing them to the
5797   credentials structure.
5798 - Added support for generating and exporting DSA private keys.
5800 * Version 1.0.5 (2004-02-11)
5801 - Fixed a bug where 'server name' extension was always sent.
5802 * Backported things from the development branch:
5803 - Added CRL verification functionality to certtool.
5804 - Corrected the CRL distribution point extension handling.
5805 - Added PKCS #7 support to certtool utility.
5806 - Added support for reading and generating CRL distribution
5807   points extensions in certificates.
5808 - Added support for generating CRLs in the library and the
5809   certtool utility.
5810 - Added support for the Subject Key ID PKIX extension.
5811 - Added the gnutls_sign_algorithm type.
5813 * Version 1.0.4 (2004-01-04)
5814 - Changed handshake behaviour to send the lowest TLS version
5815   when an unsupported version was advertized. The current behaviour
5816   is to send the maximum version we support.
5817 - certtool no longer asks the password in unencrypted private
5818   keys.
5819 - The source is now compiled to use the reentrant libc functions.
5821 * Version 1.0.3 (2003-12-21)
5822 - Corrected bug in gnutls_bye() which made it return an error code
5823   of INVALID_REQUEST instead of success.
5824 - Corrected a bug in the GNUTLS_KEY key usage definitions.
5826 * Version 1.0.2 (2003-12-18)
5827 - Corrected a bug in the RSA key generation. This was
5828   generating unusable RSA keys.
5830 * Version 1.0.1 (2003-12-10)
5831 - Some minor fixes in the makefiles. They now include CFLAGS
5832   from libgcrypt or opencdk if installed in a non standard directory.
5833 - Fixed the SRP detection test in gnutls-cli-debug.
5834 - Added gnutls_rsa_params_export_pkcs1() and gnutls_rsa_params_import_pkcs1().
5836 * Version 1.0.0 (2003-12-04)
5837 - Exported the static SRP group parameters.
5838 - Some fixes in the certificate authenticated SRP ciphersuites.
5839 - Improved the support for draft-ietf-tls-srp-05. The two-phase
5840   handshake is now fully supported without any interaction with
5841   the application layer (except for a callback).
5843 * Version 0.9.99 (2003-11-28)
5844 - Some fixes in the gnutls.h header for the gnutls_server_name_set()
5845   and gnutls_server_name_get() prototypes.
5846 - Exported the gnutls_x509_privkey_sign_data(), gnutls_x509_privkey_verify_data() 
5847   and gnutls_x509_crt_verify_data().
5848 - Some fixes in the openpgp authentication.
5849 - Removed the Twofish cipher.
5851 * Version 0.9.98 (2003-11-16)
5852 - The openssl compatibility layer was moved to gnutls-openssl
5853   library instead of being included in the gnutls-extra library.
5854 - Added the RIPEMD ciphersuites defined in draft-ietf-tls-openpgp-keys-04.
5855 - Building with openpgp support is now mandatory.
5856 - gnutls4 compatibility header is no longer included by default in
5857   gnutls.h.
5858 - gnutls8 function usage yelds a deprecation warning in gcc3.
5859 - gnutls_x509_*_set_dn_by_oid() and gnutls_x509_*_get_*_dn_by_oid()
5860   functions have a raw_flag parameter added.
5861 - Added gnutls_x509_*_get_dn_oid() and gnutls_x509_crt_get_extension_oid()
5862   functions which return the available OIDs.
5864 * Version 0.9.97 (2003-11-11)
5865 - The certtool utility can now generate PKCS #12 structures
5866   without specifying a certificate.
5867 - Added capability to read CRLs to certtool.
5868 - Corrected some functions which return GNUTLS_E_SHORT_MEMORY_BUFFER
5869   to properly set the required buffer size.
5870 - Corrected a bug in libgcrypt detection.
5872 * Version 0.9.96 (2003-11-09)
5873 - Some changes to allow compilation with mingw32.
5874 - Several code cleanups.
5876 * Version 0.9.95 (2003-11-02)
5877 - Improved the verification functions. Added new verification
5878   output flags and removed the unused and redundant ones.
5879 - Improved the OpenPGP key support.
5880 - The prime utility was removed, and its functionality was moved
5881   to certtool.
5883 * Version 0.9.94 (2003-10-30)
5884 - Added manpages for the included programs.
5885 - Documented and improved the certtool utility. 
5886 - Added PKCS #12 support to certtool utility.
5888 * Version 0.9.93 (2003-10-26)
5889 - Corrected some compilation issues.
5890 - Improved the certtool command line utility.
5892 * Version 0.9.92 (2003-10-25)
5893 - The RFC2818 hostname verification is now case insensitive.
5894 - Added support for generating X.509 certificates.
5895 - Added the certtool, a tool for generating X.509 certificates
5897 * Version 0.9.91 (2003-10-17)
5898 - Fixed a compilation issue in the openpgp authentication part.
5900 * Version 0.9.90 (2003-10-08)
5901 - Updated the openpgp key API (depends on the unreleased new
5902   opencdk).
5904 * Version 0.9.8 (2003-10-02)
5905 - Updated the SRP implementation to follow the latest draft
5906   (draft-ietf-tls-srp-05).
5907 - Improved the gnutls-cli behaviour in error handling,
5908   and added a check for the peer's hostname.
5909 - Use versioned symbols in the library (where available).
5910 - RIJNDAEL ciphersuites were renamed to AES.
5912 * Version 0.9.7 (2003-08-25)
5913 - The tex files are now included in the distribution.
5914 - The library can now decrypt PKCS #12 files encrypted with
5915   the RC2-40 cipher.
5916 - The missing rfc2818_hostname object is now included.
5917 - Several corrections and bug fixes in the library by 
5918   Arne Thomassen <arne@arne-thomassen.de>.
5919 - CR is now allowed in the base64 decoder.
5921 * Version 0.9.6 (2003-06-28)
5922 - Added gnutls_x509_privkey_get_key_id() and gnutls_x509_crt_get_key_id()
5923   functions which return a unique (per public key) ID. These can
5924   be used to check if the private key corresponds to a given certificate.
5925 - Corrections in the TLS layer openpgp certificate packet parser.
5926 - Corrected a bug in the record layer buffering, which affected
5927   the case where external pull function was used. Report and patch
5928   by Sergey Poznyakoff <gray@Mirddin.farlep.net>.
5929 - Corrected a bug in gnutls-srpcrypt where a non allocated variable
5930   was freed.
5931 - SRP programs are now built by default.
5932 - Added API to read and write to PKCS #12 structures. Prototypes
5933   in gnutls/pkcs12.h.
5934 - The gnutls_transport_ptr type was changed to a pointer type (void*).
5936 * Version 0.9.5 (2003-04-06)
5937 - Several improvements in the PKCS #7 handling
5938 - Eliminated several hard coded constants in MPI parameters.
5940 * Version 0.9.4 (2003-03-28)
5941 - Corrected a parsing error in the Certificate request message.
5942 - Corrected behaviour when a certificate request message is received.
5943   Now a certificate packet is always sent, and in SSL 3.0 cipher suites
5944   a no_certificate alert is sent instead.
5945 - Added functionality to generate PKCS #7 structures (with certificates).
5947 * Version 0.9.3 (2003-03-24)
5948 - Support for MD2 was dropped. 
5949 - Improved the error logging functions, by adding a level, and
5950   by allowing debugging messages just by increasing the level.
5951 - The diffie Hellman ciphersuites are now of higher priority than
5952   the plain RSA.
5953 - The RSA premaster secret version check can no longer be disabled.
5954 - Implemented the counter measure discussed in the paper "Attacking
5955   RSA-based Sessions in SSL/TLS", against the attack described in the
5956   same paper.
5957 - Added the functions: gnutls_handshake_get_last_in(), 
5958   gnutls_handshake_get_last_out().
5959 - The gnutls_certificate_set_rsa_params() was renamed to 
5960   gnutls_certificate_set_rsa_export_params().
5961 - Added the new functions: gnutls_certificate_set_x509_key()
5962   gnutls_certificate_set_x509_trust(), gnutls_certificate_set_x509_crl(),
5963   gnutls_x509_crt_export(), gnutls_x509_crl_export().
5964 - Added support for encoding and decoding PKCS #8 2.0 encrypted 
5965   RSA private keys.
5967 * Version 0.9.2 (2003-03-15)
5968 - Some corrections in the memory mapping code (file is unmapped after 
5969   it is read).
5970 - Added support for PKCS#10 certificate requests generation.
5972 * Version 0.9.1 (2003-03-12)
5973 - Corrected a bug in 64 bit architectures, which affected the
5974   serial number calculation in the record layer.
5975 - Added gnutls_certificate_free_keys() which deletes all the
5976   private keys and certificates from the credentials structure.
5977 - Corrected a broken buffer check in _gnutls_io_read_buffered(),
5978   which caused some unexpected packet length errors. Report and patch
5979   by Ian Peters <itp@ximian.com>.
5980 - Added ability to generate RSA keys.
5981 - Increased the maximum parameter size in order to read some large keys
5982   by some CAs. Patch by Ian Peters <itp@ximian.com>.
5983 - Added an strnstr() function and the requirement in some functions to
5984   use null terminated PEM structures is no more.
5985 - Use mmap() if available to read files.
5986 - Fixed a memory leak in SRP code reported by Rupert Kittinger 
5987   <r.kittinger@efkon.com>.
5989 * Version 0.9.0 (2003-03-03)
5990 - This version is not binary compatible with the previous ones.
5991 - The library notifies the application on empty and illegal SRP usernames, 
5992   so that proper notification (via an alert) is sent to the peer.
5993 - Added ability to send some messages back to the application using
5994   the gnutls_global_set_log_function().
5995 - gnutls_dh_params_generate() and gnutls_rsa_params_generate() now use 
5996   gnutls_malloc() to allocate the output parameters.
5997 - Added support for MD2 algorithm in certificate signature verification.
5998 - The RSA and DH parameter generation interface was changed. Added
5999   ability to import and export from and to PKCS3 structures. This 
6000   was needed to read parameters generated using the openssl dhparam tool.
6001 - Several changes in the temporary (DH/RSA) parameter codebase. No DH 
6002   parameters are now included in the library. Also the credentials structure 
6003   can now hold only one temporary parameter of a kind.
6004 - Added a new Certificate, CRL, Private key and PKCS7 structures handling 
6005   API, defined in gnutls/x509.h
6006 - Added gnutls_certificate_set_verify_flags() function to allow setting the 
6007   verification flags in the credentials structure. They will be used in the
6008   *verify_peers functions.
6009 - Added protection against the new TLS 1.0 record layer timing attack.
6010 - Added support for Certificate revocation lists. Functions defined
6011   in gnutls/x509.h
6012 - The only functions that were removed are:
6013   gnutls_x509_certificate_to_xml()
6014   gnutls_x509_extract_dn_string()
6015 - Ported to libtasn1 0.2.x
6017 * Version 0.8.1 (2003-01-22)
6018 - Improved the SRP support, to prevent attackers guessing the
6019   available usernames by brute force.
6020 - Improved the SRP detection in gnutls-cli-debug
6021 - Some fixes which now allow compilation.
6023 * Version 0.8.0 (2003-01-20)
6024 - Added gnutls_x509_extract_dn_string() which returns a 
6025   distinguished name in a single string.
6026 - Added gnutls_openpgp_extract_key_name_string() which returns
6027   an openpgp user ID in a single string.
6028 - Added gnutls_x509_extract_certificate_ca_status() which returns
6029   the CA status of the given certificate.
6030 - Added SRP-6 support. Follows draft-ietf-tls-srp-04.
6031 - If libtasn1 is not present in the system, it is included in 
6032   the main gnutls library.
6033 - If liblzo is present in the system, then the included minilzo
6034   will not be used, and libgnutls-extra will depend on liblzo.
6035 - GNUTLS_E_PARSING_ERROR error code was replaced by GNUTLS_E_BASE64_DECODING_ERROR, 
6036   and GNUTLS_E_SRP_PWD_PARSING_ERROR. GNUTLS_E_ASCII_ARMOR_ERROR was also 
6037   replaced by GNUTLS_E_BASE64_DECODING_ERROR.
6039 * Version 0.6.0 (2002-12-08)
6040 - Added "gnutls/compat4.h" header. This is included in gnutls.h
6041   to emulate the old 0.4.x API.
6042 - Example programs are now stored in doc/examples/
6043 - Several improvements and updates in the documentation.
6044 - Added the certificate authenticated SRP cipher suites.
6045 - gnutls_x509_extract_certificate_dn_string() was updated to return
6046   an RFC2253 conforming string.
6047 - Added the SRP related functions:
6048    gnutls_srp_verifier()
6049    gnutls_srp_base64_encode()
6050    gnutls_srp_base64_decode()
6051 - Added the function gnutls_srp_set_server_credentials_function()
6052   to allow retrieving SRP parameters from an external backend - other
6053   than password files.
6054 - Added the function gnutls_openpgp_set_recv_key_function()
6055   which can be used to set a callback, to get OpenPGP keys.
6056 - Exported the functions:
6057    gnutls_malloc()
6058    gnutls_free()
6059   which should be used by callback functions.
6060 - Changed the semantics of gnutls_pem_base64_encode_alloc()
6061   and gnutls_pem_base64_decode_alloc(). In the default case
6062   were the gnutls library is used with malloc/realloc/free,
6063   these are binary compatible.
6065 * Version 0.5.11 (2002-11-05)
6066 - Some fixes in 'gnutls-cli' client program to prevent some segmentation 
6067   faults at exit.
6068 - Example programs found in the documentation can now be generated by
6069   running "make examples" in doc/tex directory.
6070 - Added more descriptive error strings, to gnutls_strerror().
6071 - Documented error codes, and the function reference list is now sorted.
6072 - Optimized buffering code.
6073 - gnutls_x509_extract_certificate_dn_string() was rewritten.
6074 - Added GNUTLS_E_SHORT_MEMORY_BUFFER error code, which is returned in the
6075   case where the memory buffer provided is not long enough.
6076 - Depends on the new OpenCDK 0.3.2.
6078 * Version 0.5.10 (2002-10-13)
6079 - Updated documentation.
6080 - Added server name extension. This allows clients to specify the
6081   name of the server they connect to. Useful to HTTPS.
6082 - Several corrections in the code base, mostly in signed/unsigned,
6083   checkings.
6085 * Version 0.5.9 (2002-10-10)
6086 - Corrected some code which worked fine in gcc 3.2, but not with any
6087   other compiler.
6088 - Updated 'gnutls-cli' with the '--starttls' option, to allow testing
6089   starttls implementations.
6090 - Added gnutls_x509_extract_key_pk_algorithm() function which extracts
6091   the private key type, of a DER encoded key.
6092 - Added gnutls_x509_extract_certificate_dn_string() which returns the 
6093   certificate's distinguished name in a single string.
6094 - Added gnutls_set_default_priority() and gnutls_set_default_export_priority()
6095   functions, to avoid calling all the *_priority() functions if the defaults
6096   are acceptable.
6097 - Added int gnutls_x509_check_certificates_hostname() which check whether
6098   the given hostname matches the owner of the given X.509 certificate.
6100 * Version 0.5.8 (2002-09-25)
6101 - Updated documentation.
6102 - Added gnutls_record_get_direction() which replaces the obsolete
6103   gnutls_handshake_get_direction().
6104 - Added function to convert error codes to alert descriptions
6105 - Added LZO compression
6107 * Version 0.5.7 (2002-09-11)
6108 - Some fixes in the memory allocation functions (realloc).
6109 - Improved the string functions used in XML certificate generation.
6110 - Removed dependency on libgdbm.
6111 - Corrected bug in gnutls_dh_params_set() which affected
6112   gnutls_dh_params_deinit().
6113 - Corrected bug in session resuming code in server side.
6115 * Version 0.5.6 (2002-09-06)
6116 - Corrected bugs in SRP implementation, which prevented gnutls 
6117   to interoperate with other implementations. (interoperability testing
6118   was done by David Taylor)
6119 - Corrected bug in cert_type extension.
6120 - Corrected extension type checks which used an 8 bit extension size,
6121   instead of 16 bits.
6122 - Added versioning in the XML output of certificate functions.
6123 - Removed the X.509 test suite.
6125 * Version 0.5.5 (2002-09-03)
6126 - Updated the SRP implementation to the latest draft. The blowfish
6127   crypt implementation was removed, since the new draft does not allow
6128   other hash algorithms except for the srpsha. 
6129 - Renamed all the constructed types in order to have more consistent
6130   names. 
6131 - Improved the certificate and key read functions. Now they can read 
6132   the certificate and the private key from the same file.
6133 - Updated and corrected documentation.
6135 * Version 0.5.4 (2002-08-27)
6136 - Fixes in TLS 1.0 PRF and SSL3 random functions.
6137 - gnutls_handshake_set_exportable_detection() was obsoleted.
6138 - Added gnutls_openpgp_extract_key_id() which returns the key ID.
6139 - Corrected bug in DHE key exchange
6140 - Added support for temporary RSA keys which are needed for the
6141   export cipher suites.
6142 - Added the TLS_RSA_EXPORT_ARCFOUR_40_MD5 ciphersuite.
6144 * Version 0.5.3 (2002-08-23)
6145 - No changes. Replaces the tarball of 0.5.2 which accidentally contained
6146   code from the unstable branch.
6148 * Version 0.5.2 (2002-08-22)
6149 - Added an error code that is returned in clients which connect
6150   to export only servers. This must be enabled using the
6151   gnutls_handshake_set_exportable_detection() function.
6152 - Updated openssl compatibility layer.
6153 - Added gnutls_handshake_get_direction() function which returns
6154   the state of the handshake when interrupted.
6156 * Version 0.5.1 (2002-07-17)
6157 - Corrected the m4 macros which used <gnutls.h> instead of
6158   <gnutls/gnutls.h>
6159 - Documentation fixes
6160 - Added gnutls_transport_set_ptr2() function, which accepts two
6161   different pointers, to be used while receiving, and 
6162   while sending data.
6163 - Semantic changes in gnutls_record_set_max_size(). The requested
6164   size is now immediately enforced at the output buffers.
6165 - gnutls_global_init_extra() now fails if the library versions do
6166   not match.
6167 - Fixes in client and server example programs. Null encryption can
6168   be used in these programs, to assist in debuging.
6169 - Fixes in zlib compression code.
6171 * Version 0.5.0 (2002-07-06)
6172 - Added X.509 certificate tests in tests/ directory
6173 - Removed stubs for SRP and Anonymous authentication. They served
6174   no purpose since they are always included, unless it was requested
6175   not to do so.
6176 - Added gnutls_handshake_set_private_extensions() function. This
6177   function can be used to enable private (gnutls specific) cipher suites
6178   and compression algorithms.
6179 - Added check for C99 macro support by the compiler.
6180 - Added functions gnutls_b64_encode_fmt2() and gnutls_b64_decode_fmt2()
6181 - Added the new libtasn1 library.
6182 - Removed the gdbm backend. Applications are now responsible for the
6183   session resuming backend. The gnutls-serv application contains an
6184   simple example on how to use gdbm for resuming.
6185 - Headers for the gnutls library are now installed in $(includedir)/gnutls
6186 - Added an OpenSSL compatible interface (with some limitations).
6187 - Added functions to convert DER encoded certificates to XML format.
6189 * Version 0.4.4 (2002-06-24)
6190 - Corrected bug in PKCS-1 RSA encryption which prevented gnutls to encrypt
6191   using keys of some specific size.
6193 * Version 0.4.3 (2002-05-23)
6194 - The gnutls-extra library now compiles fine, if the opencdk library is
6195   not present.
6196 - Several bug fixes.
6197 - Added gnutls_global_set_mem_func() function, to set the memory allocation
6198   functions, if other than the defaults are to be used.
6199 - The default memory allocation functions are now the ones in libc.
6201 * Version 0.4.2 (2002-05-21)
6202 - Separated ASN.1 structures parser documentation and TLS library
6203   documentation.
6204 - Added gnutls_handshake_set_rsa_pms() function, which disables the
6205   version check in RSA premaster secret.
6206 - Added gnutls_session_is_resumed() function, which reports if a session
6207   is a resumed one.
6208 - Added gnutls_state_set_ptr() and gnutls_state_get_ptr() functions, to
6209   assist in callback functions.
6210 - Replaced the included 1024 bit prime for Diffie Hellman, with a new
6211   random one.
6212 - Relicensed the library under the GNU Lesser General Public License
6213 - Added gnutls-extra library which contains the GPL covered code of gnutls.
6215 * Version 0.4.1 (2002-04-07)
6216 - Now uses alloca() for temporary variables
6217 - Optimized RSA signing
6218 - Added functions to return the peer's certificate activation and
6219   expiration time.
6220 - Corrected time function's behaviour (the time value returned no longer
6221   relate to local timezone).
6223 * Version 0.4.0 (2002-04-01)
6224 - Added support for RFC2630 (PKCS7) X.509 certificate sets
6225 - Added new functions: gnutls_x509_extract_certificate_pk_algorithm(),
6226   gnutls_openpgp_extract_key_pk_algorithm().
6227 - Several optimizations in the Handshake protocol
6228 - Several optimizations in RSA algorithm
6229 - Unified the return values because of small buffers.
6231 * Version 0.3.92 (2002-03-23)
6232 - Updated documentation
6233 - Combined error codes of ASN.1 parser and gnutls
6234 - Removed GNUTLS_CERT_TRUSTED from the CertificateStatus enumeration
6235 - Added protection against CBC chosen plaintext attack (disabled by default)
6236 - Improved and optimized compression support
6238 * Version 0.3.91 (2002-03-03)
6239 - Added gnutls-cli-debug program
6240 - Corrections in session resumption
6241 - Rehandshake can now handle negotiation of different authentication
6242   type.
6243 - gnutls-cli, gnutls-serv, gnutls-srpcrypt and gnutls-cli-debug are 
6244   now being installed.
6246 * Version 0.3.90 (2002-02-24)
6247 - Handshake messages are not kept in memory any more. Now we use 
6248   less memory during a handshake
6249 - Added support for certificates with DSA parameters
6250 - Added DHE_DSS cipher suites
6251 - Key exchange methods changed so they do not depend on the 
6252   certificate type. Added certificate type negotiation TLS extension.
6253 - Added openpgp key support (EXPERIMENTAL)
6254 - Improved Diffie Hellman key exchange support.
6255 - Bug fixes in the RSA key exchange.
6256 - Added check for the requested TLS extensions
6257 - TLS extensions now use a 16 bit type field.
6258 - Added a minimal string library to assist in ASN.1 parsing
6259 - Changes in ASN.1 parser to work with the new bison
6260 - Added gnutls_x509_extract_subject_alt_name(), which deprecates 
6261   gnutls_x509_extract_subject_dns_name()
6262 - gnutls_x509_set_trust_(file/mem) can now be called multiple times
6263 - gnutls_srp_server_set_cred_file() can now be called multiple times
6265 * Version 0.3.5 (2002-01-25)
6266 - Corrected the RSA key exchange method, to avoid attacks against
6267   PKCS-1 formating.
6269 * Version 0.3.4 (2002-01-20)
6270 - Corrected bugs in DHE_RSA key exchange method
6272 * Version 0.3.3 (2002-01-19)
6273 - Added gnutls_x509pki_verify_certificate()
6274 - Added gnutls_x509pki_set_trust_mem() and gnutls_x509pki_set_key_mem()
6275 - Bug fixes in srpcrypt (based on patch by Marc Huber)
6276 - Bug fixes in the Handshake protocol (based on patch by Guillaume Morin)
6277 - Corrected library versioning
6279 * Version 0.3.2 (2002-01-05)
6280 - Corrected bug which did not allow a client to accept multiple CA names
6281 - Added gnutls_fingerprint()
6282 - Added gnutls_x509pki_extract_certificate_serial()
6283 - Added gnutls_b64_encode_fmt() and gnutls_b64_decode_fmt()
6284 - Corrected behaviour in version advertizing
6285 - Updated documentation
6286 - Prefixed all types in gnutls.h with 'GNUTLS_' to avoid namespace collisions
6288 * Version 0.3.1 (2001-12-21)
6289 - Corrections in the configuration files
6290 - Fixes a bug in anonymous authentication
6292 * Version 0.3.0 (2001-12-17)
6293 - Corrected bug in new integer formatting (now we use the old format again)
6294 - Several corrections and usual cleanups
6296 * Version 0.2.91 (2001-12-10)
6297 - Fixes in MPI handling (fixes possible bug with signed integers)
6298 - Removed name indication extension
6299 - Added gnutls_transport_get_ptr() and gnutls_db_get_ptr()
6300 - Optimizations in server certificate callback.
6301 - Fixes in anonymous authentication
6302 - Corrections in client ciphersuite selection
6304 * Version 0.2.90 (2001-12-07)
6305 - gnutls_handshake(), gnutls_read() etc. functions no longer require
6306   the 'SOCKET cd' argument. This argument is set using the function
6307   gnutls_set_transport_ptr().
6308 - introduced gnutls_x509pki_get_peer_certificate_list(). This function returns
6309   a list containing peer's certificate and issuers DER encoded.
6310 - Updated X.509 certificate handling API
6311 - Added callback to select the server certificate
6312 - More consistent function naming (changes in several function names)
6313 - Buffer overflow checking in ASN.1 structures parser
6314 - Updated documentation
6316 * Version 0.2.11 (2001-11-16)
6317 - Changed the meaning of GNUTLS_E_REHANDSHAKE value. If this value
6318   is returned, then the caller should perform a handshake or send
6319   an alert to the peer.
6320 - Made receive buffer dynamic. Normally if no large chunks are received
6321   it occupies less space.
6322 - Added max_record_size extension
6323 - Bugfixes in session handling
6324 - Improved non blocking IO support in the Handshake Protocol
6325 - Usual bugfixes and cleanups
6326 - Documentation updated (includes ASN.1 documentation)
6328 * Version 0.2.10 (2001-11-05)
6329 - Corrected bugs and improved non blocking IO
6330 - Added hooks to use external database to store sessions
6331 - Usual cleanups
6333 * Version 0.2.9 (2001-10-27)
6334 - AUTH_INFO types and structures were moved to library internals
6335 - AUTH_FAILED is no longer returned in SRP authentication
6336   (any fatal error in SRP means auth failed)
6337 - Introduced GNUTLS_E_INTERRUPTED
6338 - Added support for non blocking IO
6339 - gnutls_recv() and gnutls_send() are now obsolete
6340 - Changed semantics of gnutls_rehandshake()
6342 * Version 0.2.4 (2001-10-12)
6343 - Better handling of X.509 certificate extensions
6344 - Added DHE_RSA ciphersuites
6345 - Updated the Name Indication (dnsname) extension
6346 - Improvements in Diffie Hellman primes handling
6348 * Version 0.2.3 (2001-09-19)
6349 - Memory optimizations in gnutls_recv()
6350 - Fixed several memory leaks
6351 - Added ability to specify callback for x509 client certificate selection
6352 - Better documentation
6354 * Version 0.2.2 (2001-08-21)
6355 - Several bugfixes (library and documentation)
6357 * Version 0.2.1 (2001-08-07)
6358 - SRP fixes
6360 * Version 0.2.0 (2001-08-07)
6361 - Partial support for X.509v3 Certificate extensions.
6362 - Added Internal memory handlers
6363 - Removed gnutls_x509_set_cn()
6364 - Added X.509 client authentication
6365 - Several bug fixes and protocol fixes
6367 * Version 0.1.9 (2001-07-30)
6368 - Corrected bug(s) in ChangeCipherSpec packet (fixes renegotiate)
6369 - SRP is updated to conform to the newest draft.
6370 - Added support for DNSNAME extension.
6371 - Reentracy fixes in ASN.1 Parsing.
6372 - Optimizations in hash/hmac functions
6373 - (Error) message handling has changed
6374 - Better Protocol Version handling
6375 - Added X.509 Certificate Verification
6376 - gnutls_read() semantics are now closer to read(2) - added EOF
6377 - Documented some part of gnutls in doc/tex/ using Latex
6379 * Version 0.1.4 (2001-06-22)
6380 - Corrected (srp) base64 encoding.
6381 - Changed bcrypt algorithm to include username.
6382 - Added RSA Ciphersuites (no certificate checking).
6383 - Fixes in SSL 2.0 client hello parsing.
6384 - Added ASN.1 and DER parsers.
6385 - Bugfixes in session resuming
6386 - Updated Ciphersuite selection algorithm
6387 - Added internal representation of X.509 structures.
6388 - Added global state
6390 * Version 0.1.3 (2001-06-01)
6391 - Updated API (and the way it is documented - we use inline documentation)
6392 - Added function to access alert messages.
6393 - Added support for renegotiating parameters.
6394 - Better and Faster Resume Database handling.
6395 - Several bugfixes
6397 * Version 0.1.2 (2001-05-14)
6398 - Updated API
6399 - Fixes in extension handling
6401 * Version 0.1.1 (2001-05-13)
6402 - Added compatibility with Stanford's libsrp library
6404 * Version 0.1.0 (2001-05-09)
6405 - Added SSL 2.0 client hello support
6406 - GNUTLS is a gnu library
6407 - Added support for TLS extensions.
6408 - Added support for SRP
6410 * Version 0.0.7 (2001-01-11)
6411 - Added server side session resuming (using gdbm)
6412 - Added twofish algorithm
6414 * Version 0.0.6 (2000-12-20)
6415 - Added client side session resuming
6416 - Better documentation (check doc/API)
6417 - Better socket handling (gnutls can be used with select())
6418 - Some primitive support for non blocking IO and socket options has been added.
6420 * Version 0.0.5 (2000-12-07)
6421 - Added Compression (using ZLIB)
6422 - Added SSL 3.0 support
6424 ----------------------------------------------------------------------
6425 Copying and distribution of this file, with or without modification,
6426 are permitted in any medium without royalty provided the copyright
6427 notice and this notice are preserved.