Blame doc/functions/gnutls_x509_crq_set_basic_constraints

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {int} {gnutls_x509_crq_set_basic_constraints} (gnutls_x509_crq_t @var{crq}, unsigned int @var{ca}, int @var{pathLenConstraint})
Packit Service 4684c1
@var{crq}: a certificate request of type @code{gnutls_x509_crq_t} 
Packit Service 4684c1
Packit Service 4684c1
@var{ca}: true(1) or false(0) depending on the Certificate authority status.
Packit Service 4684c1
Packit Service 4684c1
@var{pathLenConstraint}: non-negative error codes indicate maximum length of path,
Packit Service 4684c1
and negative error codes indicate that the pathLenConstraints field should
Packit Service 4684c1
not be present.
Packit Service 4684c1
Packit Service 4684c1
This function will set the basicConstraints certificate extension.
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned, otherwise a
Packit Service 4684c1
negative error value.
Packit Service 4684c1
Packit Service 4684c1
@strong{Since:} 2.8.0
Packit Service 4684c1
@end deftypefun