OpenVPN / easy-rsa

easy-rsa - Simple shell based CA utility
Other
4k stars 1.19k forks source link

Remove escape_hazard() #1115

Closed TinCanTech closed 4 months ago

TinCanTech commented 4 months ago

This was an ill conceived atempt, to auto-escape characters used in the Organizational fields of an extended distinguished name.

The original problem was due to using 'sed', to expand the SSL config file for use by LibreSSL, only.

Use of 'sed' has been replaced by 'here-doc' expansion, which means 'escape_hazard()' is pointless.