comparison freeDiameter/cnxctx.h @ 543:40141acabee7

Fix behavior of TLS/SCTP when only one peer does not accept the remote certificate
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 14 Sep 2010 13:31:27 +0900
parents 26aafbbc1640
children
comparison
equal deleted inserted replaced
542:0b6cee362f5d 543:40141acabee7
125 gnutls_session_t session; /* TLS context using this pair of streams -- except if strid == 0, in that case session is outside the array */ 125 gnutls_session_t session; /* TLS context using this pair of streams -- except if strid == 0, in that case session is outside the array */
126 }; 126 };
127 127
128 int fd_sctps_init(struct cnxctx * conn); 128 int fd_sctps_init(struct cnxctx * conn);
129 int fd_sctps_handshake_others(struct cnxctx * conn, char * priority, void * alt_creds); 129 int fd_sctps_handshake_others(struct cnxctx * conn, char * priority, void * alt_creds);
130 int fd_sctps_startthreads(struct cnxctx * conn); 130 int fd_sctps_startthreads(struct cnxctx * conn, int others);
131 void fd_sctps_bye(struct cnxctx * conn); 131 void fd_sctps_bye(struct cnxctx * conn);
132 void fd_sctps_waitthreadsterm(struct cnxctx * conn); 132 void fd_sctps_waitthreadsterm(struct cnxctx * conn);
133 void fd_sctps_gnutls_deinit_others(struct cnxctx * conn); 133 void fd_sctps_gnutls_deinit_others(struct cnxctx * conn);
134 void fd_sctps_stopthreads(struct cnxctx * conn); 134 void fd_sctps_stopthreads(struct cnxctx * conn);
135 void fd_sctps_destroy(struct cnxctx * conn); 135 void fd_sctps_destroy(struct cnxctx * conn);
"Welcome to our mercurial repository"