option (authz-saml-assertion) STR "FILE" { $authz_saml_assertion = $1 } "Use SAML Assertion in FILE as authorization data."
#char *opaque_prf_input;
-option (opaque_prf_input) STR "DATA" { $opaque_prf_input = $1 } "Use Opaque PRF Input DATA."
+option (opaque-prf-input) STR "DATA" { $opaque_prf_input = $1 } "Use Opaque PRF Input DATA."
#int nciphers;
#char **ciphers;
$x509_keyfile=NULL; $x509_certfile=NULL; $x509_crlfile = NULL;
$x509_dsakeyfile=NULL; $x509_dsacertfile=NULL;
$srp_passwd=NULL; $srp_passwd_conf=NULL; $quiet = 0;
- $pgp_trustdb=NULL; $pgp_keyring=NULL; $fmtder = 0; $disable_client_cert = 0;
- $dh_params_file=NULL; $debug=0; $require_cert = 0; $psk_passwd = 0; }
-
-
+ $pgp_trustdb=NULL; $pgp_keyring=NULL; $fmtder = 0;
+ $disable_client_cert = 0;
+ $dh_params_file=NULL; $debug=0; $require_cert = 0; $psk_passwd = 0;
+ $authz_x509_attr_cert = NULL; $authz_saml_assertion = NULL;
+ $opaque_prf_input=NULL; }