diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-01-17 16:16:33 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-01-17 16:16:33 +0000 |
commit | f143ec2eddb3b368fa132756024e4a158ade2f9b (patch) | |
tree | 1dcf65706b8181192c4ddc6b681a54ca389f6201 /NEWS | |
parent | f85907d18a6cbf654e92da0094f852779921dbb5 (diff) | |
download | gnutls-f143ec2eddb3b368fa132756024e4a158ade2f9b.tar.gz |
Key exchange methods changed so they do not depend on the Certificate
type (GNUTLS_KX_X509PKI_* renamed to GNUTLS_KX_*).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ Version ?.?.? - Added gnutls_x509pki_set_trust_mem() and gnutls_x509pki_set_key_mem() - Bug fixes in srpcrypt - Bug fixes in the Handshake protocol +- gnutls_check_pending() was renamed to gnutls_record_check_pending() +- Key exchange methods changed so they do not depend on the Certificate + type (GNUTLS_KX_X509PKI_* renamed to GNUTLS_KX_*) Version 0.3.2 (5/01/2002) - Corrected bug which did not allow a client to accept multiple CA names |