kssl.h File Reference

API published in:
API deprecated in:


#include <openssl/opensslconf.h>
#include <stdio.h>
#include <ctype.h>
#include <krb5.h>

Go to the source code of this file.


Data Structures

struct   kssl_err_st
struct   kssl_ctx_st

Defines

#define  KRB5SVC   "host"
#define  KRB5KEYTAB   "/etc/krb5.keytab"
#define  KRB5SENDAUTH   1
#define  KRB5CHECKAUTH   1
#define  KSSL_CLOCKSKEW   300;
#define  KSSL_ERR_MAX   255
#define  KSSL_CLIENT   1
#define  KSSL_SERVER   2
#define  KSSL_SERVICE   3
#define  KSSL_KEYTAB   4
#define  KSSL_CTX_OK   0
#define  KSSL_CTX_ERR   1
#define  KSSL_NOMEM   2

Typedefs

typedef kssl_err_st  KSSL_ERR
typedef kssl_ctx_st  KSSL_CTX

Define Documentation

#define KRB5CHECKAUTH   1
 
#define KRB5KEYTAB   "/etc/krb5.keytab"
 
#define KRB5SENDAUTH   1
 
#define KRB5SVC   "host"
 
#define KSSL_CLIENT   1
 
#define KSSL_CLOCKSKEW   300;
 
#define KSSL_CTX_ERR   1
 
#define KSSL_CTX_OK   0
 
#define KSSL_ERR_MAX   255
 
#define KSSL_KEYTAB   4
 
#define KSSL_NOMEM   2
 
#define KSSL_SERVER   2
 
#define KSSL_SERVICE   3
 

Typedef Documentation

typedef struct kssl_ctx_st KSSL_CTX
 
typedef struct kssl_err_st KSSL_ERR
 

Copyright © Nokia Corporation 2001-2008
Back to top