Todo #7540
Fix ca/cert input validation to allow currently blocked characters
Start date:
05/11/2017
Due date:
% Done:
100%
Estimated time:
Description
We currently prevent some valid characters from being used in fields such as Organization, such as ".", "!", "~", and "=". RFC 4514 sets out how to treat characters in these fields and it says they can be used, but some need escaped. Our input validation code needs to be brought in line to allow these characters, so long as they work with OpenSSL.
Associated revisions
History
#1
Updated by Jim Pingle over 2 years ago
- Status changed from Assigned to Feedback
- % Done changed from 0 to 100
Applied in changeset 83d2b83af9953ecbcc5917d935f077e7dabe8e10.
#2
Updated by Jim Pingle over 2 years ago
- Status changed from Feedback to Resolved
Allow a wider range of characters to be used in certificate fields, as laid out by RFC 4514. Fixes #7540