forked from pool/gnutls
This commit is contained in:
committed by
Git OBS Bridge
parent
05a71fb6c2
commit
77d5c73da7
@@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 11:12:46 CET 2008 - mkoenig@suse.de
|
||||
|
||||
- update to version 2.2.1
|
||||
* Fixes the post_client_hello_function()
|
||||
* Fix for certificate selection in servers with certificate callbacks
|
||||
* certtool: Fixed data corruption when using --outder
|
||||
* TLS authorization support removed.
|
||||
* Corrected bug which did not allow a server to run without
|
||||
supporting certificates
|
||||
* Introduced gnutls_session_enable_compatibility_mode()
|
||||
* Added gnutls_record_disable_padding() to allow servers talking to
|
||||
buggy clients
|
||||
* Fixed PKCS #3 parameter export
|
||||
* Added support for Camellia cipher
|
||||
* certtool: Add option --quick-random
|
||||
* Added capability to set a callback after the client hello is
|
||||
received by the server in order to adjust parameters before
|
||||
the handshake
|
||||
* certtool: Fixed data corruption when using --outder
|
||||
* SRP was corrected to adhere to the latest draft
|
||||
* Updated the DN parser
|
||||
* Added support for DSA2 using libgcrypt 1.3.0
|
||||
* Removed all the trustdb code from openpgp authentication.
|
||||
We now use only the well-specified keyrings
|
||||
* The gnutls_certificate_set_openpgp_* functions were modified
|
||||
to include the format. This makes the interface consistent with
|
||||
the x509 functions
|
||||
* Introduced gnutls_session_enable_compatibility_mode()
|
||||
* Added gnutls_set_default_priority2()
|
||||
* Added priority functions that accept strings
|
||||
* certtool: Add option --disable-quick-random to enable the
|
||||
old behaviour of using /dev/random to generate keys
|
||||
* Added the --v1 option to certtool, to allow generating X.509
|
||||
version 1 certificates
|
||||
* Fix PKCS#3 parameter export problem
|
||||
* Fixed GNUTLS_E_UNKNOWN_ALGORITHM vs GNUTLS_E_UNKNOWN_HASH_ALGORITHM
|
||||
* gnutls_certificate_set_x509_key_* can now read PKCS #8 unencrypted
|
||||
private keys
|
||||
* Introduced the GNUTLS_E_BASE64_UNEXPECTED_HEADER_ERROR error code
|
||||
* Added the --to-p8 option to certtool to convert private keys
|
||||
to PKCS #8 keys
|
||||
* Corrected bug in decompression of expanded compression data
|
||||
* The gnutls_*_convert_priority() functions were deprecated
|
||||
* gnutls-cli and gnutls-serv now have a --priority option
|
||||
* PKCS #8 parser can now encode/decode DSA keys
|
||||
* Corrected a segfault when setting an empty gnutls_priority_t
|
||||
at gnutls_priority_set()
|
||||
* Added gnutls_x509_crt_get_subject_alt_name2()
|
||||
* The GPL version has been changed from version 2 to version 3.
|
||||
This affects the self-tests, command-line tools, the libgnutls-extra
|
||||
library, the relevant guile parts, and the build environment
|
||||
- API and ABI modifications, library soname switch from 13 to 26
|
||||
- change package structure:
|
||||
* branch off libgnutls-extra
|
||||
since this is now GPLv3 or later while libgnutls remains
|
||||
LGPLv2.1 or later
|
||||
* gnutls license change to GPLv3
|
||||
- build without lzo support to avoid license problems
|
||||
since lzo is currently GPLv2 only
|
||||
- removed merged patches:
|
||||
gnutls-fix_size_t.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 23 13:59:25 CEST 2007 - mkoenig@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user