summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-24 20:06:32 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-24 20:06:32 +0000
commit03028d146e69c6aa9bad516ff7dc9db59581f534 (patch)
tree4ea23ee2109cec9b14ba1301b9434e4e195feb1a /NEWS
parentc5130bd707dc4a745aeafaead102366991cfe34d (diff)
downloadgnutls-03028d146e69c6aa9bad516ff7dc9db59581f534.tar.gz
*** empty log message ***gnutls_0_4_x_release_patches
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 3 insertions, 15 deletions
diff --git a/NEWS b/NEWS
index 0ccbcc13ac..4f32c40472 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,6 @@
-Version ?.?.?
-- Added X.509 certificate tests in tests/ directory
-- Removed stubs for SRP and Anonymous authentication. They served
- no purpose since they are always included, unless it was requested
- not to do so.
-- Added gnutls_handshake_set_private_extensions() function. This
- function can be used to enable private (gnutls specific) cipher suites
- and compression algorithms.
-- Added check for C99 macro support by the compiler.
-- Added functions gnutls_b64_encode_fmt2() and gnutls_b64_decode_fmt2()
-- Added the new libtasn1 library.
-- Removed the gdbm backend. Applications are now responsible for the
- session resuming backend. The gnutls-serv application contains an
- simple example on how to use gdbm for resuming.
-- Headers for the gnutls library are now installed in $(includedir)/gnutls
+Version 0.4.4 (24/06/2002)
+- Corrected bug in PKCS-1 RSA encryption which prevented gnutls to encrypt
+ using keys of some specific size.
Version 0.4.3 (23/05/2002)
- The gnutls-extra library now compiles fine, if the opencdk library is