Navigation


Changeset 31:26685c67d387 in freeDiameter for freeDiameter/cnxctx.h


Ignore:
Timestamp:
Oct 28, 2009, 6:51:45 PM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Completed the test and fixed a couple issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/cnxctx.h

    r29 r31  
    4343        char            cc_id[60];      /* The name of this connection */
    4444        char            cc_remid[60];   /* Id of remote peer */
    45 
     45       
    4646        int             cc_socket;      /* The socket object of the connection -- <=0 if no socket is created */
    4747
     
    5858        /* If cc_tls == true */
    5959        struct {
     60                char                            *cn;            /* If not NULL, remote certif will be checked to match this Common Name */
    6061                int                              mode;          /* GNUTLS_CLIENT / GNUTLS_SERVER */
    6162                gnutls_session_t                 session;       /* Session object (stream #0 in case of SCTP) */
     
    8081int fd_tls_rcvthr_core(struct cnxctx * conn, gnutls_session_t session);
    8182int fd_tls_prepare(gnutls_session_t * session, int mode, char * priority, void * alt_creds);
     83int fd_tls_verify_credentials(gnutls_session_t session, struct cnxctx * conn);
    8284
    8385/* TCP */
Note: See TracChangeset for help on using the changeset viewer.