1 GNU TLS NEWS -- History of user-visible changes. -*- outline -*-
2 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
3 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
4 See the end for copying conditions.
6 * Version 2.9.10 (unreleased)
8 ** libgnutls: Added Steve Dispensa's patch for safe renegotiation
9 (draft-ietf-tls-renegotiation) that solves the issue discussed in:
10 http://www.ietf.org/mail-archive/web/tls/current/msg03928.html
11 and http://www.ietf.org/mail-archive/web/tls/current/msg03948.html
12 Note however that the TLS client implemented here will reject
13 any connections to unsafe servers unless the priority string
14 %UNSAFE_RENEGOTIATION is specified.
16 ** libgnutls: When checking openpgp self signature also check the signatures of all subkeys.
17 Ilari Liusvaara noticed and reported the issue and provided test vectors as well.
19 ** libgnutls: Added cryptodev support (/dev/crypto). Tested with
20 http://www.logix.cz/michal/devel/cryptodev/. Added benchmark utility
21 for AES. Exported API to access encryption and hash algorithms.
23 ** certtool: Corrected two issues that affected certificate request generation.
24 (1) Null padding is added on integers (found thanks to Wilankar Trupti),
25 (2) In optional SignatureAlgorithm parameters field for DSA keys the DSA
26 parameters were added. Those were rejected by Verisign. Gnutls no longer adds
27 those parameters there since other implementations don't do either and having
28 them does not seem to offer anything (anyway you need the signer's certificate
29 to verify thus public key will be available). Found thanks to Boyan Kasarov.
30 This however has the side-effect that public key IDs shown by certtool are
31 now different than previous gnutls releases.
32 (3) the option --pgp-certificate-info will verify self signatures
34 ** certtool: Allow exporting of Certificate requests on DER format.
36 ** certtool: New option --no-crq-extensions to avoid extensions in CSRs.
38 ** API and ABI modifications:
39 gnutls_cipher_decrypt: Added
40 gnutls_cipher_deinit: Added
41 gnutls_cipher_encrypt: Added
42 gnutls_cipher_get_block_size: Added
43 gnutls_cipher_init: Added
45 gnutls_hash_deinit: Added
46 gnutls_hash_fast: Added
47 gnutls_hash_get_len: Added
48 gnutls_hash_init: Added
49 gnutls_hash_output: Added
51 gnutls_hmac_deinit: Added
52 gnutls_hmac_fast: Added
53 gnutls_hmac_get_len: Added
54 gnutls_hmac_init: Added
55 gnutls_hmac_output: Added
56 gnutls_safe_negotiation_set_initial: Added
57 gnutls_safe_renegotiation_set: Added
58 %UNSAFE_RENEGOTIATION: Added to priority strings
59 %INITIAL_SAFE_RENEGOTIATION: Added to priority strings
60 %DISABLE_SAFE_RENEGOTIATION: Added to priority strings (do not use)
62 * Version 2.9.9 (released 2009-11-09)
64 ** libgnutls: Cleanups and several bug fixes.
65 Found by Steve Grubb and Tomas Mraz.
67 ** Link libgcrypt explicitly to certtool, gnutls-cli, gnutls-serv.
69 ** Fix --disable-valgrind-tests.
70 Reported by Ingmar Vanhassel in
71 <https://savannah.gnu.org/support/?107029>.
73 ** API and ABI modifications:
74 No changes since last version.
76 * Version 2.9.8 (released 2009-11-05)
78 ** libgnutls: Fix for memory leaks on interrupted handshake.
79 Reported by Tang Tong.
81 ** libgnutls: Addition of support for TLS 1.2 signature algorithms
82 ** extension and certificate verify field.
83 This requires changes for TLS 1.2 servers and clients that use
84 callbacks for certificate retrieval. They are now required to check
85 with gnutls_sign_algorithm_get_requested() whether the certificate
86 they send complies with the peer's preferences in signature
89 ** libgnutls: In server side when resuming a session do not overwrite the
90 ** initial session data with the resumed session data.
92 ** libgnutls: Added support for AES-128, AES-192 and AES-256 in PKCS #8
94 This affects also PKCS #12 encoded files. This adds the following new
95 enums: GNUTLS_CIPHER_AES_192_CBC, GNUTLS_PKCS_USE_PBES2_AES_128,
96 GNUTLS_PKCS_USE_PBES2_AES_192, GNUTLS_PKCS_USE_PBES2_AES_256.
98 ** libgnutls: Fix PKCS#12 encoding.
99 The error you would get was "The OID is not supported.". Problem
100 introduced for the v2.8.x branch in 2.7.6.
102 ** certtool: Added the --pkcs-cipher option.
103 To explicitely specify the encryption algorithm to use.
105 ** tests: Added "pkcs12_encode" self-test to check PKCS#12 functions.
107 ** tests: Fix time bomb in chainverify self-test.
108 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
109 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3925>.
111 ** tests: Fix expired cert in chainverify self-test.
113 ** i18n: Vietnamese translation updated.
114 Thanks to Clytie Siddall.
116 ** API and ABI modifications:
117 GNUTLS_CIPHER_AES_192_CBC: ADDED to gnutls/gnutls.h.
118 GNUTLS_PKCS_USE_PBES2_AES_128: ADDED to gnutls/x509.h.
119 GNUTLS_PKCS_USE_PBES2_AES_192: ADDED to gnutls/x509.h.
120 GNUTLS_PKCS_USE_PBES2_AES_256: ADDED to gnutls/x509.h.
121 GNUTLS_BAG_SECRET: ADDED to gnutls/pkcs12.h.
122 GNUTLS_DIG_UNKNOWN: ADDED to gnutls/gnutls.h.
123 gnutls_sign_algorithm_get_requested: ADDED.
125 * Version 2.9.7 (released 2009-10-06)
127 ** libgnutls: TLS 1.2 server mode fixes.
128 Now interoperates against Opera. Contributed by Daiki Ueno.
130 ** libgnutlsxx: Fix link problems.
131 Tiny patch from Boyan Kasarov <bkasarov@gmail.com>.
133 ** guile: Compatibility with guile 2.x.
134 By Ludovic Courtes <ludovic.courtes@laas.fr>.
136 ** API and ABI modifications:
137 No changes since last version.
139 * Version 2.9.6 (released 2009-09-22)
141 ** libgnutls: Enable Camellia ciphers by default.
143 ** API and ABI modifications:
144 No changes since last version.
146 * Version 2.9.5 (released 2009-09-10)
148 ** libgnutls: Add new functions to extract X.509 Issuer Alternative Names.
149 The new functions are gnutls_x509_crt_get_issuer_alt_name2,
150 gnutls_x509_crt_get_issuer_alt_name, and
151 gnutls_x509_crt_get_issuer_alt_othername_oid. Contributed by Brad
152 Hards <bradh@frogmouth.net>.
154 ** API and ABI modifications:
155 gnutls_x509_crt_get_issuer_alt_name2: ADDED.
156 gnutls_x509_crt_get_issuer_alt_name: ADDED.
157 gnutls_x509_crt_get_issuer_alt_othername_oid: ADDED.
159 * Version 2.9.4 (released 2009-09-03)
161 ** libgnutls: Client-side TLS 1.2 and SHA-256 ciphersuites now works.
162 The new supported ciphersuites are AES-128/256 in CBC mode with
163 ANON-DH/RSA/DHE-DSS/DHE-RSA. Contributed by Daiki Ueno. Further,
164 SHA-256 is now the preferred default MAC (however it is only used with
167 ** libgnutls: Make OpenPGP hostname checking work again.
168 The patch to resolve the X.509 CN/SAN issue accidentally broken
169 OpenPGP hostname comparison.
171 ** libgnutls: When printing X.509 certificates, handle XMPP SANs better.
172 Reported by Howard Chu <hyc@symas.com> in
173 <https://savannah.gnu.org/support/?106975>.
175 ** Fix use of deprecated types internally.
176 Use of deprecated types in GnuTLS from now on will lead to a compile
177 error, to prevent this from happening again.
179 ** API and ABI modifications:
180 No changes since last version.
182 * Version 2.9.3 (released 2009-08-19)
184 ** libgnutls: Support for TLS tickets was contributed by Daiki Ueno.
185 The new APIs are gnutls_session_ticket_enable_client,
186 gnutls_session_ticket_enable_server, and
187 gnutls_session_ticket_key_generate.
189 ** gnutls-cli, gnutls-serv: New parameter --noticket to disable TLS tickets.
191 ** API and ABI modifications:
192 gnutls_session_ticket_key_generate: ADDED.
193 gnutls_session_ticket_enable_client: ADDED.
194 gnutls_session_ticket_enable_server: ADDED.
196 * Version 2.9.2 (released 2009-08-14)
198 ** libgnutls: Fix problem with NUL bytes in X.509 CN and SAN fields.
199 By using a NUL byte in CN/SAN fields, it was possible to fool GnuTLS
200 into 1) not printing the entire CN/SAN field value when printing a
201 certificate and 2) cause incorrect positive matches when matching a
202 hostname against a certificate. Some CAs apparently have poor
203 checking of CN/SAN values and issue these (arguable invalid)
204 certificates. Combined, this can be used by attackers to become a
205 MITM on server-authenticated TLS sessions. The problem is mitigated
206 since attackers needs to get one certificate per site they want to
207 attack, and the attacker reveals his tracks by applying for a
208 certificate at the CA. It does not apply to client authenticated TLS
209 sessions. Research presented independently by Dan Kaminsky and Moxie
210 Marlinspike at BlackHat09. Thanks to Tomas Hoger <thoger@redhat.com>
211 for providing one part of the patch. [GNUTLS-SA-2009-4] [CVE-2009-2730].
213 ** libgnutls: Fix rare failure in gnutls_x509_crt_import.
214 The function may fail incorrectly when an earlier certificate was
215 imported to the same gnutls_x509_crt_t structure.
217 ** minitasn1: Internal copy updated to libtasn1 v2.3.
219 ** libgnutls: Fix return value of gnutls_certificate_client_get_request_status.
220 Before it always returned false. Reported by Peter Hendrickson
221 <pdh@wiredyne.com> in
222 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3668>.
224 ** libgnutls: Fix off-by-one size computation error in unknown DN printing.
225 The error resulted in truncated strings when printing unknown OIDs in
226 X.509 certificate DNs. Reported by Tim Kosse
227 <tim.kosse@filezilla-project.org> in
228 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3651>.
230 ** libgnutls: Fix PKCS#12 decryption from password.
231 The encryption key derived from the password was incorrect for (on
232 average) 1 in every 128 input for random inputs. Reported by "Kukosa,
233 Tomas" <tomas.kukosa@siemens-enterprise.com> in
234 <http://permalink.gmane.org/gmane.network.gnutls.general/1663>.
236 ** libgnutls: Return correct bit lengths of some MPIs.
237 gnutls_dh_get_prime_bits, gnutls_rsa_export_get_modulus_bits, and
238 gnutls_dh_get_peers_public_bits. Before the reported value was
239 overestimated. Reported by Peter Hendrickson <pdh@wiredyne.com> in
240 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3607>.
242 ** libgnutls: Avoid internal error when invoked after GNUTLS_E_AGAIN.
243 Report and patch by Tim Kosse <tim.kosse@filezilla-project.org> in
244 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3671>
246 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3670>.
248 ** libgnutls: Relax checking of required libtasn1/libgcrypt versions.
249 Before we required that the runtime library used the same (or more
250 recent) libgcrypt/libtasn1 as it was compiled with. Now we just check
251 that the runtime usage is above the minimum required. Reported by
252 Marco d'Itri <md@linux.it> via Andreas Metzler
253 <ametzler@downhill.at.eu.org> in <http://bugs.debian.org/540449>.
255 ** tests: Added new self-test pkcs12_s2k_pem to detect MPI bit length error.
257 ** tests: Improved test vectors in self-test pkcs12_s2k.
259 ** tests: Added new self-test dn2 to detect off-by-one size error.
261 ** tests: Fix failure in "chainverify" because a certificate have expired.
263 ** API and ABI modifications:
264 No changes since last version.
266 * Version 2.9.1 (released 2009-06-08)
268 ** libgnutls: Fix crash in gnutls_global_init after earlier init/deinit cycle.
269 Forwarded by Martin von Gagern <Martin.vGagern@gmx.net> from
270 <http://bugs.gentoo.org/272388>.
272 ** tests: Added new self-tests init_roundtrip.c to detect previous problem.
274 ** Reduce stack usage for some CRQ functions.
276 ** Doc fixes for CRQ functions.
278 ** API and ABI modifications:
279 No changes since last version.
281 * Version 2.9.0 (released 2009-05-28)
285 ** API and ABI modifications:
286 No changes since last version.
288 * Version 2.8.3 (released 2009-08-13)
290 ** libgnutls: Fix patch for NUL in CN/SAN in last release.
291 Code intended to be removed would lead to an read-out-bound error in
292 some situations. Reported by Tomas Hoger <thoger@redhat.com>. A CVE
293 code have been allocated for the vulnerability: [CVE-2009-2730].
295 ** libgnutls: Fix rare failure in gnutls_x509_crt_import.
296 The function may fail incorrectly when an earlier certificate was
297 imported to the same gnutls_x509_crt_t structure.
299 ** libgnutls-extra, libgnutls-openssl: Fix MinGW cross-compiling build error.
301 ** tests: Made self-test mini-eagain take less time.
305 ** API and ABI modifications:
306 No changes since last version.
308 * Version 2.8.2 (released 2009-08-10)
310 ** libgnutls: Fix problem with NUL bytes in X.509 CN and SAN fields.
311 By using a NUL byte in CN/SAN fields, it was possible to fool GnuTLS
312 into 1) not printing the entire CN/SAN field value when printing a
313 certificate and 2) cause incorrect positive matches when matching a
314 hostname against a certificate. Some CAs apparently have poor
315 checking of CN/SAN values and issue these (arguable invalid)
316 certificates. Combined, this can be used by attackers to become a
317 MITM on server-authenticated TLS sessions. The problem is mitigated
318 since attackers needs to get one certificate per site they want to
319 attack, and the attacker reveals his tracks by applying for a
320 certificate at the CA. It does not apply to client authenticated TLS
321 sessions. Research presented independently by Dan Kaminsky and Moxie
322 Marlinspike at BlackHat09. Thanks to Tomas Hoger <thoger@redhat.com>
323 for providing one part of the patch. [GNUTLS-SA-2009-4].
325 ** libgnutls: Fix return value of gnutls_certificate_client_get_request_status.
326 Before it always returned false. Reported by Peter Hendrickson
327 <pdh@wiredyne.com> in
328 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3668>.
330 ** libgnutls: Fix off-by-one size computation error in unknown DN printing.
331 The error resulted in truncated strings when printing unknown OIDs in
332 X.509 certificate DNs. Reported by Tim Kosse
333 <tim.kosse@filezilla-project.org> in
334 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3651>.
336 ** libgnutls: Return correct bit lengths of some MPIs.
337 gnutls_dh_get_prime_bits, gnutls_rsa_export_get_modulus_bits, and
338 gnutls_dh_get_peers_public_bits. Before the reported value was
339 overestimated. Reported by Peter Hendrickson <pdh@wiredyne.com> in
340 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3607>.
342 ** libgnutls: Avoid internal error when invoked after GNUTLS_E_AGAIN.
343 Report and patch by Tim Kosse <tim.kosse@filezilla-project.org> in
344 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3671>
346 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3670>.
348 ** libgnutls: Relax checking of required libtasn1/libgcrypt versions.
349 Before we required that the runtime library used the same (or more
350 recent) libgcrypt/libtasn1 as it was compiled with. Now we just check
351 that the runtime usage is above the minimum required. Reported by
352 Marco d'Itri <md@linux.it> via Andreas Metzler
353 <ametzler@downhill.at.eu.org> in <http://bugs.debian.org/540449>.
355 ** minitasn1: Internal copy updated to libtasn1 v2.3.
357 ** tests: Fix failure in "chainverify" because a certificate have expired.
359 ** API and ABI modifications:
360 No changes since last version.
362 * Version 2.8.1 (released 2009-06-10)
364 ** libgnutls: Fix crash in gnutls_global_init after earlier init/deinit cycle.
365 Forwarded by Martin von Gagern <Martin.vGagern@gmx.net> from
366 <http://bugs.gentoo.org/272388>.
368 ** libgnutls: Fix PKCS#12 decryption from password.
369 The encryption key derived from the password was incorrect for (on
370 average) 1 in every 128 input for random inputs. Reported by "Kukosa,
371 Tomas" <tomas.kukosa@siemens-enterprise.com> in
372 <http://permalink.gmane.org/gmane.network.gnutls.general/1663>.
374 ** API and ABI modifications:
375 No changes since last version.
377 * Version 2.8.0 (released 2009-05-27)
379 ** doc: Fix gnutls_dh_get_prime_bits. Fix error codes and algorithm lists.
381 ** Major changes compared to the v2.4 branch:
383 *** lib: Linker version scripts reduces number of exported symbols.
385 *** lib: Limit exported symbols on systems without LD linker scripts.
387 *** libgnutls: Fix namespace issue with version symbols.
389 *** libgnutls: Add functions to verify a hash against a certificate.
390 gnutls_x509_crt_verify_hash: ADDED
391 gnutls_x509_crt_get_verify_algorithm: ADDED
393 *** gnutls-serv: Listen on all interfaces, including both IPv4 and IPv6.
395 *** i18n: The GnuTLS gettext domain is now 'libgnutls' instead of 'gnutls'.
397 *** certtool: Query for multiple dnsName subjectAltName in interactive mode.
399 *** gnutls-cli: No longer accepts V1 CAs by default during X.509 chain verify.
401 *** gnutls-serv: No longer disable MAC padding by default.
403 *** gnutls-cli: Certificate information output format changed.
405 *** libgnutls: New priority strings %VERIFY_ALLOW_SIGN_RSA_MD5
406 *** and %VERIFY_ALLOW_X509_V1_CA_CRT.
408 *** libgnutls: gnutls_x509_crt_print prints signature algorithm in oneline mode.
410 *** libgnutls: gnutls_openpgp_crt_print supports oneline mode.
412 *** libgnutls: gnutls_handshake when sending client hello during a
413 rehandshake, will not offer a version number larger than the current.
415 *** libgnutls: New interface to get key id for certificate requests.
416 gnutls_x509_crq_get_key_id: ADDED.
418 *** libgnutls: gnutls_x509_crq_print will now also print public key id.
420 *** certtool: --verify-chain now prints results of using library verification.
422 *** libgnutls: Libgcrypt initialization changed.
424 *** libgnutls: Small byte reads via gnutls_record_recv() optimized.
426 *** gnutls-cli: Return non-zero exit code on error conditions.
428 *** gnutls-cli: Corrected bug which caused a rehandshake request to be ignored.
430 *** certtool: allow setting arbitrary key purpose object identifiers.
432 *** libgnutls: Change detection of when to use a linker version script.
433 Use --enable-ld-version-script or --disable-ld-version-script to
434 override auto-detection logic.
436 *** Fix warnings and build GnuTLS with more warnings enabled.
438 *** New API to set X.509 credentials from PKCS#12 memory structure.
439 gnutls_certificate_set_x509_simple_pkcs12_mem: ADDED
441 *** Old libgnutls.m4 and libgnutls-config scripts removed.
442 Please use pkg-config instead.
444 *** libgnutls: Added functions to handle CRL extensions.
445 gnutls_x509_crl_get_authority_key_id: ADDED
446 gnutls_x509_crl_get_number: ADDED
447 gnutls_x509_crl_get_extension_oid: ADDED
448 gnutls_x509_crl_get_extension_info: ADDED
449 gnutls_x509_crl_get_extension_data: ADDED
450 gnutls_x509_crl_set_authority_key_id: ADDED
451 gnutls_x509_crl_set_number: ADDED
453 *** libgnutls: Added functions to handle X.509 extensions in Certificate
455 gnutls_x509_crq_get_key_rsa_raw: ADDED
456 gnutls_x509_crq_get_attribute_info: ADDED
457 gnutls_x509_crq_get_attribute_data: ADDED
458 gnutls_x509_crq_get_extension_info: ADDED
459 gnutls_x509_crq_get_extension_data: ADDED
460 gnutls_x509_crq_get_key_usage: ADDED
461 gnutls_x509_crq_get_basic_constraints: ADDED
462 gnutls_x509_crq_get_subject_alt_name: ADDED
463 gnutls_x509_crq_get_subject_alt_othername_oid: ADDED
464 gnutls_x509_crq_get_extension_by_oid: ADDED
465 gnutls_x509_crq_set_subject_alt_name: ADDED
466 gnutls_x509_crq_set_basic_constraints: ADDED
467 gnutls_x509_crq_set_key_usage: ADDED
468 gnutls_x509_crq_get_key_purpose_oid: ADDED
469 gnutls_x509_crq_set_key_purpose_oid: ADDED
470 gnutls_x509_crq_print: ADDED
471 gnutls_x509_crt_set_crq_extensions: ADDED
473 *** certtool: Print and set CRL and CRQ extensions.
475 *** minitasn1: Internal copy updated to libtasn1 v2.1.
477 *** examples: Now released into the public domain.
479 *** The Texinfo and GTK-DOC manuals were improved.
481 *** Several self-tests were added and others improved.
483 *** API/ABI changes in GnuTLS 2.8 compared to GnuTLS 2.6.x
484 No offically supported interfaces have been modified or removed. The
485 library should be completely backwards compatible on both the source
488 The shared library no longer exports some symbols that have never been
489 officially supported, i.e., not mentioned in any of the header files.
495 Normally when symbols are removed, the shared library version has to
496 be incremented. This leads to a significant cost for everyone using
497 the library. Because none of the above symbols have ever been
498 intended for use by well-behaved applications, we decided that the it
499 would be better for those applications to pay the price rather than
500 incurring problems on the majority of applications.
502 If it turns out that applications have been using unofficial
503 interfaces, we will need to release a follow-on release on the v2.8
504 branch to exports additional interfaces. However, initial testing
505 suggests that few if any applications have been using any of the
508 Although not a new change compared to 2.6.x, we'd like to remind you
509 interfaces have been modified so that X.509 chain verification now
510 also checks activation/expiration times on certificates. The affected
513 gnutls_x509_crt_list_verify: CHANGED, checks activation/expiration times.
514 gnutls_certificate_verify_peers: Likewise.
515 gnutls_certificate_verify_peers2: Likewise.
516 GNUTLS_CERT_NOT_ACTIVATED: ADDED.
517 GNUTLS_CERT_EXPIRED: ADDED.
518 GNUTLS_VERIFY_DISABLE_TIME_CHECKS: ADDED.
520 This change in behaviour was made during the GnuTLS 2.6.x cycle, and
521 we gave our rationale for it in earlier release notes.
523 The following symbols have been added to the library:
525 gnutls_certificate_set_x509_simple_pkcs12_mem: ADDED
526 gnutls_x509_crl_get_authority_key_id: ADDED
527 gnutls_x509_crl_get_extension_data: ADDED
528 gnutls_x509_crl_get_extension_info: ADDED
529 gnutls_x509_crl_get_extension_oid: ADDED
530 gnutls_x509_crl_get_number: ADDED
531 gnutls_x509_crl_set_authority_key_id: ADDED
532 gnutls_x509_crl_set_number: ADDED
533 gnutls_x509_crq_get_attribute_data: ADDED
534 gnutls_x509_crq_get_attribute_info: ADDED
535 gnutls_x509_crq_get_basic_constraints: ADDED
536 gnutls_x509_crq_get_extension_by_oid: ADDED
537 gnutls_x509_crq_get_extension_data: ADDED
538 gnutls_x509_crq_get_extension_info: ADDED
539 gnutls_x509_crq_get_key_id: ADDED.
540 gnutls_x509_crq_get_key_purpose_oid: ADDED
541 gnutls_x509_crq_get_key_rsa_raw: ADDED
542 gnutls_x509_crq_get_key_usage: ADDED
543 gnutls_x509_crq_get_subject_alt_name: ADDED
544 gnutls_x509_crq_get_subject_alt_othername_oid: ADDED
545 gnutls_x509_crq_print: ADDED
546 gnutls_x509_crq_set_basic_constraints: ADDED
547 gnutls_x509_crq_set_key_purpose_oid: ADDED
548 gnutls_x509_crq_set_key_usage: ADDED
549 gnutls_x509_crq_set_subject_alt_name: ADDED
550 gnutls_x509_crt_get_verify_algorithm: ADDED
551 gnutls_x509_crt_set_crq_extensions: ADDED
552 gnutls_x509_crt_verify_hash: ADDED
554 The following interfaces have been added to the header files:
556 GNUTLS_VERSION: ADDED, replaces LIBGNUTLS_VERSION.
557 GNUTLS_VERSION_MAJOR: ADDED, replaces LIBGNUTLS_VERSION_MAJOR.
558 GNUTLS_VERSION_MINOR: ADDED, replaces LIBGNUTLS_VERSION_MINOR.
559 GNUTLS_VERSION_PATCH: ADDED, replaces LIBGNUTLS_VERSION_PATCH.
560 GNUTLS_VERSION_NUMBER: ADDED, replaces LIBGNUTLS_VERSION_NUMBER.
561 GNUTLS_EXTRA_VERSION: ADDED, replaces LIBGNUTLS_EXTRA_VERSION.
563 The following interfaces have been deprecated:
565 LIBGNUTLS_VERSION: DEPRECATED.
566 LIBGNUTLS_VERSION_MAJOR: DEPRECATED.
567 LIBGNUTLS_VERSION_MINOR: DEPRECATED.
568 LIBGNUTLS_VERSION_PATCH: DEPRECATED.
569 LIBGNUTLS_VERSION_NUMBER: DEPRECATED.
570 LIBGNUTLS_EXTRA_VERSION: DEPRECATED.
572 * Version 2.7.14 (released 2009-05-26)
574 ** libgnutls: Fix namespace issue with version symbol for libgnutls-extra.
575 The symbol LIBGNUTLS_EXTRA_VERSION were renamed to
576 GNUTLS_EXTRA_VERSION. The old symbol will continue to work but is
579 ** Doc: Several typo fixes in documentation.
580 Reported by Peter Hendrickson <pdh@wiredyne.com>.
582 ** API and ABI modifications:
583 GNUTLS_VERSION: ADDED, replaces LIBGNUTLS_EXTRA_VERSION.
584 LIBGNUTLS_EXTRA_VERSION: DEPRECATED.
586 * Version 2.7.13 (released 2009-05-25)
588 ** libgnutls: Fix version of some exported symbols in the shared library.
589 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
590 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3576>.
592 ** tests: Handle recently expired certificates in chainverify self-test.
593 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
594 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3580>.
596 ** API and ABI modifications:
597 No changes since last version.
599 * Version 2.7.12 (released 2009-05-20)
601 ** gnutls-serv, gnutls-cli-debug: Make them work on Windows.
603 ** tests/crq_key_id: Don't read entropy from /dev/random in self-test.
604 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
605 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3570>.
607 ** Fix build failures.
608 Missing sa_family_t and vsnprintf on IRIX. Reported by "Tom
609 G. Christensen" <tgc@jupiterrise.com> in
610 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3571>.
612 ** minitasn1: Internal copy updated to libtasn1 v2.2.
613 GnuTLS should work fine with libtasn1 v1.x and that is still
616 ** API and ABI modifications:
617 No changes since last version.
619 * Version 2.7.11 (released 2009-05-18)
621 ** minitasn1: Fix build failure when using internal libtasn1.
622 Reported by "Tom G. Christensen" <tgc@jupiterrise.com> in
623 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3548>.
625 ** libgnutls: Fix build failure with --disable-cxx.
626 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
627 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3557>.
629 ** gnutls-serv: Fix build failure for unportable NI_MAXHOST/NI_MAXSERV.
630 Reported by "Tom G. Christensen" <tgc@jupiterrise.com> in
631 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3560>
633 ** Building with many warning flags now requires --enable-gcc-warnings.
634 This avoids crying wolf for normal compiles.
636 ** API and ABI modifications:
637 No changes since last version.
639 * Version 2.7.10 (released 2009-05-13)
641 ** examples: Now released into the public domain.
642 This makes the license of the example code compatible with more
643 licenses, including the (L)GPL.
645 ** minitasn1: Internal copy updated to libtasn1 v2.1.
646 GnuTLS should work fine with libtasn1 v1.x and that is still
649 ** libgnutls: Fix crash in signature verification
650 The fix for the CVE-2009-1415 problem wasn't merged completely.
652 ** doc: Fixes for GTK-DOC output.
654 ** API and ABI modifications:
655 No changes since last version.
657 * Version 2.7.9 (released 2009-05-11)
659 ** doc: Fix strings in man page of gnutls_priority_init.
661 ** doc: Fix tables of error codes and supported algorithms.
663 ** Fix build failure when cross-compiled using MinGW.
665 ** Fix build failure when LZO is enabled.
666 Reported by Arfrever Frehtes Taifersar Arahesis
667 <arfrever.fta@gmail.com> in
668 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3522>.
670 ** Fix build failure on systems without AF_INET6, e.g., Solaris 2.6.
671 Reported by "Tom G. Christensen" <tgc@jupiterrise.com> in
672 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3524>.
674 ** Fix warnings in self-tests.
676 ** API and ABI modifications:
677 No changes since last version.
679 * Version 2.7.8 (released 2009-05-03)
681 ** libgnutls: Fix DSA key generation.
682 Merged from stable branch. [GNUTLS-SA-2009-2] [CVE-2009-1416]
684 ** libgnutls: Check expiration/activation time on untrusted certificates.
685 Merged from stable branch. Reported by Romain Francoise
686 <romain@orebokech.com>. This changes the semantics of
687 gnutls_x509_crt_list_verify, which in turn is used by
688 gnutls_certificate_verify_peers and gnutls_certificate_verify_peers2.
689 We add two new gnutls_certificate_status_t codes for reporting the new
690 error condition, GNUTLS_CERT_NOT_ACTIVATED and GNUTLS_CERT_EXPIRED.
691 We also add a new gnutls_certificate_verify_flags flag,
692 GNUTLS_VERIFY_DISABLE_TIME_CHECKS, that can be used to disable the new
693 behaviour. [GNUTLS-SA-2009-3] [CVE-2009-1417]
695 ** lib: Linker version scripts reduces number of exported symbols.
696 The linker version script now lists all exported ABIs explicitly, to
697 avoid accidentally exporting unintended functions. Compared to
698 before, most symbols beginning with _gnutls* are no longer exported.
699 These functions have never been intended for use by applications, and
700 there were no prototypes for these function in the public header
701 files. Thus we believe it is possible to do this without incrementing
702 the library ABI version which normally has to be done when removing an
705 ** lib: Limit exported symbols on systems without LD linker scripts.
706 Before all symbols were exported. Now we limit the exported symbols
707 to (for libgnutls and libgnutls-extra) gnutls* and (for libgnutls)
708 _gnutls*. This is a superset of the actual supported ABI, but still
709 an improvement compared to before. This is implemented using Libtool
710 -export-symbols-regex. It is more portable than linker version
713 ** libgnutls: Incremented CURRENT/AGE libtool version to reflect new symbols.
714 This should have been done in the last release.
716 ** gnutls-serv: Listen on all interfaces, including both IPv4 and IPv6.
717 Reported by Peter Hendrickson <pdh@wiredyne.com> in
718 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3476>.
720 ** doc: Improved sections for the info manual.
721 We now follow the advice given by the texinfo manual on which
722 directory categories to use. In particular, libgnutls moved from the
723 'GNU Libraries' section to the 'Software libraries' and the command
724 line tools moved from 'Network Applications' to 'System
727 ** API and ABI modifications:
728 gnutls_x509_crt_list_verify: CHANGED, checks activation/expiration times.
729 gnutls_certificate_verify_peers: Likewise.
730 gnutls_certificate_verify_peers2: Likewise.
731 GNUTLS_CERT_NOT_ACTIVATED: ADDED.
732 GNUTLS_CERT_EXPIRED: ADDED.
733 GNUTLS_VERIFY_DISABLE_TIME_CHECKS: ADDED.
735 * Version 2.7.7 (released 2009-04-20)
737 ** libgnutls: Applied patch by Cedric Bail to add functions
738 gnutls_x509_crt_verify_hash() and gnutls_x509_crt_get_verify_algorithm().
740 ** gnutls.pc: Add -ltasn1 to 'pkg-config --libs --static gnutls' output.
741 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
742 <http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3467>.
744 ** minitasn1: Internal copy updated to libtasn1 v1.8.
745 GnuTLS is also internally ready to be used with libtasn1 v2.0.
747 ** doc: Fix build failure of errcodes/printlist.
748 Reported by Roman Bogorodskiy <novel@FreeBSD.org> in
749 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3435>.
751 ** i18n: The GnuTLS gettext domain is now 'libgnutls' instead of 'gnutls'.
752 It is currently only used by the core library. This will enable a new
753 domain 'gnutls' for translations of the command line tools.
755 ** Corrected possible memory corruption on signature verification failure.
756 Reported by Miroslav Kratochvil <exa.exa@gmail.com>
758 ** API and ABI modifications:
759 gnutls_x509_crt_verify_hash: ADDED
760 gnutls_x509_crt_get_verify_algorithm: ADDED
762 * Version 2.7.6 (released 2009-02-27)
764 ** certtool: Query for multiple dnsName subjectAltName in interactive mode.
765 This applies both to generating certificates and certificate requests.
767 ** pkix.asn: Removed unneeded definitions to reduce memory usage.
769 ** gnutls-cli: No longer accepts V1 CAs by default during X.509 chain verify.
770 Use --priority NORMAL:%VERIFY_ALLOW_X509_V1_CA_CRT to permit V1 CAs to
771 be used for chain verification.
773 ** gnutls-serv: No longer disable MAC padding by default.
774 Use --priority NORMAL:%COMPAT to disable MAC padding again.
776 ** gnutls-cli: Certificate information output format changed.
777 The tool now uses libgnutls' functions to print certificate
778 information. This avoids code duplication.
780 ** libgnutls: New priority strings %VERIFY_ALLOW_SIGN_RSA_MD5
781 ** and %VERIFY_ALLOW_X509_V1_CA_CRT.
782 They can be used to override the default certificate chain validation
785 ** libgnutls: Added %SSL3_RECORD_VERSION priority string that allows to
786 specify the client hello message record version. Used to overcome buggy
787 TLS servers. Report by Martin von Gagern.
789 ** libgnutls: gnutls_x509_crt_print prints signature algorithm in oneline mode.
791 ** libgnutls: gnutls_openpgp_crt_print supports oneline mode.
793 ** doc: Update gnutls-cli and gnutls-serv --help output descriptions.
795 ** API and ABI modifications:
796 No changes since last version.
798 * Version 2.7.5 (released 2009-02-06)
800 ** libgnutls: Accept chains where intermediary certs are trusted.
801 Before GnuTLS needed to validate the entire chain back to a
802 self-signed certificate. GnuTLS will now stop looking when it has
803 found an intermediary trusted certificate. The new behaviour is
804 useful when chains, for example, contains a top-level CA, an
805 intermediary CA signed using RSA-MD5, and an end-entity certificate.
806 To avoid chain validation errors due to the RSA-MD5 cert, you can
807 explicitly add the intermediary RSA-MD5 cert to your trusted certs.
808 The signature on trusted certificates are not checked, so the chain
809 has a chance to validate correctly. Reported by "Douglas E. Engert"
810 <deengert@anl.gov> in
811 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351>.
813 ** libgnutls: result_size in gnutls_hex_encode now holds
814 the size of the result. Report by John Brooks <special@dereferenced.net>.
816 ** libgnutls: gnutls_handshake when sending client hello during a
817 rehandshake, will not offer a version number larger than the current.
818 Reported by Tristan Hill <stan@saticed.me.uk>.
820 ** libgnutls: Permit V1 Certificate Authorities properly.
821 Before they were mistakenly rejected even though
822 GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT and/or
823 GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT were supplied. Reported by
824 "Douglas E. Engert" <deengert@anl.gov> in
825 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351>.
827 ** API and ABI modifications:
828 No changes since last version.
830 * Version 2.7.4 (released 2009-01-07)
832 ** libgnutls: deprecate X.509 validation chains using MD5 and MD2 signatures.
833 This is a bugfix -- the previous attempt to do this from internal x509
834 certificate verification procedures did not return the correct value
835 for certificates using a weak hash. Reported by Daniel Kahn Gillmor
836 <dkg@fifthhorseman.net> in
837 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3332>,
838 debugged and patch by Tomas Mraz <tmraz@redhat.com> and Daniel Kahn
839 Gillmor <dkg@fifthhorseman.net>.
841 ** libgnutls: New interface to get key id for certificate requests.
842 Patch from David MarÃn Carreño <davefx@gmail.com> in
843 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3321>.
845 ** libgnutls: gnutls_x509_crq_print will now also print public key id.
847 ** certtool: --verify-chain now prints results of using library verification.
848 Earlier, certtool --verify-chain used its own validation algorithm
849 which wasn't guaranteed to give the same result as the libgnutls
850 internal validation algorithm. Now this command print a new final
851 line with header 'Chain verification output:' that contains the result
852 from using the internal verification algorithm on the same chain.
854 ** tests: Add crq_key_id self-test of gnutls_x509_crq_get_key_id.
856 ** API and ABI modifications:
857 gnutls_x509_crq_get_key_id: ADDED.
859 * Version 2.7.3 (released 2008-12-10)
861 ** libgnutls: Fix chain verification for chains that ends with RSA-MD2 CAs.
862 Reported by Michael Kiefer <Michael-Kiefer@web.de> in
863 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507633> forwarded by
864 Andreas Metzler <ametzler@downhill.at.eu.org> in
865 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3309>.
867 ** libgnutls: Libgcrypt initialization changed.
868 If libgcrypt has not already been initialized, GnuTLS will now
869 initialize libgcrypt with disabled secure memory. Initialize
870 libgcrypt explicitly in your application if you want to enable secure
871 memory. Before GnuTLS initialized libgcrypt to use GnuTLS's memory
872 allocation functions, which doesn't use secure memory, so there is no
873 real change in behaviour.
875 ** libgnutls: Fix memory leak in PSK authentication.
876 Reported by Michael Weiser <michael@weiser.dinsnail.net> in
877 <http://permalink.gmane.org/gmane.network.gnutls.general/1465>.
879 ** libgnutls: Small byte reads via gnutls_record_recv() optimized.
881 ** certtool: Move gcry_control(GCRYCTL_ENABLE_QUICK_RANDOM, 0) call earlier.
882 It needs to be invoked before libgcrypt is initialized.
884 ** gnutls-cli: Return non-zero exit code on error conditions.
886 ** gnutls-cli: Corrected bug which caused a rehandshake request to be ignored.
888 ** tests: Added chainverify self-test that tests X.509 chain verifications.
890 ** API and ABI modifications:
891 No changes since last version.
893 * Version 2.7.2 (released 2008-11-18)
895 ** libgnutls: Fix X.509 certificate chain validation error. [GNUTLS-SA-2008-3]
896 The flaw makes it possible for man in the middle attackers (i.e.,
897 active attackers) to assume any name and trick GNU TLS clients into
898 trusting that name. Thanks for report and analysis from Martin von
899 Gagern <Martin.vGagern@gmx.net>. [CVE-2008-4989]
901 Any updates with more details about this vulnerability will be added
902 to <http://www.gnu.org/software/gnutls/security.html>
904 ** libgnutls: Fix namespace issue with version symbols.
905 The symbols LIBGNUTLS_VERSION, LIBGNUTLS_VERSION_MAJOR,
906 LIBGNUTLS_VERSION_MINOR, LIBGNUTLS_VERSION_PATCH, and
907 LIBGNUTLS_VERSION_NUMBER were renamed to GNUTLS_VERSION_NUMBER,
908 GNUTLS_VERSION_MAJOR, GNUTLS_VERSION_MINOR, GNUTLS_VERSION_PATCH, and
909 GNUTLS_VERSION_NUMBER respectively. The old symbols will continue to
910 work but are deprecated.
912 ** certtool: allow setting arbitrary key purpose object identifiers.
914 ** libgnutls: Fix detection of C99 macros, to make debug logging work again.
916 ** libgnutls: Add missing prototype for gnutls_srp_set_prime_bits.
917 Reported by Kevin Quick <quick@sparq.org> in
918 <https://savannah.gnu.org/support/index.php?106454>.
920 ** libgnutls-extra: Make building with LZO compression work again.
921 Build failure reported by Arfrever Frehtes Taifersar Arahesis
922 <arfrever.fta@gmail.com> in
923 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3194>.
925 ** libgnutls: Change detection of when to use a linker version script.
926 Use --enable-ld-version-script or --disable-ld-version-script to
927 override auto-detection logic.
929 ** doc: Change license on the manual to GFDLv1.3+.
931 ** doc: GTK-DOC fixes for new splitted configuration system.
933 ** doc: Texinfo stylesheet uses white background.
935 ** tests: Add cve-2008-4989.c self-test.
936 Tests regressions of the GNUTLS-SA-2008-3 security problem, and the
937 follow-on problem with crashes on length 1 certificate chains.
939 ** gnulib: Deprecated modules removed.
940 Modules include memchr and memcmp.
942 ** Fix warnings and build GnuTLS with more warnings enabled.
944 ** minitasn1: Internal copy updated to libtasn1 v1.7.
946 ** API and ABI modifications:
947 gnutls_certificate_set_x509_simple_pkcs12_mem: ADDED
948 GNUTLS_VERSION: ADDED, replaces LIBGNUTLS_VERSION.
949 GNUTLS_VERSION_MAJOR: ADDED, replaces LIBGNUTLS_VERSION_MAJOR.
950 GNUTLS_VERSION_MINOR: ADDED, replaces LIBGNUTLS_VERSION_MINOR.
951 GNUTLS_VERSION_PATCH: ADDED, replaces LIBGNUTLS_VERSION_PATCH.
952 GNUTLS_VERSION_NUMBER: ADDED, replaces LIBGNUTLS_VERSION_NUMBER.
953 LIBGNUTLS_VERSION: DEPRECATED.
954 LIBGNUTLS_VERSION_MAJOR: DEPRECATED.
955 LIBGNUTLS_VERSION_MINOR: DEPRECATED.
956 LIBGNUTLS_VERSION_PATCH: DEPRECATED.
957 LIBGNUTLS_VERSION_NUMBER: DEPRECATED.
959 * Version 2.7.1 (released 2008-10-31)
961 ** certtool: print a PKCS #8 key even if it is not encrypted.
963 ** Old libgnutls.m4 and libgnutls-config scripts removed.
964 Please use pkg-config instead.
966 ** Configuration system modified.
967 There is now a configure script in lib/ and libextra/ as well, because
968 gnulib works better with a config.h per gnulib directory.
970 ** API and ABI modifications:
971 No changes since last version.
973 * Version 2.7.0 (released 2008-10-16)
975 ** libgnutls: Added functions to handle CRL extensions.
977 ** libgnutls: Added functions to handle X.509 extensions in Certificate
980 ** libgnutls: Improved error string for GNUTLS_E_AGAIN.
981 Suggested by "Lavrentiev, Anton (NIH/NLM/NCBI) [C]" <lavr@ncbi.nlm.nih.gov>.
983 ** certtool: Print and set CRL and CRQ extensions.
985 ** libgnutls-extra: Protect internal symbols with static.
986 Fixes problem when linking certtool statically. Tiny patch from Aaron
987 Ucko <ucko@ncbi.nlm.nih.gov>.
989 ** libgnutls-openssl: fix out of bounds access.
990 Problem in X509_get_subject_name and X509_get_issuer_name. Tiny patch
991 from Thomas Viehmann <tv@beamnet.de>.
993 ** libgnutlsxx: Define server_session::get_srp_username even if no SRP.
995 ** tests: Make tests compile when using internal libtasn1.
996 Patch by ludo@gnu.org (Ludovic Courtès).
998 ** Changed detection of libtasn1 and libgcrypt to avoid depending on *-config.
999 We now require a libgcrypt that has Camellia constants declared in
1000 gcrypt.h, which means v1.3.0 or later.
1002 ** API and ABI modifications:
1003 gnutls_x509_crl_get_authority_key_id: ADDED
1004 gnutls_x509_crl_get_number: ADDED
1005 gnutls_x509_crl_get_extension_oid: ADDED
1006 gnutls_x509_crl_get_extension_info: ADDED
1007 gnutls_x509_crl_get_extension_data: ADDED
1008 gnutls_x509_crl_set_authority_key_id: ADDED
1009 gnutls_x509_crl_set_number: ADDED
1010 gnutls_x509_crq_get_key_rsa_raw: ADDED
1011 gnutls_x509_crq_get_attribute_info: ADDED
1012 gnutls_x509_crq_get_attribute_data: ADDED
1013 gnutls_x509_crq_get_extension_info: ADDED
1014 gnutls_x509_crq_get_extension_data: ADDED
1015 gnutls_x509_crq_get_key_usage: ADDED
1016 gnutls_x509_crq_get_basic_constraints: ADDED
1017 gnutls_x509_crq_get_subject_alt_name: ADDED
1018 gnutls_x509_crq_get_subject_alt_othername_oid: ADDED
1019 gnutls_x509_crq_get_extension_by_oid: ADDED
1020 gnutls_x509_crq_set_subject_alt_name: ADDED
1021 gnutls_x509_crq_set_basic_constraints: ADDED
1022 gnutls_x509_crq_set_key_usage: ADDED
1023 gnutls_x509_crq_get_key_purpose_oid: ADDED
1024 gnutls_x509_crq_set_key_purpose_oid: ADDED
1025 gnutls_x509_crq_print: ADDED
1026 gnutls_x509_crt_set_crq_extensions: ADDED
1028 * Version 2.6.6 (released 2009-04-30)
1030 ** libgnutls: Corrected double free on signature verification failure.
1031 Reported by Miroslav Kratochvil <exa.exa@gmail.com>. See the advisory
1032 for more details. [GNUTLS-SA-2009-1] [CVE-2009-1415]
1034 ** libgnutls: Fix DSA key generation.
1035 Noticed when investigating the previous GNUTLS-SA-2009-1 problem. All
1036 DSA keys generated using GnuTLS 2.6.x are corrupt. See the advisory
1037 for more details. [GNUTLS-SA-2009-2] [CVE-2009-1416]
1039 ** libgnutls: Check expiration/activation time on untrusted certificates.
1040 Reported by Romain Francoise <romain@orebokech.com>. Before the
1041 library did not check activation/expiration times on certificates, and
1042 was documented as not doing so. We have realized that many
1043 applications that use libgnutls, including gnutls-cli, fail to perform
1044 proper checks. Implementing similar logic in all applications leads
1045 to code duplication. Hence, we decided to check whether the current
1046 time (as reported by the time function) is within the
1047 activation/expiration period of certificates when verifying untrusted
1050 This changes the semantics of gnutls_x509_crt_list_verify, which in
1051 turn is used by gnutls_certificate_verify_peers and
1052 gnutls_certificate_verify_peers2. We add two new
1053 gnutls_certificate_status_t codes for reporting the new error
1054 condition, GNUTLS_CERT_NOT_ACTIVATED and GNUTLS_CERT_EXPIRED. We also
1055 add a new gnutls_certificate_verify_flags flag,
1056 GNUTLS_VERIFY_DISABLE_TIME_CHECKS, that can be used to disable the new
1059 More details about the vulnerabilities will be posted at
1060 <http://www.gnu.org/software/gnutls/security.html>.
1062 ** gnutls-cli, gnutls-cli-debug: Fix AIX build problem.
1063 Reported by LAUPRETRE François (P) <francois.laupretre@ratp.fr> in
1064 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3468>.
1066 ** tests: Fix linking of tests/openpgp/keyring self-test.
1067 Reported by Daniel Black in <https://savannah.gnu.org/support/?106543>.
1069 ** API and ABI modifications:
1070 gnutls_x509_crt_list_verify: CHANGED, checks activation/expiration times.
1071 gnutls_certificate_verify_peers: Likewise.
1072 gnutls_certificate_verify_peers2: Likewise.
1073 GNUTLS_CERT_NOT_ACTIVATED: ADDED.
1074 GNUTLS_CERT_EXPIRED: ADDED.
1075 GNUTLS_VERIFY_DISABLE_TIME_CHECKS: ADDED.
1077 * Version 2.6.5 (released 2009-04-11)
1079 ** libgnutls: Added %SSL3_RECORD_VERSION priority string that allows to
1080 specify the client hello message record version. Used to overcome buggy
1081 TLS servers. Report by Martin von Gagern.
1083 ** GnuTLS no longer uses the libtasn1-config script to find libtasn1.
1084 Libtasn1 0.3.4 or later is required. This is to align with the
1085 upcoming libtasn1 v2.0 release that doesn't have a libtasn1-script.
1087 ** API and ABI modifications:
1088 No changes since last version.
1090 * Version 2.6.4 (released 2009-02-06)
1092 ** libgnutls: Accept chains where intermediary certs are trusted.
1093 Before GnuTLS needed to validate the entire chain back to a
1094 self-signed certificate. GnuTLS will now stop looking when it has
1095 found an intermediary trusted certificate. The new behaviour is
1096 useful when chains, for example, contains a top-level CA, an
1097 intermediary CA signed using RSA-MD5, and an end-entity certificate.
1098 To avoid chain validation errors due to the RSA-MD5 cert, you can
1099 explicitly add the intermediary RSA-MD5 cert to your trusted certs.
1100 The signature on trusted certificates are not checked, so the chain
1101 has a chance to validate correctly. Reported by "Douglas E. Engert"
1102 <deengert@anl.gov> in
1103 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351>.
1105 ** libgnutls: result_size in gnutls_hex_encode now holds
1106 the size of the result. Report by John Brooks <special@dereferenced.net>.
1108 ** libgnutls: gnutls_handshake when sending client hello during a
1109 rehandshake, will not offer a version number larger than the current.
1110 Reported by Tristan Hill <stan@saticed.me.uk>.
1112 ** libgnutls: Permit V1 Certificate Authorities properly.
1113 Before they were mistakenly rejected even though
1114 GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT and/or
1115 GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT were supplied. Reported by
1116 "Douglas E. Engert" <deengert@anl.gov> in
1117 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351>.
1119 ** libgnutls: deprecate X.509 validation chains using MD5 and MD2 signatures.
1120 This is a bugfix -- the previous attempt to do this from internal x509
1121 certificate verification procedures did not return the correct value
1122 for certificates using a weak hash. Reported by Daniel Kahn Gillmor
1123 <dkg@fifthhorseman.net> in
1124 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3332>,
1125 debugged and patch by Tomas Mraz <tmraz@redhat.com> and Daniel Kahn
1126 Gillmor <dkg@fifthhorseman.net>.
1128 ** libgnutls: Fix compile error with Sun CC.
1129 Reported by Jeff Cai <jeff.cai@sun.com> in
1130 <https://savannah.gnu.org/support/?106549>.
1132 ** API and ABI modifications:
1133 No changes since last version.
1135 * Version 2.6.3 (released 2008-12-12)
1137 ** libgnutls: Fix chain verification for chains that ends with RSA-MD2 CAs.
1138 Reported by Michael Kiefer <Michael-Kiefer@web.de> in
1139 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507633> forwarded by
1140 Andreas Metzler <ametzler@downhill.at.eu.org> in
1141 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3309>.
1143 ** libgnutls: Fix memory leak in PSK authentication.
1144 Reported by Michael Weiser <michael@weiser.dinsnail.net> in
1145 <http://permalink.gmane.org/gmane.network.gnutls.general/1465>.
1147 ** certtool: Move gcry_control(GCRYCTL_ENABLE_QUICK_RANDOM, 0) call earlier.
1148 It needs to be invoked before libgcrypt is initialized.
1150 ** gnutls-cli: Return non-zero exit code on error conditions.
1152 ** gnutls-cli: Corrected bug which caused a rehandshake request to be ignored.
1154 ** API and ABI modifications:
1155 No changes since last version.
1157 * Version 2.6.2 (released 2008-11-12)
1159 ** libgnutls: Fix crash in X.509 validation code for self-signed certificates.
1160 The patch to fix the security problem GNUTLS-SA-2008-3 introduced a
1161 problem for certificate chains that contained just one self-signed
1162 certificate. Reported by Michael Meskes <meskes@debian.org> in
1163 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505279>.
1165 ** API and ABI modifications:
1166 No changes since last version.
1168 * Version 2.6.1 (released 2008-11-10)
1170 ** libgnutls: Fix X.509 certificate chain validation error. [GNUTLS-SA-2008-3]
1171 The flaw makes it possible for man in the middle attackers (i.e.,
1172 active attackers) to assume any name and trick GNU TLS clients into
1173 trusting that name. Thanks for report and analysis from Martin von
1174 Gagern <Martin.vGagern@gmx.net>. [CVE-2008-4989]
1176 Any updates with more details about this vulnerability will be added
1177 to <http://www.gnu.org/software/gnutls/security.html>
1179 ** libgnutls: Add missing prototype for gnutls_srp_set_prime_bits.
1180 Reported by Kevin Quick <quick@sparq.org> in
1181 <https://savannah.gnu.org/support/index.php?106454>.
1183 ** libgnutls-extra: Protect internal symbols with static.
1184 Fixes problem when linking certtool statically. Tiny patch from Aaron
1185 Ucko <ucko@ncbi.nlm.nih.gov>.
1187 ** libgnutls-openssl: Fix patch against X509_get_issuer_name.
1188 It incorrectly returned the subject DN instead of issuer DN in v2.6.0.
1189 Thanks to Thomas Viehmann <tv@beamnet.de> for report.
1191 ** certtool: Print a PKCS #8 key even if it is not encrypted.
1193 ** tests: Make tests compile when using internal libtasn1.
1194 Patch by ludo@gnu.org (Ludovic Courtès).
1196 ** API and ABI modifications:
1197 No changes since last version.
1199 * Version 2.6.0 (released 2008-10-06)
1201 ** libgnutls: Correct printing and parsing of IPv6 addresses.
1203 ** libgnutls-openssl: fix out of bounds access.
1204 Problem in X509_get_subject_name and X509_get_issuer_name. Tiny patch
1205 from Thomas Viehmann <tv@beamnet.de>.
1207 ** certtool: Use inet_pton for parsing IPv6 addresses.
1209 ** Major changes compared to the v2.4 branch:
1211 *** Added API to replace and update the crypto backend.
1213 *** certtool: can add several subject alternative names via template file.
1215 *** opencdk: Parse (but not decrypt) encrypted secret keys.
1217 *** libgnutls: gnutls_x509_crt_set_subject_alt_name() was added that can
1218 either set or append alternative names. It can also handle binary structures
1219 such as IP addresses.
1221 *** libgnutls: New function to set minimum acceptable SRP bits.
1222 The function is gnutls_srp_set_prime_bits.
1224 *** libgnutls: Add interface to deal with public key and signature algorithms.
1225 The functions are called gnutls_pk_list, gnutls_pk_get_id,
1226 gnutls_sign_list, and gnutls_sign_get_id.
1228 *** libgnutls: New interfaces to get name of public key and signing algorithms.
1229 The functions are gnutls_sign_get_name and gnutls_pk_get_name.
1231 *** libgnutls: New API to get a string corresponding to a error symbol.
1232 The function is gnutls_strerror_name.
1234 *** libgnutls: New API to set the public parameters in a certificate request
1235 *** from a private key.
1236 The function is gnutls_x509_crq_set_key_rsa_raw.
1238 *** libgnutls: New API to set a callback to extract TLS Finished data.
1239 The function to register is gnutls_session_set_finished_function and
1240 it takes a callback of the gnutls_finished_callback_func type.
1242 *** libgnutls: Fix namespace problem with TLS_MASTER_SIZE and TLS_RANDOM_SIZE.
1244 *** libgnutls: New interface to register a new TLS extension handler.
1245 The new function gnutls_ext_register can be used to register handlers
1246 for specific TLS extension types. The callback functions have the new
1247 types gnutls_ext_recv_func and gnutls_ext_send_func. A type to
1248 classify TLS extensions, gnutls_ext_parse_type_t, has been added as
1251 *** libgnutls-extra: Add function to work with Libgcrypt in FIPS mode.
1252 The function is gnutls_register_md5_handler. When libgcrypt is in
1253 FIPS mode, MD5 is disabled, but TLS normally requires use of MD5 in
1256 *** API/ABI changes in GnuTLS 2.6
1257 No functions have been removed or modified. The library should be
1258 fully backwards compatible on both the source and binary level.
1260 A new header file <gnutls/crypto.h> have been added. It contains
1261 definitions related to replacing the internal crypto functionality.
1262 All definitions and the header itself is experimental but supported.
1264 We have realized that the symbols TLS_MASTER_SIZE and TLS_RANDOM_SIZE
1265 does not use the normal namespace. We have added GNUTLS_MASTER_SIZE
1266 and GNUTLS_RANDOM_SIZE, but the old symbols are still defined.
1268 The following functions have been added to libgnutls:
1272 gnutls_crypto_bigint_register2
1273 gnutls_crypto_cipher_register2
1274 gnutls_crypto_digest_register2
1275 gnutls_crypto_mac_register2
1276 gnutls_crypto_pk_register2
1277 gnutls_crypto_rnd_register2
1278 gnutls_crypto_single_cipher_register2
1279 gnutls_crypto_single_digest_register2
1280 gnutls_crypto_single_mac_register2
1285 gnutls_session_set_finished_function
1287 gnutls_sign_get_name
1289 gnutls_srp_set_prime_bits:
1290 gnutls_strerror_name
1291 gnutls_x509_crq_set_key_rsa_raw
1292 gnutls_x509_crt_set_crl_dist_points2
1293 gnutls_x509_crt_set_subject_alt_name
1295 The following functions have been added to libgnutls-extra:
1297 gnutls_register_md5_handler
1299 ** API and ABI modifications:
1300 No changes since last version.
1302 * Version 2.5.9 (released 2008-09-29)
1304 ** libgnutls: Fix several memory leaks.
1305 Reported by Sam Varshavchik <mrsam@courier-mta.com>.
1307 ** libgnutls: Fix buffer overrun in gnutls_x509_crt_list_import.
1308 Report and patch by Jonathan Manktelow.
1310 ** libgnutls: crypto.h gnutls_pk_params_st changes allocation strategy.
1311 The parameters are now allocated in the structure itself.
1313 ** doc: Texinfo HTML manual uses a stylesheet to improve readability.
1315 ** tests: Scripts now use EXEEXT properly.
1316 Modern libtool doesn't create wrapper script, so the self tests need
1317 to invoke certtool.exe under MinGW32+Wine.
1319 ** Uses autoconf 2.63, automake 1.10.1, libtool 2.2.6a.
1320 Automake warnings are now also enabled.
1322 ** API and ABI modifications:
1323 gnutls_pk_params_st: MODIFIED
1325 * Version 2.5.8 (released 2008-09-21)
1327 ** certtool: updated so it can add several subject alternative names using
1330 ** libgnutls: gnutls_x509_crt_set_subject_alt_name() was added that can
1331 either set or append alternative names. It can also handle binary structures
1332 such as IP addresses.
1334 ** libgnutls: Fix crash in hashing code when using non-libgcrypt handlers.
1336 ** libgnutls: New function to set minimum acceptable SRP bits.
1337 The function is gnutls_srp_set_prime_bits. Tiny patch by Kevin Quick
1338 <quick@sparq.org> in <https://savannah.gnu.org/support/index.php?106454>.
1340 ** libgnutls: Check for overflows in gnutls_calloc and gnutls_secure_calloc.
1341 Also fix overflows in calls to those functions. Reported by Werner
1342 Koch <wk@gnupg.org>.
1344 ** libgnutls-extra: Add function to work with Libgcrypt in FIPS mode.
1345 The function is gnutls_register_md5_handler. When libgcrypt is in
1346 FIPS mode, MD5 is disabled, but TLS normally requires use of MD5 in
1349 ** Opencdk: Add calls to gnutls_assert to ease debugging.
1353 ** API and ABI modifications:
1354 gnutls_srp_set_prime_bits: ADDED
1355 gnutls_register_md5_handler: ADDED
1356 gnutls_x509_crt_set_crl_dist_points2: ADDED
1357 gnutls_x509_crt_set_subject_alt_name: ADDED
1359 * Version 2.5.7 (released 2008-09-16)
1361 ** libgnutls: New interfaces to get name of public key and signing algorithms.
1362 The functions are gnutls_sign_get_name and gnutls_pk_get_name.
1364 ** libgnutls: Don't crash when gnutls_credentials_set is called twice.
1366 ** libgnutls: Fix libgnutls shared library version.
1367 It wasn't properly incremented after adding symbols in the last
1370 ** manual: Now mention supported public key and public key signing algorithms.
1372 ** tests/openssl: initialize gnutls before use.
1374 ** tests/setcredcrash: New test to catch regressions of gnutls_credentials_set.
1376 ** GTK-DOC manual: mention new symbols in 2.6.x. Mention crypto.h functions.
1378 ** API and ABI modifications:
1379 gnutls_sign_get_name: ADDED
1380 gnutls_pk_get_name: ADDED
1382 * Version 2.5.6 (released 2008-09-08)
1384 ** libgnutls: Add interface to deal with public key and signature algorithms.
1385 The functions are called gnutls_pk_list, gnutls_pk_get_id,
1386 gnutls_sign_list, and gnutls_sign_get_id. Suggested by Sam
1387 Varshavchik <mrsam@courier-mta.com>.
1389 ** libgnutls: Refactor and clean up some code.
1391 ** libgnutls: Fix compile error with Sun CC.
1393 ** gnutls-cli: Improve --list output to include public key and signature algs.
1395 ** gnutls-cli, gnutls-serv: Remove --copyright parameter.
1396 Use standard --version to get license info.
1398 ** gnutls-cli.1: Document all new parameters.
1399 Thanks to James Westby <jw+debian@jameswestby.net>.
1401 ** tests: New self-test pgps2kgnu to test parsing of encrypted secrets.
1402 Contributed by Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>.
1404 ** API and ABI modifications:
1405 gnutls_pk_list: ADDED
1406 gnutls_pk_get_id: ADDED
1407 gnutls_sign_list: ADDED
1408 gnutls_sign_get_id: ADDED
1410 * Version 2.5.5 (released 2008-08-29)
1412 ** libgnutls: New API to get a string corresponding to a error symbol.
1413 The function is gnutls_strerror_name.
1415 ** libgnutls: Fix include paths so that building with internal libtasn1 works.
1416 Reported by "jth.net ApS" <info@jth.net>.
1418 ** libgnutls: Fix segmentation fault when generating private keys.
1419 Reported by Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>.
1421 ** libgnutls: Remove code to import certificate chains in PKCS#7 format.
1422 The code has not worked since v0.9.0 and apparently nobody has missed
1423 it, so we decided to remove the code rather than fix it. If you have
1424 old certificate chains stored in PKCS#7 format, you can convert them
1425 to a list of PEM certificates by using 'certtool --p7-info'. Reported
1426 by Christian Grothoff <christian@grothoff.org>.
1428 ** opencdk: Parse (but not decrypt) encrypted secret keys.
1429 Contributed by Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>.
1431 ** libgnutls: Fix many warnings.
1433 ** Included copy of libtasn1 is upgraded to version 1.5.
1435 ** Add French translation, thanks to Nicolas Provost.
1437 ** API and ABI modifications:
1438 gnutls_strerror_name: ADDED
1440 * Version 2.5.4 (released 2008-08-19)
1442 ** Fix secure memory initialization of libgcrypt.
1443 Reported by Joe Orton <joe@manyfish.co.uk> in
1444 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2992>.
1447 Reference to NIST SP 800-57 in the manual on key size recommendations.
1448 Added 'Since:' tags to new APIs for gtk-doc.
1450 ** API and ABI modifications:
1451 No changes since last version.
1453 * Version 2.5.3 (released 2008-08-14)
1455 ** libgnutls: New API to set the public parameters in a certificate request
1456 ** from a private key.
1457 The function is gnutls_x509_crq_set_key_rsa_raw. Inspired by
1458 discussion with "Zach C." <fxchip@gmail.com>.
1460 ** libgnutls: New API to set a callback to extract TLS Finished data.
1461 The function to register is gnutls_session_set_finished_function and
1462 it takes a callback of the gnutls_finished_callback_func type.
1464 ** libgnutls: Drop final comma after GNUTLS_CRT_PRINT_UNSIGNED_FULL in enum.
1465 Reported in <https://savannah.gnu.org/support/?106453>.
1467 ** libgnutls: Fix namespace problem with TLS_MASTER_SIZE and TLS_RANDOM_SIZE.
1468 The new names are GNUTLS_MASTER_SIZE and GNUTLS_RANDOM_SIZE. The old
1469 names are mapped to the new names in compat.h. These mappings will
1470 likely be removed more quickly than other mappings in that file due to
1471 the namespace violation.
1473 ** libgnutlsxx: Make it build when SRP is disabled.
1475 ** doc: Add doxygen files in doc/doxygen/.
1477 ** API and ABI modifications:
1478 gnutls_x509_crq_set_key_rsa_raw: ADDED
1479 gnutls_session_set_finished_function: ADDED
1480 gnutls_finished_callback_func: ADDED
1481 GNUTLS_MASTER_SIZE: ADDED
1482 GNUTLS_RANDOM_SIZE: ADDED
1483 TLS_MASTER_SIZE: DEPRECATED
1484 TLS_RANDOM_SIZE: DEPRECATED
1486 * Version 2.5.2 (released 2008-07-08)
1488 ** libgnutls: Fix bug in gnutls_dh_params_generate2.
1489 The prime and generator was swapped.
1491 ** libgnutls: New interface to register a new TLS extension handler.
1492 The new function gnutls_ext_register can be used to register handlers
1493 for specific TLS extension types. The callback functions have the new
1494 types gnutls_ext_recv_func and gnutls_ext_send_func. A type to
1495 classify TLS extensions, gnutls_ext_parse_type_t, has been added as
1498 ** Move more code for TLS/IA extension from libgnutls to libgnutls-extra.
1499 This was made possible by using the new gnutls_ext_register interface.
1500 The TLS/IA functionality has only been supported through the
1501 libgnutls-extra library, so it makes sense for the code to belong
1504 ** API and ABI modifications:
1505 gnutls_ext_recv_func: ADDED
1506 gnutls_ext_send_func: ADDED
1507 gnutls_ext_parse_type_t: ADDED
1508 gnutls_ext_register: ADDED
1510 * Version 2.5.1 (released 2008-07-02)
1514 ** API and ABI modifications:
1515 No changes since last version.
1517 * Version 2.5.0 (released 2008-07-02)
1519 ** Port fixes from v2.4.1 release, see below.
1521 ** Added API to replace and update the crypto backend.
1522 The header gnutls/crypto.h is now officially supported, and declares
1525 ** Rewritten opencdk crypto backend, to use the gnutls internal one.
1527 ** Update gnulib and translations.
1528 The gnulib gc crypto code has been removed since it was never finished
1529 and is no longer even used. An internal non-libgcrypt crypto
1530 implementation may be added in the future, but we'll decide that later
1533 ** API and ABI modifications:
1534 gnutls_crypto_bigint_register2: ADDED.
1535 gnutls_crypto_cipher_register2: ADDED.
1536 gnutls_crypto_digest_register2: ADDED.
1537 gnutls_crypto_mac_register2: ADDED.
1538 gnutls_crypto_pk_register2: ADDED.
1539 gnutls_crypto_rnd_register2: ADDED.
1540 gnutls_crypto_single_cipher_register2: ADDED.
1541 gnutls_crypto_single_digest_register2: ADDED.
1542 gnutls_crypto_single_mac_register2: ADDED.
1544 * Version 2.4.3 (released 2009-02-06)
1546 ** libgnutls: Accept chains where intermediary certs are trusted.
1547 Before GnuTLS needed to validate the entire chain back to a
1548 self-signed certificate. GnuTLS will now stop looking when it has
1549 found an intermediary trusted certificate. The new behaviour is
1550 useful when chains, for example, contains a top-level CA, an
1551 intermediary CA signed using RSA-MD5, and an end-entity certificate.
1552 To avoid chain validation errors due to the RSA-MD5 cert, you can
1553 explicitly add the intermediary RSA-MD5 cert to your trusted certs.
1554 The signature on trusted certificates are not checked, so the chain
1555 has a chance to validate correctly. Reported by "Douglas E. Engert"
1556 <deengert@anl.gov> in
1557 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351>.
1559 ** libgnutls: Permit V1 Certificate Authorities properly.
1560 Before they were mistakenly rejected even though
1561 GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT and/or
1562 GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT were supplied. Reported by
1563 "Douglas E. Engert" <deengert@anl.gov> in
1564 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3351>.
1566 ** libgnutls: deprecate X.509 validation chains using MD5 and MD2 signatures.
1567 This is a bugfix -- the previous attempt to do this from internal x509
1568 certificate verification procedures did not return the correct value
1569 for certificates using a weak hash. Reported by Daniel Kahn Gillmor
1570 <dkg@fifthhorseman.net> in
1571 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3332>,
1572 debugged and patch by Tomas Mraz <tmraz@redhat.com> and Daniel Kahn
1573 Gillmor <dkg@fifthhorseman.net>.
1575 ** libgnutls: Fix chain verification for chains that ends with RSA-MD2 CAs.
1576 Reported by Michael Kiefer <Michael-Kiefer@web.de> in
1577 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507633> forwarded by
1578 Andreas Metzler <ametzler@downhill.at.eu.org> in
1579 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3309>.
1581 ** libgnutls: Fix crash in X.509 validation code for self-signed certificates.
1582 The patch to fix the security problem GNUTLS-SA-2008-3 introduced a
1583 problem for certificate chains that contained just one self-signed
1584 certificate. Reported by Michael Meskes <meskes@debian.org> in
1585 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505279>.
1587 ** libgnutls: Fix X.509 certificate chain validation error. [GNUTLS-SA-2008-3]
1588 The flaw makes it possible for man in the middle attackers (i.e.,
1589 active attackers) to assume any name and trick GNU TLS clients into
1590 trusting that name. Thanks for report and analysis from Martin von
1591 Gagern <Martin.vGagern@gmx.net>. [CVE-2008-4989]
1593 Any updates with more details about this vulnerability will be added
1594 to <http://www.gnu.org/software/gnutls/security.html>
1596 ** libgnutls: Fix buffer overrun in gnutls_x509_crt_list_import.
1597 Report and patch by Jonathan Manktelow.
1599 ** libgnutls: Avoid use of non-thread safe strerror.
1601 ** API and ABI modifications:
1602 No changes since last version.
1604 * Version 2.4.2 (released 2008-09-15)
1606 ** libgnutls: Don't crash when gnutls_credentials_set is called twice.
1608 ** libgnutls: Corrected memory leak in X.509 functions.
1609 Thanks to Colin Leroy <colin@colino.net>.
1611 ** libgnutls: Fix compile error with Sun CC.
1613 ** gnutls-cli.1: Document all new parameters.
1614 Thanks to James Westby <jw+debian@jameswestby.net>.
1616 ** tests/openssl: initialize gnutls before use.
1617 Fixes crash with libgcrypt 1.4.2. Reported by Ludovic Courtes
1618 <ludovic.courtes@laas.fr>.
1620 ** doc/: Fix texinfo markup for old texinfo versions.
1622 ** Included copy of libtasn1 is upgraded to version 1.5.
1624 ** API and ABI modifications:
1625 No changes since last version.
1627 * Version 2.4.1 (released 2008-06-30)
1629 ** libgnutls: Fix local crash in gnutls_handshake. [GNUTLS-SA-2008-2]
1630 If the gnutls_handshake function is called for a normal session, which
1631 can happen for re-handshakes, the library would crash because it tried
1632 to hash some data using a libgcrypt handle that had been deallocated.
1633 Report and tiny patch from Tomas Mraz <tmraz@redhat.com>. Any updates
1634 with more details about this vulnerability will be added to
1635 <http://www.gnu.org/software/gnutls/security.html>
1637 ** libgnutls: Fix memory leaks when doing a re-handshake.
1638 Reported by Sam Varshavchik <mrsam@courier-mta.com> in
1639 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2928>.
1641 ** Fix compiler warnings.
1642 Reported by Massimo Gaspari <massimo.gaspari@alice.it> in
1643 <http://thread.gmane.org/gmane.network.gnutls.general/1281>.
1645 ** Fix ordering of -I's to avoid opencdk.h conflict with system headers.
1646 Reported by Roman Bogorodskiy <novel@FreeBSD.org> in
1647 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2930>.
1649 ** srptool: Fix a problem where --verify check does not succeed.
1650 Report and tiny patch by Matthias Koenig <mkoenig@suse.de> in
1651 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2944>.
1653 ** API and ABI modifications:
1654 No changes since last version.
1656 * Version 2.4.0 (released 2008-06-19)
1658 ** Major changes compared to the v2.2 branch:
1660 *** The OpenPGP sub-system has been improved and now supports subkeys.
1662 *** The PSK sub-system has been improved and now supports password
1663 *** derivation and PSK identity hints.
1664 The password derivation algorithms support is documented in
1665 draft-ietf-netconf-tls-02.txt.
1667 *** The certtool --inder and --outder has been replaced by --inraw and --outraw.
1668 This aligns terminology with OpenPGP, which doesn't use DER encoding.
1669 The old parameters will continue to work for some time.
1671 *** Certtool now confirm passwords and changes permissions of private key files.
1673 *** The default handshake size limit has been increased to 48kb.
1674 It appears as if some valid handshakes are large due to sending many
1675 CA certificates. (The earlier limit was 16kb.)
1677 *** LZO compression is now disabled by default.
1678 The main reason is that LZO compression in TLS is not standardized,
1679 but license compatiblity issues with minilzo triggered us to make this
1682 *** Improvements for cross-compilation to Windows and OpenWRT.
1684 *** The look of the GTK-DOC manual has been improved.
1685 Major developer visible changes compared to the v2.2 branch:
1687 *** Full OpenPGP support is part of libgnutls, licensed under the LGPL.
1689 *** New APIs to access the raw X.509 Subject and Issuer DN's and
1690 *** elements from the certificate credentials structure.
1691 Thanks to Joe Orton.
1693 *** New APIs to improve working with username/passwords and PSK.
1695 *** Names of constants to affect certificate printing changed.
1696 The constants are used for OpenPGP too, which the names didn't
1697 reflect, so the following name change has been made:
1700 GNUTLS_X509_CRT_FULL GNUTLS_CRT_PRINT_FULL
1701 GNUTLS_X509_CRT_ONELINE GNUTLS_CRT_PRINT_ONELINE
1702 GNUTLS_X509_CRT_UNSIGNED_FULL GNUTLS_CRT_PRINT_UNSIGNED_FULL
1704 The old names will be mapped to the new names for some time.
1706 *** The function gnutls_openpgp_privkey_get_id has been renamed to
1707 *** gnutls_openpgp_privkey_get_key_id.
1708 A compatibility mapping exists to avoid breaking API backwards
1711 *** Replaced all uses of alloca with malloc and free.
1713 *** We no longer build with -D_REENTRANT -D_THREAD_SAFE.
1714 We have been unable to find a documented rationale for this practice.
1716 *** Of course, many smaller fixes have been made, see the ChangeLog file.
1718 *** API/ABI changes in GnuTLS 2.4
1719 All OpenPGP related functions have been moved from libgnutls-extra to
1720 libgnutls, and several new functions have been added (see below).
1721 Before making the release, we discussed whether moving functions from
1722 libgnutls-extra to libgnutls would require us to increment the ABI
1723 version, but the general opinion was that this would not be required.
1724 All older functions continue to work the same. We are open to the
1725 possibility that this decision will lead to problem on some platform,
1726 and if it turns out that the Right Thing should have been to increment
1727 the shared library version, we would need to release an update within
1728 the 2.4.x branch that increments the shared library version.
1730 This release adds the following functions:
1732 gnutls_psk_client_get_hint
1733 gnutls_psk_set_server_credentials_hint
1734 gnutls_psk_netconf_derive_key
1736 Used to get/set the PSK identity hint, and derive PSK keys from
1737 passwords a'la netconf.
1739 gnutls_x509_dn_deinit
1740 gnutls_x509_dn_export
1741 gnutls_x509_dn_import
1744 Used to handle X.509 Certificate DN's directly.
1748 Converts a data buffer to hex. Useful for handling PSK/SRP shared
1751 gnutls_certificate_get_x509_cas
1752 gnutls_certificate_get_x509_crls
1753 gnutls_certificate_get_openpgp_keyring
1755 Functions for direct access to credential elements.
1757 gnutls_openpgp_crt_get_auth_subkey
1758 gnutls_openpgp_crt_get_key_id
1759 gnutls_openpgp_crt_get_pk_dsa_raw
1760 gnutls_openpgp_crt_get_pk_rsa_raw
1761 gnutls_openpgp_crt_get_preferred_key_id
1762 gnutls_openpgp_crt_get_revoked_status
1763 gnutls_openpgp_crt_get_subkey_count
1764 gnutls_openpgp_crt_get_subkey_creation_time
1765 gnutls_openpgp_crt_get_subkey_expiration_time
1766 gnutls_openpgp_crt_get_subkey_fingerprint
1767 gnutls_openpgp_crt_get_subkey_id
1768 gnutls_openpgp_crt_get_subkey_idx
1769 gnutls_openpgp_crt_get_subkey_pk_algorithm
1770 gnutls_openpgp_crt_get_subkey_pk_dsa_raw
1771 gnutls_openpgp_crt_get_subkey_pk_rsa_raw
1772 gnutls_openpgp_crt_get_subkey_revoked_status
1773 gnutls_openpgp_crt_get_subkey_usage
1774 gnutls_openpgp_crt_print
1775 gnutls_openpgp_crt_set_preferred_key_id
1776 gnutls_openpgp_keyring_get_crt
1777 gnutls_openpgp_keyring_get_crt_count
1778 gnutls_openpgp_privkey_export
1779 gnutls_openpgp_privkey_export_dsa_raw
1780 gnutls_openpgp_privkey_export_rsa_raw
1781 gnutls_openpgp_privkey_export_subkey_dsa_raw
1782 gnutls_openpgp_privkey_export_subkey_rsa_raw
1783 gnutls_openpgp_privkey_get_fingerprint
1784 gnutls_openpgp_privkey_get_key_id
1785 gnutls_openpgp_privkey_get_pk_algorithm
1786 gnutls_openpgp_privkey_get_preferred_key_id
1787 gnutls_openpgp_privkey_get_revoked_status
1788 gnutls_openpgp_privkey_get_subkey_count
1789 gnutls_openpgp_privkey_get_subkey_creation_time
1790 gnutls_openpgp_privkey_get_subkey_expiration_time
1791 gnutls_openpgp_privkey_get_subkey_fingerprint
1792 gnutls_openpgp_privkey_get_subkey_id
1793 gnutls_openpgp_privkey_get_subkey_idx
1794 gnutls_openpgp_privkey_get_subkey_pk_algorithm
1795 gnutls_openpgp_privkey_get_subkey_revoked_status
1796 gnutls_openpgp_privkey_set_preferred_key_id
1798 New OpenPGP related functions.
1800 The function gnutls_openpgp_crt_get_key_id is the same as the old
1801 from gnutls_openpgp_crt_get_id, see above.
1803 The release also adds a new header file 'gnutls/crypto.h', however it
1804 is currently not used.
1806 ** libgnutls [OpenPGP]: New APIs to retrieve fingerprint from OpenPGP subkeys.
1807 Contributed by Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>.
1809 ** API and ABI modifications:
1810 gnutls_openpgp_crt_get_subkey_fingerprint: ADDED.
1811 gnutls_openpgp_privkey_get_subkey_fingerprint: ADDED.
1813 * Version 2.3.15 (released 2008-06-15)
1815 ** Disable the openpgp-certs self-tests.
1816 It results in failure under Wine and doesn't work on Debian buildds.
1818 ** API and ABI modifications:
1819 No changes since last version.
1821 * Version 2.3.14 (released 2008-06-11)
1823 ** libgnutls [OpenPGP]: Changed OpenPGP verification behaviour.
1824 An OpenPGP certificate is now only considered verified if all the user
1827 ** Examples: Make C++ example compile.
1828 Earlier it may have failed with an unresolved reference to strlen.
1830 ** Documentation: Doc fix for gnutls_x509_crt_get_extension_oid.
1831 Reported by Sam Varshavchik <mrsam@courier-mta.com>.
1833 ** API and ABI modifications:
1834 No changes since last version.
1836 * Version 2.3.13 (released 2008-06-07)
1838 ** libgnutls [OpenPGP]: Make OpenPGP handshakes work again.
1840 ** doc/: Add psktool to info index. Some minor cleanups.
1842 ** tests/: Added non-forking TLS handshake test, see tests/mini.c.
1844 ** tests/: Added libgcrypt.supp which can be used with valgrind.
1845 The file suppresses the known libgcrypt memory leaks, so they aren't
1846 printed when you run valgrind on the gnutls self-tests. Use it as
1847 follows: valgrind --suppressions=libgcrypt.supp ./x509self or add
1848 '--suppressions=/home/you/src/gnutls/tests/libgcrypt.supp' to your
1851 ** tests/: Reduce amount of debugging output by default.
1852 Use --verbose for each test to get the full output.
1854 ** tests/: Fix memory leaks in several self-tests.
1855 None of the self tests should be leaking memory when running valgrind
1856 or similar tools. (Known exceptions are dhepskself, pskself, and
1857 set_pkcs12_cred, which appear likely to be due to memory leaks in the
1860 ** API and ABI modifications:
1861 No changes since last version.
1863 * Version 2.3.12 (released 2008-06-04)
1865 ** Merge gnutls_with_netconf branch.
1867 *** libgnutls [PSK]: New API to retrieve PSK identity hint in client.
1868 The function is gnutls_psk_client_get_hint.
1870 *** libgnutls [PSK]: New API to set PSK identity hint in server.
1871 The function is gnutls_psk_set_server_credentials_hint.
1873 *** libgnutls [PSK]: Support server key exchange with PSK identity hint.
1874 In the client, the message is parsed and the application can use
1875 gnutls_psk_client_get_hint to retrieve the hint. In the server, the
1876 message is sent if the application has specified a PSK identity hint
1877 using gnutls_psk_set_server_credentials_hint.
1879 *** libgnutls [PSK]: Support Netconf PSK key derivation.
1880 The function gnutls_psk_netconf_derive_key supports the PSK key
1881 derivation as specified in draft-ietf-netconf-tls-02.txt. New self
1884 *** psktool: Support new --netconf-hint to generate PSK key from password.
1885 Uses the Netconf algorithm to derive PSK key from password.
1887 *** gnutls-serv: Support new --pskhint parameter to set PSK identity hint.
1889 *** gnutls-cli: Always support PSK modes, through a callback.
1890 The callback will derive a PSK key using Netconf algorithm. It will
1891 print the PSK identity hint to help the user.
1893 *** New PSK example client and server.
1894 See doc/examples/ex-client-psk.c and doc/examples/ex-serv-psk.c.
1896 ** libgnutls: Fix gnutls_x509_crl_set_version on arm platforms.
1897 The code didn't work properly on platforms where 'char' is unsigned,
1898 when you set version 0. Reported by Laurence Withers
1899 <l@lwithers.me.uk> in
1900 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2825>.
1902 ** libgnutls-openssl: added RAND_pseudo_bytes API.
1903 Patch from Robert Millan <rmh@aybabtu.com>.
1905 ** API and ABI modifications:
1906 RAND_pseudo_bytes: ADDED to libgnutls-openssl.
1907 gnutls_psk_client_get_hint: ADDED.
1908 gnutls_psk_set_server_credentials_hint: ADDED.
1909 gnutls_psk_netconf_derive_key: ADDED
1911 * Version 2.3.11 (released 2008-05-20)
1913 ** Fix flaw in fix for GNUTLS-SA-2008-1-3.
1914 The flaw would result in incorrectly terminated sessions with the
1915 error "Decryption has failed" when the server sends a small packet
1916 (typically when the session is closed). Reported by Andreas Metzler
1917 <ametzler@downhill.at.eu.org> in
1918 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2807>.
1920 ** Don't use gnulib headers when building C++ library.
1921 Fixes builds under Windows.
1923 ** Make umask a requirement.
1924 We don't know of any system that lacks it, even GNU CoreUtils use it
1927 ** Update gnulib files.
1928 Fixes a problem where it pulled in a replacement for memcmp under
1929 MinGW, which caused the C++ example to fail to build.
1931 ** API and ABI modifications:
1932 No changes since last version.
1934 * Version 2.3.10 (released 2008-05-19)
1936 ** Added wide wildcard hostname matching.
1937 Tiny patch by Jean-Philippe Garcia Ballester.
1939 ** Fix three security vulnerabilities. [GNUTLS-SA-2008-1]
1940 Thanks to CERT-FI for finding the bugs and providing detailed reports,
1941 which allowed the bugs to be reproduced and fixed easily. Patches
1942 developed by Simon Josefsson and Nikos Mavrogiannopoulos. Any updates
1943 with more details about these vulnerabilities will be added to
1944 <http://www.gnu.org/software/gnutls/security.html>
1946 *** [GNUTLS-SA-2008-1-1]
1947 *** libgnutls: Fix crash when sending invalid server name.
1948 The crash can be triggered remotely before authentication, which can
1949 lead to a Daniel of Service attack to disable the server. The bug
1950 cause gnutls to store more session resumption data than what was
1951 allocated for, thus overwriting unallocated memory.
1953 *** [GNUTLS-SA-2008-1-2]
1954 *** libgnutls: Fix crash when sending repeated client hellos.
1955 The crash can be triggered remotely before authentication, which can
1956 lead to a Daniel of Service attack to disable the server. The bug
1957 triggers a null-pointer dereference.
1959 *** [GNUTLS-SA-2008-1-3]
1960 *** libgnutls: Fix crash in cipher padding decoding for invalid record lengths.
1961 The crash can be triggered remotely before authentication, which can
1962 lead to a Daniel of Service attack to disable the server. The bug
1963 cause gnutls to read memory beyond the end of the received record.
1965 ** libgnutlsxx: Updated API according to patches from Eduardo
1966 Villanueva Che (discussion at
1967 <http://lists.gnu.org/archive/html/gnutls-devel/2007-02/msg00017.html>)
1969 ** Use umask to restrict permissions to owner before creating a file.
1971 ** API and ABI modifications:
1972 No changes since last version.
1974 * Version 2.3.9 (released 2008-05-16)
1976 ** libgnutls: Fix build failures if SRP/OpenPGP is disabled.
1977 Based on report and tiny patches from
1978 <jared.jennings.ctr@eglin.af.mil>, see
1979 <https://savannah.gnu.org/support/index.php?106342>.
1981 ** libgnutls: Translation fixes.
1983 ** gnutls-cli: Fix so that PSK authentication works.
1984 Also improve manual to give example for gnutls-cli PSK authentication.
1986 ** certtool: Encrypting a private key now require a confirmed password.
1987 Before './certtool -k -8' would merely ask for a password once.
1988 Reported by Daniel 'NebuchadnezzaR' Dehennin
1989 <nebuchadnezzar@asgardr.info> see
1990 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=364287>.
1992 ** certtool: When writing private keys to files, change permissions of file.
1993 Now the file which the private key is saved to is chmod'ed 0600.
1994 Reported by martin f krafft <madduck@debian.org> see
1995 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=373169>.
1997 ** guile: Fix -fgnu89-inline test.
1999 ** Removed --enable-profile-mode.
2000 The code linked gnutls with the libfc project (Function Check) which
2001 appears to have been stalled since around 2002.
2003 ** Clean up header file checks by ./configure.
2005 ** Update of gnulib files.
2007 ** API and ABI modifications:
2008 No changes since last version.
2010 * Version 2.3.8 (released 2008-04-29)
2012 ** libgnutls: Increase default handshake packet size limit to 48kb.
2013 The old limit was 16kb and some servers send huge list of trusted CAs,
2014 thus running into the limit. FYI, applications can further increase
2015 this limit using gnutls_handshake_set_max_packet_length. Thanks to
2016 Marc Haber <mh+debian-bugs@zugschlus.de> and "Marc F. Clemente"
2017 <marc@mclemente.net> for reporting and providing test servers.
2019 ** libgnutls: Add new error code: GNUTLS_E_HANDSHAKE_TOO_LARGE
2020 Returned when the handshake data size is too large. Before
2021 GNUTLS_E_MEMORY_ERROR was used, which could be confused with other
2024 ** libgnutls: Hide definitions in crypto.h.
2025 We have decided that the APIs defined in crypto.h are not stable
2026 enough for v2.4, so don't use any of those functions.
2028 ** gnutls-cli: exit when hostname doesn't match certificate.
2029 Use --insecure to avoid hostname comparison.
2031 ** certtool: --inder and --outder replaced by --inraw and --outraw.
2032 The reason is to align terminology with OpenPGP, which doesn't use
2033 DER. The old parameters will continue to work for some time.
2035 ** doc: Add section 'Index of new symbols in 2.4.0' to the GTK-DOC manual.
2037 ** doc: Many cosmetic fixes, to silence (most) gtk-doc warnings.
2039 ** Mingw32: Revert libgcrypt vasprintf work-around added in last release.
2040 Use libgcrypt 1.4.1 or later when building on MinGW32, it removes the
2041 vasprintf symbol from the libgcrypt library which caused problems.
2043 ** Update of gnulib files.
2045 ** tests: New self-test of crypto.h RNG code tests/crypto_rng.
2047 ** API and ABI modifications:
2048 GNUTLS_E_HANDSHAKE_TOO_LARGE: ADDED.
2050 * Version 2.3.7 (released 2008-04-21)
2052 ** opencdk now properly sets the key usage bits into openpgp keys.
2054 ** gnutls-cli: Fix crash on TLS handshake failures.
2055 Reported by "Marc F. Clemente" <marc@mclemente.net> in Debian BTS #466477.
2056 This is similar to <http://bugs.debian.org/429183>.
2058 ** certtool: with --generate-request and newly generated keys, print the key.
2060 ** Build fixes for MinGW.
2061 Missing rpl_fseeko symbol in lib/opencdk/. Better checks for linking
2062 with -lws2_32 when needed. Use ASCII only isprint() when printing
2063 X.509 certificate information, to avoid non-ASCII but printable
2064 characters. Thanks to Massimo Gaspari <massimo.gaspari@alice.it> for
2067 ** Update internal copy of libtasn1 to version 1.4.
2069 ** API and ABI modifications:
2070 No changes since last version.
2072 * Version 2.3.6 (released 2008-04-17)
2074 ** Make gnutls_x509_crq_sign2 set certificate request version if not set.
2075 ** Improve documentation for gnutls_x509_crq_sign2.
2076 Based on report from "John Brooks" <aspecialj@gmail.com> in
2077 <http://permalink.gmane.org/gmane.network.gnutls.general/1154>.
2079 ** tests/pathlen: run diff without parameters to improve portability.
2080 Based on HPUX build hints in
2081 <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>.
2083 ** Don't use %e specifier with strftime, it doesn't work under Windows.
2084 Reported by Massimo Gaspari <massimo.gaspari@alice.it> in
2085 <http://permalink.gmane.org/gmane.network.gnutls.general/1170>.
2087 ** Remove all uses of gnutls_alloca/gnutls_afree.
2088 Use normal gnutls_malloc instead. One reason is increased portability
2089 to Windows, the other is that several of the uses may be unsafe
2090 because the size of data allocated could be large. Reported by
2091 Massimo Gaspari <massimo.gaspari@alice.it> in
2092 <http://permalink.gmane.org/gmane.network.gnutls.general/1170>.
2094 ** Build Guile code with -fgnu89-inline only when supported.
2095 Reported by Kris Karas <ktk@enterprise.bidmc.harvard.edu> in
2096 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2708>.
2098 ** Several GTK-DOC related fixes.
2100 ** Clean up OpenCDK related code.
2101 GnuTLS now requires its internal OpenCDK code rather than the external
2102 GPL library OpenCDK. Unfortunately, we don't have resources to
2103 maintain an external library (help welcome).
2105 ** API and ABI modifications:
2106 No changes since last version.
2108 * Version 2.3.5 (released 2008-04-14)
2110 ** Build fix for MinGW and --disable-shared.
2111 Reported by Massimo Gaspari <massimo.gaspari@alice.it> in
2112 <http://permalink.gmane.org/gmane.network.gnutls.general/1145>.
2114 ** Document how to generate CRLs.
2115 Suggested by "Rainer Gerhards" <rgerhards@gmail.com>.
2117 ** Documented the --priority option to gnutls-cli and gnutls-serv.
2119 ** Several minor fixes in the OpenPGP interface.
2120 Thanks to Daniel Kahn Gillmor.
2122 ** Fix fopen file descriptor leak in PSK server code.
2123 Thanks to Laurence Withers <l@lwithers.me.uk>, see
2124 <http://lists.gnu.org/archive/html/gnutls-devel/2008-04/msg00002.html>.
2126 ** Translations files not stored directly in git to avoid merge conflicts.
2128 ** New APIs to let applications replace the RNG used.
2129 Update all RNG callers in the code to use the new interface.
2131 ** Guile code now built with -fgnu89-inline to fix inline semantic problem.
2133 ** Update gnulib files.
2135 ** API and ABI modifications:
2136 gnutls_crypto_rnd_register: ADDED
2137 gnutls_rnd_level_t: ADDED
2138 GNUTLS_RND_KEY: ADDED, gnutls_rnd_level_t member
2139 GNUTLS_RND_RANDOM: ADDED, gnutls_rnd_level_t member
2140 GNUTLS_RND_NONCE: ADDED, gnutls_rnd_level_t member
2141 gnutls_crypto_rnd_st: ADDED
2142 GNUTLS_DIG_SHA224: ADDED
2143 GNUTLS_SIGN_RSA_SHA224: ADDED
2144 gnutls_openpgp_crt_get_auth_subkey: MODIFIED
2146 * Version 2.3.4 (released 2008-03-19)
2148 ** Finish renaming of gnutls_certificate_export_x509_cas etc.
2149 They weren't renamed in the public header file.
2151 ** Added functions to register a cipher/mac/digest. This allows to
2152 override the included ones.
2154 ** Fix a bunch of compiler warnings.
2156 ** API and ABI modifications:
2157 gnutls_crypto_cipher_st: ADDED
2158 gnutls_crypto_mac_st: ADDED
2159 gnutls_crypto_digest_st: ADDED
2160 gnutls_crypto_cipher_register: ADDED
2161 gnutls_crypto_mac_register: ADDED
2162 gnutls_crypto_digest_register: ADDED
2163 GNUTLS_E_CRYPTO_ALREADY_REGISTERED: ADDED
2165 * Version 2.3.3 (released 2008-03-10)
2167 ** Fix build failure in libextra/gnutls_extra.c that needed opencdk.h.
2168 Reported by Roman Bogorodskiy <novel@FreeBSD.org>.
2170 ** No longer compiled using -D_REENTRANT -D_THREAD_SAFE.
2171 We could not find any modern justification for enabling these flags by
2172 default. If you know of some platform that needs one of the flags to
2173 work properly, please let us know. (Actually introduced in v2.3.0 but
2174 not documented until now.)
2176 ** Importing many CA certificates are now considerably faster.
2177 This affect gnutls_certificate_set_x509_trust_mem,
2178 gnutls_certificate_set_x509_trust, and
2179 gnutls_certificate_set_x509_trust_file. The complexity was reduced
2180 from O(2*n^2) to O(n). When adding 206 files containing 408
2181 certificates, using gnutls_certificate_set_x509_trust_file, the time
2182 dropped from 40 seconds to 0.3 seconds. Thanks to Edgar Fuß for code
2183 to trigger the problem. See also
2184 <http://blog.josefsson.org/2008/02/27/real-world-performance-tuning-with-callgrind/>.
2186 ** Clarify documentation for gnutls_x509_crt_set_subject_alternative_name
2187 ** to be explicit that it takes zero terminated data.
2189 ** gnutls-cli --print-cert now print PKCS#3 format Diffie-Hellman parameters.
2191 ** Documentation fixes for the GTK-DOC manual.
2193 ** Fix compilation error related to __FUNCTION__ on some systems.
2194 Reported by Tim Mooney, see
2195 <https://savannah.gnu.org/support/?106267>.
2197 ** Updated translations.
2199 ** Update gnulib files.
2201 ** API and ABI modifications:
2202 gnutls_hex2bin: MODIFIED, uses size_t instead of int for string length,
2203 and char* instead of void* for output buffer.
2205 * Version 2.3.2 (released 2008-02-26)
2207 ** Fix srcdir!=objdir failure in openpgpself test.
2209 ** Improved API documentation output from GTK-DOC.
2211 ** Added gnutls_x509_dn_export(). Patch by Joe Orton.
2213 ** Renamed gnutls_certificate_export_x509_cas and friends.
2214 See <http://lists.gnu.org/archive/html/gnutls-devel/2008-02/msg00043.html>.
2216 ** Internal header files cleanup.
2218 ** API and ABI modifications:
2219 gnutls_certificate_export_x509_cas: RENAMED to gnutls_certificate_get_x509_cas
2220 gnutls_certificate_export_x509_crls: RENAMED to gnutls_certificate_get_x509_crls
2221 gnutls_certificate_export_openpgp_keyring: RENAMED to gnutls_certificate_get_openpgp_keyring
2222 gnutls_x509_dn_export: ADDED
2224 * Version 2.3.1 (released 2008-02-21)
2226 ** OpenPGP support merged into libgnutls and is now licensed under LGPL.
2227 The included copy of OpenCDK has been stripped down and re-licensed
2230 ** Cipher priority string handling now handle strings that starts with NULL.
2231 Thanks to Laurence Withers <l@lwithers.me.uk>.
2233 ** gnutls-cli: When -d is used, also prints RNG information from libgcrypt.
2235 ** Corrected memory leaks in session resuming and DHE ciphersuites. Reported
2238 ** Increased the default certificate verification chain limits and allowed
2239 for checks without limitation.
2241 ** Corrected the behaviour of gnutls_x509_crt_get_subject_alt_name()
2242 and gnutls_x509_crt_get_subject_alt_name() to not null terminate binary
2243 strings and return the proper size.
2245 ** Add section 'On Record Padding' to the manual.
2246 This collects all problems related to record padding with
2247 Nokia/Sony-Ericsson phones that we know about.
2249 ** Several improvements in the OpenPGP authentication.
2250 Now subkeys can be used for authentication, according to
2251 draft-mavrogiannopoulos-rfc5081bis-00.txt.
2253 ** certtool can print information on OpenPGP certificates and keys.
2255 ** Added gnutls_x509_dn_import/init/deinit() to access raw DER DN.
2258 ** Added gnutls_certificate_export_x509_cas and other functions to
2259 export elements from the certificate credentials structure. Based on
2260 suggestion from Joe Orton.
2263 Clarify that srp_base64 is not the same as normal base64.
2265 ** Fix non-portable use of brace expansion in makefiles.
2267 ** API and ABI modifications:
2268 gnutls_certificate_export_x509_cas: ADDED
2269 gnutls_certificate_export_x509_crls: ADDED
2270 gnutls_certificate_export_openpgp_keyring: ADDED
2271 gnutls_openpgp_keyid_t: ADDED, instead of hard-coded 'unsigned char[8]'.
2272 gnutls_openpgp_crt_get_key_id: ADDED, obsoletes gnutls_openpgp_crt_get_id.
2273 gnutls_openpgp_crt_get_revoked_status: ADDED
2274 gnutls_openpgp_crt_get_subkey_count: ADDED
2275 gnutls_openpgp_crt_get_subkey_idx: ADDED
2276 gnutls_openpgp_crt_get_subkey_revoked_status: ADDED
2277 gnutls_openpgp_crt_get_subkey_pk_algorithm: ADDED
2278 gnutls_openpgp_crt_get_subkey_creation_time: ADDED
2279 gnutls_openpgp_crt_get_subkey_expiration_time: ADDED
2280 gnutls_openpgp_crt_get_subkey_id: ADDED
2281 gnutls_openpgp_crt_get_subkey_usage: ADDED
2282 gnutls_openpgp_privkey_get_fingerprint: ADDED
2283 gnutls_openpgp_privkey_get_key_id: ADDED
2284 gnutls_openpgp_privkey_get_subkey_count: ADDED
2285 gnutls_openpgp_privkey_get_subkey_idx: ADDED
2286 gnutls_openpgp_privkey_get_subkey_revoked_status: ADDED
2287 gnutls_openpgp_privkey_get_revoked_status: ADDED
2288 gnutls_openpgp_privkey_get_subkey_pk_algorithm: ADDED
2289 gnutls_openpgp_privkey_get_subkey_expiration_time: ADDED
2290 gnutls_openpgp_privkey_get_subkey_id: ADDED
2291 gnutls_openpgp_privkey_get_subkey_creation_time: ADDED
2292 gnutls_openpgp_crt_get_subkey_pk_dsa_raw: ADDED
2293 gnutls_openpgp_crt_get_subkey_pk_rsa_raw: ADDED
2294 gnutls_openpgp_crt_get_pk_dsa_raw: ADDED
2295 gnutls_openpgp_crt_get_pk_rsa_raw: ADDED
2296 gnutls_openpgp_privkey_export_subkey_dsa_raw: ADDED
2297 gnutls_openpgp_privkey_export_subkey_rsa_raw: ADDED
2298 gnutls_openpgp_privkey_export_dsa_raw: ADDED
2299 gnutls_openpgp_privkey_export_rsa_raw: ADDED
2300 gnutls_openpgp_privkey_export: ADDED
2301 gnutls_certificate_set_openpgp_key_file2: ADDED
2302 gnutls_certificate_set_openpgp_key_mem2: ADDED
2303 gnutls_x509_dn_init: ADDED
2304 gnutls_x509_dn_import: ADDED
2305 gnutls_x509_dn_deinit: ADDED
2306 GNUTLS_E_OPENPGP_SUBKEY_ERROR: ADDED
2307 gnutls_hex2bin: ADDED
2308 GNUTLS_CRT_PRINT_FULL: ADDED, same as old GNUTLS_X509_CRT_FULL.
2309 GNUTLS_CRT_PRINT_ONELINE: ADDED, same as old GNUTLS_X509_CRT_ONELINE.
2310 GNUTLS_CRT_PRINT_UNSIGNED_FULL: ADDED, same as
2311 old GNUTLS_X509_CRT_UNSIGNED_FULL.
2313 * Version 2.3.0 (released 2008-01-08)
2315 ** LZO compression is now disabled by default.
2316 The reason is that LZO compression is not standardized in TLS. If you
2317 wish to experiment with it, you will have to supply --with-lzo when
2318 invoking ./configure. The internal copy of minilzo is no longer
2319 included with GnuTLS, so you will need to install liblzo or liblzo2 on
2320 your system to have --with-lzo to be effective.
2322 ** More than one server name field is now sent to the server properly.
2323 Thanks to mark.phillips@virgin.net.
2325 ** Fixes the post_client_hello_function(). The extensions are now parsed
2326 in a callback friendly way.
2328 ** Fix for certificate selection in servers with certificate callbacks.
2330 ** Updated translations.
2332 ** Update gnulib files.
2334 ** API and ABI modifications:
2335 No changes since last version.
2337 * Version 2.2.5 (released 2008-05-19)
2339 ** Fix flaw in fix for GNUTLS-SA-2008-1-3.
2340 The flaw would result in incorrectly terminated sessions with the
2341 error "Decryption has failed" when the server sends a small packet
2342 (typically when the session is closed). Reported by Andreas Metzler
2343 <ametzler@downhill.at.eu.org> in
2344 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2807>.
2346 ** API and ABI modifications:
2347 No changes since last version.
2349 * Version 2.2.4 (released 2008-05-19)
2351 ** Fix three security vulnerabilities. [GNUTLS-SA-2008-1]
2352 Thanks to CERT-FI for finding the bugs and providing detailed reports,
2353 which allowed the bugs to be reproduced and fixed easily. Patches
2354 developed by Simon Josefsson and Nikos Mavrogiannopoulos. Any updates
2355 with more details about these vulnerabilities will be added to
2356 <http://www.gnu.org/software/gnutls/security.html>
2358 *** [GNUTLS-SA-2008-1-1]
2359 *** libgnutls: Fix crash when sending invalid server name.
2360 The crash can be triggered remotely before authentication, which can
2361 lead to a Daniel of Service attack to disable the server. The bug
2362 cause gnutls to store more session resumption data than what was
2363 allocated for, thus overwriting unallocated memory.
2365 *** [GNUTLS-SA-2008-1-2]
2366 *** libgnutls: Fix crash when sending repeated client hellos.
2367 The crash can be triggered remotely before authentication, which can
2368 lead to a Daniel of Service attack to disable the server. The bug
2369 triggers a null-pointer dereference.
2371 *** [GNUTLS-SA-2008-1-3]
2372 *** libgnutls: Fix crash in cipher padding decoding for invalid record lengths.
2373 The crash can be triggered remotely before authentication, which can
2374 lead to a Daniel of Service attack to disable the server. The bug
2375 cause gnutls to read memory beyond the end of the received record.
2377 ** API and ABI modifications:
2378 No changes since last version.
2380 * Version 2.2.3 (released 2008-05-06)
2382 ** Increase default handshake packet size limit to 48kb.
2383 The old limit was 16kb and some servers send huge list of trusted CAs,
2384 thus running into the limit. FYI, applications can further increase
2385 this limit using gnutls_handshake_set_max_packet_length. Thanks to
2386 Marc Haber <mh+debian-bugs@zugschlus.de> and "Marc F. Clemente"
2387 <marc@mclemente.net> for reporting and providing test servers.
2389 ** Fix compilation error related to __FUNCTION__ on some systems.
2390 Reported by Tim Mooney, see
2391 <https://savannah.gnu.org/support/?106267>.
2393 ** Documented the --priority option to gnutls-cli and gnutls-serv.
2395 ** Fix fopen file descriptor leak in PSK server code.
2396 Thanks to Laurence Withers <l@lwithers.me.uk>, see
2397 <http://lists.gnu.org/archive/html/gnutls-devel/2008-04/msg00002.html>.
2399 ** Build Guile code with -fgnu89-inline only when supported.
2400 Reported by Kris Karas <ktk@enterprise.bidmc.harvard.edu> in
2401 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2708>.
2403 ** Make Camellia encryption work.
2404 Reported by Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> in
2405 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2746>.
2407 ** API and ABI modifications:
2408 No changes since last version.
2410 * Version 2.2.2 (released 2008-02-21)
2412 ** Cipher priority string handling now handle strings that starts with NULL.
2413 Thanks to Laurence Withers <l@lwithers.me.uk>.
2415 ** Corrected memory leaks in session resuming and DHE ciphersuites. Reported
2418 ** Increased the default certificate verification chain limits and allowed
2419 for checks without limitation.
2421 ** Corrected the behaviour of gnutls_x509_crt_get_subject_alt_name()
2422 and gnutls_x509_crt_get_subject_alt_name() to not null terminate binary
2423 strings and return the proper size.
2425 ** API and ABI modifications:
2426 No changes since last version.
2428 * Version 2.2.1 (released 2008-01-17)
2430 ** Prevent linking libextra against previously installed libgnutls.
2431 Tiny patch from "Alon Bar-Lev" <alon.barlev@gmail.com>, see
2432 <http://bugs.gentoo.org/show_bug.cgi?id=202269>.
2434 ** Fixes the post_client_hello_function(). The extensions are now parsed
2435 in a callback friendly way.
2437 ** Fix for certificate selection in servers with certificate callbacks.
2439 ** API and ABI modifications:
2440 No changes since last version.
2442 * Version 2.2.0 (released 2007-12-14)
2444 ** Update internal copy of libtasn1 to version 1.2.
2446 ** Certtool --verify-chain now handle inputs larger than 64kb.
2447 This fixes the self-test "rsa-md5-collision" under MinGW+Wine with
2448 recent versions of libgcrypt. The problem was that Wine with the
2449 libgcrypt RNG generates huge amounts of debugging output.
2451 ** Translation updates.
2452 Added Dutch translation. Updated Polish and Swedish translation.
2454 ** Major changes compared to the v2.0 branch:
2456 *** SRP support aligned with newly published RFC 5054.
2458 *** OpenPGP support aligned with newly published RFC 5081.
2460 *** Support for DSA2 keys.
2462 *** Support for Camellia cipher.
2464 *** Support for Opaque PRF Input extension.
2466 *** PKCS#8 parser now handle DSA keys.
2468 *** Change from GPLv2 to GPLv3 for command-line tools, libgnutls-extra, etc.
2469 Notice that liblzo2 2.02 is licensed under GPLv2 only. Earlier
2470 versions, such as 2.01 which is included with GnuTLS, is available
2471 under GPLv2 or later. If this incompatibility causes problems, we
2472 recommend you to disable LZO using --without-lzo. LZO compression is
2473 not a standard TLS compression algorithm, so the impact should be
2476 *** Functions for disabling record protocol padding.
2477 Works around bugs on Nokia/Ericsson phones.
2479 *** New functions gnutls_priority_set() for setting cipher priorities easily.
2480 Priorities like "COMPAT" also enables other work arounds, such as
2483 *** Other minor improvements and bug fixes.
2485 ** Backwards incompatible API/ABI changes in GnuTLS 2.2
2486 To adapt to changes in the TLS extension specifications for OpenPGP
2487 and SRP, the GnuTLS API had to be modified. This means breaking the
2488 API and ABI backwards compatibility. That is something we try to
2489 avoid unless it is necessary. We decided to also remove the already
2490 deprecated stub functions for X.509 to XML conversion and TLS
2491 authorization (see below) when we had the opportunity.
2493 Generally, most applications does not need to be modified. Just
2494 re-compile them against the latest GnuTLS release, and it should work
2497 Applications that use the OpenPGP or SRP features needs to be
2498 modified. Below is a list of the modified APIs and discussion of what
2499 the minimal things you need to modify in your application to make it
2500 work with GnuTLS 2.2.
2502 Note that GnuTLS 2.2 also introduces new APIs -- such as
2503 gnutls_set_priority() that is superior to
2504 gnutls_set_default_priority() -- that you may want to start using.
2505 However, using those new APIs is not required to use GnuTLS 2.2 since
2506 the old functions continue are still supported. This text only
2507 discuss what you minimally have to modify.
2509 *** XML related changes
2510 The function `gnutls_x509_crt_to_xml' has been removed. It has been
2511 deprecated and only returned an error code since GnuTLS version
2512 1.2.11. Nobody has complained, so users doesn't seem to miss the
2513 functionality. We don't know of any other library to convert X.509
2514 certificates into XML format, but we decided (long ago) that GnuTLS
2515 isn't the right place for this kind of functionality. If you want
2516 help to find some other library to use here, please explain and
2517 discuss your use case on help-gnutls@gnu.org.
2519 *** TLS Authorization related changes
2520 Everything related to TLS authorizations have been removed, they were
2521 only stub functions that returned an error code:
2523 GNUTLS_SUPPLEMENTAL_AUTHZ_DATA
2524 gnutls_authz_data_format_type_t
2525 gnutls_authz_recv_callback_func
2526 gnutls_authz_send_callback_func
2528 gnutls_authz_send_x509_attr_cert
2529 gnutls_authz_send_saml_assertion
2530 gnutls_authz_send_x509_attr_cert_url
2531 gnutls_authz_send_saml_assertion_url
2533 *** SRP related changes
2534 The callback gnutls_srp_client_credentials_function has a new
2535 prototype, and its semantic has changed. You need to rewrite the
2536 callback, see the updated function documentation and SRP example code
2537 (doc/examples/ex-client-srp.c and doc/examples/ex-serv-srp.c) for more
2540 The alert codes GNUTLS_A_MISSING_SRP_USERNAME and
2541 GNUTLS_A_UNKNOWN_SRP_USERNAME are no longer used by the SRP
2542 specification, instead the GNUTLS_A_UNKNOWN_PSK_IDENTITY alert is
2543 used. There are #define's to map the old names to the new. You may
2544 run into problems if you have a switch-case with cases for both SRP
2545 alerts, since they are now mapped to the same value. The solution is
2546 to drop the SRP alerts from such switch cases, as they are now
2547 deprecated in favor of GNUTLS_A_UNKNOWN_PSK_IDENTITY.
2549 *** OpenPGP related changes
2550 The function `gnutls_certificate_set_openpgp_keyserver' have been
2551 removed. There is no replacement functionality inside GnuTLS. If you
2552 need keyserver functionality, consider using the GnuPG tools.
2554 All functions, types, and error codes related to OpenPGP trustdb
2555 format have been removed. The trustdb format is a non-standard
2556 GnuPG-specific format, and we recommend you to use key rings instead.
2557 The following have been removed:
2559 gnutls_certificate_set_openpgp_trustdb
2560 gnutls_openpgp_trustdb_init
2561 gnutls_openpgp_trustdb_deinit
2562 gnutls_openpgp_trustdb_import
2563 gnutls_openpgp_key_verify_trustdb
2564 gnutls_openpgp_trustdb_t
2565 GNUTLS_E_OPENPGP_TRUSTDB_VERSION_UNSUPPORTED
2567 The following functions has an added parameter of the (new) type
2568 `gnutls_openpgp_crt_fmt_t'. The type specify the format of the data
2569 (binary or base64). The functions are:
2570 gnutls_certificate_set_openpgp_key_file
2571 gnutls_certificate_set_openpgp_key_mem
2572 gnutls_certificate_set_openpgp_keyring_mem
2573 gnutls_certificate_set_openpgp_keyring_file
2575 To improve terminology and align with the X.509 interface, some
2576 functions have been renamed. Compatibility mappings exists. The old
2577 and new names of the affected functions and types are:
2580 gnutls_openpgp_key_t gnutls_openpgp_crt_t
2581 gnutls_openpgp_key_fmt_t gnutls_openpgp_crt_fmt_t
2582 gnutls_openpgp_key_status_t gnutls_openpgp_crt_status_t
2583 GNUTLS_OPENPGP_KEY GNUTLS_OPENPGP_CERT
2584 GNUTLS_OPENPGP_KEY_FINGERPRINT GNUTLS_OPENPGP_CERT_FINGERPRINT
2585 gnutls_openpgp_key_init gnutls_openpgp_crt_init
2586 gnutls_openpgp_key_deinit gnutls_openpgp_crt_deinit
2587 gnutls_openpgp_key_import gnutls_openpgp_crt_import
2588 gnutls_openpgp_key_export gnutls_openpgp_crt_export
2589 gnutls_openpgp_key_get_key_usage gnutls_openpgp_crt_get_key_usage
2590 gnutls_openpgp_key_get_fingerprint gnutls_openpgp_crt_get_fingerprint
2591 gnutls_openpgp_key_get_pk_algorithm gnutls_openpgp_crt_get_pk_algorithm
2592 gnutls_openpgp_key_get_name gnutls_openpgp_crt_get_name
2593 gnutls_openpgp_key_get_version gnutls_openpgp_crt_get_version
2594 gnutls_openpgp_key_get_creation_time gnutls_openpgp_crt_get_creation_time
2595 gnutls_openpgp_key_get_expiration_time gnutls_openpgp_crt_get_expiration_time
2596 gnutls_openpgp_key_get_id gnutls_openpgp_crt_get_id
2597 gnutls_openpgp_key_check_hostname gnutls_openpgp_crt_check_hostname
2598 gnutls_openpgp_send_key gnutls_openpgp_send_cert
2600 ** API and ABI modifications:
2601 No changes since last version.
2603 * Version 2.1.8 (released 2007-12-10)
2605 ** The GPL version has been changed from version 2 to version 3.
2606 This affects the self-tests, command-line tools, the libgnutls-extra
2607 library, the relevant guile parts, and the build environment.
2609 ** Added gnutls_x509_crt_get_subject_alt_name2().
2611 ** Corrected a segfault when setting an empty gnutls_priority_t
2612 at gnutls_priority_set().
2614 ** Use gettext 0.17 which updates m4/lib-*.m4 macros.
2615 Fixes a problem with spurious -L/usr/lib additions.
2617 ** API and ABI modifications:
2618 gnutls_x509_crt_get_subject_alt_name2: ADD.
2620 * Version 2.1.7 (released 2007-11-29)
2622 ** PKCS #8 parser can now encode/decode DSA keys.
2624 ** Updated gnutls_set_default_priority2() now renamed to
2625 gnutls_priority_set() and gnutls_priority_set_direct() which
2626 accept a string to indicate preferences of ciphersuite parameters.
2628 ** gnutls-cli and gnutls-serv now have a --priority option to set
2629 the priority string.
2631 ** The gnutls_*_convert_priority() functions were deprecated by
2632 the gnutls_priority_set() and gnutls_priority_set_direct().
2634 ** Internal copy of OpenCDK upgraded to version 0.6.6.
2636 ** API and ABI modifications:
2637 gnutls_priority_init: ADD.
2638 gnutls_priority_deinit: ADD.
2639 gnutls_priority_set: ADD.
2640 gnutls_priority_set_direct: ADD.
2641 gnutls_set_default_priority2: RENAMED to gnutls_priority_set_direct()
2642 gnutls_mac_convert_priority: REMOVED
2643 gnutls_compression_convert_priority: REMOVED
2644 gnutls_protocol_convert_priority: REMOVED
2645 gnutls_kx_convert_priority: REMOVED
2646 gnutls_cipher_convert_priority: REMOVED
2647 gnutls_certificate_type_convert_priority: REMOVED
2648 gnutls_set_default_priority: UNDEPRECATED
2649 gnutls_set_default_priority_export: UNDEPRECATED
2651 ** Undocumented API and ABI modifications earlier in the 2.1.x series:
2652 GNUTLS_CIPHER_UNKNOWN: ADD.
2653 GNUTLS_CIPHER_CAMELLIA_128_CBC: ADD.
2654 GNUTLS_CIPHER_CAMELLIA_256_CBC: ADD.
2655 GNUTLS_KX_UNKNOWN: ADD.
2656 GNUTLS_COMP_UNKNOWN: ADD.
2657 GNUTLS_CRT_UNKNOWN: ADD.
2658 gnutls_mac_get_id: ADD.
2659 gnutls_compression_get_id: ADD.
2660 gnutls_cipher_get_id: ADD.
2661 gnutls_kx_get_id: ADD.
2662 gnutls_protocol_get_id: ADD.
2663 gnutls_certificate_type_get_id: ADD.
2664 gnutls_handshake_post_client_hello_func: ADD.
2665 gnutls_certificate_send_x509_rdn_sequence: ADD prototype to gnutls.h.in.
2667 * Version 2.1.6 (released 2007-11-15)
2669 ** Corrected bug in decompression of expanded compression data.
2671 ** Added the --to-p8 option to certtool to convert private keys
2674 ** Introduced the GNUTLS_E_BASE64_UNEXPECTED_HEADER_ERROR error code.
2676 ** gnutls_certificate_set_x509_key_* can now read PKCS #8 unencrypted
2679 ** Fixed GNUTLS_E_UNKNOWN_ALGORITHM vs GNUTLS_E_UNKNOWN_HASH_ALGORITHM.
2680 During the 2.1.x series the GNUTLS_E_UNKNOWN_HASH_ALGORITHM error code
2681 was renamed to GNUTLS_E_UNKNOWN_ALGORITHM, unfortunately without being
2682 documented. This caused some problems (e.g., debian #450854). To
2683 avoid backwards compatibility problems, this release revert this
2684 change, so that GNUTLS_E_UNKNOWN_HASH_ALGORITHM works just like it has
2685 done in GnuTLS 2.0.x and earlier, and add a new error code
2686 GNUTLS_E_UNKNOWN_ALGORITHM.
2688 ** Fixes several gtk-doc warnings.
2690 ** API and ABI modifications:
2691 GNUTLS_E_UNKNOWN_ALGORITHM: CHANGED.
2692 GNUTLS_E_UNKNOWN_HASH_ALGORITHM: CHANGED.
2693 GNUTLS_E_BASE64_UNEXPECTED_HEADER_ERROR: ADD.
2695 * Version 2.1.5 (released 2007-11-01)
2697 ** Fix PKCS#3 parameter export problem.
2699 ** Improve certtool queries, they now print the default value.
2703 ** Update gnulib files.
2705 ** API and ABI modifications:
2706 No changes since last version.
2708 * Version 2.1.4 (released 2007-10-27)
2710 ** Added the --v1 option to certtool, to allow generating X.509
2711 version 1 certificates.
2713 ** certtool: Add option --disable-quick-random to enable the old behaviour
2714 of using /dev/random to generate keys.
2716 ** Added priority functions that accept strings.
2718 ** Added gnutls_set_default_priority2() which accepts a flag to indicate
2719 priorities preferences.
2721 ** Added gnutls_record_disable_padding() to allow servers talking to
2722 buggy clients that complain if the TLS 1.0 record protocol padding is
2725 ** Introduced gnutls_session_enable_compatibility_mode() to allow enabling
2726 all supported compatibility options (like disabling padding).
2728 ** The gnutls_certificate_set_openpgp_* functions were modified to include
2729 the format. This makes the interface consistent with the x509 functions.
2731 ** Internal copy of OpenCDK upgraded to version 0.6.5.
2733 ** Update gnulib files.
2735 ** API and ABI modifications:
2736 gnutls_certificate_set_openpgp_key_mem: MODIFIED
2737 gnutls_certificate_set_openpgp_key_file: MODIFIED
2738 gnutls_certificate_set_openpgp_keyring_mem: MODIFIED
2739 gnutls_certificate_set_openpgp_keyring_file: MODIFIED
2740 gnutls_set_default_priority: DEPRECATED
2741 gnutls_set_default_priority_export: DEPRECATED
2742 gnutls_set_default_priority2: ADDED
2743 gnutls_session_enable_compatibility_mode: ADDED
2744 gnutls_record_disable_padding: ADDED
2745 gnutls_mac_convert_priority: ADDED
2746 gnutls_compression_convert_priority: ADDED
2747 gnutls_protocol_convert_priority: ADDED
2748 gnutls_kx_convert_priority: ADDED
2749 gnutls_cipher_convert_priority: ADDED
2750 gnutls_certificate_type_convert_priority: ADDED
2751 gnutls_openpgp_key_t: RENAMED to gnutls_openpgp_crt_t
2752 gnutls_openpgp_key_status_t: RENAMED to gnutls_openpgp_crt_status_t
2753 gnutls_openpgp_send_key: RENAMED to gnutls_openpgp_send_cert
2754 gnutls_openpgp_key_init: RENAMED to gnutls_openpgp_crt_init
2755 gnutls_openpgp_key_import: RENAMED to gnutls_openpgp_crt_import
2756 gnutls_openpgp_key_export: RENAMED to gnutls_openpgp_crt_export
2757 gnutls_openpgp_key_check_hostname: RENAMED to gnutls_openpgp_crt_check_hostname
2758 gnutls_openpgp_key_get_creation_time: RENAMED to gnutls_openpgp_crt_get_creation_time
2759 gnutls_openpgp_key_get_expiration_time: RENAMED to gnutls_openpgp_crt_get_expiration_time
2760 gnutls_openpgp_key_get_fingerprint: RENAMED to gnutls_openpgp_crt_get_fingerprint
2761 gnutls_openpgp_key_get_version: RENAMED to gnutls_openpgp_crt_get_version
2762 gnutls_openpgp_key_get_pk_algorithm: RENAMED to gnutls_openpgp_crt_get_pk_algorithm
2763 gnutls_openpgp_key_get_name: RENAMED to gnutls_openpgp_crt_get_name
2764 gnutls_openpgp_key_deinit: RENAMED to gnutls_openpgp_crt_deinit
2765 gnutls_openpgp_key_get_id: RENAMED to gnutls_openpgp_crt_get_id
2766 gnutls_openpgp_key_get_key_usage: RENAMED to gnutls_openpgp_crt_get_key_usage
2767 gnutls_openpgp_key_verify_ring: RENAMED to gnutls_openpgp_crt_verify_ring
2768 gnutls_openpgp_key_verify_self: RENAMED to gnutls_openpgp_crt_verify_self
2770 * Version 2.1.3 (released 2007-10-17)
2772 ** TLS authorization support removed.
2773 This technique may be patented in the future, and it is not of crucial
2774 importance for the Internet community. After deliberation we have
2775 concluded that the best thing we can do in this situation is to
2776 encourage society not to adopt this technique. We have decided to
2777 lead the way with our own actions.
2779 ** Re-enabled the 256 bit ciphers in the default priorities.
2781 ** Corrected bugs in openpgp key verification using a keyring (both in
2784 ** API and ABI modifications:
2785 gnutls_certificate_set_openpgp_keyserver: REMOVED
2786 gnutls_authz_data_format_type_t,
2787 gnutls_authz_recv_callback_func,
2788 gnutls_authz_send_callback_func,
2789 gnutls_authz_enable,
2790 gnutls_authz_send_x509_attr_cert,
2791 gnutls_authz_send_saml_assertion,
2792 gnutls_authz_send_x509_attr_cert_url,
2793 gnutls_authz_send_saml_assertion_url: REMOVED.
2794 GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATA: ADDED. To avoid that the
2795 gnutls_supplemental_data_format_type_t enum type becomes empty.
2797 * Version 2.1.2 (released 2007-10-14)
2799 ** Removed all the trustdb code from openpgp authentication.
2800 We now use only the well-specified keyrings.
2802 ** The 256 bit ciphers are not enabled in the default priorities.
2804 ** Added support for DSA2 using libgcrypt 1.3.0.
2806 ** certtool: Fixed data corruption when using --outder.
2808 ** Removed all the xml related stubs and functions.
2810 ** Added capability to set a callback after the client hello is received
2811 by the server in order to adjust parameters before the handshake.
2813 ** SRP was corrected to adhere to the latest draft (published soon as RFC)
2815 ** Corrected bug which did not allow a server to run without supporting
2818 ** Updated the DN parser which now prints wrongly decoded values as hex
2821 ** certtool: Add option --quick-random.
2822 For generating low security test credentials.
2824 ** API and ABI modifications:
2825 gnutls_x509_crt_to_xml: REMOVED
2826 gnutls_openpgp_key_to_xml: REMOVED
2827 gnutls_openpgp_key_verify_trustdb: REMOVED
2828 gnutls_openpgp_trustdb_init: REMOVED
2829 gnutls_openpgp_trustdb_deinit: REMOVED
2830 gnutls_openpgp_trustdb_import: REMOVED
2831 gnutls_certificate_set_openpgp_trustdb: REMOVED
2832 gnutls_srp_client_credentials_function: CHANGED
2833 gnutls_handshake_set_post_client_hello_function: ADDED
2834 gnutls_mac_get_key_size: ADDED
2835 GNUTLS_E_OPENPGP_TRUSTDB_VERSION_UNSUPPORTED: DEPRECATED.
2836 GNUTLS_A_MISSING_SRP_USERNAME: DEPRECATED
2837 GNUTLS_A_UNKNOWN_SRP_USERNAME: DEPRECATED
2839 * Version 2.1.1 (released 2007-09-24)
2841 ** Added support for Camellia cipher, thanks to Yoshisato YANAGISAWA.
2842 Camellia is only enabled in GnuTLS if the installed libgcrypt has been
2843 compiled with Camellia support. See the libgcrypt documentation on
2844 how to enable it. Unconditionally disable it using the configure
2845 option --disable-camellia. Fixes #1.
2847 ** Properly document in the NEWS file the API change in the last release.
2849 ** API and ABI modifications:
2850 No changes since last version.
2852 * Version 2.1.0 (released 2007-09-20)
2854 ** Support for draft-rescorla-tls-opaque-prf-input-00.txt.
2855 The support is disabled by default. Since no value has been allocated
2856 by the IANA for this extension yet, you will need to provide one
2857 yourself by invoking './configure --enable-opaque-prf-input=42'.
2860 ** Example code: Fix compilation flaw under MinGW.
2862 ** API and ABI modifications:
2863 gnutls_oprfi_callback_func: ADD, new typedef function prototype.
2864 gnutls_oprfi_enable_client: ADD, new function.
2865 gnutls_oprfi_enable_server: ADD, new function.
2867 * Version 2.0.4 (released 2007-11-16)
2869 ** Corrected bug in decompression of expanded compression data.
2871 ** API and ABI modifications:
2872 No changes since last version.
2874 * Version 2.0.3 (released 2007-11-10)
2876 ** This version backports several fixes from the 2.1.x branch.
2878 ** Fixed PKCS #3 parameter export.
2880 ** Added gnutls_record_disable_padding() to allow servers talking to
2881 buggy clients that complain if the TLS 1.0 record protocol padding is
2884 ** Introduced gnutls_session_enable_compatibility_mode() to allow enabling
2885 all supported compatibility options (like disabling padding).
2887 ** Corrected bug which did not allow a server to run without supporting
2890 ** API and ABI modifications:
2891 gnutls_session_enable_compatibility_mode: ADDED
2892 gnutls_record_disable_padding: ADDED
2894 * Version 2.0.2 (released 2007-10-17)
2896 ** TLS authorization support removed.
2897 This technique may be patented in the future, and it is not of crucial
2898 importance for the Internet community. After deliberation we have
2899 concluded that the best thing we can do in this situation is to
2900 encourage society not to adopt this technique. We have decided to
2901 lead the way with our own actions.
2903 ** certtool: Fixed data corruption when using --outder.
2905 ** Fix configure-time Guile detection.
2907 ** API and ABI modifications:
2908 GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATA: ADDED. To avoid that the
2909 gnutls_supplemental_data_format_type_t enum type becomes empty.
2911 * Version 2.0.1 (released 2007-09-20)
2913 ** New directory doc/credentials/ with test credentials.
2914 This collects the test credentials from the web page and from src/.
2915 The script gnutls-http-serv has also been moved to that directory.
2917 ** Update SRP extension type and cipher suite with official IANA values.
2918 This breaks backwards compatibility with SRP in older versions of
2919 GnuTLS, but this is intentional to speed up the adoption of the
2920 official values. The old values we used were incorrect.
2922 ** Guile: Fix `x509-certificate-dn-oid'
2924 ** API and ABI modifications:
2925 No changes since last version.
2927 * Version 2.0.0 (released 2007-09-04)
2929 ** Included copy of Libtasn1 upgraded to version 1.1.
2931 ** Disable building of some examples if anonymous ciphers are disabled.
2933 ** Don't build examples for disabled features.
2935 ** API and ABI modifications:
2936 No changes since last version.
2938 * Version 1.7.19 (released 2007-08-27)
2940 ** Fix gnutls_error_is_fatal so that positive "errors" are non-critical.
2941 This solves connection problems in mutt, see
2942 <http://bugs.debian.org/439640>.
2944 ** Update gnulib files.
2945 In particular, the getpass module -- with its dependencies on getline,
2946 getdelim, fseeko etc -- where moved from the lgl/ (used by the core
2947 library) directory to the gl/ directory (only used by the command line
2948 tools). The reason is that getpass is now only used by the
2949 command-line tools, and reducing the number of gnulib modules linked
2950 to the core library helps portability and reduces size.
2954 ** Disable building of PGP examples if PGP is disabled.
2956 ** Included copy of OpenCDK upgraded to version 0.6.4.
2958 ** API and ABI modifications:
2959 No changes since last version.
2961 * Version 1.7.18 (released 2007-08-16)
2963 ** Install images for the info manual.
2964 This has a side effect of renaming the images. See
2965 <http://thread.gmane.org/gmane.comp.tex.texinfo.bugs/3533> for
2966 discussions on the approach chosen.
2968 ** Fix pointer mix to variables of different size.
2969 Patch extracted from
2970 <http://cvs.fedora.redhat.com/viewcvs/devel/gnutls/gnutls-1.6.3-incompat-pointers.patch?rev=1.1&view=auto>.
2972 ** Fix warnings during build.
2973 Thanks to Andreas Metzler <ametzler@downhill.at.eu.org>.
2975 ** API and ABI modifications:
2976 No changes since last version.
2978 * Version 1.7.17 (released 2007-08-15)
2980 ** New functions to perform external signing.
2981 Set the signing callback function (of the gnutls_sign_func prototype)
2982 using the gnutls_sign_callback_set function. In the callback, you may
2983 find the new functions gnutls_x509_privkey_sign_hash and
2984 gnutls_openpgp_privkey_sign_hash useful. A new function
2985 gnutls_sign_callback_get is also added, to retrieve the function
2986 pointer. Thanks to "Alon Bar-Lev" <alon.barlev@gmail.com> for
2987 comments and testing.
2989 ** New self test of client and server authenticated X.509 TLS sessions.
2990 See tests/x509self.c and tests/x509signself.c. The latter also tests
2991 the new external signing callback interface.
2993 ** New errors GNUTLS_E_APPLICATION_ERROR_MIN..GNUTLS_E_APPLICATION_ERROR_MAX.
2994 These two actually describe the outer limits of a range of error codes
2995 reserved to the application. All of the errors are treated as fatal
2996 by the library (it has to since it doesn't know the semantics of the
2997 error codes). This can be useful in callbacks, to signal some
2998 application-specific error condition, which will usually eventually
2999 cause some gnutls API to return the same error code as the callback,
3000 which then can be inspected by the application. Note that error codes
3003 ** gnutls_set_default_priority now disable TLS 1.2 by default.
3004 The RFC is not released yet, and we're approaching a major release so
3005 let's not enable it just yet.
3007 ** Fix namespace so that gnutls_*_t is used consistently.
3008 Before, many places in the GnuTLS code used the old deprecated type
3009 names without the '_t' suffix.
3011 ** Build fixes for Guile code.
3012 Patch from Ludovic Courtes <ludovic.courtes@laas.fr>.
3014 ** More documentation fixes.
3015 In particular, the section headings were modified for casing. By
3016 Ludovic Courtes <ludovic.courtes@laas.fr>.
3018 ** Updated Polish and Swedish translations.
3019 Thanks to Jakub Bogusz <qboosh@pld-linux.org> and Daniel Nylander
3020 <po@danielnylander.se>.
3022 ** API and ABI modifications:
3023 gnutls_sign_func: ADD, new type for sign callback.
3024 gnutls_sign_callback_set: ADD, new function to set sign callback.
3025 gnutls_sign_callback_get: ADD, new function to retrieve sign callback.
3026 gnutls_x509_privkey_sign_hash,
3027 gnutls_openpgp_privkey_sign_hash: ADD, new functions useful in sign callback.
3028 GNUTLS_E_APPLICATION_ERROR_MIN,
3029 GNUTLS_E_APPLICATION_ERROR_MAX: ADD, new CPP #defines for error codes.
3031 * Version 1.7.16 (released 2007-08-07)
3033 ** Fix sanity checks and return values in certificate selection.
3034 In some cases, GnuTLS omitted to report suitable error codes when no
3035 suitable certificate was found.
3037 ** Fix gnutls-cli starttls EOF on Mac OS X.
3038 Thanks to Hal Eden <n.mavrogiannopoulos@gmail.com>.
3040 ** Documentation fixes.
3041 In particular, the section headings were modified for casing. By
3042 Ludovic Courtes <ludovic.courtes@laas.fr>.
3044 ** Update gnulib files.
3046 ** API and ABI modifications:
3047 No changes since last version.
3049 * Version 1.7.15 (released 2007-07-02)
3051 ** Fix self-tests key-id under mingw32.
3053 ** Test that the Guile header files are recent enough to work.
3054 Before we just tested that the command line tool 'guile' was recent
3055 enough, which may not be sufficient if you still have an old
3056 libguile.h header installed.
3058 ** Guile bindings are now installed under $prefix by default.
3059 Use --without-guile-site-dir to install it under $pkgdatadir/site/
3060 where $pkgdatadir is as returned by "guile-config info pkgdatadir".
3061 Use --with-guile-site-dir=/your/own/path to specify the path manually.
3062 The default, --with-guile-site-dir, will install the Guile bindings
3063 under $datadir/guile/site. There is a new section 'Guile
3064 Preparations' in the manual that discuss these issues.
3066 ** Fix run-time library path ordering in linking the Guile bindings.
3068 ** Improved manual on downloading, installing, getting help, bug reports etc.
3069 Suggested by Ludovic Courtès <ludovic.courtes@laas.fr>.
3071 ** Add Malay message translations.
3072 Thanks to Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>.
3074 ** API and ABI modifications:
3075 No changes since last version.
3077 * Version 1.7.14 (released 2007-06-26)
3079 ** Don't enable Guile bindings unless we have Guile 1.8 or later.
3080 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
3082 ** Fix memory leak during DSA signature verification.
3083 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
3085 ** Fix crash in gnutls-cli when TLS handshake fails.
3086 Reported by Marc Haber <mh+debian-bugs@zugschlus.de> and Andreas
3087 Metzler <ametzler@downhill.at.eu.org> via Debian BTS #429183, see
3088 <http://bugs.debian.org/429183>.
3090 ** Minor OpenPGP fixes in stream_to_datum.
3091 Patch from Timo Schulz <twoaday@freakmail.de> and Ludovic Courtès
3092 <ludovic.courtes@laas.fr>.
3094 ** Fix off-by-one in TLS 1.2 handshake.
3095 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
3097 ** Minor Guile binding self-test cleanup.
3098 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
3100 ** Update gnulib files.
3102 ** API and ABI modifications:
3103 No changes since last version.
3105 * Version 1.7.13 (released 2007-06-11)
3107 ** OpenCDK copy updated to version 0.6.3.
3109 ** Build fixes for GnuTLS Guile bindings.
3110 Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
3112 ** Build fix for GTK-DOC manual.
3114 ** Update gnulib files.
3116 ** API and ABI modifications:
3117 No changes since last version.
3119 * Version 1.7.12 (released 2007-06-08)
3121 ** Guile bindings for GnuTLS have been included.
3122 Contributed by Ludovic Courtès <ludovic.courtes@laas.fr>. There is a
3123 new chapter 'Guile Bindings' in the manual.
3125 ** Have PKCS8 parser return better error codes.
3126 Reported by Nate Nielsen <nielsen-list@memberwebs.com>, see
3127 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001653.html> and
3128 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001654.html>.
3130 ** Fix mem leak for sessions with client authentication via certificates.
3131 Reported by Andrew W. Nosenko <andrew.w.nosenko@gmail.com>, see
3132 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-April/001539.html>.
3135 Reported by Dennis Vshivkov <walrus@amur.ru>, see
3136 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333050>. Added
3137 self-test tests/parse_ca.c to test regressions.
3139 ** Fix build failures related to missing images in manual.
3140 Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
3142 ** Update gnulib files.
3144 ** API and ABI modifications:
3145 No changes since last version.
3147 * Version 1.7.11 (released 2007-05-26)
3149 ** Include opencdk.h in the release.
3150 Reported by Roman Bogorodskiy <novel@FreeBSD.org>.
3152 ** API and ABI modifications:
3153 No changes since last version.
3155 * Version 1.7.10 (released 2007-05-25)
3157 ** New API functions to extract DER encoded X.509 Subject/Issuer DN.
3158 Suggested by Nate Nielsen <nielsen-list@memberwebs.com>.
3160 ** Update of gnulib files.
3162 ** GnuTLS is now developed in GIT instead of CVS.
3163 See <http://repo.or.cz/w/gnutls.git> for a public repository.
3165 ** API and ABI modifications:
3166 gnutls_x509_crt_get_raw_issuer_dn: ADD.
3167 gnutls_x509_crt_get_raw_dn: ADD.
3169 * Version 1.7.9 (released 2007-05-12)
3171 ** X.509 certificates are preferred over OpenPGP keys.
3172 This is a change in the semantics of gnutls_set_default_priority.
3174 ** The included copy of OpenCDK has been updated to 0.6.1.
3175 There has been some API changes in OpenCDK, and the GnuTLS layer have
3176 been modified as well. Note that while there are API/ABI incompatible
3177 changes in OpenCDK, this does not influence GnuTLS's API/ABI because
3178 its API/ABI have not changed. From this version on, GnuTLS requires
3179 OpenCDK 0.6.0 or later.
3181 ** Fix build failure caused by missing doc/gnutls-logo.pdf.
3183 ** Change certtool's default serial number from 0 to a time-based value.
3185 ** Fix X.509 signing with RSA-PKCS#1 to set a NULL parameters fields.
3186 Before, we remove the parameters field, which resulted in a slightly
3187 different DER encoding which in turn caused signature verification
3188 failures of GnuTLS-generated RSA certificates in some other
3189 implementations (e.g., GnuPG 2.x's gpgsm). Depending on which RFCs
3190 you read, this may or may not be correct, but our new behaviour appear
3191 to be consistent with other widely used implementations.
3193 ** Fix mem leaks in gnutls_x509_crt_print.
3195 ** API and ABI modifications:
3196 No changes since last version.
3198 * Version 1.7.8 (released 2007-04-16)
3200 ** Added examples for the authorization extension.
3201 See doc/examples/ex-client-authz.c and doc/examples/ex-serv-authz.c.
3203 ** The examples only use gnutls_set_default_priority().
3204 The exception is when DH_ANON is needed.
3206 ** Improve gnutls_set_default_priority() priorities.
3207 The new approach is for it to try and negotiate all secure and
3208 standard mechanisms available. Currently, DH_ANON ciphersuites and
3209 LZO compressions are not enabled by default, because they are,
3210 respectively, insecure and non-standardized. Note that TLS 1.2 will
3211 not be enabled by default in non-experimental release until it has
3212 been approved by the IETF.
3214 ** gnutls-cli and gnutls-serv now uses the library's default priorities.
3215 This means that to get DH_ANON and LZO compression, you'll need to
3216 specify that manually using '--kx anon' or '--comp lzo'.
3218 ** Minor fixes to the human display format of X.509 certificates.
3220 ** New APIs to extract Distinguished Name's from X.509 certificates.
3221 Based on patch from Howard Chu <hyc@symas.com>.
3223 ** Improved library searching for opencdk.
3224 It will now add the appropriate -R or -Wl,-rpath flags as necessary.
3225 The deprecated opencdk.m4 is no longer used.
3227 ** New APIs to list supported algorithms in the library.
3228 The APIs are gnutls_cipher_list, gnutls_mac_list,
3229 gnutls_compression_list, gnutls_protocol_list,
3230 gnutls_certificate_type_list, gnutls_kx_list, and
3231 gnutls_cipher_suite_info. Suggested by Howard Chu <hyc@symas.com>.
3233 ** The gnutls_x509_crt_get_key_id API now handle non-RSA/DSA keys.
3235 ** New configure option --disable-tls-authorization to disable tls-authz.
3237 ** Fix prototype for `gnutls_psk_set_client_credentials'.
3238 The last parameter was renamed from 'flags' to 'format' and the type
3239 changed from 'unsigned int' to 'gnutls_psk_key_flags' (an enum type),
3240 which shouldn't cause any ABI changes. Reported by ludo@chbouib.org
3243 ** Fix allocation in gnutls_certificate_set_openpgp_key.
3244 Tiny patch from ludo@chbouib.org (Ludovic Courtès).
3246 ** API and ABI modifications:
3247 gnutls_x509_dn_t: ADD.
3248 gnutls_x509_ava_st: ADD.
3249 gnutls_x509_crt_get_subject,
3250 gnutls_x509_crt_get_issuer: ADD.
3251 gnutls_x509_dn_get_rdn_ava: ADD.
3252 gnutls_cipher_list: ADD.
3253 gnutls_mac_list: ADD.
3254 gnutls_compression_list: ADD.
3255 gnutls_protocol_list: ADD.
3256 gnutls_certificate_type_list: ADD.
3257 gnutls_kx_list: ADD.
3258 gnutls_cipher_suite_info: ADD.
3260 * Version 1.7.7 (released 2007-02-22)
3262 ** Support for supplemental handshake messages and authorization data.
3263 Supplemental data is described in RFC 4680 and the authorization
3264 extensions in draft-housley-tls-authz-extns-07.
3266 ** Support for authorization data in gnutls-cli and gnutls-serv.
3267 New parameters --authz-x509-attr-cert and --authz-saml-assertion.
3269 ** Fix for gnutls_x509_crt_check_hostname.
3270 Before it would have reported that the certificate matched a hostname
3271 when it did not have any dNSName or any CN field. Report and tiny
3272 patch from "Richard W.M. Jones" <rjones@redhat.com>.
3274 ** New self test for RFC 2818 comparison in gnutls_x509_crt_check_hostname.
3275 Tests regressions of the bug, and several other features.
3277 ** GnuTLS now matches URI's with IP Addresses against iPAddress SAN's.
3278 Before there were no support for iPAddress SAN's during comparison.
3280 ** New API to print information about CRL's.
3281 The function is gnutls_x509_crl_print.
3283 ** New API to extract signature value from CRL's.
3284 The function is gnutls_x509_crl_get_signature.
3286 ** Support for directoryName Subject Alternative Name's.
3287 The gnutls_x509_crt_get_subject_alt_name function returns the DN as a
3288 string in the provided buffer.
3290 ** Internal improvements to certtool.
3291 It uses gnutls_x509_crl_print to print CRL information. It uses some
3292 more gnulib modules to simplify error handling.
3294 ** API and ABI modifications:
3295 GNUTLS_HANDSHAKE_SUPPLEMENTAL: ADD, new gnutls_handshake_description_t element.
3296 gnutls_supplemental_data_format_type_t: ADD.
3297 gnutls_authz_data_format_type_t: ADD.
3298 gnutls_supplemental_get_name: ADD.
3299 gnutls_authz_recv_callback_func,
3300 gnutls_authz_send_callback_func: ADD, callback prototypes.
3301 gnutls_authz_enable: ADD.
3302 gnutls_authz_send_x509_attr_cert,
3303 gnutls_authz_send_saml_assertion,
3304 gnutls_authz_send_x509_attr_cert_url,
3305 gnutls_authz_send_saml_assertion_url: ADD.
3306 GNUTLS_SAN_DN: ADD, new gnutls_x509_subject_alt_name_t element.
3307 gnutls_x509_crl_print: ADD.
3308 gnutls_x509_crl_get_signature: ADD.
3310 * Version 1.7.6 (released 2007-02-12)
3312 ** Support for 'otherName' Subject Alternative Names.
3313 The existing API gnutls_x509_crt_get_subject_alt_name may now return
3314 the new type GNUTLS_SAN_OTHERNAME together with the otherName value.
3315 To find out the otherName OID (necessary for proper parsing of the
3316 value), use the new API gnutls_x509_crt_get_subject_alt_othername_oid.
3317 For known OIDs, gnutls_x509_crt_get_subject_alt_othername_oid will
3318 return "virtual" SAN values, e.g., GNUTLS_SAN_OTHERNAME_XMPP to
3319 simplify OID matching. Suggested by Matthias Wimmer <m@tthias.eu>.
3321 ** Certtool can print otherName SAN values for certificates.
3322 For known otherName OIDs (currently only id-on-xmppAddr as defined by
3323 RFC 3920), it will also print the name.
3325 ** Fix TLS 1.2 RSA signing in servers.
3326 Before it used the old-style MD5+SHA1 signature, but the TLS
3327 signatures should be normal PKCS#1 signatures. FYI, we use and
3328 require that DigestInfo parameters are present and NULL for TLS 1.2.
3330 ** Add APIs to access X.509 extensions sequentially.
3331 The existing APIs gnutls_x509_crt_get_extension_oid() and
3332 gnutls_x509_crt_get_extension_by_oid() does not permit callers to
3333 inspect the extensions in the order defined by the certificate.
3335 ** Add API to extract signature value from X.509 certificates.
3336 The function is gnutls_x509_crt_get_signature.
3338 ** Fix crash when generating proxy certificates in batch mode.
3339 If you don't specify a proxy policy in batch mode, it will use
3342 ** Add API to print information about X.509 certificates.
3343 The function is gnutls_x509_crt_print.
3345 ** Certtool uses the new API gnutls_x509_crt_print to print certificate info.
3346 One consequence of this is that the output syntax has changed
3347 slightly. Some more fields are printed.
3351 ** API and ABI modifications:
3352 gnutls_x509_crt_print: ADD
3353 gnutls_certificate_print_formats_t: ADD, new enum.
3354 gnutls_x509_crt_get_signature: ADD.
3355 gnutls_x509_crt_get_extension_data: ADD.
3356 gnutls_x509_crt_get_extension_info: ADD.
3357 gnutls_x509_crt_get_subject_alt_othername_oid: ADD.
3358 GNUTLS_SAN_OTHERNAME: ADD, new gnutls_x509_subject_alt_name_t element.
3359 GNUTLS_SAN_OTHERNAME_XMPP: ADD, new gnutls_x509_subject_alt_name_t element.
3361 * Version 1.7.5 (released 2007-02-06)
3363 ** Servers won't negotiate SRP RSA/DSS cipher suites if no SRP credential
3366 ** Default behaviour for the gnutls-cli and gnutls-serv tools improved.
3368 ** Fix --list output for gnutls-cli and gnutls-serv.
3369 Mention TLS1.2, SHA512 etc.
3371 ** Manual contains new section on setting up a test HTTP server.
3372 A server set up following those descriptions are available online via
3373 <http://www.gnutls.org/server.html>.
3375 ** Update of gnulib files.
3377 ** API and ABI modifications:
3378 No changes since last version.
3380 * Version 1.7.4 (released 2007-02-05)
3382 ** Support for RSA signing using SHA-256/384/512.
3383 A new self test "sha2" tries to build a long X.509 certificate chain
3384 testing all new hashes.
3386 ** The gnutls-serv tool now use static DH parameters if none are supplied.
3388 ** Discuss proxy certificates in the manual.
3390 ** Improve bibliographical citations in the manual.
3392 ** Update of gnulib files.
3394 ** Fix certtool template handling of pathLenConstraints.
3395 It now defaults to -1 instead of 0, which causes the field to be
3396 missing unless the template specify it.
3398 ** API and ABI modifications:
3401 GNUTLS_MAC_SHA512: New gnutls_mac_algorithm_t values.
3404 GNUTLS_DIG_SHA512: New gnutls_digest_algorithm_t values.
3405 GNUTLS_SIGN_RSA_SHA256,
3406 GNUTLS_SIGN_RSA_SHA384,
3407 GNUTLS_SIGN_RSA_SHA512: New gnutls_sign_algorithm_t values.
3409 * Version 1.7.3 (released 2007-02-01)
3411 ** New option to certtool: --generate-proxy.
3412 This will generate a Proxy Certificate from an end entity certificate.
3413 Proxy Certificates are documented in RFC 3820. You will need to
3414 specify the proxy certificate's private key with --load-privkey, the
3415 user certificate with --load-certificate and the private key used to
3416 sign the new proxy certificate with --load-ca-privkey. Certtool will
3417 query for proxy path length and the policy language OID. Currently
3418 only OIDs that have an empty policy are supported (which includes the
3419 two OIDs defined by RFC 3820).
3421 ** Certtool --certificate-info now prints information for Proxy Certificates.
3422 Before the proxy extension was just printed as DER encoded data.
3424 ** New APIs to set proxy subject names and get/set proxy cert extension.
3426 ** Fix parsing of pathLenConstraints in BasicConstraints with missing cA.
3428 ** Added self-test to test for regressions of pathLenConstraint bug.
3429 Incidentally, this also test (some) other regressions or changes in
3430 the output from certtool --certificate-info.
3432 ** When certtool generates CA certificates, pressing enter on the path
3433 ** length constraint query will now remove the field.
3434 Before it set the path length constraint to 0, which is a rather poor
3437 ** Certtool now print times in UTC when printing certificate/CRL info.
3439 ** Add better fix to work around C++ compiler bug on Mac OS X.
3440 Reported and tiny patch provided by Matthias Scheler <tron@NetBSD.org>.
3442 ** Fix import of ASCII armored OpenPGP keys.
3443 Patch by ludovic.courtes@laas.fr (Ludovic Courtès).
3445 ** Update of gnulib files.
3447 ** API and ABI modifications:
3448 gnutls_x509_crt_set_proxy_dn: ADD.
3449 gnutls_x509_crt_set_proxy: ADD.
3450 gnutls_x509_crt_get_proxy: ADD.
3452 * Version 1.7.2 (released 2007-01-14)
3454 ** Certtool now print the value of the pathLenConstraints field for certs.
3456 ** Certtool now query for path length constraints when generating CA certs.
3457 For batch uses, the certtool configuration name is "path_len".
3458 Suggested by Sascha Ziemann <sascha.ziemann@secunet.com>.
3460 ** Add new API to get/set pathLenConstraint in the Basic Constraints.
3461 The new functions gnutls_x509_crt_get_basic_constraints and
3462 gnutls_x509_crt_set_basic_constraints provide a superset of the
3463 functionality in the old gnutls_x509_crt_get_ca_status and
3464 gnutls_x509_crt_set_ca_status (respectively), but the old functions
3465 will continue to be supported.
3467 ** Add new API in OpenCDK to extract public/secret OpenPGP key to S-expr.
3468 The functions are cdk_pubkey_to_sexp and cdk_seckey_to_sexp. A proper
3469 OpenCDK release with this patch will be made soon, which should bump
3470 the OpenCDK version number. Patch by Mario Lenz <mario.lenz@gmx.net>.
3472 ** Certtool --to-p12 can now store more than one certificate in the blob.
3473 Before it could only store one certificate, but now it will read and
3474 store as many certificate there are from the --load-certificate file.
3475 Suggested by Sascha Ziemann <sascha.ziemann@secunet.com>.
3477 ** Clean up separation of gnutls and gnutls-extra for OpenPGP.
3478 In particular, the OpenPGP function variables are no longer part of
3479 the exported libgnutls interface, and no header files from
3480 libgnutls-extra (GPL) are needed by libgnutls (LGPL). The variables
3481 were never intended for non-internal purposes, and thus this does not
3482 imply a change in the external API/ABI.
3484 ** Print URL to gaa when missing, and fix srcdir!=builddir for GAA files.
3485 Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
3487 ** GnuTLS no longer uses -mms-bitfields --enable-runtime-pseudo-reloc.
3488 Before these parameters were set to make GnuTLS build under mingw32,
3489 however, they appear to no longer be necessary.
3491 ** A minor fix to the C++ library to make it build.
3492 Reported by Pavlov Konstantin <thresh@altlinux.ru>.
3494 ** Update of gnulib files.
3496 ** API and ABI modifications:
3497 gnutls_x509_crt_get_basic_constraints: ADD.
3498 gnutls_x509_crt_set_basic_constraints: ADD.
3499 cdk_pubkey_to_sexp: ADD (in opencdk).
3500 cdk_seckey_to_sexp: ADD (in opencdk).
3502 * Version 1.7.1 (released 2006-12-28)
3504 ** TLS 1.2 server side fix.
3505 The Certificate Request sent did not contain the list of supported
3506 hashes field, thus violating the protocol. It will now contain an
3507 empty list. Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
3509 ** TLS 1.2 DSA signature verification fix.
3510 Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
3512 ** Fix the list of trusted CAs that server's send to clients.
3513 Before, the list contained issuer DN's instead of subject DN's of the
3514 trusted CAs. Reported by Max Kellermann <max@duempel.org>.
3516 ** Fix gnutls_certificate_set_x509_crl to initialize the CRL before using it.
3517 Also added a self-test in tests/certificate_set_x509_crl.c to test the
3518 function. Reported by Max Kellermann <max@duempel.org>.
3520 ** Encode UID fields in DN's as DirectoryString.
3521 Before GnuTLS encoded and parsed UID fields as IA5String. This was
3522 incorrect, it should have used DirectoryString. Now it will use
3523 DirectoryString for the UID field, but for backwards compatibility it
3524 will also accept IA5String UID's. Reported by Max Kellermann
3527 ** Improve out-of-sourcedir builds from CVS.
3528 Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
3530 ** Bootstrap tools changed.
3531 We now require autoconf 2.61, automake 1.10, and gettext 0.16, when
3532 building GnuTLS from CVS. Libtool 1.5.22 is used.
3534 ** Fixed a syntax error in lib/gnutls.asn.
3535 Reported by Paul Millar <p.millar@physics.gla.ac.uk>.
3537 ** Added German translation of GnuTLS messages.
3539 ** Update of gnulib files.
3541 ** API and ABI modifications:
3542 No changes since last version.
3544 * Version 1.7.0 (released 2006-11-29)
3546 ** The default protocol priority try TLS 1.1 and TLS 1.2 too.
3547 The details is that the protocol priority set by
3548 `gnutls_set_default_priority' has been changed from TLS 1.0 and SSL
3549 3.0 to TLS 1.2, TLS 1.1, TLS 1.0 and SSL 3.0.
3551 ** Preliminary support for TLS 1.2.
3552 The client has been successfully tested against
3553 https://www.mikestoolbox.org:4433/.
3555 ** Anonself test now print a lot of debugging info, including TLS version.
3557 ** Doc fixes in OpenCDK, to avoid some gtk-doc warnings.
3559 ** Update of gnulib files.
3561 ** API and ABI modifications:
3562 GNUTLS_TLS1_2: New gnutls_protocol_t enum member.
3564 *** Pulled up from stable 1.6.x branch:
3566 ** Fix ./configure failure with non-GCC compilers.
3567 This fixes the following error message:
3568 configure: error: conditional "HAVE_LD_OUTPUT_DEF" was never defined.
3569 Reported by "Michael C. Vergallen" <mvergall@telenet.be>.
3571 * Version 1.6.3 (released 2007-05-26)
3573 ** New API functions to extract DER encoded X.509 Subject/Issuer DN.
3574 Suggested by Nate Nielsen <nielsen-list@memberwebs.com>. Backported
3575 from the 1.7.x branch, see
3576 <http://lists.gnu.org/archive/html/help-gnutls/2007-05/msg00029.html>.
3578 ** Have PKCS8 parser return better error codes.
3579 Reported by Nate Nielsen <nielsen-list@memberwebs.com>, see
3580 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001653.html> and
3581 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001654.html>.
3583 ** Fix mem leak for sessions with client authentication via certificates.
3584 Reported by Andrew W. Nosenko <andrew.w.nosenko@gmail.com>, see
3585 <http://lists.gnupg.org/pipermail/gnutls-dev/2007-April/001539.html>.
3587 ** Fix building of 'tlsia' self test.
3588 Earlier some gcc are known to build tlsia linking to
3589 $prefix/lib/libgnutls-extra.so rather than the libgnutls-extra.so in
3590 the build directory, even though command line parameters look OK.
3591 Changing order of some parameters fixes it.
3593 ** API and ABI modifications:
3594 gnutls_x509_crt_get_raw_issuer_dn: ADD.
3595 gnutls_x509_crt_get_raw_dn: ADD.
3597 * Version 1.6.2 (released 2007-04-18)
3599 ** Fix X.509 signing with RSA-PKCS#1 to set a NULL parameters fields.
3600 Before, we remove the parameters field, which resulted in a slightly
3601 different DER encoding which in turn caused signature verification
3602 failures of GnuTLS-generated RSA certificates in some other
3603 implementations (e.g., GnuPG 2.x's gpgsm). Depending on which RFCs
3604 you read, this may or may not be correct, but our new behaviour appear
3605 to be consistent with other widely used implementations.
3607 ** Regenerate the PKIX ASN.1 syntax tree.
3608 For some reason, after changing the ASN.1 type of ldap-UID in the last
3609 release, the generated C file built from the ASN.1 schema was not
3610 refreshed. This can cause problems when reading/writing UID
3611 components inside X.500 Distinguished Names. Reported by devel
3612 <dev001@pas-world.com>.
3614 ** Updated translations.
3616 ** API and ABI modifications:
3617 No changes since last version.
3619 * Version 1.6.1 (released 2006-12-28)
3621 ** Fix the list of trusted CAs that server's send to clients.
3622 Before, the list contained issuer DN's instead of subject DN's of the
3623 trusted CAs. Reported by Max Kellermann <max@duempel.org>.
3625 ** Fix gnutls_certificate_set_x509_crl to initialize the CRL before using it.
3626 Reported by Max Kellermann <max@duempel.org>.
3628 ** Encode UID fields in DN's as DirectoryString.
3629 Before GnuTLS encoded and parsed UID fields as IA5String. This was
3630 incorrect, it should have used DirectoryString. Now it will use
3631 DirectoryString for the UID field, but for backwards compatibility it
3632 will also accept IA5String UID's. Reported by Max Kellermann
3635 ** Fix ./configure failure with non-GCC compilers.
3636 This fixes the following error message:
3637 configure: error: conditional "HAVE_LD_OUTPUT_DEF" was never defined.
3638 Reported by "Michael C. Vergallen" <mvergall@telenet.be>.
3640 ** API and ABI modifications:
3641 No changes since last version.
3643 * Version 1.6.0 (released 2006-11-17)
3645 ** No changes since 1.5.5.
3646 The major changes compared to the 1.4.x branch are:
3648 *** A GnuTLS C++ library is part of the official distribution.
3649 Currently there are no examples or documentation, but hopefully this
3650 will change. See gnutlsxx.h for the API.
3652 *** Windows is a supported platform.
3653 There are, however, two know bugs. One is related to select() in
3654 command line tools (not, nota bene, in the library), the other is a
3655 problem with libgcrypt that causes delays. Help is needed to resolve
3656 those issues, so we feel we can't delay the release because of this.
3658 *** New APIs for custom push/pull function error reporting.
3659 The new APIs are gnutls_transport_set_errno and
3660 gnutls_transport_set_global_errno. See the release notes for version
3661 1.5.4 for more information.
3663 *** Self tests are run under valgrind, if available. See --disable-valgrind.
3665 * Version 1.5.5 (released 2006-11-16)
3667 ** Correctly bump shared library version after adding new APIs.
3668 This was forgotten in the last release.
3670 ** Fix unsigned vs signed problem in ex-x509-info.c example.
3671 Reported by Tim Kosse <tim.kosse@filezilla-project.org>.
3673 ** Fix the rsa-md5-collision self test to work for MinGW+Wine.
3675 ** Update of gnulib files.
3677 ** API and ABI modifications:
3678 No changes since last version.
3680 * Version 1.5.4 (released 2006-11-07)
3682 ** New API functions to set errno in push/pull functions.
3683 Under Windows, setting the errno variable in a push/pull replacement
3684 may end up setting the wrong errno variable, and GnuTLS send/recv
3685 functions become confused about the real errno returned from a failed
3686 push/pull function. Therefor, we have added two APIs to set the errno
3687 variable used by GnuTLS. The APIs can also help to keep things
3688 thread-safe, by avoiding potentially global variables. Typically,
3689 instead of setting errno in your push/pull function, you will call one
3690 of these functions. It is recommended to use
3691 gnutls_transport_set_errno, but if you don't have the session variable
3692 easily accessible in the push/pull replacement function, you can use
3693 gnutls_transport_set_global_errno. Suggested by Tim Kosse
3694 <tim.kosse@filezilla-project.org>.
3696 void gnutls_transport_set_errno (gnutls_session_t session, int err);
3697 void gnutls_transport_set_global_errno (int err);
3699 ** When calling `recv' or `send' Windows errors are handled properly.
3700 The Windows recv/send functions doesn't use errno, and GnuTLS now use
3701 WSAGetLastError to access the error condition instead.
3703 ** Several OpenPGP API fixes.
3704 All suggested by ludovic.courtes@laas.fr (Ludovic Courtès). The most
3705 important fix is to change the return value of
3706 gnutls_openpgp_privkey_get_pk_algorithm and
3707 gnutls_openpgp_key_get_pk_algorithm from 'int' to
3708 'gnutls_pk_algorithm_t', which is an enum type (and thus API/ABI
3709 compatible with 'int').
3711 ** When a GnuTLS server receive a SSLv2 Client Hello for an unknown TLS
3712 ** version, try to negotiate the highest version support by the GnuTLS server,
3713 ** instead of the lowest.
3714 Reported by <Pasi.Eronen@nokia.com>.
3716 ** Replace old constructs with use of gnulib modules.
3717 For example, we can now assume unistd.h, sys/stat.h, sys/socket.h in
3718 the code. If the headers doesn't exist on the target system, gnulib
3719 will make sure its replacement header files are used instead.
3721 ** Fix SOVERSION computation for *.def files.
3722 This fixes build errors similar to "No rule to make target
3723 `libgnutls-`expr', needed by `all-am'." when building for Windows.
3725 ** gnutls_check-version uses strverscmp from gnulib.
3727 ** Update of gnulib files.
3729 ** API and ABI modifications:
3730 gnutls_transport_set_errno: ADD
3731 gnutls_transport_set_global_errno: ADD
3733 * Version 1.5.3 (released 2006-10-26)
3735 ** Add new self-test of RSA-MD5 signature chains.
3736 Note that we already, since GnuTLS 1.2.9, reject RSA-MD5 signatures
3737 when verifying X.509 chains. The code is in tests/rsa-md5-collision/
3738 and is based on the work by Marc Stevens et al, see
3739 <http://www.win.tue.nl/hashclash/TargetCollidingCertificates/>.
3741 ** Re-factor self tests.
3743 ** The include copy of Libtasn1 is updated to version 0.3.7.
3745 ** The included copy of OpenCDK is updated to version 0.5.11.
3747 ** Fix the filename of the *.def file on Windows after library version bump.
3749 ** Separated the gnulib directory into one for LGPL modules and one for GPL.
3750 This allows the GPL'd part of GnuTLS to take advantage of the GPL'd
3751 gnulib modules. Earlier we could only use the LGPL'ed module from
3752 gnulib, because two gnulib directories in the same project didn't
3755 ** API and ABI modifications:
3756 No changes since last version.
3758 * Version 1.5.2 (released 2006-10-03)
3760 ** Decrement the shared library version back to 13 (as in the 1.4.x branch).
3761 Note that if you installed 1.5.0 or 1.5.1, they will have a higher
3762 shared library version than this version, so you'll have to remove
3763 them and possibly relink your applications. The reason for this is
3764 that no API/ABI changes have been made since the 1.4.x branch, and
3765 that incrementing the shared library version was a mistake. Reported
3766 by Andreas Metzler <ametzler@downhill.at.eu.org>.
3768 ** Fix off-by-one error when computing length to malloc.
3769 The code is used by gnutls_openpgp_add_keyring_file and
3770 gnutls_openpgp_add_keyring_mem. Reported by "Adam Langley"
3771 <agl@imperialviolet.org>.
3773 ** Add version script for the GnuTLS C++ library.
3774 Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
3776 ** Fix the C++ compiler detection logic.
3777 Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
3779 ** Update of gnulib files.
3781 ** API and ABI modifications:
3782 No changes since last version.
3784 * Version 1.5.1 (released 2006-09-21)
3786 ** Fix PKCS#1 verification to avoid a variant of Bleichenbacher's
3787 ** Crypto 06 rump session attack.
3788 In particular, we check that the digestAlgorithm.parameters field is
3789 missing or empty, to avoid that it can contain "garbage" that may be
3790 used to alter the numeric properties of the signature. See
3791 <http://www.imc.org/ietf-openpgp/mail-archive/msg14307.html> (which is
3792 not exactly the same as the problem we fix here). Reported by Yutaka
3793 OIWA <y.oiwa@aist.go.jp>.
3795 See GNUTLS-SA-2006-4 on http://www.gnutls.org/security.html for more
3796 up to date information.
3798 ** Add self test to test for above flaw.
3800 ** Fix gnutls-cli-debug regarding resume support detection.
3801 Earlier, if the session-id from the server had a length of 0, it would
3802 indicate that the server supports resumption, which isn't the case.
3803 Reported by Kataja Kai <kai.kataja@op.fi>.
3805 ** Fix building of examples on FreeBSD by including netinet/in.h.
3806 Reported by Roman Bogorodskiy <novel@FreeBSD.org>.
3808 ** Fix certtool bug that caused the private key to not be loaded when
3809 generating a certificate with --load-request, which in turn triggered
3810 another unrelated bug in gnutls_x509_crt_sign2 (also fixed). Reported
3811 by Sascha Ziemann <sascha.ziemann@secunet.com>.
3813 ** gnutls-cli and gnutls-serv works on Windows.
3814 The problem was the select() call that doesn't work on file
3815 descriptors (stdin) on Windows. We borrowed some code from plibc to
3816 solve this. It appears to be somewhat unreliable though.
3818 ** Autoconf 2.60 is now used.
3820 ** API and ABI modifications:
3821 No changes since last version.
3823 * Version 1.5.0 (released 2006-08-13)
3825 ** Change SRP and Cert-Type extensions to match IANA registry.
3827 ** Fixed bug in OpenPGP authentication handshake.
3829 ** Improvements for building under MinGW.
3830 Provides internal inet_ntop and inet_pton functions and arpa/inet.h
3831 header. Calls WSAStartup and WSACleanup in gnutls_global_init and
3832 gnutls_global_deinit, respectively. Loads getaddrinfo and getnameinfo
3833 at run-time from ws2_32.dll, and falls back on a simple replacement if
3834 it is not available. Builds the library with -mms-bitfields
3835 -Wl,--enable-runtime-pseudo-reloc. Links with --output-def, to
3836 create *.def files, which are installed.
3838 ** The examples now (conditionally) include config.h and link to gnulib.
3839 No other source changes were necessary, so the examples should
3840 continue to be possible to use stand-alone without any autoconf or
3843 ** Added C++ header "gnutlsxx.h" and library "libgnutlsxx".
3844 You may unconditionally disable it with --disable-cxx. See
3845 includes/gnutls/gnutlsxx.h and lib/gnutlsxx.cpp for the
3848 ** Made command line tool '--version' behave according to GNU Standards.
3849 This enables 'make distcheck' to succeed.
3851 ** OpenCDK updated to 0.5.9 to fix some problems with OpenPGP support.
3853 ** Make --without-included-libtasn1 work.
3854 Reported by Daniel Black <dragonheart@gentoo.org>.
3856 ** Fix a crash (strcmp() on a NULL value) in the certificate verification logic.
3857 See http://www.gnu.org/software/gnutls/security.html regardging
3858 GNUTLS-SA-2006-2 for more up to date information. Reported by
3859 satyakumar <satyam_kkd@hyd.hellosoft.com>.
3861 ** API and ABI modifications:
3862 No changes since last version.
3864 * Version 1.4.5 (released 2006-11-06)
3866 ** When a GnuTLS server receive a SSLv2 Client Hello for an unknown TLS
3867 ** version, try to negotiate the highest version support by the GnuTLS server,
3868 ** instead of the lowest.
3869 Reported by <Pasi.Eronen@nokia.com>.
3871 ** Fix typo in doc/examples/ex-serv-pgp.c.
3872 Reported by Adam Langley" <agl@imperialviolet.org>.
3874 ** API and ABI modifications:
3875 No changes since last version.
3877 * Version 1.4.4 (released 2006-09-12)
3879 ** Relax the test that caught signatures that exploit the variant of
3880 ** Bleichenbacher's Crypto 06 rump session attack on our
3881 ** verification logic flaw.
3882 In particular, we now permit the digestAlgorithm.parameters field to
3883 be present but empty, whereas in 1.4.3 we actually checked that the
3886 ** Revert the removal of debug information for the GNUTLS-SA-2006-3 problem.
3887 The messages are only printed in debug mode, which is not recommended
3888 for normal use, and thus logging this situation cannot be abused as an
3889 oracle in typical recommended situations.
3891 ** API and ABI modifications:
3892 No changes since last version.
3894 * Version 1.4.3 (released 2006-09-08)
3896 ** Fix PKCS#1 verification to avoid a variant of Bleichenbacher's
3897 ** Crypto 06 rump session attack.
3898 In particular, we check that the digestAlgorithm.parameters field is
3899 empty, to avoid that it can contain "garbage" that may be used to
3900 alter the numeric properties of the signature. See
3901 <http://www.imc.org/ietf-openpgp/mail-archive/msg14307.html> (which is
3902 not exactly the same as the problem we fix here). Reported by Yutaka
3903 OIWA <y.oiwa@aist.go.jp>.
3905 See GNUTLS-SA-2006-4 on http://www.gnutls.org/security.html for more
3906 up to date information.
3908 ** Fix PKCS#1 decryption to avoid Bleichenbacher's Crypto 98 attack.
3909 See <http://www.bell-labs.com/user/bleichen/papers/pkcs.ps.gz>.
3910 Reported by Werner Koch <wk@gnupg.org>.
3912 See GNUTLS-SA-2006-3 on http://www.gnutls.org/security.html for more
3913 up to date information.
3915 ** Fix crash in gnutls_x509_crt_sign2 if passed a NULL issuer_key.
3917 ** API and ABI modifications:
3918 No changes since last version.
3920 * Version 1.4.2 (released 2006-08-12)
3922 ** Fix a crash (strcmp() on a NULL value) in the certificate verification logic.
3923 This can happen if you call gnutls_certificate_verify_peers2 and have
3924 a certain mix of local CA certificates and the peer send special
3925 certificates, that together trigger certain behaviour. It is not
3926 known at this point whether the crash can be triggered without the
3927 special local CA certificate, and thus turn this into a remote crash
3928 of clients that verify server certificates when they talk to a server
3929 with the special server certificate. See GNUTLS-SA-2006-2 on
3930 http://www.gnu.org/software/gnutls/security.html for more up to date
3931 information. Reported by satyakumar <satyam_kkd@hyd.hellosoft.com>.
3933 ** Change SRP and Cert-Type extensions to match IANA registry.
3935 ** OpenCDK updated to 0.5.9 to fix some problems with OpenPGP support.
3937 ** Make --without-included-libtasn1 work.
3938 Reported by Daniel Black <dragonheart@gentoo.org>.
3940 ** API and ABI modifications:
3941 No changes since last version.
3943 * Version 1.4.1 (released 2006-06-14)
3945 ** Replaced inactive ifdefs to enable openpgp support in test programs.
3947 ** Fixed bug in OpenPGP authentication handshake.
3949 ** Fixed typographical in man pages.
3951 ** Build fixes of the manual.
3953 ** Added Swedish translation.
3955 ** API and ABI modifications:
3956 No changes since last version.
3958 * Version 1.4.0 (released 2006-05-15)
3960 ** Remove GnuTLS 0.8.x compatibility functions.
3962 ** The libgcrypt RNG is initialized in gnutls_global_init().
3964 ** TLS/IA API changes from Emile van Bergen.
3965 A dummy credential structure is not needed now, if you wish to use the
3966 low-level TLS/IA API, simply call gnutls_ia_enable to enable TLS/IA on
3969 ** The self-tests are now run under valgrind, if it is installed.
3971 ** Libtasn1 is updated to 0.3.4, and that version is now required.
3973 ** The command line tools now use getaddrinfo and support IPv6.
3975 ** API and ABI modifications:
3976 _gnutls_x509_get_raw_crt_activation_time,
3977 _gnutls_x509_get_raw_crt_expiration_time: Removed.
3978 gnutls_ia_require_inner_phase: Removed, replaced by gnutls_ia_enable.
3979 gnutls_ia_enable: Added.
3981 * Version 1.3.5 (released 2006-03-08)
3983 ** Error messages are now translated using GNU Gettext.
3985 ** The function gnutls_x509_crt_to_xml now return an internal error.
3986 This means that the code to convert X.509 certificates to XML format
3987 does not work any more. The reason is that the function called
3988 libtasn1 internal functions. It seems unclean for libtasn1 to export
3989 the APIs needed here. Instead it would be better to implement XML
3990 support inside libtasn1 properly. If you need this functionality
3991 strongly, please consider looking into implementing this suggested
3992 approach instead. As a workaround, you may also modify lib/x509/xml.c
3993 (change '#if 1' to '#if 0') and build using --with-included-libtasn1.
3995 ** Libraries are now built with libtool's -no-undefined.
3996 This helps producing libraries for Windows using mingw32.
3998 ** Doc fixes to explain that gnutls_record_send can block.
4000 ** Libtasn1 0.3.1 or later is now required.
4001 The include copy has been updated too.
4003 ** gnutls-cli can now recognize services and port numbers with the -p option.
4005 ** API and ABI modifications:
4006 No changes since last version.
4008 * Version 1.3.4 (released 2006-02-09)
4010 ** Fix read of out bounds bug in DER parser.
4011 Reported by Evgeny Legerov <admin@gleg.net>, and debugging help from
4012 Protover SSL. Libtasn1 0.2.18 is now required, which contains the
4013 previous bug fix. The included libtasn1 version in GnuTLS has been
4016 ** Fixed bug in non-blocking gnutls_bye(). gnutls_record_send() will no
4017 longer invalidate a session if the underlying send fails, but it will
4018 prevent future writes. That is to allow reading the already received data.
4019 Patches and bug reports by Yoann Vandoorselaere <yoann@prelude-ids.org>
4021 ** Corrected bugs in gnutls_certificate_set_x509_crl() and
4022 gnutls_certificate_set_x509_trust(), that caused memory corruption if
4023 more than one certificates were added. Report and patch by Max Kellermann.
4025 ** Fix build problems of OpenCDK on AIX.
4026 Thanks to "Heiden, John" <JHeiden@UTNet.UToledo.Edu>.
4028 ** API and ABI modifications:
4029 No changes since last version.
4031 * Version 1.3.3 (released 2006-01-12)
4033 ** New API to access the TLS master secret.
4034 When possible, you should use the TLS PRF functions instead.
4035 Suggested by Jouni Malinen <jkmaline@cc.hut.fi>.
4037 ** Improved handling when multiple libraries use GnuTLS at the same time.
4038 Now gnutls_global_init() can be called multiple times, and
4039 gnutls_global_deinit() will only deallocate the structure when it has
4040 been called as many times as gnutls_global_init() was called.
4042 ** Added a self test of TLS resume functionality.
4044 ** Fix crash in TLS resume code, caused by TLS/IA changes.
4046 ** Documentation fixes about thread unsafety, prompted by
4047 ** discussion with bryanh@giraffe-data.com (Bryan Henderson).
4048 In particular, gnutls_global_init() and gnutls_global_deinit() are not
4049 thread safe. Careful callers may want to protect the call using a
4050 mutex. The problem could also be ignored, which would cause a memory
4051 leak under rare conditions when two threads invoke the function
4052 roughly at the same time.
4054 ** Add 'const' keywords in various places, from Frediano ZIGLIO.
4056 ** The code was indented again, including the external header files.
4058 ** API and ABI modifications:
4059 New functions to retrieve the master secret value:
4060 gnutls_session_get_master_secret
4062 Add a 'const' keyword to existing API:
4063 gnutls_x509_crq_get_challenge_password
4065 * Version 1.3.2 (released 2005-12-15)
4067 ** GnuTLS now support TLS Inner application (TLS/IA).
4068 This is per draft-funk-tls-inner-application-extension-01. This
4069 functionality is added to libgnutls-extra, so it is licensed under the
4070 GNU General Public License.
4072 ** New APIs to access the TLS Pseudo-Random-Function (PRF).
4073 The PRF is used by some protocols building on TLS, such as EAP-PEAP
4074 and EAP-TTLS. One function to access the raw PRF and one to access
4075 the PRF seeded with the client/server random fields are provided.
4076 Suggested by Jouni Malinen <jkmaline@cc.hut.fi>.
4078 ** New APIs to acceess the client and server random fields in a session.
4079 These fields can be useful by protocols using TLS. Note that these
4080 fields are typically used as input to the TLS PRF, and if this is your
4081 intended use, you should use the TLS PRF API that use the
4082 client/server random field directly. Suggested by Jouni Malinen
4083 <jkmaline@cc.hut.fi>.
4085 ** Internal type cleanups.
4086 The uint8, uint16, uint32 types have been replaced by uint8_t,
4087 uint16_t, uint32_t. Gnulib is used to guarantee the presence of
4088 correct types on platforms that lack them. The uint type have been
4089 replaced by unsigned.
4091 ** API and ABI modifications:
4092 New functions to invoke the TLS Pseudo-Random-Function (PRF):
4096 New functions to retrieve the session's client and server random values:
4097 gnutls_session_get_server_random
4098 gnutls_session_get_client_random
4100 New function, to perform TLS/IA handshake:
4103 New function to decide whether to do a TLS/IA handshake:
4104 gnutls_ia_handshake_p
4106 New functions to allocate a TLS/IA credential:
4107 gnutls_ia_allocate_client_credentials
4108 gnutls_ia_free_client_credentials
4109 gnutls_ia_allocate_server_credentials
4110 gnutls_ia_free_server_credentials
4112 New functions to handle the AVP callback:
4113 gnutls_ia_set_client_avp_function
4114 gnutls_ia_set_client_avp_ptr
4115 gnutls_ia_get_client_avp_ptr
4116 gnutls_ia_set_server_avp_function
4117 gnutls_ia_set_server_avp_ptr
4118 gnutls_ia_get_server_avp_ptr
4120 New functions, to toggle TLS/IA application phases:
4121 gnutls_ia_require_inner_phase
4123 New function to mix session keys with inner secret:
4124 gnutls_ia_permute_inner_secret
4126 Low-level API (used internally by gnutls_ia_handshake):
4127 gnutls_ia_endphase_send
4131 New functions that can be used after successful TLS/IA negotiation:
4132 gnutls_ia_generate_challenge
4133 gnutls_ia_extract_inner_secret
4135 Enum type with TLS/IA modes:
4138 Enum type with TLS/IA packet types:
4141 Enum values for TLS/IA alerts:
4142 GNUTLS_A_INNER_APPLICATION_FAILURE
4143 GNUTLS_A_INNER_APPLICATION_VERIFICATION
4145 New error codes, to signal when an application phase has finished:
4146 GNUTLS_E_WARNING_IA_IPHF_RECEIVED
4147 GNUTLS_E_WARNING_IA_FPHF_RECEIVED
4149 New error code to signal TLS/IA verify failure:
4150 GNUTLS_E_IA_VERIFY_FAILED
4152 * Version 1.3.1 (released 2005-12-08)
4154 ** Support for DHE-PSK cipher suites has been added.
4155 This method offers perfect forward secrecy.
4157 ** Fix gnutls-cli STARTTLS hang when SIGINT is sent too quickly, thanks to
4158 Otto Maddox <ottomaddox@fastmail.fm> and Nozomu Ando <nand@mac.com>.
4160 ** Corrected a bug in certtool for 64 bit machines. Reported
4161 by Max Kellermann <max@duempel.org>.
4163 ** New function to set a X.509 private key and certificate pairs, and/or
4164 CRLs, from an PKCS#12 file, suggested by Emile van Bergen
4165 <emile@e-advies.nl>.
4167 The integrity of the PKCS#12 file is protected through a password
4168 based MAC; public-key based signatures for integrity protection are
4169 not supported. PKCS#12 bags may be encrypted using password derived
4170 symmetric keys, public-key based encryption is not supported. The
4171 PKCS#8 keys may be encrypted using passwords. The API use the same
4172 password for all operations. We believe that any more flexibility
4173 create too much complexity that would hurt overall security, but may
4174 add more PKCS#12 related APIs if real-world experience indicate
4177 ** gnutls_x509_privkey_import_pkcs8 now accept unencrypted PEM PKCS#8 keys,
4178 reported by Emile van Bergen <emile@e-advies.nl>.
4179 This will enable "certtool -k -8" to parse those keys.
4181 ** Certtool now generate keys in unencrypted PKCS#8 format for empty passwords.
4182 Use "certtool -p -8" and press press enter at the prompt. Earlier,
4183 certtool would have encrypted the key using an empty password.
4185 ** Certtool now accept --password for --key-info and encrypted PKCS#8 keys.
4186 Earlier it would have prompted the user for it, even if --password was
4189 ** Added self test of PKCS#8 parsing.
4190 Unencrypted and encrypted (pbeWithSHAAnd3-KeyTripleDES-CBC and
4191 pbeWithSHAAnd40BitRC2-CBC) formats are tested. The test is in
4194 ** API and ABI modifications:
4195 New function to set X.509 credentials from a PKCS#12 file:
4196 gnutls_certificate_set_x509_simple_pkcs12_file
4198 New gnutls_kx_algorithm_t enum type:
4201 New API to return session data (basically same as gnutls_session_get_data):
4202 gnutls_session_get_data2
4204 New API to set PSK Diffie-Hellman parameters:
4205 gnutls_psk_set_server_dh_params
4207 * Version 1.3.0 (2005-11-15)
4209 ** Support for TLS Pre-Shared Key (TLS-PSK) ciphersuites have been added.
4210 This add several new APIs, see below. Read the updated manual for
4211 more information. A new self test "pskself" has been added, that will
4212 test this functionality.
4214 ** The session resumption data are now system independent.
4216 ** The code has been re-indented to conform to the GNU coding style.
4218 ** Removed the RIPEMD ciphersuites.
4220 ** Added a discussion of the internals of gnutls in manual.
4222 ** Fixes for Tru64 UNIX 4.0D that lack MAP_FAILED, from Albert Chin.
4224 ** Remove trailing comma in enums, for IBM C v6, from Albert Chin.
4226 ** Make sure config.h is included first in a few files, from Albert Chin.
4228 ** Don't use C++ comments ("//") as they are invalid, from Albert Chin.
4230 ** Don't install SRP programs and man pages if --disable-srp-authentication,
4233 ** API and ABI modifications:
4234 New gnutls_kx_algorithm_t key exchange type: GNUTLS_KX_PSK
4236 New gnutls_credentials_type_t credential type:
4239 New credential types:
4240 gnutls_psk_server_credentials_t
4241 gnutls_psk_client_credentials_t
4243 New functions to allocate PSK credentials:
4244 gnutls_psk_allocate_client_credentials
4245 gnutls_psk_free_client_credentials
4246 gnutls_psk_free_server_credentials
4247 gnutls_psk_allocate_server_credentials
4249 New enum type for PSK key flags:
4250 gnutls_psk_key_flags
4252 New function prototypes for credential callback:
4253 gnutls_psk_client_credentials_function
4254 gnutls_psk_server_credentials_function
4256 New function to set PSK username and key:
4257 gnutls_psk_set_client_credentials
4259 New function to set PSK passwd file:
4260 gnutls_psk_set_server_credentials_file
4262 New function to extract PSK user in server:
4263 gnutls_psk_server_get_username
4265 New functions to set PSK callback:
4266 gnutls_psk_set_server_credentials_function
4267 gnutls_psk_set_client_credentials_function
4269 Use size_t instead of int for output size parameter:
4270 gnutls_srp_base64_encode
4271 gnutls_srp_base64_decode
4273 * Version 1.2.11 (2006-05-11)
4274 - The function gnutls_x509_crt_to_xml is not supported any more, and
4275 return an internal error. The reason is that the function called
4276 internal libtasn1 functions which are no longer exported from
4278 - Updated libtasn1 requirement to 0.3.4 and refreshed internal mintiasn1.
4279 - Updated gnulib compatibility files.
4280 - Fixed _gnutls_x509_get_raw_crt_expiration_time and
4281 _gnutls_x509_get_raw_crt_activation_time to return (time_t)-1 on errors.
4282 - API and ABI modifications:
4283 No changes since last version.
4285 * Version 1.2.10 (2006-02-09)
4286 - Fix read out bounds bug in DER parser. Reported by Evgeny Legerov
4287 <admin@gleg.net>, and debugging help from Protover SSL.
4288 - Libtasn1 0.2.18 is now required (contains the previous bug fix).
4289 The included version has been updated too.
4290 - Fix gnutls-cli STARTTLS hang when SIGINT is sent too quickly, thanks to
4291 Otto Maddox <ottomaddox@fastmail.fm> and Nozomu Ando <nand@mac.com>.
4292 - Corrected a bug in certtool for 64 bit machines. Reported
4293 by Max Kellermann <max@duempel.org>.
4294 - Corrected bugs in gnutls_certificate_set_x509_crl() and
4295 gnutls_certificate_set_x509_trust(), that caused memory corruption if
4296 more than one certificates were added. Report and patch by Max Kellermann.
4297 - Fixed bug in non-blocking gnutls_bye(). gnutls_record_send() will no
4298 longer invalidate a session if the underlying send fails, but it will
4299 prevent future writes. That is to allow reading the already received data.
4300 Patches and bug reports by Yoann Vandoorselaere <yoann@prelude-ids.org>
4302 * Version 1.2.9 (2005-11-07)
4303 - Documentation was updated and improved.
4304 - RSA-MD2 is now supported for verifying digital signatures.
4305 - Due to cryptographic advances, verifying untrusted X.509
4306 certificates signed with RSA-MD2 or RSA-MD5 will now fail with a
4307 GNUTLS_CERT_INSECURE_ALGORITHM verification output. For
4308 applications that must remain interoperable, you can use the
4309 GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2 or GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5
4310 flags when verifying certificates. Naturally, this is not
4311 recommended default behaviour for applications. To enable the
4312 broken algorithms, call gnutls_certificate_set_verify_flags with the
4313 proper flag, to change the verification mode used by
4314 gnutls_certificate_verify_peers2.
4315 - Make it possible to send empty data through gnutls_record_send,
4316 to align with the send(2) API.
4317 - Some changes in the certificate receiving part of handshake to prevent
4318 some possible errors with non-blocking servers.
4319 - Added numeric version symbols to permit simple CPP-based feature
4320 tests, suggested by Daniel Stenberg <daniel@haxx.se>.
4321 - The (experimental) low-level crypto alternative to libgcrypt used
4322 earlier (Nettle) has been replaced with crypto code from gnulib.
4323 This leads to easier re-use of these components in other projects,
4324 leading to more review and simpler maintenance. The new configure
4325 parameter --with-builtin-crypto replace the old --with-nettle, and
4326 must be used if you wish to enable this functionality. See README
4327 under "Experimental" for more information. Internally, GnuTLS has
4328 been updated to use the new "Generic Crypto" API in gl/gc.h. The
4329 API is similar to the old crypto/gc.h, because the gnulib code were
4330 based on GnuTLS's gc.h.
4331 - Fix compiler warning in the "anonself" self test.
4332 - API and ABI modifications:
4333 gnutls_x509_crt_list_verify: Added 'const' to prototype in <gnutls/x509.h>.
4334 This doesn't reflect a change in behaviour,
4335 so we don't break backwards compatibility.
4336 GNUTLS_MAC_MD2: New gnutls_mac_algorithm_t value.
4337 GNUTLS_DIG_MD2: New gnutls_digest_algorithm_t value.
4338 GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2,
4339 GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5: New gnutls_certificate_verify_flags values.
4341 gnutls_x509_crt_list_verify,
4342 gnutls_x509_crt_verify, or
4343 gnutls_certificate_set_verify_flags.
4344 GNUTLS_CERT_INSECURE_ALGORITHM: New gnutls_certificate_status_t value,
4345 used when broken signature algorithms
4346 is used (currently RSA-MD2/MD5).
4347 LIBGNUTLS_VERSION_MAJOR,
4348 LIBGNUTLS_VERSION_MINOR,
4349 LIBGNUTLS_VERSION_PATCH,
4350 LIBGNUTLS_VERSION_NUMBER: New CPP symbols, indicating the GnuTLS
4351 version number, can be used for feature existence
4354 * Version 1.2.8 (2005-10-07)
4355 - Libgcrypt 1.2.2 is required to fix a bug for forking GnuTLS servers.
4356 - Don't install the auxilliary libexamples library used by the
4357 examples in doc/examples/ on "make install", report and tiny patch
4358 from Thomas Klausner <tk@giga.or.at>.
4359 - If you pass a X.509 CA or PGP trust database to the command line
4360 tool, it will now abort the connection if the server certificate
4361 validation fails. Use the parameter --insecure to continue even
4362 after certificate validation failures. Inspired from discussion
4363 with Alexander Kotelnikov <sacha@myxomop.com>.
4364 - The test for socklen_t has been moved to gnulib.
4365 - Link failures for duplicate or missing "program_name" symbol has been fixed,
4366 patch from Martin Lambers <marlam@marlam.de>.
4367 - The command line tool and the examples no longer uses mmap or bzero,
4368 to make them more portable, patch from Martin Lambers
4370 - Made the PKCS #12 API handle null passwords. Based on patch by
4371 Anton Altaparmakov <aia21@cam.ac.uk>.
4372 - The GTK-DOC manual should build with current released tools.
4373 (But a copy of the output is included, so the tools are not required.)
4374 - The inet_ntop function is now used through gnulib.
4375 - API and ABI modifications:
4376 No changes since last version.
4378 * Version 1.2.7 (2005-09-09)
4379 - The GNUTLS and GNUTLS-EXTRA libraries are now built with versioned symbols.
4380 - Certtool now complains when reading out-of-range X.509 serial
4381 numbers, suggested by Fran <e_agf@yahoo.es>.
4382 - Certtool now uses the readline library (when available) when reading
4383 X.509 serial numbers.
4384 - Fixed build problems in getpass on uClibc and Mingw32 platforms.
4385 - Fixed compile warning regarding socklen_t on Mingw32, reported by
4386 Martin Lambers <marlam@marlam.de>.
4387 - Fixed examples in doc/examples/, suggested by Fran <e_agf@yahoo.es>.
4388 - Gnulib is now used for the core library, enabling future code cleanups.
4389 - The gnutls-cli tool now use gnutls_certificate_verify_peers2,
4390 suggested by Daniel Stenberg <daniel@haxx.se>.
4391 - Doc fixes for gnutls_transport_set_push and gnutls_transport_set_pull.
4392 - Minilibtasn1 is now 0.2.17 (removed optional use of C99 macros).
4393 - Disable zlib support if zlib.h is not present.
4394 - A number of internal cleanups.
4395 - API and ABI modifications:
4396 No changes since last version.
4398 * Version 1.2.6 (2005-07-16)
4399 - MiniLZO updated to version 2.01 and moved to separate directory.
4400 - Collision between system LZO header files and MiniLZO header file
4401 fixed, reported by Matthias Urlichs <smurf@smurf.noris.de>.
4402 - Will now test for liblzo functionality in liblzo2 too, reported by
4403 Thomas Klausner <tk@giga.or.at>.
4404 - Minilibtasn1 is now 0.2.14 (no code changes).
4405 - Some code changes to avoid GTK-DOC warnings.
4406 - API and ABI modifications:
4407 No changes since last version.
4409 * Version 1.2.5 (2005-07-03)
4410 - More builddir != srcdir fixes, reported by Mike Castle
4411 <dalgoda@ix.netcom.com>.
4412 - Fixed off-by-one bug in the size parameter of gnutls_x509_crt_get*_dn,
4413 reported by Adam Langley <alangley@gmail.com>.
4414 - Corrected some stuff in minilzo detection. Pointed out by
4416 - MiniLZO updated to version 2.00.
4417 - gnutls_x509_crt_list_import now accept a DER formatted CRL.
4418 - API and ABI modifications:
4419 No changes since last version.
4421 * Version 1.2.4 (2005-05-28)
4422 - Corrected some bugs that could affect 64 bit systems.
4423 - Some corrections in the header files to include the prototype
4424 of memmem properly (affected 64 bit systems). Report and patch
4425 by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4426 - Introduced the --fix-key option to certtool, which can be used to
4427 regenerate the (optional) parameters in a private key. It should
4428 be used together with --key-info.
4429 - Corrected a bug in certificate chain verification that could lead
4430 to marking a trusted chain as non trusted, if the last certificate in
4431 the chain was a self signed one.
4432 - Gnulib portability files were updated.
4433 - License were updated to reflect new FSF address.
4434 - API and ABI modifications:
4435 No changes since last version.
4437 * Version 1.2.3 (2005-04-28)
4438 - Corrected bug in record packet parsing that could lead
4439 to a denial of service attack.
4440 - Corrected bug in RSA key export. Previously exported keys
4441 can be fixed using certtool. Use certtool -k <infile >outfile
4442 - API and ABI modifications:
4443 gnutls_x509_privkey_fix(): Add.
4445 * Version 1.2.2 (2005-04-25)
4446 - gnutls_error_to_alert() now considers
4447 GNUTLS_E_UNEXPECTED_HANDSHAKE_PACKET.
4448 - Fixed error in session resuming that could cause a crash in a session.
4449 - Fixed pkcs12 friendly name and local key identifier decoding.
4450 - Internal cleanups, removed duplicate typedef/struct definitions,
4451 and made source code include external include file, to check
4452 function prototypes during compile time.
4453 - API and ABI modifications:
4454 No changes since last version. At least not intentional, but due
4455 to the include header changes, there may be inadvertant changes,
4456 please let us know if you find any.
4458 * Version 1.2.1 (2005-04-04)
4459 - gnutls_bye() will no longer fail when RDWR is used and application
4460 data are available for reading.
4461 - Added more strict checks for the SRP parameters (g,n), when they
4462 are not in the included list.
4463 - Added warning to certtool when MD5 is being used for digital
4465 - Optimizations ("-O2 -finline-functions") are not enabled by default,
4466 instead the standard autoconf defaults are used. Use `./configure
4467 CFLAGS="-O2 -finline-functions"' to get the old optimizations.
4468 - Added the option --get-dh-params to certtool, in order to get the
4469 parameters included in the library primes and generators.
4470 - Improved the semantics of GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT, to
4471 allow only trusted Version 1 CAs and introduced
4472 GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT which has the old semantics.
4473 - Nettle self tests now build properly, reported by Pierre
4474 <pierre42d@9online.fr>.
4475 - Eliminated some memory leaks in DHE and RSA-EXPORT cipher suites.
4476 Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4477 - If the library has been compiled with features disabled, a warning is
4478 issued during the compilation of any program.
4479 - API and ABI modifications:
4480 gnutls_x509_crt_list_import(): Add
4481 gnutls_x509_crq_get_attribute_by_oid(): Add.
4482 gnutls_x509_crq_set_attribute_by_oid(): Add
4483 gnutls_x509_crt_set_extension_by_oid(): Add.
4484 GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT: Modify semantics.
4485 GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT: Add, old behaviour.
4487 * Version 1.2.0 (2005-01-27)
4488 - Added the definitions and OIDs for the RIPEMD-160 hash algorithm.
4489 - Introduced gnutls_x509_crt_sign2(), gnutls_x509_crq_sign2() and
4490 gnutls_x509_crl_sign2().
4491 - Fixed license header in source code files.
4493 * Version 1.1.23 (2005-01-18)
4494 - It is now possible to generate PKCS#12 structures without private
4495 keys using "certtool --to-p12", suggested by Fabian Fagerholm
4497 - Certtool now prints information for the RSA and DSA parameters of
4498 certificates and private keys.
4499 - Corrected the write of CRL distribution points.
4500 - The certificate chain verification function now checks certificates
4501 in the reverse order to minimize the spent resources.
4502 - Corrected several bugs found by Marcin Garski <mgarski@post.pl>
4503 - The functions gnutls_x509_crl_get_issuer_dn, gnutls_x509_crq_get_dn,
4504 gnutls_x509_crt_get_issuer_dn, gnutls_x509_crt_get_dn, and
4505 gnutls_x509_rdn_get now set *sizeof_buf to the buffer length that is
4506 required, instead of the string length. That is, the value has been
4507 incremented by 1 to account for the terminating zero. Reported by
4508 Martin Lambers <marlam@web.de>.
4509 - Debug output shouldn't crash on platforms that doesn't handle NULL
4510 printf %s values. Reported by Michael.Ringe@aachen.utimaco.de.
4511 - Sync included copy of libtasn1 with version 0.2.13.
4512 - Client X.509 authenticated connections via gnutls-cli should now work again.
4514 * Version 1.1.22 (2004-11-04)
4515 - Replace GNU LD version script with Libtool -export-symbols-regex,
4516 from Joe Orton <joe@manyfish.co.uk>.
4517 - Documentation improvements.
4518 - Code indented using 'indent -i4 -kr'.
4519 - The API manual is included in Devhelp format. (Was in last release too,
4520 but the NEWS entry was forgotten.)
4521 - The OpenSSL compatibility code now use the internal crypto interface.
4522 - Added simple self test of OpenSSL compatibility library.
4523 - Internally, libtool convenience libraries are used.
4524 - Cleanups to configure.ac.
4526 * Version 1.1.21 (2004-10-27)
4527 - Print DN of certificates with unknown characters in them, but in hexform
4529 - Added second precision to the X.509 parsing and generation functions.
4530 - Corrected bug in _gnutls_x509_get_dn_oid(), and returns the
4532 - Add parameter --la-file to libgnutls-config and libgnutls-extra-config,
4533 tiny patch contributed by Joe Orton <joe@manyfish.co.uk>.
4534 - Add pkg-config meta files, suggested by Stéphane LOEUILLET
4535 <stephane.loeuillet@tiscali.fr>.
4536 - Fix memory initializaion bug in gnutls_certificate_set_x509_trust,
4537 tiny patch by Aleix Conchillo Flaque <aleix@member.fsf.org>.
4538 - Add self test of PKCS#12 functionality in "certtool", based on test
4539 vectors from Joe Orton <joe@manyfish.co.uk>.
4540 - Fix library order in libgnutls*-config --libs output, to permit
4541 static linking, reported by Yoann Vandoorselaere
4542 <yoann@prelude-ids.org>.
4544 * Version 1.1.20 (2004-10-12)
4545 - Fix compile problem in gl/getpass.c on some systems.
4547 * Version 1.1.19 (2004-10-07)
4548 - Fix memory leak in gnutls_certificate_verify_peers and
4549 gnutls_certificate_free_credentials, report and patch by Simon
4550 Posnjak <simon.posnjak@cetrtapot.si>.
4551 - Fix crash in `certtool --to-p12 --load-privkey foo', i.e. exporting
4552 a key and no certificate to PKCS#12.
4553 - Fix objdir != srcdir builds, reported by "Gerrit P. Haase"
4554 <gp@familiehaase.de>.
4555 - Fixes faulty getpass implementation in libextra/opencdk/, reported
4556 by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4557 - Uses memmem instead of strnstr in lib/.
4558 - Using more GNULib portability files, although not yet inside lib/.
4559 - Added gnutls_certificate_verify_peers to gnutls/compat.h.
4560 Nikos deprecated gnutls_certificate_verify_peers in favor of
4561 gnutls_certificate_verify_peers2 earlier in the 1.1 branch.
4562 - Improvements to the manual.
4563 - Add new example "ex-rfc2818" for certificate verification, from Nikos.
4564 - Known bug: the library require snprintf. This has not yet been
4565 fixed, but will be handled via GNULib later on.
4567 * Version 1.1.18 (2004-08-24)
4568 - Corrected handling of certificate with dates after year 2038.
4569 - Corrected DER decoder which could incorrectly treat input as BER and fail.
4570 - Correct certtool --smime-to-p7 end of line character handling.
4571 - Added example client and server for anonymous authentication.
4572 - Added self test that tests anonymous TLS client and server.
4573 - Added self tests of Nettle and generic crypto layer.
4574 - Added API reference manual in HTML format in doc/reference/ using GTK-DOC.
4575 Online version at <http://www.gnu.org/software/gnutls/reference/>.
4576 - Assume C89 or better; removed checks for size_t, ptrdiff_t and time_t.
4577 - Man pages for API functions are included.
4579 * Version 1.1.17 (2004-08-18)
4580 - Bug fix of padding string in RSA PKCS#1 v1.5 type 2 encryption,
4581 reported by Robey Pointer <robey@danger.com>.
4582 - Generic crypto interface for secret key ciphers, hashes and randomness added.
4583 See section "Experimental" within section "COMPILATION ISSUES" in README.
4584 - Removed length limit on passwords read by 'certtool'.
4585 - Documentation fixes.
4587 * Version 1.1.16 (2004-08-15)
4588 - Fix missing gnulib linker parameter when building certtool.
4589 - Add gnulib module 'progname', needed by module 'error'.
4590 - Improve building with srcdir != objdir.
4592 * Version 1.1.15 (2004-08-15)
4593 - Certtool has simplistic --smime-to-p7 to translate RFC 2633 messages into
4595 - Ported to Mac OS X / Darwin.
4596 - Ported to FreeBSD.
4598 * Version 1.1.14 (2004-08-09)
4599 - Documentation converted to Texinfo format.
4600 - Bug fix of test suite.
4601 - Configure now print build information, used by Autobuild.
4603 * Version 1.1.13 (2004-08-05)
4604 - Added simple self test suite.
4606 * Version 1.1.12 (2004-08-02)
4607 - Updated the SRP authentication to conform to the
4608 latest (yet unreleased) draft. Unfortunately this breaks
4609 compatibility with previous versions.
4610 - Changed the makefiles to be more portable.
4611 - SRP ciphersuites were moved to the gnutls library.
4612 - Added some default limits in the verification of certificate
4613 chains, to avoid denial of service attacks. Also added
4614 gnutls_certificate_set_verify_limits() to override them.
4615 Issue pointed out by Patrik Hornik <patrik@hornik.sk>.
4616 - Added gnutls_certificate_verify_peers2().
4618 * Version 1.1.11 (2004-07-16)
4619 - Added the '_t' suffix to all exported symbols.
4620 - Fixed bug in RSA encryption, report and patch by Martijn Koster
4621 <mak@greenhills.co.uk>.
4622 - Corrected a bug in certificate verification. Pointed out by
4623 Yoann Vandoorselaere <yoann@prelude-ids.org>
4624 - Added the GNUTLS_VERIFY_DO_NOT_ALLOW_SAME flags to the
4625 verification functions.
4626 - The ephemeral DH and RSA parameters are no longer stored in the
4628 - Do not free the SRP (prime and generator) parameters obtained from the
4629 callback if they are the static ones defined in extra.h
4630 - Eliminated some memory leaks. Reported by Yoann Vandoorselaere.
4632 * Version 1.1.10 (2004-06-12)
4633 - Added gnutls_sign_algorithm_get_name() and gnutls_pk_algorithm_get_name()
4634 - Corrected bug in TLS renegotiation.
4635 - Corrected bug in OpenPGP key loading using a callback.
4636 - gnutls-srpcrypt was renamed to srptool
4637 - Allow handshake requests by the client.
4638 - Automatically disable certificate types that do not have corresponding
4640 - Added gnutls_auth_client_get_type() and gnutls_auth_server_get_type()
4641 - Opencdk library is being included if not found.
4642 - certtool can now add ip address SAN extension.
4643 - certtool has now support for more X.520 DN attribute types.
4644 - Better handling of EOF in gnutls_record_recv().
4645 - _gnutls_deinit() is no longer used. Sessions are not
4646 automatically removed any more, on abnormal termination.
4647 - Corrected session resuming in SRP ciphersuites.
4648 - Updated to conform to the latest srp draft (draft-ietf-tls-srp-07)
4649 - Added new functions to allow access to the ephemeral
4650 Diffie Hellman parameters.
4651 - Added the functions gnutls_x509_crt_get_pk_rsa_raw() and
4652 gnutls_x509_crt_get_pk_dsa_raw() to retrieve parameters from certificates.
4653 - Added the functions gnutls_dh_get_group(), gnutls_dh_get_pubkey() and
4654 gnutls_rsa_export_get_pubkey() to retrieve parameters of the DH or
4655 RSA-EXPORT key exchange.
4656 - Some fixes in the session resuming code.
4657 - Added gnutls_openpgp_keyring_check_id().
4659 * Version 1.1.9 (2004-04-14)
4660 - Added support for authority key identifier and the extended key usage
4661 X.509 extension fields. The certtoool was updated to support them.
4662 - The RC2 cipher is no more included. The one in libgcrypt is now used.
4663 - Added batch support to certtool. Now it can use templates.
4665 * Version 1.1.8 (2004-04-07)
4666 - Implemented all the tests for the SRP group parameters in
4667 client side. This may lead to incompatibility with very
4669 - Corrected bug in RSA parameters handling which could cause
4671 - Optimized the copying of rsa_params.
4673 * Version 1.1.7 (2004-03-29)
4674 - Added gnutls_certificate_set_params_function() and
4675 gnutls_anon_set_params_function() that set the RSA or DH
4676 parameters using a callback.
4677 - Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy()
4678 and gnutls_x509_privkey_cpy().
4679 - Corrected a compilation issue when opencdk was installed in a
4680 non standard directory.
4681 - Deprecated: gnutls_srp_server_set_select_function(),
4682 gnutls_certificate_client_set_select_function(), gnutls_srp_server_set_select_function().
4684 * Version 1.1.6 (2004-02-24)
4685 - Several bug fixes, by Arne Thomassen.
4686 - Fixed a bug where 'server name' extension was always sent.
4688 * Version 1.1.5 (2004-01-06)
4689 - Added the gnutls_sign_algorithm type.
4691 * Version 1.1.4 (2004-01-04)
4692 - Improved gnutls-cli's SRP behaviour in SRP ciphersuites.
4693 If they are of highest priority then the abbreviated handshake
4695 - Removed all references of missing files.
4696 - Changed handshake behaviour to send the lowest TLS version
4697 when an unsupported version was advertized. The current behaviour
4698 is to send the maximum version we support.
4699 - Corrected problem printing the DC attributes in a DN.
4701 * Version 1.1.3 (2003-12-30)
4702 - Implemented TLS 1.1 (and also obsoleted the TLS 1.0 CBC protection
4705 * Version 1.1.2 (2003-12-28)
4706 - Added CRL verification functionality to certtool.
4707 - Corrected the CRL distribution point extension handling.
4709 * Version 1.1.1 (2003-12-26)
4710 - Added PKCS #7 support to certtool utility.
4711 - Added support for reading and generating CRL distribution
4712 points extensions in certificates.
4713 - Added support for generating CRLs in the library and the
4715 - Added support for the Subject Key ID PKIX extension.
4717 * Version 1.1.0 (2003-12-21)
4718 - The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_RSA_PARAMS
4719 are no longer returned by the handshake function. Ciphersuites that
4720 require temporary parameters are removed when such parameters do not exist.
4721 - Added the callbacks gnutls_certificate_client_retrieve_function() and
4722 gnutls_certificate_server_retrieve_function(), to allow a client or a server
4723 to specify certificates for the handshake without storing them to the
4724 credentials structure.
4725 - Added support for generating and exporting DSA private keys.
4726 - Added gnutls_x509_crt_set_key_usage() and certtool can now set the
4727 certificate's key usage.
4728 - Added gnutls_openpgp_key_get_key_usage().
4730 * Version 1.0.25 (2005-04-27)
4731 - Corrected bug in record packet parsing that could lead
4732 to a denial of service attack.
4733 - Corrected bug in RSA key export.
4735 * Version 1.0.24 (2005-01-18)
4736 - Corrected several bugs found by Marcin Garski <mgarski@post.pl>
4738 * Version 1.0.23 (2004-11-13)
4739 - Replace GNU LD version script with Libtool -export-symbols-regex,
4740 from Joe Orton <joe@manyfish.co.uk>.
4741 - Copy libtasn1 has been updated to version 0.2.11.
4742 - Corrected the write of CRL distribution points.
4743 - It is now possible to generate PKCS#12 structures without private
4744 keys using "certtool --to-p12", suggested by Fabian Fagerholm
4747 * Version 1.0.22 (2004-10-28)
4748 - Print DN of certificates with unknown characters in them, but in hexform
4750 - Corrected bug in _gnutls_x509_get_dn_oid(), and returns the
4752 - Added second precision to the X.509 parsing functions.
4753 - Add parameter --la-file to libgnutls-config and libgnutls-extra-config,
4754 tiny patch contributed by Joe Orton <joe@manyfish.co.uk>.
4755 - Add pkg-config meta files, suggested by Stéphane LOEUILLET
4756 <stephane.loeuillet@tiscali.fr>.
4757 - Fix memory initializaion bug in gnutls_certificate_set_x509_trust,
4758 tiny patch by Aleix Conchillo Flaque <aleix@member.fsf.org>.
4759 - Fix certtool --password for PKCS #12, back ported from 1.1.x branch.
4760 - Fix library order in libgnutls*-config --libs output, to permit
4761 static linking, reported by Yoann Vandoorselaere
4762 <yoann@prelude-ids.org>.
4764 * Version 1.0.21 (2004-10-07)
4765 - Fix memory leak in gnutls_certificate_verify_peers and
4766 gnutls_certificate_free_credentials, report and patch by Simon
4767 Posnjak <simon.posnjak@cetrtapot.si>.
4768 - Fix crash in `certtool --to-p12 --load-privkey foo', i.e. exporting
4769 a key and no certificate to PKCS#12.
4770 - Fix objdir != srcdir builds, reported by "Gerrit P. Haase"
4771 <gp@familiehaase.de>.
4772 - Avoid redefining getpass if system already has it, reported by
4773 Yoann Vandoorselaere <yoann@prelude-ids.org>.
4774 - Add new example "ex-rfc2818" for certificate verification, from Nikos.
4775 - Known bug: the library require snprintf.
4777 * Version 1.0.20 (2004-08-18)
4778 - Bug fix of padding string in RSA PKCS#1 v1.5 type 2 encryption,
4779 reported by Robey Pointer <robey@danger.com>.
4781 * Version 1.0.19 (2004-08-09)
4782 - Bug fix of test suite.
4784 * Version 1.0.18 (2004-08-05)
4785 - Added simple self test suite.
4787 * Version 1.0.17 (2004-08-02)
4788 - Updated the SRP authentication to conform to the
4789 latest (yet unreleased) draft. Unfortunately this breaks
4790 compatibility with previous versions.
4791 - Changed the makefiles to be more portable.
4792 - Added some default limits in the verification of certificate
4793 chains, to avoid denial of service attacks. Also added
4794 gnutls_certificate_set_verify_limits() to override them.
4795 Issue pointed out by Patrik Hornik <patrik@hornik.sk>.
4796 - Added gnutls_certificate_verify_peers2().
4798 * Version 1.0.16 (2004-07-10)
4799 - Do not free the SRP (prime and generator) parameters obtained from the
4800 callback if they are the static ones defined in extra.h.
4801 - Eliminated some memory leaks. Reported by Yoann Vandoorselaere.
4802 - Some fixes in the makefiles.
4804 * Version 1.0.15 (2004-06-29)
4805 - Fixed bug in RSA encryption, report and patch by Martijn Koster
4806 <mak@greenhills.co.uk>.
4807 - Corrected a bug in certificate verification. Pointed out by
4808 Yoann Vandoorselaere <yoann@prelude-ids.org>.
4810 * Version 1.0.14 (2004-06-12)
4811 - Automatically disable certificate types that do not have corresponding
4813 - Updates in the documentation.
4814 - certtool can now add ip address SAN extension.
4815 - certtool has now support for more X.520 DN attribute types.
4816 - Opencdk library is being included if not found.
4817 - Added gnutls_openpgp_keyring_check_id().
4818 - Corrected a serious bug in the included libtasn1 library.
4819 - Corrected session resuming in SRP ciphersuites.
4820 - Updated to conform to the latest srp draft (draft-ietf-tls-srp-07)
4821 - Added the functions gnutls_x509_crt_get_pk_rsa_raw() and
4822 gnutls_x509_crt_get_pk_dsa_raw() to retrieve parameters from certificates.
4823 - Some fixes in the session resuming code.
4825 * Version 1.0.13 (2004-04-29)
4826 - Some complilation fixes.
4827 - Added the --xml parameter to the certtool utility.
4829 * Version 1.0.12 (2004-04-23)
4830 - Corrected bug in OpenPGP key loading using a callback.
4831 - Renamed gnutls-srpcrypt to srptool
4832 - Allow handshake requests by the client.
4833 * Things backported from the development branch:
4834 - Added support for authority key identifier and the extended key usage
4835 X.509 extension fields. The certtoool was updated to support them.
4836 - Added batch support to certtool. Now it can use templates.
4837 - The RC2 cipher is no more included. The one in libgcrypt is now used.
4839 * Version 1.0.11 (2004-04-17)
4840 - Added gnutls_sign_algorithm_get_name() and gnutls_pk_algorithm_get_name()
4841 - Corrected bug in TLS renegotiation.
4843 * Version 1.0.10 (2004-04-03)
4844 - Corrected bug in RSA parameters handling which could cause
4846 - Corrected bug in SSL 3.0 authentication.
4848 * Version 1.0.9 (2004-03-29)
4849 - Added gnutls_certificate_set_params_function() and
4850 gnutls_anon_set_params_function() that set the RSA or DH
4851 parameters using a callback.
4852 - Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy()
4853 and gnutls_x509_privkey_cpy().
4854 - Corrected a compilation issue when opencdk was installed in a
4855 non standard directory.
4856 - Documented the changes need in multi-threaded application due
4857 to the new libgcrypt.
4859 * Version 1.0.8 (2004-02-28)
4860 - Corrected bug in mutual certificate authentication in SSL 3.0.
4862 * Version 1.0.7 (2004-02-25)
4863 - Implemented TLS 1.1 (and also obsoleted the TLS 1.0 CBC protection
4865 - Some updates in the documentation.
4867 * Version 1.0.6 (2004-02-12)
4868 * Backported things from the development branch (while maintaining
4869 backwards compatibility):
4870 - Improved gnutls-cli's SRP behaviour in SRP ciphersuites.
4871 If they are of highest priority then the abbreviated handshake
4873 - The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_RSA_PARAMS
4874 are no longer returned by the handshake function. Ciphersuites that
4875 require temporary parameters are removed when such parameters do not exist.
4876 - Added the callbacks gnutls_certificate_client_retrieve_function() and
4877 gnutls_certificate_server_retrieve_function(), to allow a client or a server
4878 to specify certificates for the handshake without storing them to the
4879 credentials structure.
4880 - Added support for generating and exporting DSA private keys.
4882 * Version 1.0.5 (2004-02-11)
4883 - Fixed a bug where 'server name' extension was always sent.
4884 * Backported things from the development branch:
4885 - Added CRL verification functionality to certtool.
4886 - Corrected the CRL distribution point extension handling.
4887 - Added PKCS #7 support to certtool utility.
4888 - Added support for reading and generating CRL distribution
4889 points extensions in certificates.
4890 - Added support for generating CRLs in the library and the
4892 - Added support for the Subject Key ID PKIX extension.
4893 - Added the gnutls_sign_algorithm type.
4895 * Version 1.0.4 (2004-01-04)
4896 - Changed handshake behaviour to send the lowest TLS version
4897 when an unsupported version was advertized. The current behaviour
4898 is to send the maximum version we support.
4899 - certtool no longer asks the password in unencrypted private
4901 - The source is now compiled to use the reentrant libc functions.
4903 * Version 1.0.3 (2003-12-21)
4904 - Corrected bug in gnutls_bye() which made it return an error code
4905 of INVALID_REQUEST instead of success.
4906 - Corrected a bug in the GNUTLS_KEY key usage definitions.
4908 * Version 1.0.2 (2003-12-18)
4909 - Corrected a bug in the RSA key generation. This was
4910 generating unusable RSA keys.
4912 * Version 1.0.1 (2003-12-10)
4913 - Some minor fixes in the makefiles. They now include CFLAGS
4914 from libgcrypt or opencdk if installed in a non standard directory.
4915 - Fixed the SRP detection test in gnutls-cli-debug.
4916 - Added gnutls_rsa_params_export_pkcs1() and gnutls_rsa_params_import_pkcs1().
4918 * Version 1.0.0 (2003-12-04)
4919 - Exported the static SRP group parameters.
4920 - Some fixes in the certificate authenticated SRP ciphersuites.
4921 - Improved the support for draft-ietf-tls-srp-05. The two-phase
4922 handshake is now fully supported without any interaction with
4923 the application layer (except for a callback).
4925 * Version 0.9.99 (2003-11-28)
4926 - Some fixes in the gnutls.h header for the gnutls_server_name_set()
4927 and gnutls_server_name_get() prototypes.
4928 - Exported the gnutls_x509_privkey_sign_data(), gnutls_x509_privkey_verify_data()
4929 and gnutls_x509_crt_verify_data().
4930 - Some fixes in the openpgp authentication.
4931 - Removed the Twofish cipher.
4933 * Version 0.9.98 (2003-11-16)
4934 - The openssl compatibility layer was moved to gnutls-openssl
4935 library instead of being included in the gnutls-extra library.
4936 - Added the RIPEMD ciphersuites defined in draft-ietf-tls-openpgp-keys-04.
4937 - Building with openpgp support is now mandatory.
4938 - gnutls4 compatibility header is no longer included by default in
4940 - gnutls8 function usage yelds a deprecation warning in gcc3.
4941 - gnutls_x509_*_set_dn_by_oid() and gnutls_x509_*_get_*_dn_by_oid()
4942 functions have a raw_flag parameter added.
4943 - Added gnutls_x509_*_get_dn_oid() and gnutls_x509_crt_get_extension_oid()
4944 functions which return the available OIDs.
4946 * Version 0.9.97 (2003-11-11)
4947 - The certtool utility can now generate PKCS #12 structures
4948 without specifying a certificate.
4949 - Added capability to read CRLs to certtool.
4950 - Corrected some functions which return GNUTLS_E_SHORT_MEMORY_BUFFER
4951 to properly set the required buffer size.
4952 - Corrected a bug in libgcrypt detection.
4954 * Version 0.9.96 (2003-11-09)
4955 - Some changes to allow compilation with mingw32.
4956 - Several code cleanups.
4958 * Version 0.9.95 (2003-11-02)
4959 - Improved the verification functions. Added new verification
4960 output flags and removed the unused and redundant ones.
4961 - Improved the OpenPGP key support.
4962 - The prime utility was removed, and its functionality was moved
4965 * Version 0.9.94 (2003-10-30)
4966 - Added manpages for the included programs.
4967 - Documented and improved the certtool utility.
4968 - Added PKCS #12 support to certtool utility.
4970 * Version 0.9.93 (2003-10-26)
4971 - Corrected some compilation issues.
4972 - Improved the certtool command line utility.
4974 * Version 0.9.92 (2003-10-25)
4975 - The RFC2818 hostname verification is now case insensitive.
4976 - Added support for generating X.509 certificates.
4977 - Added the certtool, a tool for generating X.509 certificates
4979 * Version 0.9.91 (2003-10-17)
4980 - Fixed a compilation issue in the openpgp authentication part.
4982 * Version 0.9.90 (2003-10-08)
4983 - Updated the openpgp key API (depends on the unreleased new
4986 * Version 0.9.8 (2003-10-02)
4987 - Updated the SRP implementation to follow the latest draft
4988 (draft-ietf-tls-srp-05).
4989 - Improved the gnutls-cli behaviour in error handling,
4990 and added a check for the peer's hostname.
4991 - Use versioned symbols in the library (where available).
4992 - RIJNDAEL ciphersuites were renamed to AES.
4994 * Version 0.9.7 (2003-08-25)
4995 - The tex files are now included in the distribution.
4996 - The library can now decrypt PKCS #12 files encrypted with
4998 - The missing rfc2818_hostname object is now included.
4999 - Several corrections and bug fixes in the library by
5000 Arne Thomassen <arne@arne-thomassen.de>.
5001 - CR is now allowed in the base64 decoder.
5003 * Version 0.9.6 (2003-06-28)
5004 - Added gnutls_x509_privkey_get_key_id() and gnutls_x509_crt_get_key_id()
5005 functions which return a unique (per public key) ID. These can
5006 be used to check if the private key corresponds to a given certificate.
5007 - Corrections in the TLS layer openpgp certificate packet parser.
5008 - Corrected a bug in the record layer buffering, which affected
5009 the case where external pull function was used. Report and patch
5010 by Sergey Poznyakoff <gray@Mirddin.farlep.net>.
5011 - Corrected a bug in gnutls-srpcrypt where a non allocated variable
5013 - SRP programs are now built by default.
5014 - Added API to read and write to PKCS #12 structures. Prototypes
5016 - The gnutls_transport_ptr type was changed to a pointer type (void*).
5018 * Version 0.9.5 (2003-04-06)
5019 - Several improvements in the PKCS #7 handling
5020 - Eliminated several hard coded constants in MPI parameters.
5022 * Version 0.9.4 (2003-03-28)
5023 - Corrected a parsing error in the Certificate request message.
5024 - Corrected behaviour when a certificate request message is received.
5025 Now a certificate packet is always sent, and in SSL 3.0 cipher suites
5026 a no_certificate alert is sent instead.
5027 - Added functionality to generate PKCS #7 structures (with certificates).
5029 * Version 0.9.3 (2003-03-24)
5030 - Support for MD2 was dropped.
5031 - Improved the error logging functions, by adding a level, and
5032 by allowing debugging messages just by increasing the level.
5033 - The diffie Hellman ciphersuites are now of higher priority than
5035 - The RSA premaster secret version check can no longer be disabled.
5036 - Implemented the counter measure discussed in the paper "Attacking
5037 RSA-based Sessions in SSL/TLS", against the attack described in the
5039 - Added the functions: gnutls_handshake_get_last_in(),
5040 gnutls_handshake_get_last_out().
5041 - The gnutls_certificate_set_rsa_params() was renamed to
5042 gnutls_certificate_set_rsa_export_params().
5043 - Added the new functions: gnutls_certificate_set_x509_key()
5044 gnutls_certificate_set_x509_trust(), gnutls_certificate_set_x509_crl(),
5045 gnutls_x509_crt_export(), gnutls_x509_crl_export().
5046 - Added support for encoding and decoding PKCS #8 2.0 encrypted
5049 * Version 0.9.2 (2003-03-15)
5050 - Some corrections in the memory mapping code (file is unmapped after
5052 - Added support for PKCS#10 certificate requests generation.
5054 * Version 0.9.1 (2003-03-12)
5055 - Corrected a bug in 64 bit architectures, which affected the
5056 serial number calculation in the record layer.
5057 - Added gnutls_certificate_free_keys() which deletes all the
5058 private keys and certificates from the credentials structure.
5059 - Corrected a broken buffer check in _gnutls_io_read_buffered(),
5060 which caused some unexpected packet length errors. Report and patch
5061 by Ian Peters <itp@ximian.com>.
5062 - Added ability to generate RSA keys.
5063 - Increased the maximum parameter size in order to read some large keys
5064 by some CAs. Patch by Ian Peters <itp@ximian.com>.
5065 - Added an strnstr() function and the requirement in some functions to
5066 use null terminated PEM structures is no more.
5067 - Use mmap() if available to read files.
5068 - Fixed a memory leak in SRP code reported by Rupert Kittinger
5069 <r.kittinger@efkon.com>.
5071 * Version 0.9.0 (2003-03-03)
5072 - This version is not binary compatible with the previous ones.
5073 - The library notifies the application on empty and illegal SRP usernames,
5074 so that proper notification (via an alert) is sent to the peer.
5075 - Added ability to send some messages back to the application using
5076 the gnutls_global_set_log_function().
5077 - gnutls_dh_params_generate() and gnutls_rsa_params_generate() now use
5078 gnutls_malloc() to allocate the output parameters.
5079 - Added support for MD2 algorithm in certificate signature verification.
5080 - The RSA and DH parameter generation interface was changed. Added
5081 ability to import and export from and to PKCS3 structures. This
5082 was needed to read parameters generated using the openssl dhparam tool.
5083 - Several changes in the temporary (DH/RSA) parameter codebase. No DH
5084 parameters are now included in the library. Also the credentials structure
5085 can now hold only one temporary parameter of a kind.
5086 - Added a new Certificate, CRL, Private key and PKCS7 structures handling
5087 API, defined in gnutls/x509.h
5088 - Added gnutls_certificate_set_verify_flags() function to allow setting the
5089 verification flags in the credentials structure. They will be used in the
5090 *verify_peers functions.
5091 - Added protection against the new TLS 1.0 record layer timing attack.
5092 - Added support for Certificate revocation lists. Functions defined
5094 - The only functions that were removed are:
5095 gnutls_x509_certificate_to_xml()
5096 gnutls_x509_extract_dn_string()
5097 - Ported to libtasn1 0.2.x
5099 * Version 0.8.1 (2003-01-22)
5100 - Improved the SRP support, to prevent attackers guessing the
5101 available usernames by brute force.
5102 - Improved the SRP detection in gnutls-cli-debug
5103 - Some fixes which now allow compilation.
5105 * Version 0.8.0 (2003-01-20)
5106 - Added gnutls_x509_extract_dn_string() which returns a
5107 distinguished name in a single string.
5108 - Added gnutls_openpgp_extract_key_name_string() which returns
5109 an openpgp user ID in a single string.
5110 - Added gnutls_x509_extract_certificate_ca_status() which returns
5111 the CA status of the given certificate.
5112 - Added SRP-6 support. Follows draft-ietf-tls-srp-04.
5113 - If libtasn1 is not present in the system, it is included in
5114 the main gnutls library.
5115 - If liblzo is present in the system, then the included minilzo
5116 will not be used, and libgnutls-extra will depend on liblzo.
5117 - GNUTLS_E_PARSING_ERROR error code was replaced by GNUTLS_E_BASE64_DECODING_ERROR,
5118 and GNUTLS_E_SRP_PWD_PARSING_ERROR. GNUTLS_E_ASCII_ARMOR_ERROR was also
5119 replaced by GNUTLS_E_BASE64_DECODING_ERROR.
5121 * Version 0.6.0 (2002-12-08)
5122 - Added "gnutls/compat4.h" header. This is included in gnutls.h
5123 to emulate the old 0.4.x API.
5124 - Example programs are now stored in doc/examples/
5125 - Several improvements and updates in the documentation.
5126 - Added the certificate authenticated SRP cipher suites.
5127 - gnutls_x509_extract_certificate_dn_string() was updated to return
5128 an RFC2253 conforming string.
5129 - Added the SRP related functions:
5130 gnutls_srp_verifier()
5131 gnutls_srp_base64_encode()
5132 gnutls_srp_base64_decode()
5133 - Added the function gnutls_srp_set_server_credentials_function()
5134 to allow retrieving SRP parameters from an external backend - other
5135 than password files.
5136 - Added the function gnutls_openpgp_set_recv_key_function()
5137 which can be used to set a callback, to get OpenPGP keys.
5138 - Exported the functions:
5141 which should be used by callback functions.
5142 - Changed the semantics of gnutls_pem_base64_encode_alloc()
5143 and gnutls_pem_base64_decode_alloc(). In the default case
5144 were the gnutls library is used with malloc/realloc/free,
5145 these are binary compatible.
5147 * Version 0.5.11 (2002-11-05)
5148 - Some fixes in 'gnutls-cli' client program to prevent some segmentation
5150 - Example programs found in the documentation can now be generated by
5151 running "make examples" in doc/tex directory.
5152 - Added more descriptive error strings, to gnutls_strerror().
5153 - Documented error codes, and the function reference list is now sorted.
5154 - Optimized buffering code.
5155 - gnutls_x509_extract_certificate_dn_string() was rewritten.
5156 - Added GNUTLS_E_SHORT_MEMORY_BUFFER error code, which is returned in the
5157 case where the memory buffer provided is not long enough.
5158 - Depends on the new OpenCDK 0.3.2.
5160 * Version 0.5.10 (2002-10-13)
5161 - Updated documentation.
5162 - Added server name extension. This allows clients to specify the
5163 name of the server they connect to. Useful to HTTPS.
5164 - Several corrections in the code base, mostly in signed/unsigned,
5167 * Version 0.5.9 (2002-10-10)
5168 - Corrected some code which worked fine in gcc 3.2, but not with any
5170 - Updated 'gnutls-cli' with the '--starttls' option, to allow testing
5171 starttls implementations.
5172 - Added gnutls_x509_extract_key_pk_algorithm() function which extracts
5173 the private key type, of a DER encoded key.
5174 - Added gnutls_x509_extract_certificate_dn_string() which returns the
5175 certificate's distinguished name in a single string.
5176 - Added gnutls_set_default_priority() and gnutls_set_default_export_priority()
5177 functions, to avoid calling all the *_priority() functions if the defaults
5179 - Added int gnutls_x509_check_certificates_hostname() which check whether
5180 the given hostname matches the owner of the given X.509 certificate.
5182 * Version 0.5.8 (2002-09-25)
5183 - Updated documentation.
5184 - Added gnutls_record_get_direction() which replaces the obsolete
5185 gnutls_handshake_get_direction().
5186 - Added function to convert error codes to alert descriptions
5187 - Added LZO compression
5189 * Version 0.5.7 (2002-09-11)
5190 - Some fixes in the memory allocation functions (realloc).
5191 - Improved the string functions used in XML certificate generation.
5192 - Removed dependency on libgdbm.
5193 - Corrected bug in gnutls_dh_params_set() which affected
5194 gnutls_dh_params_deinit().
5195 - Corrected bug in session resuming code in server side.
5197 * Version 0.5.6 (2002-09-06)
5198 - Corrected bugs in SRP implementation, which prevented gnutls
5199 to interoperate with other implementations. (interoperability testing
5200 was done by David Taylor)
5201 - Corrected bug in cert_type extension.
5202 - Corrected extension type checks which used an 8 bit extension size,
5204 - Added versioning in the XML output of certificate functions.
5205 - Removed the X.509 test suite.
5207 * Version 0.5.5 (2002-09-03)
5208 - Updated the SRP implementation to the latest draft. The blowfish
5209 crypt implementation was removed, since the new draft does not allow
5210 other hash algorithms except for the srpsha.
5211 - Renamed all the constructed types in order to have more consistent
5213 - Improved the certificate and key read functions. Now they can read
5214 the certificate and the private key from the same file.
5215 - Updated and corrected documentation.
5217 * Version 0.5.4 (2002-08-27)
5218 - Fixes in TLS 1.0 PRF and SSL3 random functions.
5219 - gnutls_handshake_set_exportable_detection() was obsoleted.
5220 - Added gnutls_openpgp_extract_key_id() which returns the key ID.
5221 - Corrected bug in DHE key exchange
5222 - Added support for temporary RSA keys which are needed for the
5223 export cipher suites.
5224 - Added the TLS_RSA_EXPORT_ARCFOUR_40_MD5 ciphersuite.
5226 * Version 0.5.3 (2002-08-23)
5227 - No changes. Replaces the tarball of 0.5.2 which accidentally contained
5228 code from the unstable branch.
5230 * Version 0.5.2 (2002-08-22)
5231 - Added an error code that is returned in clients which connect
5232 to export only servers. This must be enabled using the
5233 gnutls_handshake_set_exportable_detection() function.
5234 - Updated openssl compatibility layer.
5235 - Added gnutls_handshake_get_direction() function which returns
5236 the state of the handshake when interrupted.
5238 * Version 0.5.1 (2002-07-17)
5239 - Corrected the m4 macros which used <gnutls.h> instead of
5241 - Documentation fixes
5242 - Added gnutls_transport_set_ptr2() function, which accepts two
5243 different pointers, to be used while receiving, and
5245 - Semantic changes in gnutls_record_set_max_size(). The requested
5246 size is now immediately enforced at the output buffers.
5247 - gnutls_global_init_extra() now fails if the library versions do
5249 - Fixes in client and server example programs. Null encryption can
5250 be used in these programs, to assist in debuging.
5251 - Fixes in zlib compression code.
5253 * Version 0.5.0 (2002-07-06)
5254 - Added X.509 certificate tests in tests/ directory
5255 - Removed stubs for SRP and Anonymous authentication. They served
5256 no purpose since they are always included, unless it was requested
5258 - Added gnutls_handshake_set_private_extensions() function. This
5259 function can be used to enable private (gnutls specific) cipher suites
5260 and compression algorithms.
5261 - Added check for C99 macro support by the compiler.
5262 - Added functions gnutls_b64_encode_fmt2() and gnutls_b64_decode_fmt2()
5263 - Added the new libtasn1 library.
5264 - Removed the gdbm backend. Applications are now responsible for the
5265 session resuming backend. The gnutls-serv application contains an
5266 simple example on how to use gdbm for resuming.
5267 - Headers for the gnutls library are now installed in $(includedir)/gnutls
5268 - Added an OpenSSL compatible interface (with some limitations).
5269 - Added functions to convert DER encoded certificates to XML format.
5271 * Version 0.4.4 (2002-06-24)
5272 - Corrected bug in PKCS-1 RSA encryption which prevented gnutls to encrypt
5273 using keys of some specific size.
5275 * Version 0.4.3 (2002-05-23)
5276 - The gnutls-extra library now compiles fine, if the opencdk library is
5278 - Several bug fixes.
5279 - Added gnutls_global_set_mem_func() function, to set the memory allocation
5280 functions, if other than the defaults are to be used.
5281 - The default memory allocation functions are now the ones in libc.
5283 * Version 0.4.2 (2002-05-21)
5284 - Separated ASN.1 structures parser documentation and TLS library
5286 - Added gnutls_handshake_set_rsa_pms() function, which disables the
5287 version check in RSA premaster secret.
5288 - Added gnutls_session_is_resumed() function, which reports if a session
5290 - Added gnutls_state_set_ptr() and gnutls_state_get_ptr() functions, to
5291 assist in callback functions.
5292 - Replaced the included 1024 bit prime for Diffie Hellman, with a new
5294 - Relicensed the library under the GNU Lesser General Public License
5295 - Added gnutls-extra library which contains the GPL covered code of gnutls.
5297 * Version 0.4.1 (2002-04-07)
5298 - Now uses alloca() for temporary variables
5299 - Optimized RSA signing
5300 - Added functions to return the peer's certificate activation and
5302 - Corrected time function's behaviour (the time value returned no longer
5303 relate to local timezone).
5305 * Version 0.4.0 (2002-04-01)
5306 - Added support for RFC2630 (PKCS7) X.509 certificate sets
5307 - Added new functions: gnutls_x509_extract_certificate_pk_algorithm(),
5308 gnutls_openpgp_extract_key_pk_algorithm().
5309 - Several optimizations in the Handshake protocol
5310 - Several optimizations in RSA algorithm
5311 - Unified the return values because of small buffers.
5313 * Version 0.3.92 (2002-03-23)
5314 - Updated documentation
5315 - Combined error codes of ASN.1 parser and gnutls
5316 - Removed GNUTLS_CERT_TRUSTED from the CertificateStatus enumeration
5317 - Added protection against CBC chosen plaintext attack (disabled by default)
5318 - Improved and optimized compression support
5320 * Version 0.3.91 (2002-03-03)
5321 - Added gnutls-cli-debug program
5322 - Corrections in session resumption
5323 - Rehandshake can now handle negotiation of different authentication
5325 - gnutls-cli, gnutls-serv, gnutls-srpcrypt and gnutls-cli-debug are
5326 now being installed.
5328 * Version 0.3.90 (2002-02-24)
5329 - Handshake messages are not kept in memory any more. Now we use
5330 less memory during a handshake
5331 - Added support for certificates with DSA parameters
5332 - Added DHE_DSS cipher suites
5333 - Key exchange methods changed so they do not depend on the
5334 certificate type. Added certificate type negotiation TLS extension.
5335 - Added openpgp key support (EXPERIMENTAL)
5336 - Improved Diffie Hellman key exchange support.
5337 - Bug fixes in the RSA key exchange.
5338 - Added check for the requested TLS extensions
5339 - TLS extensions now use a 16 bit type field.
5340 - Added a minimal string library to assist in ASN.1 parsing
5341 - Changes in ASN.1 parser to work with the new bison
5342 - Added gnutls_x509_extract_subject_alt_name(), which deprecates
5343 gnutls_x509_extract_subject_dns_name()
5344 - gnutls_x509_set_trust_(file/mem) can now be called multiple times
5345 - gnutls_srp_server_set_cred_file() can now be called multiple times
5347 * Version 0.3.5 (2002-01-25)
5348 - Corrected the RSA key exchange method, to avoid attacks against
5351 * Version 0.3.4 (2002-01-20)
5352 - Corrected bugs in DHE_RSA key exchange method
5354 * Version 0.3.3 (2002-01-19)
5355 - Added gnutls_x509pki_verify_certificate()
5356 - Added gnutls_x509pki_set_trust_mem() and gnutls_x509pki_set_key_mem()
5357 - Bug fixes in srpcrypt (based on patch by Marc Huber)
5358 - Bug fixes in the Handshake protocol (based on patch by Guillaume Morin)
5359 - Corrected library versioning
5361 * Version 0.3.2 (2002-01-05)
5362 - Corrected bug which did not allow a client to accept multiple CA names
5363 - Added gnutls_fingerprint()
5364 - Added gnutls_x509pki_extract_certificate_serial()
5365 - Added gnutls_b64_encode_fmt() and gnutls_b64_decode_fmt()
5366 - Corrected behaviour in version advertizing
5367 - Updated documentation
5368 - Prefixed all types in gnutls.h with 'GNUTLS_' to avoid namespace collisions
5370 * Version 0.3.1 (2001-12-21)
5371 - Corrections in the configuration files
5372 - Fixes a bug in anonymous authentication
5374 * Version 0.3.0 (2001-12-17)
5375 - Corrected bug in new integer formatting (now we use the old format again)
5376 - Several corrections and usual cleanups
5378 * Version 0.2.91 (2001-12-10)
5379 - Fixes in MPI handling (fixes possible bug with signed integers)
5380 - Removed name indication extension
5381 - Added gnutls_transport_get_ptr() and gnutls_db_get_ptr()
5382 - Optimizations in server certificate callback.
5383 - Fixes in anonymous authentication
5384 - Corrections in client ciphersuite selection
5386 * Version 0.2.90 (2001-12-07)
5387 - gnutls_handshake(), gnutls_read() etc. functions no longer require
5388 the 'SOCKET cd' argument. This argument is set using the function
5389 gnutls_set_transport_ptr().
5390 - introduced gnutls_x509pki_get_peer_certificate_list(). This function returns
5391 a list containing peer's certificate and issuers DER encoded.
5392 - Updated X.509 certificate handling API
5393 - Added callback to select the server certificate
5394 - More consistent function naming (changes in several function names)
5395 - Buffer overflow checking in ASN.1 structures parser
5396 - Updated documentation
5398 * Version 0.2.11 (2001-11-16)
5399 - Changed the meaning of GNUTLS_E_REHANDSHAKE value. If this value
5400 is returned, then the caller should perform a handshake or send
5401 an alert to the peer.
5402 - Made receive buffer dynamic. Normally if no large chunks are received
5403 it occupies less space.
5404 - Added max_record_size extension
5405 - Bugfixes in session handling
5406 - Improved non blocking IO support in the Handshake Protocol
5407 - Usual bugfixes and cleanups
5408 - Documentation updated (includes ASN.1 documentation)
5410 * Version 0.2.10 (2001-11-05)
5411 - Corrected bugs and improved non blocking IO
5412 - Added hooks to use external database to store sessions
5415 * Version 0.2.9 (2001-10-27)
5416 - AUTH_INFO types and structures were moved to library internals
5417 - AUTH_FAILED is no longer returned in SRP authentication
5418 (any fatal error in SRP means auth failed)
5419 - Introduced GNUTLS_E_INTERRUPTED
5420 - Added support for non blocking IO
5421 - gnutls_recv() and gnutls_send() are now obsolete
5422 - Changed semantics of gnutls_rehandshake()
5424 * Version 0.2.4 (2001-10-12)
5425 - Better handling of X.509 certificate extensions
5426 - Added DHE_RSA ciphersuites
5427 - Updated the Name Indication (dnsname) extension
5428 - Improvements in Diffie Hellman primes handling
5430 * Version 0.2.3 (2001-09-19)
5431 - Memory optimizations in gnutls_recv()
5432 - Fixed several memory leaks
5433 - Added ability to specify callback for x509 client certificate selection
5434 - Better documentation
5436 * Version 0.2.2 (2001-08-21)
5437 - Several bugfixes (library and documentation)
5439 * Version 0.2.1 (2001-08-07)
5442 * Version 0.2.0 (2001-08-07)
5443 - Partial support for X.509v3 Certificate extensions.
5444 - Added Internal memory handlers
5445 - Removed gnutls_x509_set_cn()
5446 - Added X.509 client authentication
5447 - Several bug fixes and protocol fixes
5449 * Version 0.1.9 (2001-07-30)
5450 - Corrected bug(s) in ChangeCipherSpec packet (fixes renegotiate)
5451 - SRP is updated to conform to the newest draft.
5452 - Added support for DNSNAME extension.
5453 - Reentracy fixes in ASN.1 Parsing.
5454 - Optimizations in hash/hmac functions
5455 - (Error) message handling has changed
5456 - Better Protocol Version handling
5457 - Added X.509 Certificate Verification
5458 - gnutls_read() semantics are now closer to read(2) - added EOF
5459 - Documented some part of gnutls in doc/tex/ using Latex
5461 * Version 0.1.4 (2001-06-22)
5462 - Corrected (srp) base64 encoding.
5463 - Changed bcrypt algorithm to include username.
5464 - Added RSA Ciphersuites (no certificate checking).
5465 - Fixes in SSL 2.0 client hello parsing.
5466 - Added ASN.1 and DER parsers.
5467 - Bugfixes in session resuming
5468 - Updated Ciphersuite selection algorithm
5469 - Added internal representation of X.509 structures.
5470 - Added global state
5472 * Version 0.1.3 (2001-06-01)
5473 - Updated API (and the way it is documented - we use inline documentation)
5474 - Added function to access alert messages.
5475 - Added support for renegotiating parameters.
5476 - Better and Faster Resume Database handling.
5479 * Version 0.1.2 (2001-05-14)
5481 - Fixes in extension handling
5483 * Version 0.1.1 (2001-05-13)
5484 - Added compatibility with Stanford's libsrp library
5486 * Version 0.1.0 (2001-05-09)
5487 - Added SSL 2.0 client hello support
5488 - GNUTLS is a gnu library
5489 - Added support for TLS extensions.
5490 - Added support for SRP
5492 * Version 0.0.7 (2001-01-11)
5493 - Added server side session resuming (using gdbm)
5494 - Added twofish algorithm
5496 * Version 0.0.6 (2000-12-20)
5497 - Added client side session resuming
5498 - Better documentation (check doc/API)
5499 - Better socket handling (gnutls can be used with select())
5500 - Some primitive support for non blocking IO and socket options has been added.
5502 * Version 0.0.5 (2000-12-07)
5503 - Added Compression (using ZLIB)
5504 - Added SSL 3.0 support
5506 ----------------------------------------------------------------------
5507 Copying and distribution of this file, with or without modification,
5508 are permitted in any medium without royalty provided the copyright
5509 notice and this notice are preserved.