Skip to content

GetCACert support for optional “message=$CA_Identifier” #86

@tedescn

Description

@tedescn

I’ve just started evaluating the libscep client to determine if it works with our existing Managed SCEP Responder (based on Symantec (VeriSign) technology).

Because the SCEP Responder responds for multiple issuing CAs there is a need to support the message name value pair identified within the section 5.2.1 of the SCEP-23 standard.

Currently I’m not seeing the optional message name value pair added as indicated by the debug below.

For completeness I show the command line query, debug output and the expected output.

Command line query:

scep-client getca --verbose --debug --identifier=$RootCA_Identifier --url=$SCEP_RESPONDER --identifier=$RootCA_Identifier --ca-cert=$RootCA_file

Debug Output:

scep-client-util.c:191: Full request URL including query: "${SCEP_RESPONDER}”?operation=GetCACert

Expected output:

scep-client-util.c:191: Full request URL including query: "${SCEP_RESPONDER}”?operation=GetCACert&message=”${RootCA_Identifier}”

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions