deimos.openssl.kssl

Undocumented in source.

Public Imports

deimos.openssl.opensslconf
public import deimos.openssl.opensslconf;
Undocumented in source.

Members

Aliases

KSSL_ERR
alias KSSL_ERR = kssl_err_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
krb5_octet
alias krb5_octet = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

SSL_get0_kssl_ctx
KSSL_CTX* SSL_get0_kssl_ctx(SSL* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_set0_kssl_ctx
void SSL_set0_kssl_ctx(SSL* s, KSSL_CTX* kctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
kssl_ctx_get0_client_princ
char* kssl_ctx_get0_client_princ(KSSL_CTX* kctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

KRB5CHECKAUTH
enum KRB5CHECKAUTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KRB5KEYTAB
enum KRB5KEYTAB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KRB5SENDAUTH
enum KRB5SENDAUTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KRB5SVC
enum KRB5SVC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KSSL_CLIENT
enum KSSL_CLIENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KSSL_CLOCKSKEW
enum KSSL_CLOCKSKEW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KSSL_CTX_ERR
enum KSSL_CTX_ERR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KSSL_CTX_OK
enum KSSL_CTX_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KSSL_ERR_MAX
enum KSSL_ERR_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KSSL_KEYTAB
enum KSSL_KEYTAB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KSSL_NOMEM
enum KSSL_NOMEM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KSSL_SERVER
enum KSSL_SERVER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KSSL_SERVICE
enum KSSL_SERVICE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

KSSL_CTX
struct KSSL_CTX
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
kssl_err_st
struct kssl_err_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta