scep_client_misc.h
error_t scepClientGenerateTransactionId(ScepClientContext *context)
Transaction identifier generation.
Definition: scep_client_misc.c:314
error_t scepClientGenerateSelfSignedCert(ScepClientContext *context)
Generate self-signed certificate.
Definition: scep_client_misc.c:387
PKCS #7 common definitions.
SCEP client.
error_t scepClientParseCaCert(ScepClientContext *context, X509CertInfo *certInfo)
Parse CA certificate.
Definition: scep_client_misc.c:173
error_t scepClientGenerateCsr(ScepClientContext *context)
Generate PKCS #10 certificate request.
Definition: scep_client_misc.c:359
TCP/IP stack core.
error_t scepClientSelectSignatureAlgo(ScepClientContext *context, X509SignAlgoId *signatureAlgo)
Signature algorithm selection.
Definition: scep_client_misc.c:102
error_t scepClientSelectContentEncrAlgo(ScepClientContext *context, Pkcs7ContentEncrAlgo *contentEncrAlgo)
Content encryption algorithm selection.
Definition: scep_client_misc.c:54
error_t scepClientVerifyCaCert(ScepClientContext *context)
Verify CA certificate.
Definition: scep_client_misc.c:222