summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-05-14 11:55:02 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-05-14 11:55:02 +0000
commitd279085ae06d1155d4ac54e5ac38fea5d75979b3 (patch)
tree81e8e63da83a360029877a691f4f254f8563de44
parent165bf6b7ab4a6a11778de2b516c138f85f14315e (diff)
downloadgnutls-d279085ae06d1155d4ac54e5ac38fea5d75979b3.tar.gz
*** empty log message ***
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 9c189a7c78..6f9cb1dcc2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,15 @@
-Version ?.?.?
+Version 0.4.2
- Separated ASN.1 structures parser documentation and TLS library
documentation.
- Added gnutls_handshake_set_rsa_pms() function, which disables the
version check in RSA premaster secret.
- Added gnutls_session_is_resumed() function, which reports if a session
- is a resumpted one.
+ is a resumed one.
- Added gnutls_state_set_ptr() and gnutls_state_get_ptr() functions, to
assist in callback functions.
-- Relicensed under the GNU Lesser General Public License
+- Replaced the included 1024 bit prime for Diffie Hellman, with a new
+ random one.
+- Relicensed the library under the GNU Lesser General Public License
Version 0.4.1 (7/04/2002)
- Now uses alloca() for temporary variables