1pskc_get_device_devicebinding(3)    libpskc   pskc_get_device_devicebinding(3)
2
3
4

NAME

6       pskc_get_device_devicebinding - API function
7

SYNOPSIS

9       #include <pskc.h>
10
11       const char * pskc_get_device_devicebinding(pskc_key_t * key);
12

ARGUMENTS

14       pskc_key_t * key
15                   a pskc_key_t handle, from pskc_get_keypackage().
16

DESCRIPTION

18       Get  the  PSKC KeyPackage DeviceInfo DeviceBinding value.  This element
19       allows a provisioning server to ensure that the  key  is  going  to  be
20       loaded  into  the device for which the key provisioning request was ap‐
21       proved.  The device is bound to the request using a device  identifier,
22       e.g.,  an International Mobile Equipment Identity (IMEI) for the phone,
23       or an identifier for a class of identifiers, e.g., those for which  the
24       keys are protected by a Trusted Platform Module (TPM).
25

RETURNS

27       a  constant  string  (must  not be deallocated) holding the content, or
28       NULL if not set.
29

REPORTING BUGS

31       Report bugs  to  <oath-toolkit-help@nongnu.org>.   libpskc  home  page:
32       https://www.nongnu.org/oath-toolkit/  General  help using GNU software:
33       http://www.gnu.org/gethelp/
34
36       Copyright © 2012-2020 Simon Josefsson.
37       Copying and distribution of this file, with  or  without  modification,
38       are  permitted in any medium without royalty provided the copyright no‐
39       tice and this notice are preserved.
40
41
42
43libpskc                              2.6.7    pskc_get_device_devicebinding(3)
Impressum