Skip to content

Commit

Permalink
Merge pull request h2o#12 from BenWiederhake/master
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
kazuho authored Aug 2, 2016
2 parents 5c47587 + 0394d80 commit cf955ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ On my Linux VM running on Core i7 @ 2.4GHz (MacBook Pro 15" Late 2013), OpenSSL

Because private keys are the only _long-term_ secret being used for encrypting and/or digitally-signing the communication.

Depending on how OpenSSL is used, it might be benefitial to separate symmetric cipher operations or TLS operations as a whole.
Depending on how OpenSSL is used, it might be beneficial to separate symmetric cipher operations or TLS operations as a whole.
But even in such case, it would still be a good idea to isolate private key operations from them considering the impact of private key leaks.
In other words, separating private key operations only to an isolated process in always a good thing to do.

Expand Down

0 comments on commit cf955ce

Please sign in to comment.