Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
std.http.Client: change ssl key log creation permission bits
This is the same mode used by openssh for private keys. This does not change the mode of an existing file, so users who need something different can pre-create the file with their designed permissions or change them after the fact, and running another process that writes to the key log will not change it back.
- Loading branch information