diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-12-16 11:49:40 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-12-16 11:49:40 +0000 |
commit | b929e5b3cde43482d4f502260c06cf1270079755 (patch) | |
tree | f1e7884e55bd5c83ab53038fe67eecc9770b3ef2 /lib/libgnutls.vers | |
parent | 36b34cea246de4ffa74d2ec55040747ead89ea2c (diff) | |
download | gnutls-b929e5b3cde43482d4f502260c06cf1270079755.tar.gz |
* The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_RSA_PARAMS
are no longer returned by the handshake function. Ciphersuites that
require temporary parameters are removed when such parameters do not exist.
* Several internal changes to allow adding the callback function to retrieve
the certificate and the private key.
Diffstat (limited to 'lib/libgnutls.vers')
-rw-r--r-- | lib/libgnutls.vers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libgnutls.vers b/lib/libgnutls.vers index 798c683500..48cb0fbc39 100644 --- a/lib/libgnutls.vers +++ b/lib/libgnutls.vers @@ -1,4 +1,4 @@ -GNUTLS_REL_1_0 +GNUTLS_1_1 { global: _gnutls*; gnutls*; _E_*; local: *; |