diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-10-08 11:38:26 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-10-08 11:38:26 +0200 |
commit | 1b07f0e8cfb9c72513c5e74d357846a4453af947 (patch) | |
tree | 1885da37a2c7549091f11f0f9cfcc70afd2bcbbb /NEWS | |
parent | ff08fecaebf983e5a66882734d4f71a714685b06 (diff) | |
parent | 1f24725c9a0b09e7a42ee18f2bb4c0fbac581b8f (diff) | |
download | gnutls-1b07f0e8cfb9c72513c5e74d357846a4453af947.tar.gz |
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnutls
Conflicts:
NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -7,8 +7,24 @@ See the end for copying conditions. ** certtool: Fixed data corruption when using --outder. +** Removed all the xml related stubs and functions. + +** Added capability to set a callback after the client hello is received +by the server in order to adjust parameters before the handshake. + +** SRP was corrected to adhere to the latest draft (published soon as RFC) + +** Corrected bug which did not allow a server to run without supporting +certificates. + +** Updated the DN parser which now prints wrongly decoded values as hex +strings. + ** API and ABI modifications: -No changes since last version. +gnutls_x509_crt_to_xml: REMOVED +gnutls_openpgp_key_to_xml: REMOVED +gnutls_srp_set_client_credentials_function: CHANGED +gnutls_handshake_set_post_client_hello_function: ADDED * Version 2.1.1 (released 2007-09-24) |