mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
csrgen: drive-by docstring
Part of: https://pagure.io/freeipa/issue/7496 Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
committed by
Christian Heimes
parent
7633d62d85
commit
0ac1d3ea62
@@ -220,6 +220,12 @@ def _parse_dn_section(subj, dn_sk):
|
||||
|
||||
|
||||
def build_requestinfo(config, public_key_info):
|
||||
'''
|
||||
Return a cffi buffer containing a DER-encoded CertificationRequestInfo.
|
||||
|
||||
The returned object implements the buffer protocol.
|
||||
|
||||
'''
|
||||
reqdata = NULL
|
||||
req = NULL
|
||||
nconf_bio = NULL
|
||||
|
||||
Reference in New Issue
Block a user