added comments
[gnutls:gnutls.git] / NEWS
1 GnuTLS NEWS -- History of user-visible changes.                -*- outline -*-
2 Copyright (C) 2000-2015 Free Software Foundation, Inc.
3 Copyright (C) 2013, 2014 Nikos Mavrogiannopoulos
4 See the end for copying conditions.
5
6 * Version 3.4.0 (unreleased)
7
8 ** libgnutls: Depend on nettle 3.0.
9
10 ** libgnutls: Use getrandom() or getentropy() when available. That
11 avoids the complexity of file descriptor handling and the issues with
12 applications closing all open file descriptors.
13
14 ** libgnutls: Use pthread_atfork() to detect fork.
15
16 ** libgnutls: Added helper functions to obtain information on PKCS #8
17 structures.
18
19 ** libgnutls: Added API to utilize system specific private keys in
20 "gnutls/system-keys.h". It is currently restricted to windows CNG
21 keys.
22
23 ** libgnutls: priority strings VERS-TLS-ALL and VERS-DTLS-ALL are 
24 restricted to the corresponding protocols only, and the VERS-ALL
25 string is introduced to catch all possible protocols.
26
27 ** libgnutls: SSL 3.0 is no longer included in the default priorities
28 list. It has to be explicitly enabled, e.g., with a string like
29 "NORMAL:+VERS-SSL3.0".
30
31 ** libgnutls: ARCFOUR (RC4) is no longer included in the default priorities
32 list. It has to be explicitly enabled, e.g., with a string like
33 "NORMAL:+ARCFOUR-128".
34
35 ** libgnutls: Use nettle's PBKDF2 implementation.
36
37 ** libgnutls: gnutls_x509_crt_check_hostname() and friends will use
38 RFC6125 comparison of hostnames. That introduces a dependency on libidn.
39
40 ** libgnutls: When printing a certificate request print the signature
41 algorithm as well.
42
43 ** libgnutls: Added support for RFC7366 (taking into account its
44 errata text). This is enabled by default.
45
46 ** libgnutls: The gnutls_handshake() process will enforce a timeout by
47 default.
48
49 ** libgnutls: The priority string EXPORT was removed.
50
51 ** libgnutls: If a key purpose (extended key usage) is specified for verification,
52 it is applied into intermediate certificates. The verification result
53 GNUTLS_CERT_PURPOSE_MISMATCH is also introduced. 
54
55 ** libgnutls: Added support for the extended master secret
56 (triple-handshake fix) following draft-ietf-tls-session-hash-02.
57
58 ** libgnutls: Added support for AES-CCM.
59
60 ** libgnutls: Added a new simple and hard to misuse AEAD API (crypto.h).
61
62 ** libgnutls: When gnutls_certificate_set_x509_key_file2() is used in
63 combination with PKCS #11, or TPM URLs, it will utilize the provided
64 password as PIN if required. That removes the requirement for the
65 application to set a callback for PINs in that case.
66
67 ** libgnutls: Certificate chains which are provided to gnutls_certificate_credentials_t
68 will automatically be sorted instead of failing with GNUTLS_E_CERTIFICATE_LIST_UNSORTED.
69
70 ** libgnutls: Added the ability to register application specific URL
71 types, which express certificates and keys using gnutls_register_custom_url().
72
73 ** libgnutls: Added functions to export and set the record state. That
74 allows for gnutls_record_send() and recv() to be offloaded (to kernel,
75 hardware or any other subsystem).
76
77 ** libgnutls-openssl: it is no longer built by default.
78
79 ** certtool: Added --p8-info option, which will print PKCS #8 information
80 even if the password is not available.
81
82 ** certtool: --key-info option will print PKCS #8 encryption information
83 when available.
84
85 ** certtool: Added the --key-id and --fingerprint options.
86
87 ** certtool: Added the --hostname and --purpose options to be used in
88 certificate chain verification, to simulate verification for specific
89 hostname and key purpose (extended key usage).
90
91 ** certtool: --p12-info option will print PKCS #12 MAC and cipher information
92 when available.
93
94 ** certtool: it will print the A-label (ACE) names in addition to UTF-8.
95
96 ** gnutls-cli: added option --priority-list.
97
98 ** guile: Deprecated priority API has been removed. The old priority API, 
99 which had been deprecated for some time, is now gone; use 'set-session-priorities!'
100 instead.
101
102 ** guile: Remove RSA parameters and related procedures. This API had been 
103 deprecated.  
104
105 ** guile: Fix compilation on MinGW. Previously only the static version of the 
106 'guile-gnutls-v-2' library would be built, preventing dynamic loading from Guile.
107
108 ** API and ABI modifications:
109 gnutls_record_get_state: Added
110 gnutls_record_set_state: Added
111 gnutls_aead_cipher_init: Added
112 gnutls_aead_cipher_decrypt: Added
113 gnutls_aead_cipher_encrypt: Added
114 gnutls_aead_cipher_deinit: Added
115 gnutls_pkcs12_generate_mac2: Added
116 gnutls_pkcs12_mac_info: Added
117 gnutls_pkcs12_bag_enc_info: Added
118 gnutls_pkcs8_info: Added
119 gnutls_pkcs_schema_get_name: Added
120 gnutls_pkcs_schema_get_oid: Added
121 gnutls_pcert_export_x509: Added
122 gnutls_pcert_export_openpgp: Added
123 gnutls_pcert_import_x509_list: Added
124 gnutls_pkcs11_privkey_cpy: Added
125 gnutls_x509_crq_get_signature_algorithm: Added
126 gnutls_x509_trust_list_iter_get_ca: Added
127 gnutls_x509_trust_list_iter_deinit: Added
128 gnutls_x509_trust_list_get_issuer_by_dn: Added
129 gnutls_pkcs11_get_raw_issuer_by_dn: Added
130 gnutls_certificate_get_trust_list: Added
131 gnutls_privkey_export_x509: Added
132 gnutls_privkey_export_pkcs11: Added
133 gnutls_privkey_export_openpgp: Added
134 gnutls_privkey_import_ext3: Added
135 gnutls_certificate_get_x509_key: Added
136 gnutls_certificate_get_x509_crt: Added
137 gnutls_certificate_get_openpgp_key: Added
138 gnutls_certificate_get_openpgp_crt: Added
139 gnutls_record_discard_queued: Added
140 gnutls_session_ext_master_secret_status: Added
141 gnutls_priority_string_list: Added
142 gnutls_dh_params_import_raw2: Added
143 gnutls_memset: Added
144 gnutls_memcmp: Added
145 gnutls_pkcs12_bag_set_privkey: Added
146 gnutls_ocsp_resp_get_responder_raw_id: Added
147 gnutls_system_key_iter_deinit: Added
148 gnutls_system_key_iter_get_info: Added
149 gnutls_system_key_delete: Added
150 gnutls_system_key_add_x509: Added
151 gnutls_system_recv_timeout: Added
152 gnutls_register_custom_url: Added
153 gnutls_pkcs11_obj_list_import_url3: Added
154 gnutls_pkcs11_obj_list_import_url4: Added
155 gnutls_handshake_set_hook_function: Modified
156 gnutls_pkcs11_obj_list_import_url: Removed
157 gnutls_pkcs11_obj_list_import_url2: Removed
158 gnutls_certificate_client_set_retrieve_function: Removed
159 gnutls_certificate_server_set_retrieve_function: Removed
160 gnutls_certificate_set_rsa_export_params: Removed
161 gnutls_certificate_type_set_priority: Removed
162 gnutls_cipher_set_priority: Removed
163 gnutls_compression_set_priority: Removed
164 gnutls_kx_set_priority: Removed
165 gnutls_mac_set_priority: Removed
166 gnutls_protocol_set_priority: Removed
167 gnutls_rsa_export_get_modulus_bits: Removed
168 gnutls_rsa_export_get_pubkey: Removed
169 gnutls_rsa_params_cpy: Removed
170 gnutls_rsa_params_deinit: Removed
171 gnutls_rsa_params_export_pkcs1: Removed
172 gnutls_rsa_params_export_raw: Removed
173 gnutls_rsa_params_generate2: Removed
174 gnutls_rsa_params_import_pkcs1: Removed
175 gnutls_rsa_params_import_raw: Removed
176 gnutls_rsa_params_init: Removed
177 gnutls_sign_callback_get: Removed
178 gnutls_sign_callback_set: Removed
179 gnutls_x509_crt_verify_data: Removed
180 gnutls_x509_crt_verify_hash: Removed
181 gnutls_pubkey_get_verify_algorithm: Removed
182 gnutls_x509_crt_get_verify_algorithm: Removed
183 gnutls_pubkey_verify_hash: Removed
184 gnutls_pubkey_verify_data: Removed
185
186 guile:
187 set-session-cipher-priority!: Removed
188 set-session-mac-priority!: Removed
189 set-session-compression-method-priority!: Removed
190 set-session-kx-priority!: Removed
191 set-session-protocol-priority!: Removed
192 set-session-certificate-type-priority!: Removed
193 set-session-default-priority!: Removed
194 set-session-default-export-priority!: Removed
195 make-rsa-parameters: Removed
196 rsa-parameters?: Removed
197 set-certificate-credentials-rsa-export-parameters!: Removed
198 pkcs1-import-rsa-parameters: Removed
199 pkcs1-export-rsa-parameters: Removed
200
201
202
203 * Version 3.3.6 (released 2014-07-23)
204
205 ** libgnutls: Use inet_ntop to print IP addresses when available
206
207 ** libgnutls: gnutls_x509_crt_check_hostname and friends will also check
208 IP addresses, and match documented behavior. Reported by David Woodhouse.
209
210 ** libgnutls: DSA key generation in FIPS140-2 mode doesn't allow 1024
211 bit parameters.
212
213 ** libgnutls: fixed issue in gnutls_pkcs11_reinit() which prevented tokens
214 being usable after a reinitialization.
215
216 ** libgnutls: fixed PKCS #11 private key operations after a fork.
217
218 ** libgnutls: fixed PKCS #11 ECDSA key generation.
219
220 ** libgnutls: The GNUTLS_CPUID_OVERRIDE environment variable can be used to 
221 explicitly enable/disable the use of certain CPU capabilities. Note that CPU
222 detection cannot be overriden, i.e., VIA options cannot be enabled on an Intel
223 CPU. The currently available options are:
224   0x1: Disable all run-time detected optimizations
225   0x2: Enable AES-NI
226   0x4: Enable SSSE3
227   0x8: Enable PCLMUL
228   0x100000: Enable VIA padlock
229   0x200000: Enable VIA PHE
230   0x400000: Enable VIA PHE SHA512
231
232 ** libdane: added dane_query_to_raw_tlsa(); patch by Simon Arlott.
233
234 ** p11tool: use GNUTLS_SO_PIN to read the security officer's PIN if set.
235
236 ** p11tool: ask for label when one isn't provided.
237
238 ** p11tool: added --batch parameter to disable any interactivity.
239
240 ** p11tool: will not implicitly enable so-login for certain types of
241 objects. That avoids issues with tokens that require different login
242 types.
243
244 ** certtool/p11tool: Added the --curve parameter which allows to explicitly
245 specify the curve to use.
246
247 ** API and ABI modifications:
248 gnutls_certificate_set_x509_trust_dir: Added
249 gnutls_x509_trust_list_add_trust_dir: Added
250
251
252 * Version 3.3.5 (released 2014-06-26)
253
254 ** libgnutls: Added gnutls_record_recv_packet() and gnutls_packet_deinit().
255 These functions provide a variant of gnutls_record_recv() that avoids
256 the final memcpy of data.
257
258 ** libgnutls: gnutls_x509_crl_iter_crt_serial() was added as a
259 faster variant of gnutls_x509_crl_get_crt_serial() when coping with
260 very large structures.
261
262 ** libgnutls: When the decoding of a printable DN element fails, then treat
263 it as unknown and print its hex value rather than failing. That works around
264 an issue in a TURKTRST root certificate which improperly encodes the
265 X520countryName element.
266
267 ** libgnutls: gnutls_x509_trust_list_add_trust_file() will return the number
268 of certificates present in a PKCS #11 token when loading it.
269
270 ** libgnutls: Allow the post client hello callback to put the handshake on
271 hold, by returning GNUTLS_E_AGAIN or GNUTLS_E_INTERRUPTED.
272
273 ** certtool: option --to-p12 will now consider --load-ca-certificate
274
275 ** certtol: Added option to specify the PKCS #12 friendly name on command
276 line.
277
278 ** p11tool: Allow marking a certificate copied to a token as a CA.
279
280 ** API and ABI modifications:
281 GNUTLS_PKCS11_OBJ_FLAG_MARK_CA: Added
282 gnutls_x509_crl_iter_deinit: Added
283 gnutls_x509_crl_iter_crt_serial: Added
284 gnutls_record_recv_packet: Added
285 gnutls_packet_deinit: Added
286 gnutls_packet_get: Added
287
288
289 * Version 3.3.4 (released 2014-05-31)
290
291 ** libgnutls: Updated Andy Polyakov's assembly code. That prevents a
292 crash on certain CPUs.
293
294 ** API and ABI modifications:
295 No changes since last version.
296
297
298 * Version 3.3.3 (released 2014-05-30)
299
300 ** libgnutls: Eliminated memory corruption issue in Server Hello parsing.
301 Issue reported by Joonas Kuorilehto of Codenomicon.
302
303 ** libgnutls: gnutls_global_set_mutex() was modified to operate with the
304 new initialization process.
305
306 ** libgnutls: Increased the maximum certificate size buffer
307 in the PKCS #11 subsystem.
308
309 ** libgnutls: Check the return code of getpwuid_r() instead of relying
310 on the result value. That avoids issue in certain systems, when using
311 tofu authentication and the home path cannot be determined. Issue reported
312 by Viktor Dukhovni.
313
314 ** libgnutls-dane: Improved dane_verify_session_crt(), which now attempts to
315 create a full chain. This addresses points from https://savannah.gnu.org/support/index.php?108552
316
317 ** gnutls-cli: --dane will only check the end certificate if PKIX validation
318 has been disabled.
319
320 ** gnutls-cli: --benchmark-soft-ciphers has been removed. That option cannot
321 be emulated with the implicit initialization of gnutls.
322
323 ** certtool: Allow multiple organizations and organizational unit names to
324 be specified in a template.
325
326 ** certtool: Warn when invalid configuration options are set to a template.
327
328 ** ocsptool: Include path in ocsp request. This resolves #108582
329 (https://savannah.gnu.org/support/?108582), reported by Matt McCutchen.
330
331 ** API and ABI modifications:
332 gnutls_credentials_get: Added
333
334
335 * Version 3.3.2 (released 2014-05-06)
336
337 ** libgnutls: Added the 'very weak' certificate verification profile
338 that corresponds to 64-bit security level.
339
340 ** libgnutls: Corrected file descriptor leak on random generator
341 initialization.
342
343 ** libgnutls: Corrected file descriptor leak on PSK password file
344 reading. Issue identified using the Codenomicon TLS test suite.
345
346 ** libgnutls: Avoid deinitialization if initialization has failed.
347
348 ** libgnutls: null-terminate othername alternative names.
349
350 ** libgnutls: gnutls_x509_trust_list_get_issuer() will operate correctly
351 on a PKCS #11 trust list.
352
353 ** libgnutls: Several small bug fixes identified using valgrind and
354 the Codenomicon TLS test suite.
355
356 ** libgnutls-dane: Accept a certificate using DANE if there is at least one
357 entry that matches the certificate. Patch by simon [at] arlott.org.
358
359 ** libgnutls-guile: Fixed compilation issue.
360
361 ** certtool: Allow exporting a CRL on DER format.
362
363 ** certtool: The ECDSA keys generated by default use the SECP256R1 curve
364 which is supported more widely than the previously used SECP224R1.
365
366 ** API and ABI modifications:
367 GNUTLS_PROFILE_VERY_WEAK: Added
368
369
370 * Version 3.3.1 (released 2014-04-19)
371
372 ** libgnutls: Enforce more strict checks to heartbeat messages
373 concerning padding and payload. Suggested by Peter Dettman.
374
375 ** libgnutls: Allow decoding PKCS #8 files with ECC parameters
376 from openssl.
377
378 ** libgnutls: Several small bug fixes found by coverity.
379
380 ** libgnutls: The conditionally available self-test functions
381 were moved to self-test.h.
382
383 ** libgnutls: Fixed issue with the check of incoming data when two
384 different recv and send pointers have been specified. Reported and
385 investigated by JMRecio.
386
387 ** libgnutls: Fixed issue in the RSA-PSK key exchange, which would 
388 result to illegal memory access if a server hint was provided. Reported
389 by André Klitzing.
390
391 ** libgnutls: Fixed client memory leak in the PSK key exchange, if a
392 server hint was provided.
393
394 ** libgnutls: Corrected the *get_*_othername_oid() functions.
395
396 ** API and ABI modifications:
397 No changes since last version.
398
399
400 * Version 3.3.0 (released 2014-04-10)
401
402 ** libgnutls: The initialization of the library was moved to a
403 constructor. That is, gnutls_global_init() is no longer required
404 unless linking with a static library or a system that does not
405 support library constructors.
406
407 ** libgnutls: static libraries are not built by default.
408
409 ** libgnutls: PKCS #11 initialization is delayed to first usage.
410 That avoids long delays in gnutls initialization due to broken PKCS #11
411 modules.
412
413 ** libgnutls: The PKCS #11 subsystem is re-initialized "automatically"
414 on the first PKCS #11 API call after a fork. 
415
416 ** libgnutls: certificate verification profiles were introduced
417 that can be specified as flags to verification functions. They
418 are enumerations in gnutls_certificate_verification_profiles_t
419 and can be converted to flags for use in a verification function
420 using GNUTLS_PROFILE_TO_VFLAGS().
421
422 ** libgnutls: Added the ability to read system-specific initial
423 keywords, if they are prefixed with '@'. That allows a compile-time
424 specified configuration file to be used to read pre-configured priority
425 strings from. That can be used to impose system specific policies.
426
427 ** libgnutls: Increased the default security level of priority
428 strings (NORMAL and PFS strings require at minimum a 1008 DH prime), 
429 and set a verification profile by default.  The LEGACY keyword is 
430 introduced to set the old defaults.
431
432 ** libgnutls: Added support for the name constraints PKIX extension.
433 Currently only DNS names and e-mails are supported (no URIs, IPs
434 or DNs).
435
436 ** libgnutls: Security parameter SEC_PARAM_NORMAL was renamed to 
437 SEC_PARAM_MEDIUM to avoid confusion with the priority string NORMAL.
438
439 ** libgnutls: Added new API in x509-ext.h to handle X.509 extensions.
440 This API handles the X.509 extensions in isolation, allowing to parse
441 similarly formatted extensions stored in other structures.
442
443 ** libgnutls: When generating DSA keys the macro GNUTLS_SUBGROUP_TO_BITS
444 can be used to specify a particular subgroup as the number of bits in
445 gnutls_privkey_generate; e.g., GNUTLS_SUBGROUP_TO_BITS(2048, 256).
446
447 ** libgnutls: DH parameter generation is now delegated to nettle.
448 That unfortunately has the side-effect that DH parameters longer than
449 3072 bits, cannot be generated (not without a nettle update).
450
451 ** libgnutls: Separated nonce RNG from the main RNG. The nonce
452 random number generator is based on salsa20/12.
453
454 ** libgnutls: The buffer alignment provided to crypto backend is
455 enforced to be 16-byte aligned, when compiled with cryptodev
456 support. That allows certain cryptodev drivers to operate more
457 efficiently.
458
459 ** libgnutls: Return error when a public/private key pair that doesn't
460 match is set into a credentials structure.
461
462 ** libgnutls: Depend on p11-kit 0.20.0 or later.
463
464 ** libgnutls: The new padding (%NEW_PADDING) experimental TLS extension has
465 been removed. It was not approved by IETF.
466
467 ** libgnutls: The experimental xssl library is removed from the gnutls
468 distribution.
469
470 ** libgnutls: Reduced the number of gnulib modules used in the main library.
471
472 ** libgnutls: Added priority string %DISABLE_WILDCARDS.
473
474 ** libgnutls: Added the more extensible verification function
475 gnutls_certificate_verify_peers(), that allows checking, in addition
476 to a peer's DNS hostname, for the key purpose of the end certificate
477 (via PKIX extended key usage).
478
479 ** certtool: Timestamps for serial numbers were increased to 8 bytes,
480 and in batch mode to 12 (appended with 4 random bytes).
481
482 ** certtool: When no CRL number is provided (or value set to -1), then
483 a time-based number will be used, similarly to the serial generation
484 number in certificates.
485
486 ** certtool: Print the SHA256 fingerprint of a certificate in addition
487 to SHA1.
488
489 ** libgnutls: Added --enable-fips140-mode configuration option (unsupported).
490 That option enables (when running on FIPS140-enabled system):
491  o RSA, DSA and DH key generation as in FIPS-186-4 (using provable primes)
492  o The DRBG-CTR-AES256 deterministic random generator from SP800-90A.
493  o Self-tests on initialization on ciphers/MACs, public key algorithms 
494    and the random generator.
495  o HMAC-SHA256 verification of the library on load.
496  o MD5 is included for TLS purposes but cannot be used by the high level
497    hashing functions.
498  o All ciphers except AES are disabled.
499  o All MACs and hashes except GCM and SHA are disabled (e.g., HMAC-MD5).
500  o All keys (temporal and long term) are zeroized after use.
501  o Security levels are adjusted to the FIPS140-2 recommendations (rather
502    than ECRYPT).
503
504 ** API and ABI modifications:
505 GNUTLS_VERIFY_DO_NOT_ALLOW_WILDCARDS: Added
506 gnutls_certificate_verify_peers: Added
507 gnutls_privkey_generate: Added
508 gnutls_pkcs11_crt_is_known: Added
509 gnutls_fips140_mode_enabled: Added
510 gnutls_sec_param_to_symmetric_bits: Added
511 gnutls_pubkey_export_ecc_x962: Added (replaces gnutls_pubkey_get_pk_ecc_x962)
512 gnutls_pubkey_export_ecc_raw: Added (replaces gnutls_pubkey_get_pk_ecc_raw)
513 gnutls_pubkey_export_dsa_raw: Added (replaces gnutls_pubkey_get_pk_dsa_raw)
514 gnutls_pubkey_export_rsa_raw: Added (replaces gnutls_pubkey_get_pk_rsa_raw)
515 gnutls_pubkey_verify_params: Added
516 gnutls_privkey_export_ecc_raw: Added
517 gnutls_privkey_export_dsa_raw: Added
518 gnutls_privkey_export_rsa_raw: Added
519 gnutls_privkey_import_ecc_raw: Added
520 gnutls_privkey_import_dsa_raw: Added
521 gnutls_privkey_import_rsa_raw: Added
522 gnutls_privkey_verify_params: Added
523 gnutls_x509_crt_check_hostname2: Added
524 gnutls_openpgp_crt_check_hostname2: Added
525 gnutls_x509_name_constraints_init: Added
526 gnutls_x509_name_constraints_deinit: Added
527 gnutls_x509_crt_get_name_constraints: Added
528 gnutls_x509_name_constraints_add_permitted: Added
529 gnutls_x509_name_constraints_add_excluded: Added
530 gnutls_x509_crt_set_name_constraints: Added
531 gnutls_x509_name_constraints_get_permitted: Added
532 gnutls_x509_name_constraints_get_excluded: Added
533 gnutls_x509_name_constraints_check: Added
534 gnutls_x509_name_constraints_check_crt: Added
535 gnutls_x509_crl_get_extension_data2: Added
536 gnutls_x509_crt_get_extension_data2: Added
537 gnutls_x509_crq_get_extension_data2: Added
538 gnutls_subject_alt_names_init: Added
539 gnutls_subject_alt_names_deinit: Added
540 gnutls_subject_alt_names_get: Added
541 gnutls_subject_alt_names_set: Added
542 gnutls_x509_ext_import_subject_alt_names: Added
543 gnutls_x509_ext_export_subject_alt_names: Added
544 gnutls_x509_crl_dist_points_init: Added
545 gnutls_x509_crl_dist_points_deinit: Added
546 gnutls_x509_crl_dist_points_get: Added
547 gnutls_x509_crl_dist_points_set: Added
548 gnutls_x509_ext_import_crl_dist_points: Added
549 gnutls_x509_ext_export_crl_dist_points: Added
550 gnutls_x509_ext_import_name_constraints: Added
551 gnutls_x509_ext_export_name_constraints: Added
552 gnutls_x509_aia_init: Added
553 gnutls_x509_aia_deinit: Added
554 gnutls_x509_aia_get: Added
555 gnutls_x509_aia_set: Added
556 gnutls_x509_ext_import_aia: Added
557 gnutls_x509_ext_export_aia: Added
558 gnutls_x509_ext_import_subject_key_id: Added
559 gnutls_x509_ext_export_subject_key_id: Added
560 gnutls_x509_ext_export_authority_key_id: Added
561 gnutls_x509_ext_import_authority_key_id: Added
562 gnutls_x509_aki_init: Added
563 gnutls_x509_aki_get_id: Added
564 gnutls_x509_aki_get_cert_issuer: Added
565 gnutls_x509_aki_set_id: Added
566 gnutls_x509_aki_set_cert_issuer: Added
567 gnutls_x509_aki_deinit: Added
568 gnutls_x509_ext_import_private_key_usage_period: Added
569 gnutls_x509_ext_export_private_key_usage_period: Added
570 gnutls_x509_ext_import_basic_constraints: Added
571 gnutls_x509_ext_export_basic_constraints: Added
572 gnutls_x509_ext_import_key_usage: Added
573 gnutls_x509_ext_export_key_usage: Added
574 gnutls_x509_ext_import_proxy: Added
575 gnutls_x509_ext_export_proxy: Added
576 gnutls_x509_policies_init: Added
577 gnutls_x509_policies_deinit: Added
578 gnutls_x509_policies_get: Added
579 gnutls_x509_policies_set: Added
580 gnutls_x509_ext_import_policies: Added
581 gnutls_x509_ext_export_policies: Added
582 gnutls_x509_key_purpose_init: Added
583 gnutls_x509_key_purpose_deinit: Added
584 gnutls_x509_key_purpose_set: Added
585 gnutls_x509_key_purpose_get: Added
586 gnutls_x509_ext_import_key_purposes: Added
587 gnutls_x509_ext_export_key_purposes: Added
588 gnutls_digest_self_test: Added (conditionally)
589 gnutls_mac_self_test: Added (conditionally)
590 gnutls_pk_self_test: Added (conditionally)
591 gnutls_cipher_self_test: Added (conditionally)
592 gnutls_global_set_mem_functions: Deprecated
593
594
595 * Version 3.2.6 (released 2013-10-31)
596
597 ** libgnutls: Support for TPM via trousers is now enabled by default.
598
599 ** libgnutls: Camellia in GCM mode has been added in default priorities, and
600 GCM mode is prioritized over CBC in all of the default priority strings.
601
602 ** libgnutls: Added ciphersuite GNUTLS_ECDHE_RSA_AES_256_CBC_SHA384.
603
604 ** libgnutls: Fixed ciphersuites GNUTLS_ECDHE_ECDSA_CAMELLIA_256_CBC_SHA384,
605 GNUTLS_ECDHE_RSA_CAMELLIA_256_CBC_SHA384 and GNUTLS_PSK_CAMELLIA_128_GCM_SHA256. 
606 Reported by Stefan Buehler.
607
608 ** libgnutls: Added support for ISO OID for RSA-SHA1 signatures.
609
610 ** libgnutls: Minimum acceptable DH group parameters were increased to 767
611 bits from 727.
612
613 ** libgnutls: Added function to obtain random data from PKCS #11 tokens.
614 Contributed by Wolfgang Meyer zu Bergsten.
615
616 ** gnulib: updated.
617
618 ** libdane: Fixed a one-off bug in dane_query_tlsa() introduced by the
619 previous fix. Reported by Tomas Mraz.
620
621 ** p11tool: Added option generate-random.
622
623 ** API and ABI modifications:
624 gnutls_pkcs11_token_get_random: Added
625
626
627 * Version 3.2.5 (released 2013-10-23)
628
629 ** libgnutls: Documentation and build-time fixes.
630
631 ** libgnutls: Allow the generation of DH groups of less than 700 bits.
632
633 ** libgnutls: Added several combinations of ciphersuites with SHA256 and SHA384 as MAC,
634 as well as Camellia with GCM.
635
636 ** libdane: Added interfaces to allow initialization of dane_query_t from
637 external DNS resolutions, and to allow direct verification of a certificate
638 chain against a dane_query_t. Contributed by Christian Grothoff.
639
640 ** libdane: Fixed a buffer overflow in dane_query_tlsa(). This could be
641 triggered by a DNS server supplying more than 4 DANE records. Report and fix
642 by Christian Grothoff.
643
644 ** srptool: Fixed index command line option. Patch by Attila Molnar.
645
646 ** gnutls-cli: Added support for inline commands, using the
647 --inline-commands-prefix and --inline-commands options. Patch by Raj Raman.     
648
649 ** certtool: pathlen constraint is now read correctly. Reported by
650 Christoph Seitz.
651
652 ** API and ABI modifications:
653 gnutls_certificate_get_crt_raw: Added
654 dane_verify_crt_raw: Added
655 dane_raw_tlsa: Added
656
657
658 * Version 3.2.4 (released 2013-08-31)
659
660 ** libgnutls: Fixes when session tickets and session DB are used.
661 Report and initial patch by Stefan Buehler.
662
663 ** libgnutls: Added the RSA-PSK key exchange. Patch by by Frank Morgner,
664 based on previous patch by Bardenheuer GmbH and Bundesdruckerei GmbH.
665
666 ** libgnutls: Added ciphersuites that use ARCFOUR with ECDHE. Patch
667 by Stefan Buehler.
668
669 ** libgnutls: Added the PFS priority string option.
670
671 ** libgnutls: Gnulib included files are strictly LGPLv2.
672
673 ** libgnutls: Corrected gnutls_certificate_server_set_request().
674 Reported by Petr Pisar.
675
676 ** API and ABI modifications:
677 gnutls_record_set_timeout: Exported
678
679
680 * Version 3.2.3 (released 2013-07-30)
681
682 ** libgnutls: Fixes in parsing of priority strings. Patch by Stefan Buehler.
683
684 ** libgnutls: Solve issue with received TLS packets that exceed 2^14. 
685 (this fixes a bug that was accidentally introduced in 3.2.2)
686
687 ** libgnutls: Removed gnulib modules under LGPLv3 that could possibly be
688 used by the library.
689
690 ** libgnutls: Fixes in gnutls_record_send_range(). Report and initial fix by 
691 Alfredo Pironti.
692
693 ** API and ABI modifications:
694 gnutls_priority_kx_list: Added
695 gnutls_priority_mac_list: Added
696 gnutls_priority_cipher_list: Added
697
698
699 * Version 3.2.2 (released 2013-07-14)
700
701 ** libgnutls: Several optimizations in the related to packet processing
702 subsystems.
703
704 ** libgnutls: DTLS replay detection can now be disabled (to be used
705 in certain transport layers like SCTP).
706
707 ** libgnutls: Fixes in SRTP extension generation when MKI is being
708 used.
709
710 ** libgnutls: Added ability to set hooks before or after sending or receiving
711 any handshake message with gnutls_handshake_set_hook_function().
712
713 ** API and ABI modifications:
714 GNUTLS_NO_REPLAY_PROTECTION: Added
715 gnutls_certificate_set_trust_list: Added
716 gnutls_cipher_get_tag_size: Added
717 gnutls_record_overhead_size: Added
718 gnutls_est_record_overhead_size: Added
719 gnutls_handshake_set_hook_function: Added
720 gnutls_handshake_description_get_name: Added
721 gnutls_digest_list: Added
722 gnutls_digest_get_id: Added
723 gnutls_digest_get_name: Added
724
725
726 * Version 3.2.1 (released 2013-06-01)
727
728 ** libgnutls: Allow ECC when in SSL 3.0 to work-around a bug in certain
729 openssl versions.
730
731 ** libgnutls: Fixes in interrupted function resumption. Report
732 and patch by Tim Kosse.
733
734 ** libgnutls: Corrected issue when receiving client hello verify requests
735 in DTLS.
736
737 ** libgnutls: Fixes in DTLS record overhead size calculations.
738
739 ** libgnutls: gnutls_handshake_get_last_in() was fixed. Reported
740 by Mann Ern Kang.
741
742 ** API and ABI modifications:
743 gnutls_session_set_id: Added
744
745
746 * Version 3.2.0 (released 2013-05-10)
747
748 ** libgnutls: Use nettle's elliptic curve implementation.
749
750 ** libgnutls: Added Salsa20 cipher
751
752 ** libgnutls: Added UMAC-96 and UMAC-128
753
754 ** libgnutls: Added ciphersuites involving Salsa20 and UMAC-96.
755 As they are not standardized they are defined using private ciphersuite 
756 numbers.
757
758 ** libgnutls: Added support for DTLS 1.2.
759
760 ** libgnutls: Added support for the Application Layer Protocol Negotiation
761 (ALPN) extension.
762
763 ** libgnutls: Removed support for the RSA-EXPORT ciphersuites.
764
765 ** libgnutls: Avoid linking to librt (that also avoids unnecessary
766 linking to pthreads if p11-kit isn't used).
767
768 ** API and ABI modifications:
769 gnutls_cipher_get_iv_size: Added
770 gnutls_hmac_set_nonce: Added
771 gnutls_mac_get_nonce_size: Added
772
773
774 * Version 3.1.10 (released 2013-03-22)
775
776 ** certtool: When generating PKCS #12 files use by default the 
777 ARCFOUR (RC4) cipher to be compatible with devices that don't
778 support AES with PKCS #12.
779
780 ** libgnutls: Load CA certificates in android 4.x systems.
781
782 ** libgnutls: Optimized CA certificate loading.
783
784 ** libgnutls: Private keys are overwritten on deinitialization.
785
786 ** libgnutls: PKCS #11 slots are scanned only when needed, not
787 on initialization. This speeds up gnutls initialization when smart
788 cards are present.
789
790 ** libgnutls: Corrected issue in the (deprecated) external key
791 signing interface, when used with TLS 1.2. Reported by Bjorn H. Christensen.
792
793 ** libgnutls: Fixes in openpgp handshake with fingerprints. Reported by 
794 Joke de Buhr.
795
796 ** libgnutls-dane: Updated DANE verification options.
797
798 ** configure: Trust store file must be explicitly set or unset when 
799 cross compiling.
800
801 ** API and ABI modifications:
802 gnutls_x509_crt_get_issuer_dn2: Added
803 gnutls_x509_crt_get_dn2: Added
804 gnutls_x509_crl_get_issuer_dn2: Added
805 gnutls_x509_crq_get_dn2: Added
806 gnutls_x509_trust_list_remove_trust_mem: Added
807 gnutls_x509_trust_list_remove_trust_file: Added
808 gnutls_x509_trust_list_remove_cas: Added
809 gnutls_session_get_desc: Added
810 gnutls_privkey_sign_raw_data: Added
811 gnutls_privkey_status: Added
812
813
814 * Version 3.1.9 (released 2013-02-27)
815
816 ** certtool: Option --to-p12 will now ask for a password to generate
817 a PKCS #12 file from an encrypted key file. Reported by Yan Fiz.
818
819 ** libgnutls: Corrected issue in gnutls_pubkey_verify_data().
820
821 ** libgnutls: Corrected parsing issue in XMPP within a subject 
822 alternative name. Reported by James Cloos.
823
824 ** libgnutls: gnutls_pkcs11_reinit() will reinitialize all PKCS #11
825 modules, and not only the ones loaded via p11-kit.
826
827 ** libgnutls: Added function to check whether the private key is
828 still available (inserted).
829
830 ** libgnutls: Try to detect fork even during nonce generation.
831
832 ** API and ABI modifications:
833 gnutls_handshake_set_random: Added
834 gnutls_transport_set_int2: Added
835 gnutls_transport_get_int2: Added
836 gnutls_transport_get_int: Added
837 gnutls_record_cork: Exported
838 gnutls_record_uncork: Exported
839 gnutls_pkcs11_privkey_status: Added
840
841
842 * Version 3.1.8 (released 2013-02-10)
843
844 ** libgnutls: Fixed issue in gnutls_x509_privkey_import2() which didn't return
845 GNUTLS_E_DECRYPTION_FAILED in all cases, and affect certtool operation
846 with encrypted keys. Reported by Yan Fiz.
847
848 ** libgnutls: The minimum DH bits accepted by priorities NORMAL and
849 PERFORMANCE was set to previous defaults 727 bits. Reported by Diego
850 Elio Petteno.
851
852 ** libgnutls: Corrected issue which prevented gnutls_pubkey_verify_hash() 
853 to operate with long keys. Reported by Erik A Jensen.
854
855 ** API and ABI modifications:
856 No changes since last version.
857
858
859 * Version 3.1.7 (released 2013-02-04)
860
861 ** certtool: Added option "dn" which allows to directly set the DN
862 in a template from an RFC4514 string.
863
864 ** danetool: Added options: --dlv and --insecure. Suggested by Paul Wouters.
865
866 ** libgnutls-xssl: Added a new library to simplify GnuTLS usage.
867
868 ** libgnutls-dane: Added function to specify a DLV file.
869
870 ** libgnutls: Heartbeat code was made optional.
871
872 ** libgnutls: Fixes in server side of DTLS-0.9.
873
874 ** libgnutls: DN variable 'T' was expanded to 'title'.
875
876 ** libgnutls: Fixes in record padding parsing to prevent a timing attack. 
877 Issue reported by Kenny Paterson and Nadhem Alfardan.
878
879 ** libgnutls: Added functions to directly set the DN in a certificate
880 or request from an RFC4514 string.
881
882 ** libgnutls: Optimizations in the random generator. The re-seeding of
883 it is now explicitly done on every session deinit.
884
885 ** libgnutls: Simplified the DTLS sliding window implementation.
886
887 ** libgnutls: The minimum DH bits accepted by a client are now set
888 by the specified priority string. The current values correspond to the
889 previous defaults (727 bits), except for the SECURE128 and SECURE192
890 strings which increase the minimum to 1248 and 1776 respectively.
891
892 ** libgnutls: Added the gnutls_record_cork() and uncork API to enable 
893 buffering in sending application data.
894
895 ** libgnutls: Removed default random padding, and added a length-hiding interface 
896 instead.  Both the server and the client must support this extension. Whether 
897 length-hiding can be used on a given session can be checked using
898 gnutls_record_can_use_length_hiding(). Contributed by Alfredo Pironti.
899
900 ** libgnutls: Added the experimental %NEW_PADDING priority string. It enables 
901 a new padding mechanism in TLS allowing arbitrary padding in TLS records
902 in all ciphersuites, which makes length-hiding more efficient and solves 
903 the issues with timing attacks on CBC ciphersuites.
904
905 ** libgnutls: Corrected gnutls_cipher_decrypt2() when used with AEAD
906 ciphers (i.e., AES-GCM). Reported by William McGovern.
907
908 ** API and ABI modifications:
909 gnutls_db_check_entry_time: Added
910 gnutls_record_set_timeout: Added
911 gnutls_record_get_random_padding_status: Added
912 gnutls_x509_crt_set_dn: Added
913 gnutls_x509_crt_set_issuer_dn: Added
914 gnutls_x509_crq_set_dn: Added
915 gnutls_range_split: Added
916 gnutls_record_send_range: Added
917 gnutls_record_set_max_empty_records: Added
918 gnutls_record_can_use_length_hiding: Added
919 gnutls_rnd_refresh: Added
920 xssl_deinit: Added
921 xssl_flush: Added
922 xssl_read: Added
923 xssl_getdelim: Added
924 xssl_write: Added
925 xssl_printf: Added
926 xssl_sinit: Added
927 xssl_client_init: Added
928 xssl_server_init: Added
929 xssl_get_session: Added
930 xssl_get_verify_status: Added
931 xssl_cred_init: Added
932 xssl_cred_deinit: Added
933 dane_state_set_dlv_file: Added
934 GNUTLS_SEC_PARAM_EXPORT: Added
935 GNUTLS_SEC_PARAM_VERY_WEAK: Added
936
937
938 * Version 3.1.6 (released 2013-01-02)
939
940 ** libgnutls: Fixed record padding parsing issue. Reported by Kenny
941 Paterson and Nadhem Alfardan.
942
943 ** libgnutls: Several updates in the ASN.1 string handling subsystem.
944
945 ** libgnutls: gnutls_x509_crt_get_policy() allows for a list of zero
946 policy qualifiers.
947
948 ** libgnutls: Ignore heartbeat messages when received out-of-order,
949 instead of issuing an error.
950
951 ** libgnutls: Stricter RSA PKCS #1 1.5 encoding and decoding. Reported
952 by Kikuchi Masashi.
953
954 ** libgnutls: TPM support is disabled by default because GPL programs
955 cannot link with it. Use --with-tpm to enable it.
956
957 ** libgnutls-guile: Fixed parallel compilation issue.
958
959 ** gnutls-cli: It will try to connect to all possible returned addresses
960 before failing.
961
962 ** API and ABI modifications:
963 No changes since last version.
964
965
966 * Version 3.1.5 (released 2012-11-24)
967
968 ** libgnutls: Added functions to parse the certificates policies
969 extension.
970
971 ** libgnutls: Handle BMPString (UCS-2) encoding in the Distinguished
972 Name by translating it to UTF-8 (works on windows or systems with iconv).
973
974 ** libgnutls: Added PKCS #11 key generation function that returns the 
975 public key on generation.
976
977 ** libgnutls: Corrected bug in priority string parsing, that mostly 
978 affected combined levels. Patch by Tim Kosse.
979
980 ** certtool: The --pubkey-info option can be combined with the
981 --load-privkey or --load-request to print the corresponding public keys.
982
983 ** certtool: It is able to set certificate policies via a template.
984
985 ** certtool: Added --hex-numbers option which prints big numbers in 
986 an easier to parse format.
987
988 ** p11tool: After key generation, outputs the public key (useful in
989 tokens that do not store the public key).
990
991 ** danetool: It is being built even without libgnutls-dane (the
992 --check functionality is disabled though).
993
994 ** API and ABI modifications:
995 gnutls_pkcs11_privkey_generate2: Added
996 gnutls_x509_crt_get_policy: Added
997 gnutls_x509_crt_set_policy: Added
998 gnutls_x509_policy_release: Added
999 gnutls_pubkey_import_x509_crq: Added
1000 gnutls_pubkey_print: Added
1001 GNUTLS_CRT_PRINT_FULL_NUMBERS: Added
1002
1003
1004 * Version 3.1.4 (released 2012-11-10)
1005
1006 ** libgnutls: gnutls_certificate_verify_peers2() will set flags depending on
1007 the available revocation data validity.
1008
1009 ** libgnutls: Added gnutls_certificate_verification_status_print(),
1010 a function to print the verification status code in human readable text.
1011
1012 ** libgnutls: Added priority string %VERIFY_DISABLE_CRL_CHECKS.
1013
1014 ** libgnutls: Simplified certificate verification by adding
1015 gnutls_certificate_verify_peers3().
1016
1017 ** libgnutls: Added support for extension to establish keys for SRTP.
1018 Contributed by Martin Storsjo.
1019
1020 ** libgnutls: The X.509 verification functions check the key
1021 usage bits and pathlen constraints and on failure output 
1022 GNUTLS_CERT_SIGNER_CONSTRAINTS_FAILURE.
1023
1024 ** libgnutls: gnutls_x509_crl_verify() includes the time checks.
1025
1026 ** libgnutls: Added verification flag GNUTLS_VERIFY_DO_NOT_ALLOW_UNSORTED_CHAIN
1027 and made GNUTLS_VERIFY_ALLOW_UNSORTED_CHAIN the default.
1028
1029 ** libgnutls: Always tolerate key usage violation errors from the side
1030 of the peer, but also notify via an audit message.
1031
1032 ** gnutls-cli: Added --local-dns option.
1033
1034 ** danetool: Corrected bug that prevented loading PEM files.
1035
1036 ** danetool: Added --check option to allow querying and verifying
1037 a site's DANE data.
1038
1039 ** libgnutls-dane: Added pkg-config file for the library.
1040
1041 ** API and ABI modifications:
1042 gnutls_session_get_id2: Added
1043 gnutls_sign_is_secure: Added
1044 gnutls_certificate_verify_peers3: Added
1045 gnutls_ocsp_status_request_is_checked: Added
1046 gnutls_certificate_verification_status_print: Added
1047 gnutls_srtp_set_profile: Added
1048 gnutls_srtp_set_profile_direct: Added
1049 gnutls_srtp_get_selected_profile: Added
1050 gnutls_srtp_get_profile_name: Added
1051 gnutls_srtp_get_profile_id: Added
1052 gnutls_srtp_get_keys: Added
1053 gnutls_srtp_get_mki: Added
1054 gnutls_srtp_set_mki: Added
1055 gnutls_srtp_profile_t: Added
1056 dane_cert_type_name: Added
1057 dane_match_type_name: Added
1058 dane_cert_usage_name: Added
1059 dane_verification_status_print: Added
1060 GNUTLS_CERT_REVOCATION_DATA_SUPERSEDED: Added
1061 GNUTLS_CERT_REVOCATION_DATA_ISSUED_IN_FUTURE: Added
1062 GNUTLS_CERT_SIGNER_CONSTRAINTS_FAILURE: Added
1063 GNUTLS_CERT_UNEXPECTED_OWNER: Added
1064 GNUTLS_VERIFY_DO_NOT_ALLOW_UNSORTED_CHAIN: Added
1065
1066
1067 * Version 3.1.3 (released 2012-10-12)
1068
1069 ** libgnutls: Added support for the OCSP Certificate Status
1070 extension.
1071
1072 ** libgnutls: gnutls_certificate_verify_peers2() will use the OCSP
1073 certificate status extension in verification.
1074
1075 ** libgnutls: Bug fixes in gnutls_x509_privkey_import_openssl().
1076
1077 ** libgnutls: Increased maximum password length in the PKCS #12
1078 functions.
1079
1080 ** libgnutls: Fixed the receipt of session tickets during session resumption.
1081 Reported by danblack at http://savannah.gnu.org/support/?108146
1082
1083 ** libgnutls: Added functions to export structures in an allocated buffer.
1084
1085 ** libgnutls: Added gnutls_ocsp_resp_check_crt() to check whether the OCSP
1086 response corresponds to the given certificate.
1087
1088 ** libgnutls: In client side gnutls_init() enables the session ticket and
1089 OCSP certificate status request extensions by default. The flag
1090 GNUTLS_NO_EXTENSIONS can be used to prevent that.
1091
1092 ** libgnutls: Several updates in the OpenPGP code. The generating code
1093 is fully RFC6091 compliant and RFC5081 support is only supported in client
1094 mode.
1095
1096 ** libgnutls-dane: Added. It is a library to provide DANE with DNSSEC 
1097 certificate verification.
1098
1099 ** gnutls-cli: Added --dane option to enable DANE certificate verification.
1100
1101 ** danetool: Added tool to generate DANE TLSA Resource Records (RR).
1102
1103 ** API and ABI modifications:
1104 gnutls_certificate_get_peers_subkey_id: Added
1105 gnutls_certificate_set_ocsp_status_request_function: Added
1106 gnutls_certificate_set_ocsp_status_request_file: Added
1107 gnutls_ocsp_status_request_enable_client: Added
1108 gnutls_ocsp_status_request_get: Added
1109 gnutls_ocsp_resp_check_crt: Added
1110 gnutls_dh_params_export2_pkcs3: Added
1111 gnutls_pubkey_export2: Added
1112 gnutls_x509_crt_export2: Added
1113 gnutls_x509_dn_export2: Added
1114 gnutls_x509_crl_export2: Added
1115 gnutls_pkcs7_export2: Added
1116 gnutls_x509_privkey_export2: Added
1117 gnutls_x509_privkey_export2_pkcs8: Added
1118 gnutls_x509_crq_export2: Added
1119 gnutls_openpgp_crt_export2: Added
1120 gnutls_openpgp_privkey_export2: Added
1121 gnutls_pkcs11_obj_export2: Added
1122 gnutls_pkcs12_export2: Added
1123 gnutls_pubkey_import_openpgp_raw: Added
1124 gnutls_pubkey_import_x509_raw: Added
1125 dane_state_init: Added
1126 dane_state_deinit: Added
1127 dane_query_tlsa: Added
1128 dane_query_status: Added
1129 dane_query_entries: Added
1130 dane_query_data: Added
1131 dane_query_deinit: Added
1132 dane_verify_session_crt: Added
1133 dane_verify_crt: Added
1134 dane_strerror: Added
1135
1136
1137 * Version 3.1.2 (released 2012-09-26)
1138
1139 ** libgnutls: Fixed bug in gnutls_x509_trust_list_add_system_trust()
1140 and gnutls_x509_trust_list_add_trust_mem() that prevented the loading
1141 of certificates in the windows platform.
1142
1143 ** libgnutls: Corrected bug in OpenPGP subpacket encoding.
1144
1145 ** libgnutls: Added support for DTLS/TLS heartbeats by Olga Smolenchuk.
1146 (the work was done during Google Summer of Code).
1147
1148 ** libgnutls: Added X.509 certificate verification flag 
1149 GNUTLS_VERIFY_ALLOW_UNSORTED_CHAIN. This flag allows the verification
1150 of unsorted certificate chains and is enabled by default for
1151 TLS certificate verification (if gnutls_certificate_set_verify_flags() 
1152 does not override it).
1153
1154 ** libgnutls: Prints warning on certificates that contain keys of
1155 an insecure level. If the %COMPAT priority flag is not specified
1156 the TLS connection fails.
1157
1158 ** libgnutls: Correctly restore gnutls_record_recv() in DTLS mode
1159 if interrupted during the retrasmition of handshake data.
1160
1161 ** libgnutls: Better mingw32 support (patch by LRN).
1162
1163 ** libgnutls: The %COMPAT keyword, if specified, will tolerate
1164 key usage violation errors (they are far too common to ignore).
1165
1166 ** libgnutls: Added GNUTLS_STATELESS_COMPRESSION flag to gnutls_init(),
1167 which provides a tool to counter compression-related attacks where
1168 parts of the data are controlled by the attacker _and_ are placed in
1169 separate records (use with care - do not use compression if not sure).
1170
1171 ** libgnutls: Depends on libtasn1 2.14 or later.
1172
1173 ** certtool: Prints the number of bits of the public key algorithm
1174 parameter in a private key.
1175
1176 ** API and ABI modifications:
1177 gnutls_x509_privkey_get_pk_algorithm2: Added
1178 gnutls_heartbeat_ping: Added
1179 gnutls_heartbeat_pong: Added
1180 gnutls_heartbeat_allowed: Added
1181 gnutls_heartbeat_enable: Added
1182 gnutls_heartbeat_set_timeouts: Added
1183 gnutls_heartbeat_get_timeout: Added
1184 GNUTLS_SEC_PARAM_WEAK: Added
1185 GNUTLS_SEC_PARAM_INSECURE: Added
1186
1187 * Version 3.1.1 (released 2012-09-02)
1188
1189 ** gnutls-serv: Listens on IPv6. Patch by Bernhard R. Link.
1190
1191 ** certtool: Changes in password handling of certtool.
1192 Ask password when required and only if the '--password' option is not
1193 given. If the '--password' option is given during key generation then 
1194 assume the PKCS #8 file format, instead of ignoring the password.
1195
1196 ** tpmtool: No longer asks for key password in registered keys.
1197
1198 ** libgnutls: Elliptic curve code was optimized by Ilya Tumaykin.
1199 wmNAF is now used for point multiplication and other optimizations.
1200 (the major part of the work was done during Google Summer of Code).
1201
1202 ** libgnutls: The default pull_timeout_function only uses select
1203 instead of a combination of select() and recv() to prevent issues
1204 when used in stream sockets in some systems.
1205
1206 ** libgnutls: Be tolerant in ECDSA signature violations (e.g. using
1207 SHA256 with a SECP384 curve instead of SHA-384), to interoperate with
1208 openssl.
1209
1210 ** libgnutls: Fixed DSA and ECDSA signature generation in smart
1211 cards. Thanks to Andreas Schwier from cardcontact.de for providing
1212 me with ECDSA capable smart cards.
1213
1214 ** API and ABI modifications:
1215 gnutls_sign_algorithm_get: Added
1216 gnutls_sign_get_hash_algorithm: Added
1217 gnutls_sign_get_pk_algorithm: Added
1218
1219
1220 * Version 3.1.0 (released 2012-08-15)
1221
1222 ** libgnutls: Added direct support for TPM as a cryptographic module 
1223 in gnutls/tpm.h. TPM keys can be used in functions accepting files
1224 using URLs of the following types:
1225   tpmkey:file=/path/to/file
1226   tpmkey:uuid=7f468c16-cb7f-11e1-824d-b3a4f4b20343;storage=user
1227
1228 ** libgnutls: Priority string level keywords can be combined.
1229 For example the string "SECURE256:+SUITEB128" is now allowed.
1230
1231 ** libgnutls: requires libnettle 2.5.
1232
1233 ** libgnutls: Use the PKCS #1 1.5 encoding provided by nettle (2.5)
1234 for encryption and signatures.
1235
1236 ** libgnutls: Added GNUTLS_CERT_SIGNATURE_FAILURE to differentiate between
1237 generic errors and signature verification errors in the verification
1238 functions.
1239
1240 ** libgnutls: Added gnutls_pkcs12_simple_parse() as a helper function
1241 to simplify parsing in most PKCS #12 use cases.
1242
1243 ** libgnutls: gnutls_certificate_set_x509_simple_pkcs12_file() adds
1244 the whole certificate chain (if any) to the credentials structure, instead
1245 of only the end-user certificate.
1246
1247 ** libgnutls: Key import functions such as gnutls_pkcs12_simple_parse()
1248 and gnutls_x509_privkey_import_pkcs8(), return consistently 
1249 GNUTLS_E_DECRYPTION_FAILED if the input structure is encrypted but no 
1250 password was provided.
1251
1252 ** libgnutls: Added gnutls_handshake_set_timeout() a function that
1253 allows to set the maximum time spent in a handshake.
1254
1255 ** libgnutlsxx: Added session::set_transport_vec_push_function. Patch
1256 by Alexandre Bique.
1257
1258 ** tpmtool: Added. It is a tool to generate private keys in the
1259 TPM.
1260
1261 ** gnutls-cli: --benchmark-tls was split to --benchmark-tls-kx
1262 and --benchmark-tls-ciphers
1263
1264 ** certtool: generated PKCS #12 structures may hold more than one
1265 private key. Patch by Lucas Fisher.
1266
1267 ** certtool: Added option --null-password to generate/decrypt keys
1268 that use a NULL password (in schemas that distinguish between NULL
1269 an empty passwords).
1270
1271 ** minitasn1: Upgraded to libtasn1 version 2.13.
1272
1273 ** API and ABI modifications:
1274 GNUTLS_CERT_SIGNATURE_FAILURE: Added
1275 GNUTLS_CAMELLIA_192_CBC: Added
1276 GNUTLS_PKCS_NULL_PASSWORD: Added
1277 gnutls_url_is_supported: Added
1278 gnutls_pkcs11_obj_list_import_url2: Added
1279 gnutls_pkcs11_obj_set_pin_function: Added
1280 gnutls_pkcs11_privkey_set_pin_function: Added
1281 gnutls_pkcs11_get_pin_function: Added
1282 gnutls_privkey_import_tpm_raw: Added
1283 gnutls_privkey_import_tpm_url: Added
1284 gnutls_privkey_import_pkcs11_url: Added
1285 gnutls_privkey_import_openpgp_raw: Added
1286 gnutls_privkey_import_x509_raw: Added
1287 gnutls_privkey_import_ext2: Added
1288 gnutls_privkey_import_url: Added
1289 gnutls_privkey_set_pin_function: Added
1290 gnutls_tpm_privkey_generate: Added
1291 gnutls_tpm_key_list_deinit: Added
1292 gnutls_tpm_key_list_get_url: Added
1293 gnutls_tpm_get_registered: Added
1294 gnutls_tpm_privkey_delete: Added
1295 gnutls_pubkey_import_tpm_raw: Added
1296 gnutls_pubkey_import_tpm_url: Added
1297 gnutls_pubkey_import_url: Added
1298 gnutls_pubkey_verify_hash2: Added
1299 gnutls_pubkey_set_pin_function: Added
1300 gnutls_x509_privkey_import2: Added
1301 gnutls_x509_privkey_import_openssl: Added
1302 gnutls_x509_crt_set_pin_function: Added
1303 gnutls_load_file: Added
1304 gnutls_pkcs12_simple_parse: Added
1305 gnutls_certificate_set_x509_system_trust: Added
1306 gnutls_certificate_set_pin_function: Added
1307 gnutls_x509_trust_list_add_system_trust: Added
1308 gnutls_x509_trust_list_add_trust_file: Added
1309 gnutls_x509_trust_list_add_trust_mem: Added
1310 gnutls_pk_to_sign: Added
1311 gnutls_handshake_set_timeout: Added
1312 gnutls_pubkey_verify_hash: Deprecated (use gnutls_pubkey_verify_hash2)
1313 gnutls_pubkey_verify_data: Deprecated (use gnutls_pubkey_verify_data2)
1314
1315
1316 * Version 3.0.22 (released 2012-08-04)
1317
1318 ** libgnutls: gnutls_certificate_set_x509_system_trust()
1319 is now supported on OpenBSD.
1320
1321 ** libgnutls: When verifying a certificate chain make sure it is chain.
1322 If the chain is wronly interrupted at some point then truncate it,
1323 and only try to verify the correct part. Patch by David Woodhouse
1324
1325 ** libgnutls: Restored the behavior of gnutls_x509_privkey_import_pkcs8()
1326 which now may (again) accept a NULL password.
1327
1328 ** certtool: Allow the user to choose the hash algorithm
1329 when signing certificate request or certificate revocation list.
1330 Patch by Petr PísaÅ™.
1331
1332 ** API and ABI modifications:
1333 No changes since last version.
1334
1335
1336 * Version 3.0.21 (released 2012-07-02)
1337
1338 ** libgnutls: fixed bug in gnutls_x509_privkey_import() 
1339 that prevented the loading of EC private keys when DER
1340 encoded. Reported by David Woodhouse.
1341
1342 ** libgnutls: In DTLS larger to mtu records result to 
1343 GNUTLS_E_LARGE_PACKET instead of being truncated.
1344
1345 ** libgnutls: gnutls_dtls_get_data_mtu() is more precise. Based
1346 on patch by David Woodhouse.
1347
1348 ** libgnutls: Fixed memory leak in PKCS #8 key import.
1349
1350 ** libgnutls: Added support for an old version of the DTLS protocol
1351 used by openconnect vpn client for compatibility with Cisco's AnyConnect 
1352 SSL VPN. It is marked as GNUTLS_DTLS0_9. Do not use it for newer protocols
1353 as it has issues.
1354
1355 ** libgnutls: Corrected bug that prevented resolving PKCS #11 URLs 
1356 if only the label is specified. Patch by David Woodhouse.
1357
1358 ** libgnutls: When EMSGSIZE errno is seen then GNUTLS_E_LARGE_PACKET
1359 is returned.
1360
1361 ** API and ABI modifications:
1362 gnutls_dtls_set_data_mtu: Added
1363 gnutls_session_set_premaster: Added
1364
1365
1366 * Version 3.0.20 (released 2012-06-05)
1367
1368 ** libgnutls: Corrected bug which prevented the parsing of
1369 handshake packets spanning multiple records.
1370
1371 ** libgnutls: Check key identifiers when checking for an issuer.
1372
1373 ** libgnutls: Added gnutls_pubkey_verify_hash2()
1374
1375 ** libgnutls: Added gnutls_certificate_set_x509_system_trust()
1376 that loads the trusted CA certificates from system locations
1377 (e.g. trusted storage in windows and CA bundle files in other systems).
1378
1379 ** certtool: Added support for the URI subject alternative
1380 name type in certtool.
1381
1382 ** certtool: Increase to 128 the maximum number of distinct options
1383 (e.g. dns_names) allowed.
1384
1385 ** gnutls-cli: If --print-cert is given, print the certificate, 
1386 even on verification failure.
1387
1388 ** API and ABI modifications:
1389 gnutls_pk_to_sign: Added
1390 gnutls_pubkey_verify_hash2: Added
1391 gnutls_certificate_set_x509_system_trust: Added
1392
1393
1394 * Version 3.0.19 (released 2012-04-22)
1395
1396 ** libgnutls: When decoding a PKCS #11 URL the pin-source field
1397 is assumed to be a file that stores the pin. Based on patch
1398 by David Smith.
1399
1400 ** libgnutls: gnutls_record_check_pending() no longer
1401 returns unprocessed data, and thus ensure the non-blocking
1402 of the next call to gnutls_record_recv(). 
1403
1404 ** libgnutls: Added strict tests in Diffie-Hellman and
1405 SRP key exchange public keys.
1406
1407 ** libgnutls: in ECDSA and DSA TLS 1.2 authentication be less
1408 strict in hash selection, and allow a stronger hash to
1409 be used than the appropriate, to improve interoperability
1410 with openssl.
1411
1412 ** tests: Disabled floating point test, and corrections
1413 in pkcs12 decoding tests.
1414
1415 ** API and ABI modifications:
1416 No changes since last version.
1417
1418
1419 * Version 3.0.18 (released 2012-04-02)
1420
1421 ** certtool: Avoid a Y2K38 bug when generating certificates.
1422 Patch by Robert Millan.
1423
1424 ** libgnutls: Make sure that GNUTLS_E_PREMATURE_TERMINATION
1425 is returned on premature termination (and added unit test).
1426
1427 ** libgnutls: Fixes for W64 API. Patch by B. Scott Michel.
1428
1429 ** libgnutls: Corrected VIA padlock detection for old 
1430 VIA processors. Reported by Kris Karas.
1431
1432 ** libgnutls: Updated assembler files.
1433
1434 ** libgnutls: Time in generated certificates is stored
1435 as GeneralizedTime instead of UTCTime (which only stores
1436 2 digits of a year).
1437
1438 ** minitasn1: Upgraded to libtasn1 version 2.13 (pre-release).
1439
1440 ** API and ABI modifications:
1441 gnutls_x509_crt_set_private_key_usage_period: Added
1442 gnutls_x509_crt_get_private_key_usage_period: Added
1443 gnutls_x509_crq_set_private_key_usage_period: Added
1444 gnutls_x509_crq_get_private_key_usage_period: Added
1445 gnutls_session_get_random: Added
1446
1447
1448 * Version 3.0.17 (released 2012-03-17)
1449
1450 ** command line apps: Always link with local libopts.
1451
1452 ** API and ABI modifications:
1453 No changes since last version.
1454
1455
1456 * Version 3.0.16 (released 2012-03-16)
1457
1458 ** minitasn1: Upgraded to libtasn1 version 2.12 (pre-release).
1459
1460 ** libgnutls: Corrected SRP-RSA ciphersuites when used under TLS 1.2.
1461
1462 ** libgnutls: included assembler files for MacOSX.
1463
1464 ** p11tool: Small fixes in handling of the --private command 
1465 line option.
1466
1467 ** certtool: The template option allows for setting the domain
1468 component (DC) option of the distinguished name, and the ocsp_uri
1469 as well as the ca_issuers_uri options.
1470
1471 ** API and ABI modifications:
1472 gnutls_x509_crt_set_authority_info_access: Added
1473
1474
1475 * Version 3.0.15 (released 2012-03-02)
1476
1477 ** test suite: Only run under valgrind in the development
1478 system (the full git repository)
1479
1480 ** command line apps: Link with local libopts if the 
1481 installed is an old one.
1482
1483 ** libgnutls: Eliminate double free during SRP
1484 authentication. Reported by Peter Penzov.
1485
1486 ** libgnutls: Corrections in record packet parsing.
1487 Reported by Matthew Hall.
1488
1489 ** libgnutls: Cryptodev updates and fixes.
1490
1491 ** libgnutls: Corrected issue with select() that affected
1492 FreeBSD. This prevented establishing DTLS sessions.
1493 Reported by Andreas Metzler.
1494
1495 ** libgnutls: Corrected rehandshake and resumption
1496 operations in DTLS. Reported by Sean Buckheister.
1497
1498 ** libgnutls: PKCS #11 objects that do not have ID
1499 no longer crash listing. Reported by Sven Geggus.
1500
1501 ** API and ABI modifications:
1502 No changes since last version.
1503
1504
1505 * Version 3.0.14 (released 2012-02-24)
1506
1507 ** command line apps: Included libopts doesn't get installed
1508 by default.
1509
1510 ** libgnutls: Eliminate double free on wrongly formatted
1511 certificate list. Reported by Remi Gacogne.
1512
1513 ** libgnutls: cryptodev code corrected, updated to account
1514 for hashes and GCM mode.
1515
1516 ** libgnutls: Eliminated memory leak in PCKS #11 initialization.
1517 Report and fix by Sam Varshavchik.
1518
1519 ** API and ABI modifications:
1520 No changes since last version.
1521
1522
1523 * Version 3.0.13 (released 2012-02-18)
1524
1525 ** gnutls-cli: added the --ocsp option which will verify
1526 the peer's certificate with OCSP.
1527
1528 ** gnutls-cli: added the --tofu option and if specified, gnutls-cli
1529 will use an ssh-style authentication method.
1530
1531 ** gnutls-cli: if no --x509cafile is provided a default is
1532 assumed (/etc/ssl/certs/ca-certificates.crt), if it exists.
1533
1534 ** ocsptool: Added --ask parameter, to verify a certificate's
1535 status from an ocsp server.
1536
1537 ** command line apps: Use gnu autogen (libopts) to parse command
1538 line arguments and template files.
1539
1540 ** tests: Added stress test for DTLS packet losses and 
1541 out-of-order receival. Contributed by Sean Buckheister.
1542
1543 ** libgnutls: Several updates and corrections in the DTLS
1544 DTLS lost packet handling and retransmission timeouts.
1545 Report and patches by Sean Buckheister.
1546
1547 ** libgnutls: Added new functions to easily allow the usage of
1548 a trust on first use (SSH-style) authentication.
1549
1550 ** libgnutls: SUITEB128 and SUITEB192 priority strings account
1551 for the RFC6460 requirements.
1552
1553 ** libgnutls: Added new security parameter GNUTLS_SEC_PARAM_LEGACY
1554 to account for security level of 96-bits.
1555
1556 ** libgnutls: In client side if server does not advertise any
1557 known CAs and only a single certificate is set in the credentials,
1558 sent that one.
1559
1560 ** libgnutls: Added functions to parse authority key identifiers
1561 when stored as a 'general name' and serial combo.
1562
1563 ** libgnutls: Added function to force explicit reinitialization
1564 of PKCS #11 modules. This is required on the child process after
1565 a fork (if PKCS #11 functionality is desirable).
1566
1567 ** libgnutls: Depend on p11-kit 0.11.
1568
1569 ** API and ABI modifications:
1570 gnutls_dtls_get_timeout: Added
1571 gnutls_verify_stored_pubkey: Added
1572 gnutls_store_pubkey: Added
1573 gnutls_store_commitment: Added
1574 gnutls_x509_crt_get_authority_key_gn_serial: Added
1575 gnutls_x509_crl_get_authority_key_gn_serial: Added
1576 gnutls_pkcs11_reinit: Added
1577 gnutls_ecc_curve_list: Added
1578 gnutls_priority_certificate_type_list: Added
1579 gnutls_priority_sign_list: Added
1580 gnutls_priority_protocol_list: Added
1581 gnutls_priority_compression_list: Added
1582 gnutls_priority_ecc_curve_list: Added
1583 gnutls_tdb_init: Added
1584 gnutls_tdb_set_store_func: Added
1585 gnutls_tdb_set_store_commitment_func: Added
1586 gnutls_tdb_set_verify_func: Added
1587 gnutls_tdb_deinit: Added
1588
1589
1590 * Version 3.0.12 (released 2012-01-20)
1591
1592 ** libgnutls: Added OCSP support.
1593 There is a new header file gnutls/ocsp.h and a set of new functions
1594 under the gnutls_ocsp namespace.  Currently the functionality provided
1595 is to parse and extract information from OCSP requests/responses, to
1596 generate OCSP requests and to verify OCSP responses.  See the manual
1597 for more information.  Run ./configure with --disable-ocsp to build
1598 GnuTLS without OCSP support.
1599
1600 This work was sponsored by Smoothwall <http://smoothwall.net/>.
1601
1602 ** ocsptool: Added new command line tool.
1603 The tool can parse OCSP request/responses, generate OCSP requests and
1604 verify OCSP responses.  See the manual for more information.
1605
1606 ** certtool: --outder option now works for private
1607 and public keys as well.
1608
1609 ** libgnutls: Added error code GNUTLS_E_NO_PRIORITIES_WERE_SET
1610 to warn when no or insufficient priorities were set.
1611
1612 ** libgnutls: Corrected an alignment issue in ECDH
1613 key generation which prevented some keys from being
1614 correctly aligned in rare circumstances.
1615
1616 ** libgnutls: Corrected memory leaks in DH parameter
1617 generation and ecc_projective_check_point().
1618
1619 ** libgnutls: Added gnutls_x509_dn_oid_name() to 
1620 return a descriptive name of a DN OID.
1621
1622 ** API and ABI modifications:
1623 gnutls_pubkey_encrypt_data: Added
1624 gnutls_x509_dn_oid_name: Added
1625 gnutls_session_resumption_requested: Added
1626 gnutls/ocsp.h: Added new header file.
1627 gnutls_ocsp_print_formats_t: Added new type.
1628 gnutls_ocsp_resp_status_t: Added new type.
1629 gnutls_ocsp_cert_status_t: Added new type.
1630 gnutls_x509_crl_reason_t: Added new type.
1631 gnutls_ocsp_req_add_cert: Added.
1632 gnutls_ocsp_req_add_cert_id: Added.
1633 gnutls_ocsp_req_deinit: Added.
1634 gnutls_ocsp_req_export: Added.
1635 gnutls_ocsp_req_get_cert_id: Added.
1636 gnutls_ocsp_req_get_extension: Added.
1637 gnutls_ocsp_req_get_nonce: Added.
1638 gnutls_ocsp_req_get_version: Added.
1639 gnutls_ocsp_req_import: Added.
1640 gnutls_ocsp_req_init: Added.
1641 gnutls_ocsp_req_print: Added.
1642 gnutls_ocsp_req_randomize_nonce: Added.
1643 gnutls_ocsp_req_set_extension: Added.
1644 gnutls_ocsp_req_set_nonce: Added.
1645 gnutls_ocsp_resp_deinit: Added.
1646 gnutls_ocsp_resp_export: Added.
1647 gnutls_ocsp_resp_get_certs: Added.
1648 gnutls_ocsp_resp_get_extension: Added.
1649 gnutls_ocsp_resp_get_nonce: Added.
1650 gnutls_ocsp_resp_get_produced: Added.
1651 gnutls_ocsp_resp_get_responder: Added.
1652 gnutls_ocsp_resp_get_response: Added.
1653 gnutls_ocsp_resp_get_signature: Added.
1654 gnutls_ocsp_resp_get_signature_algorithm: Added.
1655 gnutls_ocsp_resp_get_single: Added.
1656 gnutls_ocsp_resp_get_status: Added.
1657 gnutls_ocsp_resp_get_version: Added.
1658 gnutls_ocsp_resp_import: Added.
1659 gnutls_ocsp_resp_init: Added.
1660 gnutls_ocsp_resp_print: Added.
1661 gnutls_ocsp_resp_verify: Added.
1662
1663 * Version 3.0.11 (released 2012-01-06)
1664
1665 ** libgnutls: Corrected functionality of 
1666 gnutls_record_get_direction(). Reported by Philip Allison.
1667
1668 ** libgnutls: Provide less timing information when decoding
1669 TLS/DTLS record packets. Patch by Nadhem Alfardan.
1670
1671 ** API and ABI modifications:
1672 No changes since last version.
1673
1674
1675 * Version 3.0.10 (released 2012-01-04)
1676
1677 ** gnutls-cli/serv: Set don't fragment bit in DTLS sessions
1678 in Linux as well as in BSD.
1679
1680 ** gnutls-cli: Fixed reading from windows terminals.
1681
1682 ** libgnutls: When GNUTLS_OPENPGP_FMT_BASE64 is specified
1683 the stream is assumed to be base64 encoded (previously
1684 the encoding was auto-detected). This avoids a decoding
1685 issue in windows systems.
1686
1687 ** libgnutls: Corrected ciphersuite GNUTLS_ECDHE_PSK_AES_256_CBC_SHA384
1688
1689 ** libgnutls: Added ciphersuites: GNUTLS_PSK_WITH_AES_256_GCM_SHA384
1690 and GNUTLS_DHE_PSK_WITH_AES_256_GCM_SHA384.
1691
1692 ** libgnutls: Added function gnutls_random_art() to convert 
1693 fingerprints to images (currently ascii-art).
1694
1695 ** libgnutls: Corrected bug in DSA private key parsing, which
1696 prevented the verification of the key.
1697
1698 ** API and ABI modifications:
1699 gnutls_random_art: Added
1700
1701
1702 * Version 3.0.9 (released 2011-12-13)
1703
1704 ** certtool: Added new parameter --dh-info.
1705
1706 ** certtool: -l option was overloaded so if combined with --priority
1707 it will only list the ciphersuites that are enabled by the given
1708 priority string.
1709
1710 ** libgnutls: Added new priority string %SERVER_PRECEDENCE, which
1711 changes the ciphersuite selection procedure. If specified the server
1712 priorities will be used for selection instead of the client's.
1713
1714 ** libgnutls: Optimizations in Diffie-Hellman parameters generation
1715 and key exchange.
1716
1717 ** libgnutls: When session tickets are negotiated and used in a
1718 session, a server will not store that session data into its cache.
1719
1720 ** libgnutls: Added the SECP192R1 curve.
1721
1722 ** libgnutls: Added gnutls_priority_get_cipher_suite_index() to
1723 allow listing the ciphersuites enabled in a priority structure.
1724 It outputs an index to be used in gnutls_get_cipher_suite_info().
1725
1726 ** libgnutls: Optimizations in the elliptic curve code --timing
1727 attacks resistant code is only used in ECDSA private key operations.
1728
1729 ** doc: man pages for API functions generation was fixed and are
1730 now added again in the distribution.
1731
1732 ** API and ABI modifications:
1733 GNUTLS_ECC_CURVE_SECP192R1: New curve definition
1734 gnutls_priority_get_cipher_suite_index: Added
1735
1736
1737 * Version 3.0.8 (released 2011-11-12)
1738
1739 ** certtool: Certtool -e returns error code on verification
1740 failure.
1741
1742 ** certtool: Verifies parameters of generated keys.
1743
1744 ** libgnutls: Corrected ECC key generation (introduced in 3.0.6)
1745
1746 ** libgnutls: Provide less timing information when decoding
1747 TLS/DTLS record packets.
1748
1749 ** doc: man pages for API functions were removed.
1750 The reason was that the code that auto-generated the man pages missed
1751 many APIs and we couldn't fix it (volunteers welcome).  See the info
1752 manual or the GTK-DOC manual instead.
1753
1754 ** API and ABI modifications:
1755 gnutls_x509_privkey_verify_params: Added
1756
1757
1758 * Version 3.0.7 (released 2011-11-08)
1759
1760 ** libgnutls: Corrected fix in gnutls_session_get_data()
1761 to report the actual session size when the provided buffer
1762 is not enough.
1763
1764 ** libgnutls: Fixed ciphersuite GNUTLS_ECDHE_RSA_AES_128_CBC_SHA256,
1765 which was using a wrong MAC algorithm. Reported by Fabrice Gautier.
1766
1767 ** API and ABI modifications:
1768 No changes since last version.
1769
1770
1771 * Version 3.0.6 (released 2011-11-07)
1772
1773 ** gnutls-guile: Compilation fixes.
1774
1775 ** libgnutls: Fixed possible buffer overflow in 
1776 gnutls_session_get_data(). Reported and fix by Alban Crequy.
1777
1778 ** libgnutls: Bug fixes in the ciphersuites with NULL cipher.
1779 Reported by Fabrice Gautier.
1780
1781 ** libgnutls: Bug fixes in ECC code for 64-bit MIPS systems. 
1782 Thanks to Joseph Graham for providing access to such a system.
1783
1784 ** libgnutls: Correctly report ECC private key parsing errors.
1785 Reported by Fabrice Gautier.
1786
1787 ** libgnutls: In ECDHE verify that the received point lies on
1788 the selected curve. The ECDHE ciphersuites now take precendence
1789 to plain DHE.
1790
1791 ** API and ABI modifications:
1792 No changes since last version.
1793
1794
1795 * Version 3.0.5 (released 2011-10-27)
1796
1797 ** libgnutls-extra: is no more
1798
1799 ** libgnutls: Corrections in order to compile with mingw32.
1800
1801 ** libgnutls: Corrections in VIA padlock code for VIA C5 processor
1802 and new detection of PHE with support for partial hashing.
1803
1804 ** libgnutls: Corrected bug in gnutls_x509_data2hex. Report and fix 
1805 by Vincent Untz.
1806
1807 ** minitasn1: Upgraded to libtasn1 version 2.10.
1808
1809 ** API and ABI modifications:
1810 No changes since last version.
1811
1812
1813 * Version 3.0.4 (released 2011-10-15)
1814
1815 ** libgnutls-extra: gnutls_register_md5_handler() was
1816 removed.
1817
1818 ** gnutls-cli-debug: Added more tests including AES-GCM,
1819 SHA256 and elliptic curves.
1820
1821 ** gnutls-cli: Added --benchmark-soft-ciphers to benchmark
1822 the software version of the ciphers instead of hw accelerated 
1823 (where available)
1824
1825 ** libgnutls: Public key ID calculation is consistent among
1826 all structures. It uses a SHA-1 hash of the subjectPublicKeyInfo.
1827
1828 ** libgnutls: gnutls_privkey_t allows setting external callback
1829 to perform signing or decryption. Can be set using
1830 gnutls_privkey_import_ext()
1831
1832 ** libgnutls: A certificate credentials structure can be
1833 used with a gnutls_privkey_t and a gnutls_pcert_st
1834 structure using gnutls_certificate_set_key().
1835
1836 ** libgnutls: Fixes to enable external signing callback to
1837 operate with TLS 1.2. 
1838
1839 ** libgnutls: Fixed crash when printing ECDSA certificate key 
1840 ID. Reported by Erik Jensen.
1841
1842 ** libgnutls: Corrected VIA padlock code for C3. In C3 benchmarks 
1843 show a 50x increase in AES speed and a 14x increase in VIA nano. Added 
1844 support for hashes and HMACs.
1845
1846 ** libgnutls: Compilation fixed when p11-kit is not detected.
1847
1848 ** libgnutls: Fixed the deflate compression code.
1849
1850 ** libgnutls: Added gnutls_x509_crt_get_authority_info_access.
1851 Used to get the PKIX Authority Information Access (AIA) field.
1852
1853 ** libgnutls: gnutls_x509_crt_print supports printing AIA fields.
1854
1855 ** libgnutls: Added ability to gnutls_privkey_t to operate with
1856 signing callback function.
1857
1858 ** API and ABI modifications:
1859 gnutls_x509_crt_get_authority_info_access (x509.h): Added function.
1860 gnutls_privkey_import_ext: Added function.
1861 gnutls_certificate_set_key: Added function.
1862 gnutls_info_access_what_t (x509.h): Added enum.
1863 GNUTLS_OID_AIA (x509.h): Added symbol.
1864 GNUTLS_OID_AD_OCSP (x509.h): Added symbol.
1865 GNUTLS_OID_AD_CAISSUERS (x509.h): Added symbol.
1866
1867 * Version 3.0.3 (released 2011-09-18)
1868
1869 ** libgnutls: Added gnutls_record_get_discarded() to return the
1870 number of discarded records in a DTLS session.
1871
1872 ** libgnutls: All functions related to RSA-EXPORT were deprecated.
1873 Support for RSA-EXPORT ciphersuites will be ceased in future versions.
1874
1875 ** libgnutls: Memory leak fixes in credentials private key 
1876 deinitialization. Reported by Dan Winship.
1877
1878 ** libgnutls: Memory leak fixes in ECC ciphersuites.
1879
1880 ** libgnutls: Do not send an empty extension structure in server 
1881 hello. This affected old implementations that do not support extensions. 
1882 Reported by J. Cameijo Cerdeira.
1883
1884 ** libgnutls: Allow CA importing of 0 certificates to succeed.
1885 Reported by Jonathan Nieder <jrnieder@gmail.com> in
1886 <http://bugs.debian.org/640639>.
1887
1888 ** libgnutls: Added support for VIA padlock AES optimizations.
1889 (disabled by default)
1890
1891 ** libgnutls: Added support for elliptic curves in
1892 PKCS #11.
1893
1894 ** libgnutls: Added gnutls_pkcs11_privkey_generate()
1895 to allow generating a key in a token.
1896
1897 ** p11tool: Added generate-rsa, generate-dsa and 
1898 generate-ecc options to allow generating private
1899 keys in the token.
1900
1901 ** libgnutls: gnutls_transport_set_lowat dummy macro was 
1902 removed.
1903
1904 ** API and ABI modifications:
1905 gnutls_pkcs11_privkey_generate: Added
1906 gnutls_pubkey_import_ecc_raw: Added
1907 gnutls_pubkey_import_ecc_x962: Added
1908 gnutls_pubkey_get_pk_ecc_x962: Added
1909 gnutls_record_get_discarded: Added
1910
1911
1912 * Version 3.0.2 (released 2011-09-01)
1913
1914 ** libgnutls: OpenPGP certificate type is not enabled
1915 by default.
1916
1917 ** libgnutls: Added %NO_EXTENSIONS priority string.
1918
1919 ** libgnutls: Corrected issue in gnutls_record_recv()
1920 triggered on encryption or compression error.
1921
1922 ** libgnutls: Compatibility fixes in CPU ID detection 
1923 for i386 and old GCC.
1924
1925 ** gnutls-cli: Benchmark applications were incorporated
1926 with it.
1927
1928 ** libgnutls: Corrected parsing of XMPP subject
1929 alternative names.
1930
1931 ** libgnutls: Allow for out-of-order ChangeCipherSpec
1932 message in DTLS.
1933
1934 ** libgnutls: gnutls_certificate_set_x509_key() and
1935 gnutls_certificate_set_openpgp_key() operate as in 2.10.x
1936 and allow the release of the private key during the
1937 lifetime of the certificate structure.
1938
1939 ** API and ABI modifications:
1940 GNUTLS_PRIVKEY_IMPORT_COPY: new gnutls_privkey_import() flag
1941
1942
1943 * Version 3.0.1 (released 2011-08-20)
1944
1945 ** libgnutls: gnutls_certificate_set_x509_key_file() and 
1946 friends support server name indication. If multiple 
1947 certificates are set using these functions the proper one 
1948 will be selected during a handshake. 
1949
1950 ** libgnutls: Added AES-256-GCM which was left out from
1951 the previous release. Reported by Benjamin Hof.
1952
1953 ** libgnutls: When asking for a PKCS# 11 PIN multiple 
1954 times, the flags in the callback were not being updated 
1955 to reflect for PIN low count or final try.
1956
1957 ** libgnutls: Do not allow second instances of PKCS #11
1958 modules.
1959
1960 ** libgnutls: fixed alignment issue in AES-NI code.
1961
1962 ** libgnutls: The config file at gnutls_pkcs11_init()
1963 is being read if provided.
1964
1965 ** libgnutls: Ensure that a certificate list specified
1966 using gnutls_certificate_set_x509_key() and friends, is 
1967 sorted according to TLS specification (from subject to issuer).
1968
1969 ** libgnutls: Added GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED flag for
1970 gnutls_x509_crt_list_import. It checks whether the list to be 
1971 imported is properly sorted.
1972
1973 ** crywrap: Added to the distribution. It is an application
1974 that proxies TLS session to a port using a plaintext service.
1975
1976 ** doc: Many GTK-DOC improvements.
1977
1978 ** i18n: Translations were updated.
1979
1980 ** API and ABI modifications:
1981 GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED: New element in gnutls_certificate_import_flags
1982 GNUTLS_PKCS11_PIN_WRONG: New flag for PIN callback
1983
1984
1985 * Version 3.0.0 (released 2011-07-29)
1986
1987 ** libgnutls: writev_emu: stop on the first incomplete write. Patch by
1988 Sjoerd Simons.
1989
1990 ** libgnutls: Fix zlib handling in gnutls.pc. Patch by Andreas
1991 Metzler.
1992
1993 ** certtool: bug fixes in certificate request generation. Patch
1994 by Petr PísaÅ™.
1995
1996 ** API and ABI modifications:
1997 gnutls_pcert_list_import_x509_raw: ADDED
1998
1999
2000 * Version 2.99.4 (released 2011-07-23)
2001
2002 ** doc: documentation updates.
2003
2004 ** libgnutls: gnutls_rsa_params_t is now identical to gnutls_x509_privkey_t
2005 to avoid thread-safety issues. Reported by Sam Varshavchik.
2006
2007 ** libgnutls: Added compatibility mode with /etc/gnutls/pkcs11.conf
2008
2009 ** libgnutls: license upgraded to LGPLv3
2010
2011 ** libgnutls: gnutls_srp_verifier() returns data allocated with gnutls_malloc()
2012 for consistency.
2013
2014 ** API and ABI modifications:
2015 No changes since last version.
2016
2017
2018 * Version 2.99.3 (released 2011-06-18)
2019
2020 ** libgnutls: Added new PKCS #11 flags to force an object being private or
2021 not. (GNUTLS_PKCS11_OBJ_FLAG_MARK_PRIVATE and GNUTLS_PKCS11_OBJ_FLAG_MARK_NOT_PRIVATE)
2022
2023 ** libgnutls: Added SUITEB128 and SUITEB192 priority
2024 strings to enable the NSA SuiteB cryptography ciphersuites.
2025
2026 ** libgnutls: Added gnutls_pubkey_verify_data2() that will
2027 verify data provided the signature algorithm.
2028
2029 ** libgnutls: Simplified the handling of handshake messages to 
2030 be hashed. Instead of hashing during the handshake process we now 
2031 keep the data until handshake is over and hash them on request. 
2032 This uses more memory but eliminates issues with TLS 1.2 and 
2033 simplifies code.
2034
2035 ** libgnutls: Added AES-GCM optimizations using the PCLMULQDQ
2036 instruction. Uses Andy Polyakov's assembly code.
2037
2038 ** libgnutls: Added gnutls_x509_trust_list_add_named_crt() and
2039 gnutls_x509_trust_list_verify_named_crt() that allow having a
2040 list of certificates in the trusted list that will be associated
2041 with a name (e.g. server name) and will not be used as CAs.
2042
2043 ** libgnutls: PKCS #11 back-end rewritten to use p11-kit
2044 http://p11-glue.freedesktop.org/p11-kit.html. Rewrite by
2045 Stef Walter.
2046
2047 ** libgnutls: Added ECDHE-PSK ciphersuites for TLS (RFC 5489).
2048
2049 ** API and ABI modifications:
2050 gnutls_pubkey_verify_data2: ADDED
2051 gnutls_ecc_curve_get: ADDED
2052 gnutls_x509_trust_list_add_named_crt: ADDED
2053 gnutls_x509_trust_list_verify_named_crt: ADDED
2054 gnutls_x509_privkey_verify_data: REMOVED
2055 gnutls_crypto_bigint_register: REMOVED
2056 gnutls_crypto_cipher_register: REMOVED
2057 gnutls_crypto_digest_register: REMOVED
2058 gnutls_crypto_mac_register: REMOVED
2059 gnutls_crypto_pk_register: REMOVED
2060 gnutls_crypto_rnd_register: REMOVED
2061 gnutls_crypto_single_cipher_register: REMOVED
2062 gnutls_crypto_single_digest_register: REMOVED
2063 gnutls_crypto_single_mac_register: REMOVED
2064 GNUTLS_KX_ECDHE_PSK: New key exchange method
2065 GNUTLS_VERIFY_DISABLE_CRL_CHECKS: New certificate verification flag.
2066 GNUTLS_PKCS11_OBJ_FLAG_MARK_PRIVATE: New PKCS#11 object flag.
2067 GNUTLS_PKCS11_OBJ_FLAG_MARK_NOT_PRIVATE: New PKCS#11 object flag.
2068
2069
2070 * Version 2.99.2 (released 2011-05-26)
2071
2072 ** libgnutls: Added Elliptic curve support. This is not
2073 enabled by default. Requires priority strings:
2074 +CURVE-ALL: to add all supported curves
2075 +ECDHE-RSA: to add ephemeral ECDHE with an RSA-signed certificate
2076 +ECDHE-ECDSA: to add ephemeral ECDHE with an ECDSA-signed certificate
2077 +ANON-ECDHE: to add anonymous ECDH
2078
2079 ** libgnutls: PKCS #11 URLs conform to the latest draft
2080 being http://tools.ietf.org/html/draft-pechanec-pkcs11uri-04.
2081
2082 ** certtool: Can now load private keys and public keys from PKCS #11 tokens
2083 via URLs.
2084
2085 ** libgnutls: Added gnutls_global_set_audit_log_function() that allows
2086 to get important auditing information including the corresponding session.
2087 That might be useful to block DoS or other attacker from specific IPs.
2088
2089 ** libgnutls: gnutls_pkcs11_privkey_import_url() will now correctly read
2090 the public key algorithm of the key.
2091
2092 ** libgnutls: Added gnutls_certificate_get_issuer() and
2093 gnutls_x509_trust_list_get_issuer() to compensate for the
2094 missing gnutls_certificate_get_x509_cas().
2095
2096 ** libgnutls: Added gnutls_x509_crq_verify() to allow
2097 verification of the self signature in a certificate request.
2098 This allows verifying whether the owner of the private key
2099 is the generator of the request.
2100
2101 ** libgnutls: gnutls_x509_crt_set_crq() implicitly verifies
2102 the self signature of the request.
2103
2104 ** API and ABI modifications:
2105 gnutls_certificate_get_issuer: ADDED
2106 gnutls_x509_trust_list_get_issuer: ADDED
2107 gnutls_x509_crq_verify: ADDED
2108 gnutls_global_set_audit_log_function: ADDED
2109 gnutls_ecc_curve_get_name: ADDED
2110 gnutls_ecc_curve_get_size: ADDED
2111 gnutls_x509_privkey_import_ecc_raw: ADDED
2112 gnutls_x509_privkey_export_ecc_raw: ADDED
2113 gnutls_global_set_time_function: ADDED
2114
2115 GNUTLS_E_ECC_NO_SUPPORTED_CURVES: New error code
2116 GNUTLS_E_ECC_UNSUPPORTED_CURVE: New error code
2117 GNUTLS_KX_ECDHE_RSA: New key exchange method
2118 GNUTLS_KX_ECDHE_ECDSA: New key exchange method
2119 GNUTLS_KX_ANON_ECDH: New key exchange method
2120 GNUTLS_PK_ECC: New public key algorithm
2121 GNUTLS_SIGN_ECDSA_SHA1: New signature algorithm
2122 GNUTLS_SIGN_ECDSA_SHA256: New signature algorithm
2123 GNUTLS_SIGN_ECDSA_SHA384: New signature algorithm
2124 GNUTLS_SIGN_ECDSA_SHA512: New signature algorithm 
2125 GNUTLS_SIGN_ECDSA_SHA224: New signature algorithm
2126 GNUTLS_ECC_CURVE_INVALID: New curve definition
2127 GNUTLS_ECC_CURVE_SECP224R1: New curve definition
2128 GNUTLS_ECC_CURVE_SECP256R1: New curve definition
2129 GNUTLS_ECC_CURVE_SECP384R1: New curve definition
2130 GNUTLS_ECC_CURVE_SECP521R1: New curve definition
2131
2132
2133 * Version 2.99.1 (released 2011-04-23)
2134
2135 ** libgnutls: LZO support was removed.
2136
2137 ** libgnutls: Corrections in SSLv2 client hello parsing.
2138
2139 ** libgnutls: Added support for AES-NI if detected. Uses
2140 Andy Polyakov's AES-NI code.
2141
2142 ** libgnutls: Restored HMAC-MD5 for compatibility. Although considered 
2143 weak, several sites require it for connection. It is enabled for
2144 "NORMAL" and "PERFORMANCE" priority strings.
2145
2146 ** libgnutls: depend on libdl.
2147
2148 ** libgnutls-extra: Dropped support of LZO compression via liblzo.
2149
2150 ** libgnutls: gnutls_transport_set_global_errno() was removed. This
2151 function required GnuTLS to access system specific data, for no reason.
2152 Use gnutls_transport_set_errno(), or your system's errno fascility
2153 instead.
2154
2155 ** libgnutls: Added gnutls_certificate_set_retrieve_function2()
2156 to set a callback to retrieve a certificate. The certificate is
2157 received in a format that requires no processing from gnutls thus
2158 it is suitable when performance is required.
2159
2160 ** API and ABI modifications:
2161 gnutls_transport_set_global_errno: REMOVED
2162 gnutls_certificate_set_retrieve_function2: ADDED
2163
2164 * Version 2.99.0 (released 2011-04-09)
2165
2166 ** libgnutls: Added Datagram TLS support.
2167
2168 ** libgnutls: Uses a single configure file and a single
2169 gnulib library to save space.
2170
2171 ** libgnutls: Several bug fixes.
2172
2173 ** libgnutls: gnutls_transport_set_lowat() is no more.
2174
2175 ** libgnutls-openssl: modified to use modern gnutls' functions.
2176 This introduces an ABI incompatibility with previous versions.
2177
2178 ** libgnutls: Corrected signature generation and verification
2179 in the Certificate Verify message when in TLS 1.2. Reported
2180 by Todd A. Ouska.
2181
2182 ** libgnutlsxx: The C++ interface returns exception on
2183 every error and not only on fatal ones. This allows easier
2184 handling of errors.
2185
2186 ** libgnutls: Corrected issue in DHE-PSK ciphersuites that ignored    
2187 the PSK callback.
2188
2189 ** libgnutls: SRP and PSK are no longer set on the default priorities. 
2190 They have to be explicitly set.
2191
2192 ** libgnutls: During handshake message verification using DSS
2193 use the hash algorithm required by it.
2194
2195 ** libgnutls: gnutls_recv() return GNUTLS_E_PREMATURE_TERMINATION
2196 on unexpected EOF, instead of GNUTLS_E_UNEXPECTED_PACKET_LENGTH.
2197
2198 ** libgnutls: Added GCM mode (interoperates with tls.secg.org)
2199
2200 ** libgnutls-extra: Inner application extension was removed.
2201 It was never standardized nor published as an RFC.
2202
2203 ** libgnutls: Added new certificate verification functions, that
2204 can provide more details and are more efficient. Check 
2205 gnutls_x509_trust_list_*.
2206
2207 ** certtool: Uses the new certificate verification functions for
2208 --verify-chain.
2209
2210 ** certtool: Added new certificate verification functionality
2211 using the --verify option. Combined with --load-ca-certificate
2212 it can verify a certificate chain against a list of certificates.
2213
2214 ** Several files unnecessarily included <gcrypt.h>; this has been fixed.
2215
2216 ** API and ABI modifications:
2217 gnutls_dtls_set_timeouts: ADDED
2218 gnutls_dtls_get_mtu: ADDED
2219 gnutls_dtls_get_data_mtu: ADDED
2220 gnutls_dtls_set_mtu: ADDED
2221 gnutls_dtls_cookie_send: ADDED
2222 gnutls_dtls_cookie_verify: ADDED
2223 gnutls_dtls_prestate_set: ADDED
2224 gnutls_x509_trust_list_verify_crt: ADDED
2225 gnutls_x509_trust_list_add_crls: ADDED
2226 gnutls_x509_trust_list_add_cas: ADDED
2227 gnutls_x509_trust_list_init: ADDED
2228 gnutls_x509_trust_list_deinit: ADDED
2229 gnutls_cipher_add_auth: ADDED
2230 gnutls_cipher_tag: ADDED
2231 gnutls_psk_netconf_derive_key: REMOVED
2232 gnutls_certificate_verify_peers: REMOVED
2233 gnutls_session_set_finished_function: REMOVED
2234 gnutls_ext_register: REMOVED
2235 gnutls_certificate_get_x509_crls: REMOVED
2236 gnutls_certificate_get_x509_cas: REMOVED
2237 gnutls_certificate_get_openpgp_keyring: REMOVED
2238 gnutls_session_get_server_random: REMOVED
2239 gnutls_session_get_client_random: REMOVED
2240 gnutls_session_get_master_secret: REMOVED
2241 gnutls_ia_allocate_client_credentials: REMOVED
2242 gnutls_ia_allocate_server_credentials: REMOVED
2243 gnutls_ia_enable: REMOVED
2244 gnutls_ia_endphase_send: REMOVED
2245 gnutls_ia_extract_inner_secret: REMOVED
2246 gnutls_ia_free_client_credentials: REMOVED
2247 gnutls_ia_free_server_credentials: REMOVED
2248 gnutls_ia_generate_challenge: REMOVED
2249 gnutls_ia_get_client_avp_ptr: REMOVED
2250 gnutls_ia_get_server_avp_ptr: REMOVED
2251 gnutls_ia_handshake: REMOVED
2252 gnutls_ia_handshake_p: REMOVED
2253 gnutls_ia_permute_inner_secret: REMOVED
2254 gnutls_ia_recv: REMOVED
2255 gnutls_ia_send: REMOVED
2256 gnutls_ia_set_client_avp_function: REMOVED
2257 gnutls_ia_set_client_avp_ptr: REMOVED
2258 gnutls_ia_set_server_avp_function: REMOVED
2259 gnutls_ia_set_server_avp_ptr: REMOVED
2260 gnutls_ia_verify_endphase: REMOVED
2261
2262
2263 * Version 2.12.2 (released 2011-04-08)
2264
2265 ** libgnutls: Several updates and fixes for win32. Patches by LRN.
2266
2267 ** libgnutls: Several bug and memory leak fixes.
2268
2269 ** srptool: Accepts the -d option to enable debugging.
2270
2271 ** libgnutls: Corrected bug in gnutls_srp_verifier() that prevented
2272 the allocation of a verifier. Reported by Andrew Wiseman.
2273
2274 ** API and ABI modifications:
2275 No changes since last version.
2276
2277
2278 * Version 2.12.1 (released 2011-04-02)
2279
2280 ** certtool: Generated certificate request with stricter permissions.
2281 Reported by Luca Capello.
2282
2283 ** libgnutls: Bug fixes in opencdk code. Reported by Vitaly Kruglikov.
2284
2285 ** libgnutls: Corrected windows system_errno() function prototype.
2286
2287 ** libgnutls: C++ compatibility fix for compat.h. Reported by Mark Brand.
2288
2289 ** libgnutls: Fix size of gnutls_openpgp_keyid_t by using the
2290 GNUTLS_OPENPGP_KEYID_SIZE definition. Reported by Andreas Metzler.
2291
2292 ** API and ABI modifications:
2293 No changes since last version.
2294
2295
2296
2297
2298 * Version 2.12.0 (released 2011-03-24)
2299
2300 ** certtool: Warns on generation of DSA keys of over 1024 bits, about
2301 the incompatibility with TLS other than 1.2.
2302
2303 ** libgnutls: Modified signature algorithm selection in client
2304 certificate request, to avoid failures in DSA certificates.
2305
2306 ** libgnutls: Instead of failing with internal error, return 
2307 GNUTLS_E_INCOMPAT_DSA_KEY_WITH_TLS_PROTOCOL if an incompatible DSA
2308 key with the negotiated protocol is encountered.
2309
2310 ** libgnutls: Bug fixes in the RSA ciphersuite behavior with openpgp keys.
2311
2312 ** libgnutls: Force state update when fork is detected in the nettle
2313 rng.
2314
2315 ** libgnutls: modified gnutls_pubkey_import_openpgp() to use the preferred
2316 subkey instead of setting explicitly one.
2317
2318 ** libgnutls: Corrected default behavior in record version of Client Hellos.
2319
2320 ** libgnutls-openssl: modified to use modern gnutls' functions.
2321 This introduces an ABI incompatibility with previous versions.
2322
2323 ** API and ABI modifications:
2324 gnutls_pubkey_import_openpgp: MODIFIED
2325
2326
2327 * Version 2.11.7
2328
2329 ** libgnutls: The deprecated  gnutls_x509_privkey_sign_hash() was
2330 replaced by gnutls_privkey_sign_hash2().
2331
2332 ** libgnutls: gnutls_pubkey_verify_data, gnutls_pubkey_verify_hash,
2333 gnutls_x509_privkey_verify_data, gnutls_x509_crt_verify_data, 
2334 gnutls_x509_crt_verify_hash return the negative error code 
2335 GNUTLS_E_PK_SIG_VERIFY_FAILED if verification fails to simplify error 
2336 checking.
2337
2338 ** libgnutls: Added helper functions for signature verification:
2339 gnutls_pubkey_verify_data() and gnutls_pubkey_import_privkey().
2340
2341 ** libgnutls: Modified gnutls_privkey_sign_data().
2342
2343 ** gnutls_x509_crl_privkey_sign2(), gnutls_x509_crq_sign2()
2344 gnutls_x509_privkey_sign_hash(), gnutls_x509_privkey_sign_data(),
2345 gnutls_x509_crt_verify_hash(), gnutls_x509_crt_verify_data(), were
2346 deprecated for gnutls_x509_crl_privkey_sign(),
2347 gnutls_x509_crq_privkey_sign(), gnutls_privkey_sign_hash(),
2348 gnutls_privkey_sign_data(), gnutls_pubkey_verify_hash()
2349 gnutls_pubkey_verify_data() respectively.
2350
2351 ** libgnutls: gnutls_*_export_raw() functions now add leading zero in
2352 integers.
2353
2354 ** libgnutls: Added convenience functions gnutls_x509_crl_list_import2()
2355 and gnutls_x509_crt_list_import2().
2356
2357 ** crypto.h: Fix use with C++.
2358 Reported by "Brendan Doherty" <brendand@gentrack.com>.
2359
2360 ** API and ABI modifications:
2361 gnutls_x509_crl_list_import: ADDED
2362 gnutls_x509_crl_list_import2: ADDED
2363 gnutls_x509_crt_list_import2: ADDED
2364 gnutls_x509_crl_get_raw_issuer_dn: ADDED
2365 gnutls_pubkey_import_privkey: ADDED
2366 gnutls_pubkey_verify_data: ADDED
2367 gnutls_privkey_sign_hash: MODIFIED (was added in 2.11.0)
2368 gnutls_privkey_sign_data: MODIFIED (was added in 2.11.0)
2369 gnutls_x509_crq_sign2: DEPRECATED (use: gnutls_x509_crq_privkey_sign)
2370 gnutls_x509_crq_sign: DEPRECATED (use: gnutls_x509_crq_privkey_sign)
2371 gnutls_x509_crq_get_preferred_hash_algorithm: REMOVED (was added in 2.11.0)
2372 gnutls_x509_crl_sign: DEPRECATED (use: gnutls_x509_crl_privkey_sign)
2373 gnutls_x509_crl_sign2: DEPRECATED (use: gnutls_x509_crl_privkey_sign)
2374 gnutls_x509_privkey_sign_data: DEPRECATED (use: gnutls_privkey_sign_data2)
2375 gnutls_x509_privkey_sign_hash: DEPRECATED (use: gnutls_privkey_sign_hash2)
2376 gnutls_x509_privkey_verify_data: DEPRECATED (use: gnutls_pubkey_verify_data)
2377 gnutls_session_set_finished_function: DEPRECATED
2378 gnutls_x509_crt_verify_hash: DEPRECATED (use: gnutls_pubkey_verify_hash)
2379 gnutls_x509_crt_verify_data: DEPRECATED (use: gnutls_pubkey_verify_data)
2380 gnutls_x509_crt_get_verify_algorithm: DEPRECATED (use: gnutls_pubkey_get_verify_algorithm)
2381 gnutls_x509_crt_get_preferred_hash_algorithm: DEPRECATED (use: gnutls_pubkey_get_preferred_hash_algorithm)
2382 gnutls_openpgp_privkey_sign_hash: DEPRECATED (use: gnutls_privkey_sign_hash2)
2383 gnutls_pkcs11_privkey_sign_hash: REMOVED (was added in 2.11.0)
2384 gnutls_pkcs11_privkey_decrypt_data: REMOVED (was added in 2.11.0)
2385 gnutls_privkey_sign_hash: REMOVED (was added in 2.11.0)
2386
2387 * Version 2.11.6 (released 2010-12-06)
2388
2389 ** libgnutls: Record version of Client Hellos is now set by default to
2390 SSL 3.0. To restore the previous default behavior use %LATEST_RECORD_VERSION
2391 priority string.
2392
2393 ** libgnutls: Use ASN1_NULL when writing parameters for RSA signatures. 
2394 This makes us comply with RFC3279. Reported by Michael Rommel.
2395
2396 ** gnutls-serv: Corrected a buffer overflow. Reported and patch by Tomas Mraz.
2397
2398 ** API and ABI modifications:
2399 No changes since last version.
2400
2401 * Version 2.11.5 (released 2010-12-01)
2402
2403 ** libgnutls: Reverted default behavior for verification and
2404 introduced GNUTLS_VERIFY_DO_NOT_ALLOW_X509_V1_CA_CRT. Thus by default
2405 V1 trusted CAs are allowed, unless the new flag is specified.
2406
2407 ** libgnutls: Correctly add leading zero to PKCS #8 encoded DSA key.
2408 Reported by Jeffrey Walton.
2409
2410 ** libgnutls: Added SIGN-ALL, CTYPE-ALL, COMP-ALL, and VERS-TLS-ALL
2411 as priority strings. Those allow to set all the supported algorithms
2412 at once.
2413
2414 ** p11tool: Introduced. It allows manipulating pkcs 11 tokens.
2415
2416 ** gnutls-cli: Print channel binding only in verbose mode.
2417 Before it printed it after the 'Compression:' output, thus breaking
2418 Emacs starttls.el string searches.
2419
2420 ** API and ABI modifications:
2421 gnutls_pkcs11_token_init: New function
2422 gnutls_pkcs11_token_set_pin: New function
2423
2424 * Version 2.11.4 (released 2010-10-15)
2425
2426 ** libgnutls: Add new API gnutls_session_channel_binding.
2427 The function is used to get the channel binding data.  Currently only
2428 the "tls-unique" (RFC 5929) channel binding type is supported, through
2429 the GNUTLS_CB_TLS_UNIQUE type.  See new section "Channel Bindings" in
2430 the manual.
2431
2432 ** gnutls-cli, gnutls-serv: Print 'tls-unique' Channel Bindings.
2433
2434 ** doc: Added pkcs11.h header file to GTK-DOC manual.
2435
2436 ** build: Update gnulib files.
2437
2438 ** i18n: Update translations.
2439
2440 ** tests: Add self tests gendh.c.  Speed up Guile self checks.
2441
2442 ** API and ABI modifications:
2443 gnutls_session_channel_binding: New function.
2444 gnutls_channel_binding_t: New enumeration.
2445 GNUTLS_CB_TLS_UNIQUE: New gnutls_channel_binding_t enum member.
2446 GNUTLS_E_CHANNEL_BINDING_NOT_AVAILABLE: New error code.
2447
2448 * Version 2.11.3 (released 2010-10-14)
2449
2450 ** Indent code to follow the GNU Coding Standard.
2451 You should be able to unpack the 2.11.2 release and run 'make indent'
2452 twice to get exactly the same content as 2.11.3 except for generated
2453 files.  Using GNU Indent 2.2.11.
2454
2455 ** API and ABI modifications:
2456 No changes since last version.
2457
2458 * Version 2.11.2 (released 2010-10-08)
2459
2460 ** libgnutls: Several bug fixes on session resumption
2461 and session tickets support.
2462
2463 ** libgnutls: Add new extended key usage ipsecIKE.
2464
2465 ** certtool: Renamed PKCS #11 options to: --p11-provider,
2466 --p11-export-url, --p11-list-certs, --p11-list-certs,
2467 --p11-list-privkeys, --p11-list-trusted, --p11-list-all-certs,
2468 --p11-list-all, --p11-list-tokens, --p11-login, --p11-write,
2469 --p11-write-label, --p11-write-trusted, --p11-detailed-url,
2470 --p11-delete-url
2471
2472 ** libgnutls: Corrected bug that caused importing DSA keys as RSA,
2473 introduced with the new nettle code.
2474
2475 ** libgnutls: Corrected advertizing issue for session tickets.
2476
2477 ** API and ABI modifications:
2478 gnutls_x509_crt_get_subject_unique_id: ADDED.
2479 gnutls_x509_crt_get_issuer_unique_id: ADDED.
2480
2481 * Version 2.11.1 (released 2010-09-14)
2482
2483 ** libgnutls: Nettle is the default crypto back end. Use --with-libgcrypt
2484 to use the libgcrypt back end.
2485
2486 ** libgnutls: Depend on nettle 2.1. This makes nettle a fully working
2487 backend crypto library.
2488
2489 ** libgnutls: Added RSA_NULL_SHA1 and SHA256 ciphersuites.
2490
2491 ** libgnutls: Several updates in the buffering internal interface.
2492
2493 ** libgnutls: Is now more liberal in the PEM decoding. That is spaces and 
2494 tabs are being skipped.
2495
2496 ** libgnutls: Added support for draft-pechanec-pkcs11uri-02.
2497
2498 ** libgnutls: The %COMPAT flag now allows larger records that violate the
2499 TLS spec.
2500
2501 ** libgnutls: by default lowat level has been set to zero to avoid unnecessary
2502 system calls. Applications that depended on it being 1 should explicitly call
2503 gnutls_transport_set_lowat().
2504
2505 ** libgnutls: Updated documentation and gnutls_pk_params_t mappings
2506 to ECRYPT II recommendations. Mappings were moved to a single location
2507 and DSA keys are handled differently (since DSA2 allows for 1024,2048
2508 and 3072 keys only).
2509
2510 ** libgnutls: gnutls_x509_privkey_import() will fallback to
2511 gnutls_x509_privkey_import_pkcs8() without a password, if it
2512 is unable to decode the key.
2513
2514 ** libgnutls: HMAC-MD5 no longer used by default.
2515
2516 ** API and ABI modifications:
2517 gnutls_openpgp_privkey_sec_param: ADDED
2518 gnutls_x509_privkey_sec_param: ADDED
2519
2520 * Version 2.11.0 (released 2010-07-22)
2521
2522 ** libgnutls: support scattered write using writev(). This takes
2523 advantage of the new buffering layer and allows queuing of packets
2524 and flushing them. This is currently used for handshake messages
2525 only.
2526
2527 ** libgnutls: Added gnutls_global_set_mutex() to allow setting
2528 alternative locking procedures. By default the system available
2529 locking is used. In *NIX pthreads are used and in windows the
2530 critical section API. This follows a different approach than the
2531 previous versions that depended on libgcrypt initialization. The
2532 locks are now set by default in systems that support it. Programs
2533 that used gcry_control() to set thread locks should insert it into
2534 a block of
2535 #if GNUTLS_VERSION_NUMBER <= 0x020b00
2536         gcry_control(...)
2537 #endif
2538
2539 ** libgnutls: Added support for reading DN from EV-certificates.
2540 New DN values:
2541 jurisdictionOfIncorporationLocalityName,
2542 jurisdictionOfIncorporationStateOrProvinceName,
2543 jurisdictionOfIncorporationCountryName
2544
2545 ** libgnutls: Added support for DSA signing/verifying with bit 
2546 length over 1024.
2547
2548 ** libgnutls-extra: When in FIPS mode gnutls_global_init_extra()
2549 has to be called to register any required md5 handlers.
2550
2551 ** libgnutls: Internal buffering code was replaced by simpler
2552 code contributed by Jonathan Bastien-Filiatrault.
2553
2554 ** libgnutls: Internal API for extensions augmented to allow
2555 safe storing and loading of data on resumption. This allows writing
2556 self-contained extensions (when possible). As a side effect
2557 the OPRFI extension was removed.
2558
2559 ** libgnutls: Added support for DSA-SHA256 and DSA-SHA224
2560
2561 ** libgnutls: Added PKCS #11 support and an API to access objects in
2562 gnutls/pkcs11.h. Currently certificates and public keys can be
2563 imported from tokens, and operations can be performed on private keys.
2564
2565 ** libgnutls: Added abstract gnutls_privkey_t and gnutls_pubkey_t
2566
2567 ** libgnutls: Added initial support for the nettle library. It uses
2568 the system's random generator for seeding. That is /dev/urandom in Linux, 
2569 system calls in Win32 and EGD on other systems.
2570
2571 ** libgnutls: Corrected issue on the %SSL3_RECORD_VERSION priority string. It now
2572     works even when resuming a session.
2573
2574 ** libgnutls: Added gnutls_certificate_set_retrieve_function() to replace the
2575 similar gnutls_certificate_set_server_retrieve_function() and
2576 gnutls_certificate_set_client_retrieve_function(). In addition it support
2577 PKCS #11 private keys.
2578
2579 ** libgnutls: Added  gnutls_pkcs11_copy_x509_crt(), gnutls_pkcs11_copy_x509_privkey(),
2580 and gnutls_pkcs11_delete_url() to allow copying and deleting data in tokens.
2581
2582 ** libgnutls: Added gnutls_sec_param_to_pk_bits() et al. to allow select bit
2583 sizes for private keys using a human understandable scale.
2584
2585 ** certtool: Added new options: --pkcs11-list-tokens, --pkcs11-list-all
2586 --pkcs11-list-all-certs, --pkcs11-list-trusted, --pkcs11-list-certs,
2587 --pkcs11-delete-url, --pkcs11-write
2588
2589 certtool: The --pkcs-cipher is taken into account when generating a
2590 private key. The default cipher used now is aes-128. The old behavior can
2591 be simulated by specifying "--pkcs-cipher 3des-pkcs12".
2592
2593 certtool: Added --certificate-pubkey to print the public key of the
2594 certificate.
2595
2596 ** gnutls-cli/gnutls-serv: --x509cafile, --x509certfile and --x509keyfile
2597 can now accept a PKCS #11 URL in addition to a file. This will allow for
2598 example to use the Gnome-keyring trusted certificate list to verify
2599 connections using a url such as:
2600 pkcs11:token=Root%20CA%20Certificates;serial=1%3AROOTS%3ADEFAULT;model=1%2E0;manufacturer=Gnome%20Keyring
2601
2602 ** API and ABI modifications:
2603 gnutls_certificate_set_server_retrieve_function: DEPRECATED
2604 gnutls_certificate_set_client_retrieve_function: DEPRECATED
2605 gnutls_sign_callback_set: DEPRECATED
2606 gnutls_global_set_mutex: ADDED
2607 gnutls_pubkey_get_preferred_hash_algorithm: ADDED
2608 gnutls_x509_crt_get_preferred_hash_algorithm: ADDED
2609 gnutls_x509_privkey_export_rsa_raw2: ADDED
2610 gnutls_rnd: ADDED
2611 gnutls_sec_param_to_pk_bits: ADDED
2612 gnutls_pk_bits_to_sec_param: ADDED
2613 gnutls_sec_param_get_name: ADDED
2614 gnutls_pkcs11_type_get_name: ADDED
2615 gnutls_certificate_set_retrieve_function: ADDED
2616 gnutls_pkcs11_init: ADDED
2617 gnutls_pkcs11_deinit: ADDED
2618 gnutls_pkcs11_set_pin_function: ADDED
2619 gnutls_pkcs11_set_token_function: ADDED
2620 gnutls_pkcs11_add_provider: ADDED
2621 gnutls_pkcs11_obj_init: ADDED
2622 gnutls_pkcs11_obj_import_url: ADDED
2623 gnutls_pkcs11_obj_export_url: ADDED
2624 gnutls_pkcs11_obj_deinit: ADDED
2625 gnutls_pkcs11_obj_export: ADDED
2626 gnutls_pkcs11_obj_list_import_url: ADDED
2627 gnutls_pkcs11_obj_export: ADDED
2628 gnutls_x509_crt_import_pkcs11: ADDED
2629 gnutls_pkcs11_obj_get_type: ADDED
2630 gnutls_x509_crt_list_import_pkcs11: ADDED
2631 gnutls_x509_crt_import_pkcs11_url: ADDED
2632 gnutls_pkcs11_obj_get_info: ADDED
2633 gnutls_pkcs11_token_get_info: ADDED
2634 gnutls_pkcs11_token_get_url: ADDED
2635 gnutls_pkcs11_privkey_init: ADDED
2636 gnutls_pkcs11_privkey_deinit: ADDED
2637 gnutls_pkcs11_privkey_get_pk_algorithm: ADDED
2638 gnutls_pkcs11_privkey_get_info: ADDED
2639 gnutls_pkcs11_privkey_import_url: ADDED
2640 gnutls_pkcs11_privkey_sign_data: ADDED
2641 gnutls_pkcs11_privkey_sign_hash: ADDED
2642 gnutls_pkcs11_privkey_decrypt_data: ADDED
2643 gnutls_privkey_init: ADDED
2644 gnutls_privkey_deinit: ADDED
2645 gnutls_privkey_get_pk_algorithm: ADDED
2646 gnutls_privkey_get_type: ADDED
2647 gnutls_privkey_import_pkcs11: ADDED
2648 gnutls_privkey_import_x509: ADDED
2649 gnutls_privkey_import_openpgp: ADDED
2650 gnutls_privkey_sign_data: ADDED
2651 gnutls_privkey_sign_hash: ADDED
2652 gnutls_privkey_decrypt_data: ADDED
2653 gnutls_pkcs11_privkey_export_url: ADDED
2654 gnutls_x509_crq_privkey_sign: ADDED
2655 gnutls_x509_crl_privkey_sign: ADDED
2656 gnutls_x509_crt_privkey_sign: ADDED
2657 gnutls_pubkey_init: ADDED
2658 gnutls_pubkey_deinit: ADDED
2659 gnutls_pubkey_get_pk_algorithm: ADDED
2660 gnutls_pubkey_import_x509: ADDED
2661 gnutls_pubkey_import_openpgp: ADDED
2662 gnutls_pubkey_get_pk_rsa_raw: ADDED
2663 gnutls_pubkey_get_pk_dsa_raw: ADDED
2664 gnutls_pubkey_export: ADDED
2665 gnutls_pubkey_get_key_id: ADDED
2666 gnutls_pubkey_get_key_usage: ADDED
2667 gnutls_pubkey_verify_hash: ADDED
2668 gnutls_pubkey_get_verify_algorithm: ADDED
2669 gnutls_pkcs11_type_get_name: ADDED
2670 gnutls_pubkey_import_pkcs11_url: ADDED
2671 gnutls_pubkey_import: ADDED
2672 gnutls_pubkey_import_pkcs11: ADDED
2673 gnutls_pubkey_import_dsa_raw: ADDED
2674 gnutls_pubkey_import_rsa_raw: ADDED
2675 gnutls_x509_crt_set_pubkey: ADDED
2676 gnutls_x509_crq_set_pubkey: ADDED
2677 gnutls_pkcs11_copy_x509_crt: ADDED
2678 gnutls_pkcs11_copy_x509_privkey: ADDED
2679 gnutls_pkcs11_delete_url: ADDED
2680
2681 * Version 2.10.1 (released 2010-07-25)
2682
2683 ** libgnutls: Added support for broken certificates that indicate RSA
2684 with strange OIDs.
2685
2686 ** gnutls-cli: Allow verification using V1 CAs.
2687
2688 ** libgnutls: gnutls_x509_privkey_import() will fallback to
2689 gnutls_x509_privkey_import_pkcs8() without a password, if it
2690 is unable to decode the key.
2691
2692 ** libgnutls: Correctly deinitialize crypto API functions to prevent
2693 a memory leak.  Reported by Mads Kiilerich.
2694
2695 ** certtool: If asked to generate DSA keys of size more than 1024 bits,
2696 issue a warning, that the output key might not be working everywhere.
2697
2698 ** certtool: The --pkcs-cipher is taken into account when generating a
2699 private key. The default cipher used now is aes-128. The old behavior
2700 can be simulated by specifying "--pkcs-cipher 3des-pkcs12".
2701
2702 ** API and ABI modifications:
2703 No changes since last version.
2704
2705 * Version 2.10.0 (released 2010-06-25)
2706
2707 ** API and ABI modifications:
2708 No changes since last version.
2709
2710 * Version 2.9.12 (released 2010-06-17)
2711
2712 ** gnutls-cli: Make --starttls work again.
2713 Problem introduced in patch to use read() instead of fgets() committed
2714 on 2010-01-27.
2715
2716 ** API and ABI modifications:
2717 No changes since last version.
2718
2719 * Version 2.9.11 (released 2010-06-07)
2720
2721 ** libgnutls: Removed two APIs related to safe renegotiation.
2722 Use priority strings instead.  The APIs were
2723 gnutls_safe_negotiation_set_initial and gnutls_safe_renegotiation_set.
2724 (Remember that we don't promise ABI stability during development
2725 series, so this doesn't cause an shared library ABI increment.)
2726
2727 ** tests: More self testing of safe renegotiation extension.
2728 See tests/safe-renegotiation/README for more information.
2729
2730 ** doc: a PDF version of the API reference manual (GTK-DOC) is now built.
2731
2732 ** doc: Terms 'GNUTLS' and 'GNU TLS' were changed to 'GnuTLS' for consistency.
2733
2734 ** API and ABI modifications:
2735 gnutls_safe_negotiation_set_initial: REMOVED.
2736 gnutls_safe_renegotiation_set: REMOVED.
2737
2738 * Version 2.9.10 (released 2010-04-22)
2739
2740 ** libgnutls: Time verification extended to trusted certificate list.
2741 Unless new constant GNUTLS_VERIFY_DISABLE_TRUSTED_TIME_CHECKS flag is
2742 specified.
2743
2744 ** certtool: Display postalCode and Name X.509 DN attributes correctly.
2745 Based on patch by Pavan Konjarla.  Adds new constant
2746 GNUTLS_OID_X520_POSTALCODE and GNUTLS_OID_X520_NAME.
2747
2748 ** libgnutls: Added Steve Dispensa's patch for safe renegotiation (RFC 5746)
2749 Solves the issue discussed in:
2750 <http://www.ietf.org/mail-archive/web/tls/current/msg03928.html> and
2751 <http://www.ietf.org/mail-archive/web/tls/current/msg03948.html>.
2752 Note that to allow connecting to unpatched servers the full protection
2753 is only enabled if the priority string %SAFE_RENEGOTIATION is
2754 specified. You can check whether protection is in place by querying
2755 gnutls_safe_renegotiation_status().  New error codes
2756 GNUTLS_E_SAFE_RENEGOTIATION_FAILED and
2757 GNUTLS_E_UNSAFE_RENEGOTIATION_DENIED added.
2758
2759 ** libgnutls: When checking openpgp self signature also check the signatures
2760 ** of all subkeys.
2761 Ilari Liusvaara noticed and reported the issue and provided test
2762 vectors as well.
2763
2764 ** libgnutls: Added cryptodev support (/dev/crypto).
2765 Tested with http://www.logix.cz/michal/devel/cryptodev/.  Added
2766 benchmark utility for AES.  Adds new error codes
2767 GNUTLS_E_CRYPTODEV_IOCTL_ERROR and GNUTLS_E_CRYPTODEV_DEVICE_ERROR.
2768
2769 ** libgnutls: Exported API to access encryption and hash algorithms.
2770 The new API functions are gnutls_cipher_decrypt, gnutls_cipher_deinit,
2771 gnutls_cipher_encrypt, gnutls_cipher_get_block_size,
2772 gnutls_cipher_init, gnutls_hash, gnutls_hash_deinit, gnutls_hash_fast,
2773 gnutls_hash_get_len, gnutls_hash_init, gnutls_hash_output,
2774 gnutls_hmac, gnutls_hmac_deinit, gnutls_hmac_fast,
2775 gnutls_hmac_get_len, gnutls_hmac_init, gnutls_hmac_output.  New API
2776 constants are GNUTLS_MAC_SHA224 and GNUTLS_DIG_SHA224.
2777
2778 ** libgnutls: Added gnutls_certificate_set_verify_function() to allow
2779 verification of certificate upon receipt rather than waiting until the
2780 end of the handshake.
2781
2782 ** libgnutls: Don't send alerts during handshake.
2783 Instead new error code GNUTLS_E_UNKNOWN_SRP_USERNAME is added.
2784
2785 ** certtool: Corrected two issues that affected certificate request generation.
2786 (1) Null padding is added on integers (found thanks to Wilankar Trupti),
2787 (2) In optional SignatureAlgorithm parameters field for DSA keys the DSA
2788 parameters were added. Those were rejected by Verisign. Gnutls no longer adds 
2789 those parameters there since other implementations don't do either and having 
2790 them does not seem to offer anything (anyway you need the signer's certificate
2791 to verify thus public key will be available). Found thanks to Boyan Kasarov.
2792 This however has the side-effect that public key IDs shown by certtool are
2793 now different than previous gnutls releases.
2794 (3) the option --pgp-certificate-info will verify self signatures
2795
2796 ** certtool: Allow exporting of Certificate requests on DER format.
2797
2798 ** certtool: New option --no-crq-extensions to avoid extensions in CSRs.
2799
2800 ** gnutls-cli: Handle reading binary data from server.
2801 Reported by and tiny patch from Vitaly Mayatskikh
2802 <v.mayatskih@gmail.com> in
2803 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/4096>.
2804
2805 ** minitasn1: Upgraded to libtasn1 version 2.6.
2806
2807 ** i18n: Updated Czech, Dutch, French, Polish, Swedish translation.
2808 ** Added Italian and Simplified Chinese translation.
2809 Thanks to Petr Pisar, Erwin Poeze, Nicolas Provost, Jakub Bogusz,
2810 Daniel Nylander, Sergio Zanchetta, Tao Wei, and Aron Xu.
2811
2812 ** doc: The GTK-DOC manual is significantly improved.
2813
2814 ** API and ABI modifications:
2815 %DISABLE_SAFE_RENEGOTIATION: Added to priority strings (do not use).
2816 %INITIAL_SAFE_RENEGOTIATION: Added to priority strings.
2817 %UNSAFE_RENEGOTIATION: Added to priority strings.
2818 GNUTLS_DIG_SHA224: ADDED.
2819 GNUTLS_E_CRYPTODEV_DEVICE_ERROR: ADDED.
2820 GNUTLS_E_CRYPTODEV_IOCTL_ERROR: ADDED.
2821 GNUTLS_E_SAFE_RENEGOTIATION_FAILED: ADDED.
2822 GNUTLS_E_UNKNOWN_SRP_USERNAME: ADDED.
2823 GNUTLS_E_UNSAFE_RENEGOTIATION_DENIED: ADDED.
2824 GNUTLS_MAC_SHA224: ADDED.
2825 GNUTLS_OID_X520_NAME: ADDED.
2826 GNUTLS_OID_X520_POSTALCODE: ADDED.
2827 GNUTLS_VERIFY_DISABLE_TRUSTED_TIME_CHECKS: ADDED.
2828 GNUTLS_VERSION_MAX: ADDED.
2829 gnutls_certificate_set_verify_function: ADDED.
2830 gnutls_cipher_decrypt: ADDED.
2831 gnutls_cipher_deinit: ADDED.
2832 gnutls_cipher_encrypt: ADDED.
2833 gnutls_cipher_get_block_size: ADDED.
2834 gnutls_cipher_init: ADDED.
2835 gnutls_hash: ADDED.
2836 gnutls_hash_deinit: ADDED.
2837 gnutls_hash_fast: ADDED.
2838 gnutls_hash_get_len: ADDED.
2839 gnutls_hash_init: ADDED.
2840 gnutls_hash_output: ADDED.
2841 gnutls_hmac: ADDED.
2842 gnutls_hmac_deinit: ADDED.
2843 gnutls_hmac_fast: ADDED.
2844 gnutls_hmac_get_len: ADDED.
2845 gnutls_hmac_init: ADDED.
2846 gnutls_hmac_output: ADDED.
2847 gnutls_safe_negotiation_set_initial: ADDED.
2848 gnutls_safe_renegotiation_set: ADDED.
2849 gnutls_safe_renegotiation_status: ADDED.
2850
2851 * Version 2.9.9 (released 2009-11-09)
2852
2853 ** libgnutls: Cleanups and several bug fixes.
2854 Found by Steve Grubb and Tomas Mraz.
2855
2856 ** Link libgcrypt explicitly to certtool, gnutls-cli, gnutls-serv.
2857
2858 ** Fix --disable-valgrind-tests.
2859 Reported by Ingmar Vanhassel in
2860 <https://savannah.gnu.org/support/?107029>.
2861
2862 ** API and ABI modifications:
2863 No changes since last version.
2864
2865 * Version 2.9.8 (released 2009-11-05)
2866
2867 ** libgnutls: Fix for memory leaks on interrupted handshake.
2868 Reported by Tang Tong.
2869
2870 ** libgnutls: Addition of support for TLS 1.2 signature algorithms
2871 ** extension and certificate verify field.
2872 This requires changes for TLS 1.2 servers and clients that use
2873 callbacks for certificate retrieval.  They are now required to check
2874 with gnutls_sign_algorithm_get_requested() whether the certificate
2875 they send complies with the peer's preferences in signature
2876 algorithms.
2877
2878 ** libgnutls: In server side when resuming a session do not overwrite the 
2879 ** initial session data with the resumed session data.
2880
2881 ** libgnutls: Added support for AES-128, AES-192 and AES-256 in PKCS #8
2882 ** encryption.
2883 This affects also PKCS #12 encoded files.  This adds the following new
2884 enums: GNUTLS_CIPHER_AES_192_CBC, GNUTLS_PKCS_USE_PBES2_AES_128,
2885 GNUTLS_PKCS_USE_PBES2_AES_192, GNUTLS_PKCS_USE_PBES2_AES_256.
2886
2887 ** libgnutls: Fix PKCS#12 encoding.
2888 The error you would get was "The OID is not supported.".  Problem
2889 introduced for the v2.8.x branch in 2.7.6.
2890
2891 ** certtool: Added the --pkcs-cipher option.
2892 To explicitely specify the encryption algorithm to use.
2893
2894 ** tests: Added "pkcs12_encode" self-test to check PKCS#12 functions.
2895
2896 ** tests: Fix time bomb in chainverify self-test.
2897 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
2898 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3925>.
2899
2900 ** tests: Fix expired cert in chainverify self-test.
2901
2902 ** i18n: Vietnamese translation updated.
2903 Thanks to Clytie Siddall.
2904
2905 ** API and ABI modifications:
2906 GNUTLS_CIPHER_AES_192_CBC: ADDED to gnutls/gnutls.h.
2907 GNUTLS_PKCS_USE_PBES2_AES_128: ADDED to gnutls/x509.h.
2908 GNUTLS_PKCS_USE_PBES2_AES_192: ADDED to gnutls/x509.h.
2909 GNUTLS_PKCS_USE_PBES2_AES_256: ADDED to gnutls/x509.h.
2910 GNUTLS_BAG_SECRET: ADDED to gnutls/pkcs12.h.
2911 GNUTLS_DIG_UNKNOWN: ADDED to gnutls/gnutls.h.
2912 gnutls_sign_algorithm_get_requested: ADDED.
2913
2914 * Version 2.9.7 (released 2009-10-06)
2915
2916 ** libgnutls: TLS 1.2 server mode fixes.
2917 Now interoperates against Opera.  Contributed by Daiki Ueno.
2918
2919 ** libgnutlsxx: Fix link problems.
2920 Tiny patch from Boyan Kasarov <bkasarov@gmail.com>.
2921
2922 ** guile: Compatibility with guile 2.x.
2923 By Ludovic Courtes <ludovic.courtes@laas.fr>.
2924
2925 ** API and ABI modifications:
2926 No changes since last version.
2927
2928 * Version 2.9.6 (released 2009-09-22)
2929
2930 ** libgnutls: Enable Camellia ciphers by default.
2931
2932 ** API and ABI modifications:
2933 No changes since last version.
2934
2935 * Version 2.9.5 (released 2009-09-10)
2936
2937 ** libgnutls: Add new functions to extract X.509 Issuer Alternative Names.
2938 The new functions are gnutls_x509_crt_get_issuer_alt_name2,
2939 gnutls_x509_crt_get_issuer_alt_name, and
2940 gnutls_x509_crt_get_issuer_alt_othername_oid.  Contributed by Brad
2941 Hards <bradh@frogmouth.net>.
2942
2943 ** API and ABI modifications:
2944 gnutls_x509_crt_get_issuer_alt_name2: ADDED.
2945 gnutls_x509_crt_get_issuer_alt_name: ADDED.
2946 gnutls_x509_crt_get_issuer_alt_othername_oid: ADDED.
2947
2948 * Version 2.9.4 (released 2009-09-03)
2949
2950 ** libgnutls: Client-side TLS 1.2 and SHA-256 ciphersuites now works.
2951 The new supported ciphersuites are AES-128/256 in CBC mode with
2952 ANON-DH/RSA/DHE-DSS/DHE-RSA.  Contributed by Daiki Ueno.  Further,
2953 SHA-256 is now the preferred default MAC (however it is only used with
2954 TLS 1.2).
2955
2956 ** libgnutls: Make OpenPGP hostname checking work again.
2957 The patch to resolve the X.509 CN/SAN issue accidentally broken
2958 OpenPGP hostname comparison.
2959
2960 ** libgnutls: When printing X.509 certificates, handle XMPP SANs better.
2961 Reported by Howard Chu <hyc@symas.com> in
2962 <https://savannah.gnu.org/support/?106975>.
2963
2964 ** Fix use of deprecated types internally.
2965 Use of deprecated types in GnuTLS from now on will lead to a compile
2966 error, to prevent this from happening again.
2967
2968 ** API and ABI modifications:
2969 No changes since last version.
2970
2971 * Version 2.9.3 (released 2009-08-19)
2972
2973 ** libgnutls: Support for TLS tickets was contributed by Daiki Ueno.
2974 The new APIs are gnutls_session_ticket_enable_client,
2975 gnutls_session_ticket_enable_server, and
2976 gnutls_session_ticket_key_generate.
2977
2978 ** gnutls-cli, gnutls-serv: New parameter --noticket to disable TLS tickets.
2979
2980 ** API and ABI modifications:
2981 gnutls_session_ticket_key_generate: ADDED.
2982 gnutls_session_ticket_enable_client: ADDED.
2983 gnutls_session_ticket_enable_server: ADDED.
2984
2985 * Version 2.9.2 (released 2009-08-14)
2986
2987 ** libgnutls: Fix problem with NUL bytes in X.509 CN and SAN fields.
2988 By using a NUL byte in CN/SAN fields, it was possible to fool GnuTLS
2989 into 1) not printing the entire CN/SAN field value when printing a
2990 certificate and 2) cause incorrect positive matches when matching a
2991 hostname against a certificate.  Some CAs apparently have poor
2992 checking of CN/SAN values and issue these (arguable invalid)
2993 certificates.  Combined, this can be used by attackers to become a
2994 MITM on server-authenticated TLS sessions.  The problem is mitigated
2995 since attackers needs to get one certificate per site they want to
2996 attack, and the attacker reveals his tracks by applying for a
2997 certificate at the CA.  It does not apply to client authenticated TLS
2998 sessions.  Research presented independently by Dan Kaminsky and Moxie
2999 Marlinspike at BlackHat09.  Thanks to Tomas Hoger <thoger@redhat.com>
3000 for providing one part of the patch.  [GNUTLS-SA-2009-4] [CVE-2009-2730].
3001
3002 ** libgnutls: Fix rare failure in gnutls_x509_crt_import.
3003 The function may fail incorrectly when an earlier certificate was
3004 imported to the same gnutls_x509_crt_t structure.
3005
3006 ** minitasn1: Internal copy updated to libtasn1 v2.3.
3007
3008 ** libgnutls: Fix return value of gnutls_certificate_client_get_request_status.
3009 Before it always returned false.  Reported by Peter Hendrickson
3010 <pdh@wiredyne.com> in
3011 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3668>.
3012
3013 ** libgnutls: Fix off-by-one size computation error in unknown DN printing.
3014 The error resulted in truncated strings when printing unknown OIDs in
3015 X.509 certificate DNs.  Reported by Tim Kosse
3016 <tim.kosse@filezilla-project.org> in
3017 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3651>.
3018
3019 ** libgnutls: Fix PKCS#12 decryption from password.
3020 The encryption key derived from the password was incorrect for (on
3021 average) 1 in every 128 input for random inputs.  Reported by "Kukosa,
3022 Tomas" <tomas.kukosa@siemens-enterprise.com> in
3023 <http://permalink.gmane.org/gmane.network.gnutls.general/1663>.
3024
3025 ** libgnutls: Return correct bit lengths of some MPIs.
3026 gnutls_dh_get_prime_bits, gnutls_rsa_export_get_modulus_bits, and
3027 gnutls_dh_get_peers_public_bits.  Before the reported value was
3028 overestimated.  Reported by Peter Hendrickson <pdh@wiredyne.com> in
3029 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3607>.
3030
3031 ** libgnutls: Avoid internal error when invoked after GNUTLS_E_AGAIN.
3032 Report and patch by Tim Kosse <tim.kosse@filezilla-project.org> in
3033 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3671>
3034 and
3035 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3670>.
3036
3037 ** libgnutls: Relax checking of required libtasn1/libgcrypt versions.
3038 Before we required that the runtime library used the same (or more
3039 recent) libgcrypt/libtasn1 as it was compiled with.  Now we just check
3040 that the runtime usage is above the minimum required.  Reported by
3041 Marco d'Itri <md@linux.it> via Andreas Metzler
3042 <ametzler@downhill.at.eu.org> in <http://bugs.debian.org/540449>.
3043
3044 ** tests: Added new self-test pkcs12_s2k_pem to detect MPI bit length error.
3045
3046 ** tests: Improved test vectors in self-test pkcs12_s2k.
3047
3048 ** tests: Added new self-test dn2 to detect off-by-one size error.
3049
3050 ** tests: Fix failure in "chainverify" because a certificate have expired.
3051
3052 ** API and ABI modifications:
3053 No changes since last version.
3054
3055 * Version 2.9.1 (released 2009-06-08)
3056
3057 ** libgnutls: Fix crash in gnutls_global_init after earlier init/deinit cycle.
3058 Forwarded by Martin von Gagern <Martin.vGagern@gmx.net> from
3059 <http://bugs.gentoo.org/272388>.
3060
3061 ** tests: Added new self-tests init_roundtrip.c to detect previous problem.
3062
3063 ** Reduce stack usage for some CRQ functions.
3064
3065 ** Doc fixes for CRQ functions.
3066
3067 ** API and ABI modifications:
3068 No changes since last version.
3069
3070 * Version 2.9.0 (released 2009-05-28)
3071
3072 ** Doc fixes.
3073
3074 ** API and ABI modifications:
3075 No changes since last version.
3076
3077 * Version 2.8.6 (released 2010-03-15)
3078
3079 ** libgnutls: For CSRs, don't null pad integers for RSA/DSA value.
3080 VeriSign rejected CSRs with this padding.  Reported by Wilankar Trupti
3081 <trupti.wilankar@hp.com> and Boyan Kasarov <bkasarov@gmail.com>.
3082
3083 Note: As a side effect of this change, the "public key identifier"
3084 value computed for a certificate using this version of GnuTLS will be
3085 different from values computed using earlier versions of GnuTLS.
3086
3087 ** libgnutls: For CSRs on DSA keys, don't add DSA parameters to the
3088 ** optional SignatureAlgorithm parameter field.
3089 VeriSign rejected these CSRs.  They are stricly speaking not needed
3090 since you need the signer's certificate to verify the certificate
3091 signature anyway.  Reported by Wilankar Trupti
3092 <trupti.wilankar@hp.com> and Boyan Kasarov <bkasarov@gmail.com>.
3093
3094 ** libgnutls: When checking openpgp self signature also check the signatures
3095 ** of all subkeys.
3096 Ilari Liusvaara noticed and reported the issue and provided test
3097 vectors as well.
3098
3099 ** libgnutls: Cleanups and several bug fixes.
3100 Found by Steve Grubb and Tomas Mraz.
3101
3102 ** Link libgcrypt explicitly to certtool, gnutls-cli, gnutls-serv.
3103
3104 ** Fix --disable-valgrind-tests.
3105 Reported by Ingmar Vanhassel in
3106 <https://savannah.gnu.org/support/?107029>.
3107
3108 ** examples: Use the new APIs for printing X.509 certificate information.
3109
3110 ** Fix build failures on Solaris.
3111 Thanks to Dagobert Michelsen <dam@opencsw.org>.
3112
3113 ** i18n: Updated Czech, Dutch, French, Polish, Swedish and Vietnamese
3114 ** translations.  Added Simplified Chinese translation.
3115
3116 ** API and ABI modifications:
3117 No changes since last version.
3118
3119 * Version 2.8.5 (released 2009-11-02)
3120
3121 ** libgnutls: In server side when resuming a session do not overwrite the 
3122 ** initial session data with the resumed session data.
3123
3124 ** libgnutls: Fix PKCS#12 encoding.
3125 The error you would get was "The OID is not supported.".  Problem
3126 introduced for the v2.8.x branch in 2.7.6.
3127
3128 ** guile: Compatibility with guile 2.x.
3129 By Ludovic Courtes <ludovic.courtes@laas.fr>.
3130
3131 ** tests: Fix expired cert in chainverify self-test.
3132
3133 ** tests: Fix time bomb in chainverify self-test.
3134 Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
3135 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3925>.
3136
3137 ** API and ABI modifications:
3138 No changes since last version.
3139
3140 * Version 2.8.4 (released 2009-09-18)
3141
3142 ** libgnutls: Enable Camellia ciphers by default.
3143
3144 ** libgnutls: Make OpenPGP hostname checking work again.
3145 The patch to resolve the X.509 CN/SAN issue accidentally broken
3146 OpenPGP hostname comparison.
3147
3148 ** libgnutls: When printing X.509 certificates, handle XMPP SANs better.
3149 Reported by Howard Chu <hyc@symas.com> in
3150 <https://savannah.gnu.org/support/?106975>.
3151
3152 ** API and ABI modifications:
3153 No changes since last version.
3154
3155 * Version 2.8.3 (released 2009-08-13)
3156
3157 ** libgnutls: Fix patch for NUL in CN/SAN in last release.
3158 Code intended to be removed would lead to an read-out-bound error in
3159 some situations.  Reported by Tomas Hoger <thoger@redhat.com>.  A CVE
3160 code have been allocated for the vulnerability: [CVE-2009-2730].
3161
3162 ** libgnutls: Fix rare failure in gnutls_x509_crt_import.
3163 The function may fail incorrectly when an earlier certificate was
3164 imported to the same gnutls_x509_crt_t structure.
3165
3166 ** libgnutls-extra, libgnutls-openssl: Fix MinGW cross-compiling build error.
3167
3168 ** tests: Made self-test mini-eagain take less time.
3169
3170 ** doc: Typo fixes.
3171
3172 ** API and ABI modifications:
3173 No changes since last version.
3174
3175 * Version 2.8.2 (released 2009-08-10)
3176
3177 ** libgnutls: Fix problem with NUL bytes in X.509 CN and SAN fields.
3178 By using a NUL byte in CN/SAN fields, it was possible to fool GnuTLS
3179 into 1) not printing the entire CN/SAN field value when printing a
3180 certificate and 2) cause incorrect positive matches when matching a
3181 hostname against a certificate.  Some CAs apparently have poor
3182 checking of CN/SAN values and issue these (arguable invalid)
3183 certificates.  Combined, this can be used by attackers to become a
3184 MITM on server-authenticated TLS sessions.  The problem is mitigated
3185 since attackers needs to get one certificate per site they want to
3186 attack, and the attacker reveals his tracks by applying for a
3187 certificate at the CA.  It does not apply to client authenticated TLS
3188 sessions.  Research presented independently by Dan Kaminsky and Moxie
3189 Marlinspike at BlackHat09.  Thanks to Tomas Hoger <thoger@redhat.com>
3190 for providing one part of the patch.  [GNUTLS-SA-2009-4].
3191
3192 ** libgnutls: Fix return value of gnutls_certificate_client_get_request_status.
3193 Before it always returned false.  Reported by Peter Hendrickson
3194 <pdh@wiredyne.com> in
3195 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3668>.
3196
3197 ** libgnutls: Fix off-by-one size computation error in unknown DN printing.
3198 The error resulted in truncated strings when printing unknown OIDs in
3199 X.509 certificate DNs.  Reported by Tim Kosse
3200 <tim.kosse@filezilla-project.org> in
3201 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3651>.
3202
3203 ** libgnutls: Return correct bit lengths of some MPIs.
3204 gnutls_dh_get_prime_bits, gnutls_rsa_export_get_modulus_bits, and
3205 gnutls_dh_get_peers_public_bits.  Before the reported value was
3206 overestimated.  Reported by Peter Hendrickson <pdh@wiredyne.com> in
3207 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3607>.
3208
3209 ** libgnutls: Avoid internal error when invoked after GNUTLS_E_AGAIN.
3210 Report and patch by Tim Kosse <tim.kosse@filezilla-project.org> in
3211 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3671>
3212 and
3213 <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3670>.
3214
3215 ** libgnutls: Relax checking of required libtasn1/libgcrypt versions.
3216 Before we required that the runtime library used the same (or more
3217 recent) libgcrypt/libtasn1 as it was compiled with.  Now we just check
3218 that the runtime usage is above the minimum required.  Reported by
3219 Marco d'Itri <md@linux.it> via Andreas Metzler
3220 <ametzler@downhill.at.eu.org> in <http://bugs.debian.org/540449>.
3221
3222 ** minitasn1: Internal copy updated to libtasn1 v2.3.
3223
3224 ** tests: Fix failure in "chainverify" because a certificate have expired.
3225
3226 ** API and ABI modifications:
3227 No changes since last version.
3228
3229 * Version 2.8.1 (released 2009-06-10)
3230
3231 ** libgnutls: Fix crash in gnutls_global_init after earlier init/deinit cycle.
3232 Forwarded by Martin von Gagern <Martin.vGagern@gmx.net> from
3233 <http://bugs.gentoo.org/272388>.
3234
3235 ** libgnutls: Fix PKCS#12 decryption from password.
3236 The encryption key derived from the password was incorrect for (on
3237 average) 1 in every 128 input for random inputs.  Reported by "Kukosa,
3238 Tomas" <tomas.kukosa@siemens-enterprise.com> in
3239 <http://permalink.gmane.org/gmane.network.gnutls.general/1663>.
3240
3241 ** API and ABI modifications:
3242 No changes since last version.
3243
3244 * Version 2.8.0 (released 2009-05-27)
3245
3246 ** doc: Fix gnutls_dh_get_prime_bits.  Fix error codes and algorithm lists.
3247
3248 ** Major changes compared to the v2.4 branch:
3249
3250 *** lib: Linker version scripts reduces number of exported symbols.
3251
3252 *** lib: Limit exported symbols on systems without LD linker scripts.
3253
3254 *** libgnutls: Fix namespace issue with version symbols.
3255
3256 *** libgnutls: Add functions to verify a hash against a certificate.
3257 gnutls_x509_crt_verify_hash: ADDED
3258 gnutls_x509_crt_get_verify_algorithm: ADDED
3259
3260 *** gnutls-serv: Listen on all interfaces, including both IPv4 and IPv6.
3261
3262 *** i18n: The GnuTLS gettext domain is now 'libgnutls' instead of 'gnutls'.
3263
3264 *** certtool: Query for multiple dnsName subjectAltName in interactive mode.
3265
3266 *** gnutls-cli: No longer accepts V1 CAs by default during X.509 chain verify.
3267
3268 *** gnutls-serv: No longer disable MAC padding by default.
3269
3270 *** gnutls-cli: Certificate information output format changed.
3271
3272 *** libgnutls: New priority strings %VERIFY_ALLOW_SIGN_RSA_MD5
3273 *** and %VERIFY_ALLOW_X509_V1_CA_CRT.
3274
3275 *** libgnutls: gnutls_x509_crt_print prints signature algorithm in oneline mode.
3276
3277 *** libgnutls: gnutls_openpgp_crt_print supports oneline mode.
3278
3279 *** libgnutls: gnutls_handshake when sending client hello during a
3280 rehandshake, will not offer a version number larger than the current.
3281
3282 *** libgnutls: New interface to get key id for certificate requests.
3283 gnutls_x509_crq_get_key_id: ADDED.
3284
3285 *** libgnutls: gnutls_x509_crq_print will now also print public key id.
3286
3287 *** certtool: --verify-chain now prints results of using library verification.
3288
3289 *** libgnutls: Libgcrypt initialization changed.
3290
3291 *** libgnutls: Small byte reads via gnutls_record_recv() optimized.
3292
3293 *** gnutls-cli: Return non-zero exit code on error conditions.
3294
3295 *** gnutls-cli: Corrected bug which caused a rehandshake request to be ignored.
3296
3297 *** certtool: allow setting arbitrary key purpose object identifiers.
3298
3299 *** libgnutls: Change detection of when to use a linker version script.
3300 Use --enable-ld-version-script or --disable-ld-version-script to
3301 override auto-detection logic.
3302
3303 *** Fix warnings and build GnuTLS with more warnings enabled.
3304
3305 *** New API to set X.509 credentials from PKCS#12 memory structure.
3306 gnutls_certificate_set_x509_simple_pkcs12_mem: ADDED
3307
3308 *** Old libgnutls.m4 and libgnutls-config scripts removed.
3309 Please use pkg-config instead.
3310
3311 *** libgnutls: Added functions to handle CRL extensions.
3312 gnutls_x509_crl_get_authority_key_id: ADDED
3313 gnutls_x509_crl_get_number: ADDED
3314 gnutls_x509_crl_get_extension_oid: ADDED
3315 gnutls_x509_crl_get_extension_info: ADDED
3316 gnutls_x509_crl_get_extension_data: ADDED
3317 gnutls_x509_crl_set_authority_key_id: ADDED
3318 gnutls_x509_crl_set_number: ADDED
3319
3320 *** libgnutls: Added functions to handle X.509 extensions in Certificate
3321 Requests.
3322 gnutls_x509_crq_get_key_rsa_raw: ADDED
3323 gnutls_x509_crq_get_attribute_info: ADDED
3324 gnutls_x509_crq_get_attribute_data: ADDED
3325 gnutls_x509_crq_get_extension_info: ADDED
3326 gnutls_x509_crq_get_extension_data: ADDED
3327 gnutls_x509_crq_get_key_usage: ADDED
3328 gnutls_x509_crq_get_basic_constraints: ADDED
3329 gnutls_x509_crq_get_subject_alt_name: ADDED
3330 gnutls_x509_crq_get_subject_alt_othername_oid: ADDED
3331 gnutls_x509_crq_get_extension_by_oid: ADDED
3332 gnutls_x509_crq_set_subject_alt_name: ADDED
3333 gnutls_x509_crq_set_basic_constraints: ADDED
3334 gnutls_x509_crq_set_key_usage: ADDED
3335 gnutls_x509_crq_get_key_purpose_oid: ADDED
3336 gnutls_x509_crq_set_key_purpose_oid: ADDED
3337 gnutls_x509_crq_print: ADDED
3338 gnutls_x509_crt_set_crq_extensions: ADDED
3339
3340 *** certtool: Print and set CRL and CRQ extensions.
3341
3342 *** minitasn1: Internal copy updated to libtasn1 v2.1.
3343
3344 *** examples: Now released into the public domain.
3345
3346 *** The Texinfo and GTK-DOC manuals were improved.
3347
3348 *** Several self-tests were added and others improved.
3349
3350 *** API/ABI changes in GnuTLS 2.8 compared to GnuTLS 2.6.x
3351 No offically supported interfaces have been modified or removed.  The
3352 library should be completely backwards compatible on both the source
3353 and binary level.
3354
3355 The shared library no longer exports some symbols that have never been
3356 officially supported, i.e., not mentioned in any of the header files.