1d73bab05bb50817b2c09c3d4c477290f6b55f77
This pull request moves the shell_escape function from getcert.c to util.c to make it accessible outside of getcert. Related to PR#279.
The change looks good.
Can you add signed-off-by to the commit?
And also mention that this is for use in making this function available generally so that environment variables can be more secure? I don't quite have the wording down.
rebased onto 1d73bab05bb50817b2c09c3d4c477290f6b55f77
Thanks, I changed the commit message to better elaborate the change and also signed it off.
Thanks, ack.
Pull-Request has been merged by rcritten
This pull request moves the shell_escape function from getcert.c to util.c to make it accessible outside of getcert. Related to PR#279.