summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-06-21 18:38:53 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-06-21 18:38:53 +0000
commitb8851f3a04ea5e99b37ba17b507c7b1bdb5a7347 (patch)
treee3f8039aa07ec514260246c38300f84e4bbfa4f7 /lib/gnutls_handshake.h
parent06ee26c4753c4e399741f1710f6f0dd526130776 (diff)
downloadgnutls-b8851f3a04ea5e99b37ba17b507c7b1bdb5a7347.tar.gz
Updated Ciphersuite selection algorithm.
Added internal representation of x509 structures.
Diffstat (limited to 'lib/gnutls_handshake.h')
-rw-r--r--lib/gnutls_handshake.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_handshake.h b/lib/gnutls_handshake.h
index 81c041d1ec..70f02ef5cd 100644
--- a/lib/gnutls_handshake.h
+++ b/lib/gnutls_handshake.h
@@ -31,3 +31,4 @@ int gnutls_handshake_finish(int cd, GNUTLS_STATE state);
void _gnutls_set_server_random( GNUTLS_STATE state, uint8* random);
void _gnutls_set_client_random( GNUTLS_STATE state, uint8* random);
int _gnutls_create_random( opaque* dst);
+int _gnutls_remove_unwanted_ciphersuites( GNUTLS_STATE state, GNUTLS_CipherSuite ** cipherSuites, int numCipherSuites);