Bug #5352
Updated by Davide Pesavento 20 days ago
With with 'email' as a parameter used for name assignment, name-assignment, a '=' character in the client's email input will crash the server while computing the name. CA ca config includes this: ```json "name-assignment": { "param": "email" "param":"email" } ```