File: KRB5_RESPONDER_QUESTION_PKINIT.txt

package info (click to toggle)
krb5 1.12.1%2Bdfsg-19
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 66,488 kB
  • sloc: ansic: 308,664; cpp: 15,753; exp: 13,257; makefile: 7,652; python: 7,226; sh: 6,457; perl: 3,514; asm: 1,544; yacc: 1,187; awk: 396; xml: 368; csh: 147; lisp: 104; sed: 43
file content (38 lines) | stat: -rw-r--r-- 991 bytes parent folder | download | duplicates (5)
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
.. highlightlang:: c

.. _KRB5-RESPONDER-QUESTION-PKINIT-data:

KRB5_RESPONDER_QUESTION_PKINIT
==============================

..
.. data:: KRB5_RESPONDER_QUESTION_PKINIT
..

PKINIT responder question.

The PKINIT responder question is asked when the client needs a password that's being used to protect key information, and is formatted as a JSON object. A specific identity's flags value, if not zero, is the bitwise-OR of one or more of the KRB5_RESPONDER_PKINIT_FLAGS_TOKEN_* flags defined below, and possibly other flags to be added later. Any resemblance to similarly-named CKF_* values in the PKCS#11 API should not be depended on.

*{*
 
*identity <string> : flags <number>,*
 
*...*
 
*}*

The answer to the question MUST be JSON formatted:

*{*
 
*identity <string> : password <string>,*
 
*...*
 
*}*



===================================== ======================
``KRB5_RESPONDER_QUESTION_PKINIT``       ``"pkinit"``
===================================== ======================