Skip to content

Support CSRs with "challengePassword" and other fields #115

@grittygrease

Description

@grittygrease

Currently, CFSSL fails on certain input CSRs. Specifically, requests with the "challengePassword" field cause CFSSL to return:
{"code":1003,"message":"asn1: structure error: sequence tag mismatch"}

Test data can be created with:
openssl req -nodes -newkey rsa:2048
with strings set for either of the two following fields:

  • A challenge password []:
  • An optional company name []:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions