/usr/include/openconnect.h is in libopenconnect-dev 7.06-2build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 | /*
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008-2015 Intel Corporation.
* Copyright © 2008 Nick Andrew <nick@nick-andrew.net>
* Copyright © 2013 John Morrissey <jwm@horde.net>
*
* Author: David Woodhouse <dwmw2@infradead.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* version 2.1, as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*/
#ifndef __OPENCONNECT_H__
#define __OPENCONNECT_H__
#include <stdint.h>
#include <sys/types.h>
#include <unistd.h>
#ifdef _WIN32
#define uid_t unsigned
#endif
#define OPENCONNECT_API_VERSION_MAJOR 5
#define OPENCONNECT_API_VERSION_MINOR 1
/*
* API version 5.2:
* - Add openconnect_set_http_auth(), openconnect_set_protocol().
*
* API version 5.1:
* - Add openconnect_set_compression_mode(), openconnect_set_loglevel()
*
* API version 5.0:
* - Remove OPENCONNECT_X509 and openconnect_get_peer_cert().
* - Change openconnect_get_cert_der() to openconnect_get_peer_cert_DER() etc.
* - Add openconnect_check_peer_cert_hash().
* - Remove openconnect_set_server_cert_sha1().
* - Add openconnect_has_yubioath_support() and OC_TOKEN_MODE_YUBIOATH.
* - Add openconnect_has_system_key_support().
*
* API version 4.1:
* - Add openconnect_get_cstp_cipher(), openconnect_get_dtls_cipher(),
* openconnect_set_system_trust(), openconnect_set_csd_environ().
* - Change openconnect_init_ssl() to return int.
*
* API version 4.0:
* - Change string handling to never transfer ownership of allocations.
* - Add openconnect_set_option_value(), openconnect_free_cert_info().
*
* API version 3.4:
* - Add openconnect_set_token_callbacks()
*
* API version 3.3:
* - Add openconnect_set_pfs(), openconnect_set_dpd(),
* openconnect_set_proxy_auth()
*
* API version 3.2:
* - Add OC_TOKEN_MODE_HOTP and allow openconnect_has_oath_support() to
* return 2 to indicate that it is present.
*
* API version 3.1:
* - Add openconnect_setup_cmd_pipe(), openconnect_mainloop(),
* openconnect_setup_tun_device(), openconnect_setup_tun_script(),
* openconnect_setup_tun_fd(), openconnect_setup_dtls(),
* openconnect_make_cstp_connection(), openconnect_set_server_cert_sha1(),
* openconnect_get_ifname(), openconnect_set_reqmtu(),
* openconnect_get_ip_info(), openconnect_set_protect_socket_handler(),
* openconnect_set_mobile_info(), openconnect_set_xmlpost(),
7 * openconnect_set_stats_handler()
*
* API version 3.0:
* - Change oc_form_opt_select->choices to an array of pointers
* - Add oc_form_opt->flags
* - Add OC_FORM_RESULT_* and oc_auth_form->authgroup_*
*
* API version 2.2:
* - Add openconnect_set_token_mode(), openconnect_has_oath_support()
* - Deprecate openconnect_set_stoken_mode()
*
* API version 2.1:
* - Add openconnect_set_reported_os()
* - Add openconnect_set_stoken_mode(), openconnect_has_stoken_support()
*
* API version 2.0:
* - OPENCONNECT_X509 is now an opaque type.
* - Add openconnect_has_pkcs11_support(), openconnect_has_tss_blob_support()
* - Rename openconnect_init_openssl() -> openconnect_init_ssl()
* - Rename openconnect_vpninfo_new_with_cbdata() -> openconnect_vpninfo_new()
* and kill the old openconnect_vpninfo_new() and its callback types.
*
* API version 1.5:
* - Add openconnect_get_cert_details(), openconnect_get_cert_DER().
*
* API version 1.4:
* - Add openconnect_set_cancel_fd()
*
* API version 1.3:
* - Add openconnect_set_cert_expiry_warning() to change from default 60 days
*
* API version 1.2:
* - Add openconnect_vpninfo_new_with_cbdata()
*
* API version 1.1:
* - Add openconnect_vpninfo_free()
*
* API version 1.0:
* - Initial version
*
* NEW LIBRARY FUNCTION CHECKLIST:
*
* 1) Bump the API version if the current API version has already appeared
* in a release
* 2) Add function to the above changelog
* 3) Add function to libopenconnect.map.in
* 4) Add declaration + comments in the latter part of this file
* 5) Add function to jni.c, then test with ./configure --with-java && make
* 6) Add declaration to LibOpenConnect.java, then run "ant" to test
*/
/* Before API version 1.4 (OpenConnect 3.19) this macro didn't exist.
* Somewhat ironic, that the API version check itself needs to be
* conditionally used depending on the API version. A very simple way
* for users to handle this with an approximately correct answer is
* #include <openconnect.h>
* #ifndef OPENCONNECT_CHECK_VER
* #define OPENCONNECT_CHECK_VER(x,y) 0
* #endif
*/
#define OPENCONNECT_CHECK_VER(maj, min) \
(OPENCONNECT_API_VERSION_MAJOR > (maj) || \
(OPENCONNECT_API_VERSION_MAJOR == (maj) && \
OPENCONNECT_API_VERSION_MINOR >= (min)))
/****************************************************************************/
/* Authentication form processing */
#define OC_FORM_OPT_TEXT 1
#define OC_FORM_OPT_PASSWORD 2
#define OC_FORM_OPT_SELECT 3
#define OC_FORM_OPT_HIDDEN 4
#define OC_FORM_OPT_TOKEN 5
#define OC_FORM_RESULT_ERR -1
#define OC_FORM_RESULT_OK 0
#define OC_FORM_RESULT_CANCELLED 1
#define OC_FORM_RESULT_NEWGROUP 2
#ifdef __OPENCONNECT_PRIVATE__
#define OC_FORM_RESULT_LOGGEDIN 255
#define OC_FORM_OPT_SECOND_AUTH 0x8000
#endif
#define OC_FORM_OPT_IGNORE 0x0001
#define OC_FORM_OPT_NUMERIC 0x0002
/* char * fields are static (owned by XML parser) and don't need to be
freed by the form handling code — except for value, which for TEXT
and PASSWORD options is allocated by openconnect_set_option_value()
when process_form() interacts with the user and must be freed. */
struct oc_form_opt {
struct oc_form_opt *next;
int type;
char *name;
char *label;
char *_value; /* Use openconnect_set_option_value() to set this */
unsigned int flags;
void *reserved;
};
/* To set the value to a form use the following function */
int openconnect_set_option_value(struct oc_form_opt *opt, const char *value);
/* All fields are static, owned by the XML parser */
struct oc_choice {
char *name;
char *label;
char *auth_type;
char *override_name;
char *override_label;
#ifdef __OPENCONNECT_PRIVATE__
int second_auth;
char *secondary_username;
int secondary_username_editable;
int noaaa;
#endif
};
struct oc_form_opt_select {
struct oc_form_opt form;
int nr_choices;
struct oc_choice **choices;
};
/* All char * fields are static, owned by the XML parser */
struct oc_auth_form {
char *banner;
char *message;
char *error;
char *auth_id;
char *method;
char *action;
struct oc_form_opt *opts;
struct oc_form_opt_select *authgroup_opt;
int authgroup_selection;
};
struct oc_split_include {
const char *route;
struct oc_split_include *next;
};
struct oc_ip_info {
const char *addr;
const char *netmask;
const char *addr6;
const char *netmask6;
const char *dns[3];
const char *nbns[3];
const char *domain;
const char *proxy_pac;
int mtu;
struct oc_split_include *split_dns;
struct oc_split_include *split_includes;
struct oc_split_include *split_excludes;
};
struct oc_vpn_option {
char *option;
char *value;
struct oc_vpn_option *next;
};
struct oc_stats {
uint64_t tx_pkts;
uint64_t tx_bytes;
uint64_t rx_pkts;
uint64_t rx_bytes;
};
/****************************************************************************/
#define PRG_ERR 0
#define PRG_INFO 1
#define PRG_DEBUG 2
#define PRG_TRACE 3
/* Byte commands to write into the cmd_fd:
*
* CANCEL closes network connections, logs off the session (cookie)
* and shuts down the tun device.
* PAUSE closes network connections and returns. The caller is expected
* to call openconnect_mainloop() again soon.
* DETACH closes network connections and shuts down the tun device.
* It is not legal to call openconnect_mainloop() again after this,
* but a new instance of openconnect can be started using the same
* cookie.
* STATS calls the stats_handler.
*/
#define OC_CMD_CANCEL 'x'
#define OC_CMD_PAUSE 'p'
#define OC_CMD_DETACH 'd'
#define OC_CMD_STATS 's'
#define RECONNECT_INTERVAL_MIN 10
#define RECONNECT_INTERVAL_MAX 100
struct openconnect_info;
typedef enum {
OC_TOKEN_MODE_NONE,
OC_TOKEN_MODE_STOKEN,
OC_TOKEN_MODE_TOTP,
OC_TOKEN_MODE_HOTP,
OC_TOKEN_MODE_YUBIOATH,
} oc_token_mode_t;
typedef enum {
OC_COMPRESSION_MODE_NONE,
OC_COMPRESSION_MODE_STATELESS,
OC_COMPRESSION_MODE_ALL,
} oc_compression_mode_t;
/* All strings are UTF-8. If operating in a legacy environment where
nl_langinfo(CODESET) returns anything other than UTF-8, or on Windows,
the library will take appropriate steps to convert back to the legacy
character set (or UTF-16) for file handling and wherever else it is
appropriate to do so. Library functions may (but probably don't yet)
return -EILSEQ if passed invalid UTF-8 strings. */
/* Unlike previous versions of openconnect, no functions will take ownership
of the provided strings. */
/* Provide environment variables to be set in the CSD trojan environment
before spawning it. Some callers may need to set $TMPDIR, $PATH and
other such things if not running from a standard UNIX-like environment.
To ensure that a variable is unset, pass its name with value==NULL.
To clear all settings and allow the CSD trojan to inherit an unmodified
environment, call with name==NULL. */
int openconnect_set_csd_environ(struct openconnect_info *vpninfo,
const char *name, const char *value);
/* This string is static, valid only while the connection lasts. If you
* are going to cache this to remember which certs the user has accepted,
* make sure you also store the host/port for which it was accepted and
* don't just accept this cert from *anywhere*. Also use use the check
* function below instead of manually comparing. When this function
* returns a string which *doesn't* match the previously-stored hash
* matched with openconnect_check_peer_cert_hash(), you should store
* the new result from this function in place of the old. It means
* we have upgraded to a better hash function. */
const char *openconnect_get_peer_cert_hash(struct openconnect_info *vpninfo);
/* Check if the current peer certificate matches a hash previously
* obtained from openconect_get_peer_cert_hash(). Clients should not
* attempt to do this using strcmp() and the *current* result of
* openconnect_get_peer_cert_hash() because it might use
* a different hash function today. This function will get it right.
* Returns 0 on match; 1 on mismatch, -errno on failure. */
int openconnect_check_peer_cert_hash(struct openconnect_info *vpninfo,
const char *old_hash);
/* The buffers returned by these two functions must be freed with
openconnect_free_cert_info(), especially on Windows. */
char *openconnect_get_peer_cert_details(struct openconnect_info *vpninfo);
/* Returns the length of the created DER output, in a newly-allocated buffer
that will need to be freed by openconnect_free_cert_info(). */
int openconnect_get_peer_cert_DER(struct openconnect_info *vpninfo,
unsigned char **buf);
void openconnect_free_cert_info(struct openconnect_info *vpninfo,
void *buf);
/* Contains a comma-separated list of authentication methods to enabled.
Currently supported: Negotiate,NTLM,Digest,Basic */
int openconnect_set_http_auth(struct openconnect_info *vpninfo,
const char *methods);
int openconnect_set_proxy_auth(struct openconnect_info *vpninfo,
const char *methods);
int openconnect_set_http_proxy(struct openconnect_info *vpninfo,
const char *proxy);
int openconnect_passphrase_from_fsid(struct openconnect_info *vpninfo);
int openconnect_obtain_cookie(struct openconnect_info *vpninfo);
int openconnect_init_ssl(void);
/* These are strictly cosmetic. The strings differ depending on
* whether OpenSSL or GnuTLS is being used. And even depending on the
* version of GnuTLS. Do *not* attempt to do anything meaningful based
* on matching these strings; if you want to do something like that then
* ask for an API that *does* offer you what you need. */
const char *openconnect_get_cstp_cipher(struct openconnect_info *);
const char *openconnect_get_dtls_cipher(struct openconnect_info *);
const char *openconnect_get_hostname(struct openconnect_info *);
int openconnect_set_hostname(struct openconnect_info *, const char *);
char *openconnect_get_urlpath(struct openconnect_info *);
int openconnect_set_urlpath(struct openconnect_info *, const char *);
/* Some software tokens, such as HOTP tokens, include a counter which
* needs to be stored in persistent storage.
*
* For such tokens, the lock function is first invoked to obtain a lock
* on the storage because we're about to generate a new code. It is
* permitted to call openconnect_set_token_mode() from the lock function,
* if the token storage has been updated since it was first loaded. The
* token mode must not change; only the token secret.
*
* The unlock function is called when a token code has been generated,
* with a new token secret to be written to the persistent storage. The
* secret will be in the same format as it was originally received by
* openconnect_set_token_mode(). The new token may be NULL if an error
* was encountered generating the code, in which case it is only
* necessary for the callback function to unlock the storage.
*/
typedef int (*openconnect_lock_token_vfn)(void *tokdata);
typedef int (*openconnect_unlock_token_vfn)(void *tokdata, const char *new_tok);
int openconnect_set_token_callbacks(struct openconnect_info *, void *tokdata,
openconnect_lock_token_vfn,
openconnect_unlock_token_vfn);
int openconnect_set_token_mode(struct openconnect_info *,
oc_token_mode_t, const char *token_str);
/* Legacy stoken-only function; do not use */
int openconnect_set_stoken_mode(struct openconnect_info *, int, const char *);
int openconnect_set_compression_mode(struct openconnect_info *,
oc_compression_mode_t);
/* The size must be 41 bytes, since that's the size of a 20-byte SHA1
represented as hex with a trailing NUL. */
void openconnect_set_xmlsha1(struct openconnect_info *, const char *, int size);
int openconnect_set_cafile(struct openconnect_info *, const char *);
/* call this function to disable the system trust from being used to
* verify the server certificate. @val is a boolean value.
*
* For backwards compatibility reasons this is enabled by default.
*/
void openconnect_set_system_trust(struct openconnect_info *vpninfo, unsigned val);
int openconnect_setup_csd(struct openconnect_info *, uid_t, int silent, const char *wrapper);
void openconnect_set_xmlpost(struct openconnect_info *, int enable);
/* Valid choices are: "linux", "linux-64", "win", "mac-intel",
"android", and "apple-ios". This also selects the corresponding CSD
trojan binary. */
int openconnect_set_reported_os(struct openconnect_info *, const char *os);
int openconnect_set_mobile_info(struct openconnect_info *vpninfo,
const char *mobile_platform_version,
const char *mobile_device_type,
const char *mobile_device_uniqueid);
int openconnect_set_client_cert(struct openconnect_info *, const char *cert,
const char *sslkey);
const char *openconnect_get_ifname(struct openconnect_info *);
void openconnect_set_reqmtu(struct openconnect_info *, int reqmtu);
void openconnect_set_dpd(struct openconnect_info *, int min_seconds);
/* The returned structures are owned by the library and may be freed/replaced
due to rekey or reconnect. Assume that once the mainloop starts, the
pointers are no longer valid. For similar reasons, it is unsafe to call
this function from another thread. */
int openconnect_get_ip_info(struct openconnect_info *,
const struct oc_ip_info **info,
const struct oc_vpn_option **cstp_options,
const struct oc_vpn_option **dtls_options);
int openconnect_get_port(struct openconnect_info *);
const char *openconnect_get_cookie(struct openconnect_info *);
void openconnect_clear_cookie(struct openconnect_info *);
void openconnect_reset_ssl(struct openconnect_info *vpninfo);
int openconnect_parse_url(struct openconnect_info *vpninfo, const char *url);
void openconnect_set_cert_expiry_warning(struct openconnect_info *vpninfo,
int seconds);
void openconnect_set_pfs(struct openconnect_info *vpninfo, unsigned val);
/* If this is set, then openconnect_obtain_cookie() will abort and return
failure if the file descriptor is readable. Typically a user may create
a pair of pipes with the pipe(2) system call, hand the readable one to
this function, and then write a byte to the other end if it ever wants
to cancel the connection. This way, a multi-threaded UI (which will be
running openconnect_obtain_cookie() in a separate thread since it blocks)
has the ability to cancel that call, reap its thread and free the
vpninfo structure (or retry). An 'fd' argument of -1 will render the
cancellation mechanism inactive. */
void openconnect_set_cancel_fd(struct openconnect_info *vpninfo, int fd);
/* Create a nonblocking pipe used to send cancellations and other commands
to the library. This returns a file descriptor to the write side of
the pipe. Both sides will be closed by openconnect_vpninfo_free().
This replaces openconnect_set_cancel_fd(). */
#ifdef _WIN32
SOCKET
#else
int
#endif
openconnect_setup_cmd_pipe(struct openconnect_info *vpninfo);
const char *openconnect_get_version(void);
/* Open CSTP connection; on success, IP information will be available. */
int openconnect_make_cstp_connection(struct openconnect_info *vpninfo);
/* Create a tun device through the OS kernel (typical use case). Both
strings are optional and can be NULL if desired. */
int openconnect_setup_tun_device(struct openconnect_info *vpninfo,
const char *vpnc_script, const char *ifname);
/* Pass traffic to a script program (no tun device). */
int openconnect_setup_tun_script(struct openconnect_info *vpninfo,
const char *tun_script);
#ifdef _WIN32
/* Caller will provide an overlap-capable handle for the tunnel traffic. */
int openconnect_setup_tun_fd(struct openconnect_info *vpninfo, intptr_t tun_fd);
#else
/* Caller will provide a file descriptor for the tunnel traffic. */
int openconnect_setup_tun_fd(struct openconnect_info *vpninfo, int tun_fd);
#endif
/* Optional call to enable DTLS on the connection. */
int openconnect_setup_dtls(struct openconnect_info *vpninfo, int dtls_attempt_period);
/* Start the main loop; exits if OC_CMD_CANCEL is received on cmd_fd or
the remote site aborts. */
int openconnect_mainloop(struct openconnect_info *vpninfo,
int reconnect_timeout,
int reconnect_interval);
/* The first (privdata) argument to each of these functions is either
the privdata argument provided to openconnect_vpninfo_new_with_cbdata(),
or if that argument was NULL then it'll be the vpninfo itself. */
/* When the server's certificate fails validation via the normal means,
this function is called with the offending certificate along with
a textual reason for the failure (which may not be translated, if
it comes directly from OpenSSL, but will be if it is rejected for
"certificate does not match hostname", because that check is done
in OpenConnect and *is* translated). The function shall return zero
if the certificate is (or has in the past been) explicitly accepted
by the user, and non-zero to abort the connection. */
typedef int (*openconnect_validate_peer_cert_vfn) (void *privdata,
const char *reason);
/* On a successful connection, the server may provide us with a new XML
configuration file. This contains the list of servers that can be
chosen by the user to connect to, amongst other stuff that we mostly
ignore. By "new", we mean that the SHA1 indicated by the server does
not match the SHA1 set with the openconnect_set_xmlsha1() above. If
they don't match, or openconnect_set_xmlsha1() has not been called,
then the new XML is downloaded and this function is invoked. */
typedef int (*openconnect_write_new_config_vfn) (void *privdata, const char *buf,
int buflen);
/* Handle an authentication form, requesting input from the user.
* Return value:
* < 0, on error
* = 0, when form was parsed and POST required
* = 1, when response was cancelled by user
*/
typedef int (*openconnect_process_auth_form_vfn) (void *privdata,
struct oc_auth_form *form);
/* Logging output which the user *may* want to see. */
typedef void __attribute__ ((format(printf, 3, 4)))
(*openconnect_progress_vfn) (void *privdata, int level,
const char *fmt, ...);
struct openconnect_info *openconnect_vpninfo_new(const char *useragent,
openconnect_validate_peer_cert_vfn,
openconnect_write_new_config_vfn,
openconnect_process_auth_form_vfn,
openconnect_progress_vfn,
void *privdata);
void openconnect_vpninfo_free(struct openconnect_info *vpninfo);
/* Callback to allow binding a newly created socket's file descriptor to
a specific interface, e.g. with SO_BINDTODEVICE. This tells the kernel
not to route the traffic in question over the VPN tunnel. */
typedef void (*openconnect_protect_socket_vfn) (void *privdata, int fd);
void openconnect_set_protect_socket_handler(struct openconnect_info *vpninfo,
openconnect_protect_socket_vfn protect_socket);
void openconnect_set_loglevel(struct openconnect_info *vpninfo,
int level);
/* Callback for obtaining traffic stats via OC_CMD_STATS.
*/
typedef void (*openconnect_stats_vfn) (void *privdata, const struct oc_stats *stats);
void openconnect_set_stats_handler(struct openconnect_info *vpninfo,
openconnect_stats_vfn stats_handler);
/* SSL certificate capabilities. openconnect_has_pkcs11_support() means that we
can accept PKCS#11 URLs in place of filenames, for the certificate and key. */
int openconnect_has_pkcs11_support(void);
/* The OpenSSL TPM ENGINE stores keys in a PEM file labelled with the string
-----BEGIN TSS KEY BLOB-----. GnuTLS may learn to support this format too,
in the near future. */
int openconnect_has_tss_blob_support(void);
/* Software token capabilities. */
int openconnect_has_stoken_support(void);
int openconnect_has_oath_support(void);
int openconnect_has_yubioath_support(void);
int openconnect_has_system_key_support(void);
int openconnect_set_protocol(struct openconnect_info *vpninfo, const char *protocol);
#endif /* __OPENCONNECT_H__ */
|