Address CA file parsing problem

.... by forbidding spaces in supplied CA files/directories

Also now we're sanitizing the cmd line parameter better `using safe_echo()`

See also #2647 .
This commit is contained in:
Dirk Wetter
2025-02-07 11:23:13 +01:00
parent e69a29ca0c
commit b0c026ecc3
2 changed files with 7 additions and 4 deletions

View File

@ -54,7 +54,7 @@
* Renegotiation checks improved, also no false positive for Node.js anymore
* Major update of client simulations with self-collected up-to-date data
* Update of CA certificate stores
* Lots of bug fixes
* Lots of bug and security fixes
* More travis/CI checks -- still place for improvements
* Man page reviewed