aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_handshake.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/gnutls_handshake.h')
-rw-r--r--src/daemon/https/tls/gnutls_handshake.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/daemon/https/tls/gnutls_handshake.h b/src/daemon/https/tls/gnutls_handshake.h
index 6514ffc6..5c40d480 100644
--- a/src/daemon/https/tls/gnutls_handshake.h
+++ b/src/daemon/https/tls/gnutls_handshake.h
@@ -36,29 +36,6 @@ int MHD_gtls_recv_hello (MHD_gtls_session_t session, opaque * data,
36int MHD_gtls_recv_handshake (MHD_gtls_session_t session, uint8_t **, int *, 36int MHD_gtls_recv_handshake (MHD_gtls_session_t session, uint8_t **, int *,
37 MHD_gnutls_handshake_description_t, 37 MHD_gnutls_handshake_description_t,
38 Optional optional); 38 Optional optional);
39int MHD_gtls_generate_session_id (opaque * session_id, uint8_t * len);
40int MHD_gtls_handshake_common (MHD_gtls_session_t session);
41int MHD_gtls_handshake_server (MHD_gtls_session_t session);
42void MHD_gtls_set_server_random (MHD_gtls_session_t session, uint8_t * rnd);
43void MHD_gtls_set_client_random (MHD_gtls_session_t session, uint8_t * rnd);
44int MHD_gtls_tls_create_random (opaque * dst);
45int MHD_gtls_remove_unwanted_ciphersuites (MHD_gtls_session_t session,
46 cipher_suite_st ** cipherSuites,
47 int numCipherSuites,
48 enum
49 MHD_GNUTLS_PublicKeyAlgorithm);
50int MHD_gtls_find_pk_algos_in_ciphersuites (opaque * data, int datalen);
51int MHD_gtls_server_select_suite (MHD_gtls_session_t session, opaque * data,
52 int datalen);
53
54int MHD_gtls_negotiate_version (MHD_gtls_session_t session,
55 enum MHD_GNUTLS_Protocol adv_version);
56int MHD_gtls_user_hello_func (MHD_gtls_session_t,
57 enum MHD_GNUTLS_Protocol adv_version);
58
59#if MHD_DEBUG_TLS
60int MHD_gtls_handshake_client (MHD_gtls_session_t session);
61#endif
62 39
63#define STATE session->internals.handshake_state 40#define STATE session->internals.handshake_state
64/* This returns true if we have got there 41/* This returns true if we have got there